@charset "utf-8";
/*----------------*/
.sitetop_aboutus {
	max-width: 80%;
	width: 100%;
	margin: 90px auto;
}
.sitetop_aboutus h2 {
	font-weight: normal;
	font-size: 2em;
}
.aboutus_text {
	width: 55%;
	padding: 10px;
}
.aboutus_img {
	max-width: 43%;
	width: 100%;
}
hr.sitetop_hr_grad {
	border: none; /* デフォルトをキャンセル */
	height: 20px; /* 線の高さ */
	background: linear-gradient(90deg, #00D19B, #159178);
}
@media (max-width: 1261px) {
	.sitetop_aboutus {
		max-width: 90%;
		margin: 40px auto;
	}
	.aboutus_text {
		width: 90%;
	}
	.aboutus_img {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	.aboutus_text ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.aboutus_text ul{
		margin:0 auto;
	}
	.aboutus_text ul li a{
		width: 90%;
	}
	.sitetop_aboutus h2 {
		font-size: 1.5em;
	}
}
/* ----------------- リサーチ領域ここから */
.l_one_area {
	max-width: 1920px;
	width: 100%;
	padding: 100px 0 0 0;
}
.l_one_area.byoutai {
	background: url("../image/sitetop/img-bg-byoutai.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.l_one_area.shikkan {
	background: url("../image/sitetop/img-bg-shikkan.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.l_one_area.kaiseki {
	background: url("../image/sitetop/img-bg-kaiseki.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
/* メニューのリスト */
ul.l_research_list {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.l_research_list li {
	width: 33%;
	height: 400px;
	transition: .4s;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.l_research_list li:first-child {
	background: url("../image/sitetop/panel-bg-left.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.l_research_list li:nth-child(2) {
	background: url("../image/sitetop/panel-bg-center.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.l_research_list li:nth-child(3) {
	background: url("../image/sitetop/panel-bg-right.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.l_research_list li a {
	color: #fff;
	width: 100%;
	display: block;
	height: 100%;
}
.l_research_list li h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.7em;
	height: 100%;
	text-align: center;
	letter-spacing: .1em;
}
/*糖鎖と病態解析*/
.l_research_opacity.byoutai {
	background: rgba(208, 188, 0, 0.5);
}
.l_research_list.byoutai li a {
	box-sizing: border-box;
	border: 20px solid rgba(141, 128, 16, 0.5);
	background: rgba(208, 188, 0, 0.6);
}
.l_research_list.byoutai li a:hover {
	background: rgba(141, 128, 16, 0.3);
}
/*糖鎖と疾患マーカー*/
.l_research_opacity.shikkan {
	background: rgba(0, 67, 164, 0.5);
}
.l_research_list.shikkan li a {
	box-sizing: border-box;
	border: 20px solid rgba(141, 172, 220, 0.3);
	background: rgba(0, 67, 164, 0.6);
}
.l_research_list.shikkan li a:hover {
	background: rgba(0, 67, 164, 0.3);
}
/*糖鎖機能の解析*/
.l_research_opacity.kaiseki {
	background: rgba(12, 104, 74, 0.5);
}
.l_research_list.kaiseki li a {
	box-sizing: border-box;
	border: 20px solid rgba(126, 186, 166, 0.5);
	background: rgba(12, 104, 74, 0.6);
}
.l_research_list.kaiseki li a:hover {
	background: rgba(12, 104, 74, 0.3);
}
@media (max-width: 768px) {
	ul.l_research_list {
		display: block;
	}
	.l_research_list li {
		margin: 4px auto;
		width: 90%;
		font-size: .7em;
		height: 90px;
		border: none;
	}
	.l_research_list li a {
		border: none !important;
	}
}
@media (max-width: 550px) {
	.l_research_list li {
		font-size: .85em;
	}
}
/*お知らせ領域*/
.l_one_area.info {
	background: url("../image/sitetop/img-bg-info.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 160px;
}
.l_infobox {
	max-width: 800px;
	width: 80%;
	padding: 40px 50px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}
.l_infobox h4 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
	letter-spacing: .2em;
	font-weight: normal;
	border-bottom: 1px solid #777777;
}
.l_infobox table {
	line-height: 1.6;
	vertical-align: top;
}
.l_infobox table th {
	vertical-align: top;
  width: 3em;
}
.infobox_text {
	width: 80%;
	padding: 0% 10%;
	
}
.info_btn {
	text-align: right;
}
@media (max-width: 768px) {
	.l_infobox h4 {
    text-align: center;
		font-size: 1.3em;
		padding-bottom: 10px;
	}
	.l_infobox {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.infobox_text {
		margin: 0 auto;
		width: 90%;
		padding:10px 0;
	}
	.l_infobox div img {
		margin: 0 auto;
	}
	.info_btn {
		text-align: center;
	}
}
/*その他のお知らせ領域*/
.l_one_area.other_info {
	background: url("../image/common/img-ptn-tousa.png");
	padding-bottom: 90px;
}
.l_other_infobox {
	max-width: 1000px;
	width: 100%;
	padding: 40px 50px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}
.l_other_infobox ul {
	height: 170px;
	overflow-y: scroll;
}
/* スクロールバーの一括設定 */
/* スクロールのつまみ部分の設定 */ .l_other_infobox ul::-webkit-scrollbar-thumb {
	background: rgba(183, 183, 183, 0.6);
}
.l_other_infobox h4 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
	letter-spacing: .2em;
	font-weight: normal;
	border-bottom: 1px solid #777777;
}
@media (max-width: 768px) {
	.l_other_infobox {
		width: 90%;
		padding: 0;
	}
}
/* 研究の３本柱のリンク */
.l_linkbtn_hashira{
	font-size: 2em;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0;
	transition: .4s;
	border-bottom: 2px solid #9A9A9A;
}
.l_linkbtn_hashira:hover{
	background: #DDEDEA;
	font-weight: normal;
}
.l_linkbtn_hashira span{
    position: relative;
    padding: 0 0 0 30px;
}
.l_linkbtn_hashira span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #07BA8E;
}
.l_linkbtn_hashira:hover span::before { 
	border-left: 15px solid #1A838C;}
@media (max-width: 768px) {
	.l_linkbtn_hashira{
		font-size: 1.5em;}
}
/* ============================
		以下スライダー
============================== */
.slider {
    max-height: 500px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
.slick-slide img {
	max-height: 500px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.mypattern {
	width: 100%;
	text-align: center;
}
.mypattern .slick-slide {
	margin: 0;
	outline: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	.slick-slide img {
		width: 100%;
	}
	.slick-dotted.slick-slider {
		width: 100%;
	}
}
/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
	/*	-webkit-filter: opacity(60%);
	-moz-filter: opacity(60%);
	-o-filter: opacity(60%);
	-ms-filter: opacity(60%);
	filter: opacity(60%);*/
	transition: 0.2s linear;
}
/*slick setting*/
.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 1000;
	outline: none;
}