@charset "utf-8";

/* -- レギュレーション -- */
body {
    min-width: 960px;
    color: #000;
}

a, .txtLink{
    transition: .3s;
}

a:hover, .txtLink:hover{
    opacity: 0.5;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

img {
    max-width: 100%;
}

/* -- 共通パーツ -- */
.displayNone{
    display: none!important;
}

.onlySP {
	display: none;
}

.onlyPC {
	display: block;
}

.inner {
    width: 960px;
    margin: auto;
    position: relative;
}

.link01 {
    position: relative;
}

.link01:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 90px;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.link02 {
    padding-right: 30px;
    position: relative;
}

.link02:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.txtLink {
    cursor: pointer;
}

.arrowBlack:after {
    content: url("../img/icon_arrow01.png");
}

.arrowWhite:after {
    content: url("../img/icon_arrow02.png");
}

.fa,
.fa_after:after,
.fa_before:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa_after:after {
    padding-left: 10px;
}

.fa_before:before {
    padding-right: 10px;
}

.linkBtnArea {
    padding-bottom: 25px;
    /*padding-bottom: 50px;*/
}

.linkBtn {
    margin: 0;
    text-align: center;
}

.linkBtn a {
    display: inline-block;
    text-align: center;
    margin:  auto;
    min-width: 180px;
    padding: 12px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    background-color: #00bdd8;
    border-radius: 5px;
    text-decoration: none;
}

.linkBtn a:hover {
    text-decoration: none;
}

.linkBtn.bigBtn a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
}

.linkBtn.bigBtn a:hover {
    text-decoration: none;
}

.textCenter {
    text-align: center;
}

.icon {
    display: inline-block;
    padding-left: 10px;
    margin: 0;
}

/* -- テーブル -- */
table {
    width:100%;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-collapse:collapse;
}

table th {
    padding: 15px 8px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 1em;
    background-color: #00bdd8;
    font-weight: normal;
    border-left: 1px solid #fff;
}

table tr th:first-child {
    border-left: none;
}

table td {
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    padding:15px 10px;
    text-align:center;
}

.tableLeft td {
    text-align: left;
}

table .c1st,
table .c1st * ,
.sectionArea .researchTable table .c_line1,
.sectionArea .researchTable table .c_1st {
  color: #02a2b9;
  text-align: center;
}

/* -- TOPへ戻るボタン -- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* -- ヘッダー -- */
header.fixed .logoArea {
  padding-bottom: 52px;
}

header .logoArea a {
    display: block;
}

header .logoArea .logo  {
    overflow: hidden;
    position: relative;
}

header .logoArea .logo img {
    margin: 20px 0 15px 0;
    padding-right: 15px;
    float:left;
}

header .logoArea .logo p {
    float:left;
    font-size: 13px;
    margin-top: 40px;
    color: #000;
	font-weight: 600;
}

header .logoArea .logo p.logoName {
    /*line-height: 1.5;*/
}

header .logoArea .logo .login a {
    position: absolute;
    top: 0;
    right: 110px;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
    background-color: #00bdd8;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

header .logoArea .logo .lang a {
    float:right;
    top:0;
    margin-right: 0px;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
    background-color: #132c55;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

header nav {
    background-color: #132c55;
    border-bottom: 1px solid #fff;
}

header.fixed nav {
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 10;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
    width: 100%;
}

header nav .navList {
    font-size: 0;
}

header nav .navList li {
    display: inline-block;
    position: relative;
}

header nav .navList > li:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto ;
    right: 0;
}

header nav .navList li:last-child:after {
    display: none;
}

header nav .navList li > a, 
header nav .navList li >span{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    color: #fff;
    width: 159px;
    margin-right: 1px;
    text-align: center;
    box-sizing: border-box;
}

header nav .navList li a:hover,
header nav .navList li.active > a {
  opacity: 1;
  color: #132c55;
  background-color: #85a1c9;
  box-sizing: border-box;
}

header nav .subnavList{
  display: none;
  position: absolute;
  z-index: 3;
}

header nav .subnavList > li{
    display: block;
    box-sizing: border-box;
    float: left;
    border-top: 1px solid #fff;
}
header nav .subnavList li > a {
    display: block;
    font-size: 13px;
    /*font-weight: 600;*/
    color: #fff;
    width: 159px;
    margin-right: 1px;
    text-align: center;
    box-sizing: border-box;
    background-color: #132c55;
    border-top: 1px solid #fff;
}

/* -- フッター -- 
/* -- コピーライト -- */
footer p.copyRight{
    color: #fff;
    background-color: #132c55;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 25px 0;
    margin: 150px 0 0 0;
}

/* -- 中ページ -- */
/* -- 中ページ[ヒーローエリア] -- */
.heroArea {
    background-image: url("../img/img_hero.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #becacc;
    margin-bottom: 40px;
}
.heroArea h2 {
    height: 200px;
    width: 960px;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.heroArea h2 span {
    display: inline-block;
    position: relative;
    padding-left: 60px;
}

.heroArea h2 span:before {
    content: url("../img/icon_hero.png");
    position: absolute;
    width: 47px;
    height: 47px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.heroArea h2 span.purpose:before {
	content: url(../img/icon_hero_sp1.png);
	position: absolute;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.heroArea h2 span.ForReseachers:before {
	content: url(../img/icon_hero_sp2.png);
	position: absolute;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.heroArea h2 span.newsletter:before {
	content: url(../img/icon_hero_sp3.png);
	position: absolute;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.heroArea h2 span.faq:before {
	content: url(../img/icon_hero_sp5.png);
	position: absolute;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.heroArea h2 span.contactus:before {
	content: url(../img/icon_hero_sp6.png);
	position: absolute;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* -- 中ページ[本文エリア] -- */
.sectionArea .inner {
    padding: 40px;
    box-sizing: border-box;
}

.sectionArea .bkGray {
    background-color: #f5f5f5;
}

.sectionArea h2 {
    color: #00bdd8;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sectionArea p {
    font-size: 16px;
}

.sectionArea a {
    text-decoration: underline;
}

.sectionArea a:hover {
    text-decoration: underline;
}

/* -- 日/英変換
** displayPtn1 : 日本語表示
** displayPtn2 : 英語表示
-- */
.txtChange{
    text-align: right;
    margin-top: 20px;
}

.displayPtn1{
    display: inline;
}

.displayPtn2{
   /* -- display: none; -- */
   display: inline;
}

.txtChange .txtLink:after{
    padding-left: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f362";
}

/* -- 英語テキスト -- */
.sectionArea h2 .EngTxt{
    margin-bottom: 0px;
    font-size: 13px;
}

.heroArea h2 .EngTxt{
    margin-bottom: 0px;
    font-size: 16px;
}

/*　画面サイズが480pxまではここを読み込む　*/
@media screen and (max-width:480px) { 
	.onlyPC {
		display: none;
	}
	
	.onlySP {
		display: block;
	}
	
	body {
		min-width: auto;
	}
	
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
	}
	
	header.fixed .logoArea {
		padding-bottom: 0;
	}
	
	header nav {
		display: none;
	}
	
	#navBtn {
		width: 45px;
		height: 45px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background-image: url("../../img/nav_btn_open.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	
	#navBtn.open {
		background-image: url("../../img/nav_btn_close.svg");
	}
	
	.cover {
		z-index: 1;
		width: 100%;
		height: calc(100vh - 60px);
		margin: 0;
		padding: 10px 0 70px;
		position: absolute;
		left: 0;
		top: 75px;
		background: #fff;
		display: none;
		box-sizing: border-box;
	}
	
	.cover .headerBtnArea {
		overflow: hidden;
		position: relative;
		width: 100%;
		top: 5%;
	}
	
	.cover .headerBtnArea .lang {
		width: 50%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.cover .headerBtnArea .lang a {
		background-color: #132c55;
		color: #fff;
		width: 100%;
		float: left;
		border-radius: 4px;
		text-align: center;
		padding: 5px 0;
	}
	
	.logoArea ul:not(.subNavi) {
		width: 19em;
		height: 100%;
		margin: auto;
		position: static;
		left: auto;
		top: auto;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	
	.logoArea li a,
	.logoArea li span {
		color: #000;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 6% 0 6% 40px;
    	font-size: 0.95em;
		line-height: 1;
		text-decoration: none;
		box-sizing: border-box;
		-webkit-font-smoothing: subpixel-antialiased;
		position: relative;
	}
	
	.logoArea ul:not(.subNavi) > li > a::before,
	.logoArea ul:not(.subNavi) > li > span::before {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 0.5em;
		top: calc(50% - 13px);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(1) > a::before {
		background-image: url("../../img/menu_g1.svg");
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(2) > span::before {
		background-image: url("../../img/menu_g2.svg");
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(3) > span::before {
		background-image: url("../../img/menu_g3.svg");
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(4) > a::before {
		background-image: url("../../img/menu_g4.svg");
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(5) > a::before {
		background-image: url("../../img/menu_g5.svg");
	}
	
	.logoArea ul:not(.subNavi) > li:nth-child(6) > a::before {
		background-image: url("../../img/menu_g6.svg");
	}
	
	.logoArea ul:not(.subNavi) > li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.logoArea ul:not(.subNavi) li > a {
		color: #000;
	}
	
	.logoArea .subNavi {
		width: auto;
		position: static;
		left: auto;
		top: auto;
		background-color: transparent;
		text-align: left;
		display: none;
	}
	
	.logoArea .subNavi a::before {
		content: '??';
		font-size: 0.7em;
		position: absolute;
		margin: 0 3px;
		left: 40px;
		top: 11px;
	}
	
	.logoArea .subNavi li {
		position: relative;
	}
	
	.logoArea .subNavi li a {
		padding: 3% 0 3% 24%;
    	font-size: 14px;
	}
	
	.logoArea li a:hover, 
	.logoArea li span:hover, 
	.logoArea li.nowPage > a, 
	.logoArea li.nowPage > span {
		color: #02c5dd;
	}
	
	.inner {
		width: 90%;
		margin: auto;
		position: relative;
	}
	
	header .logoArea .logo p {
		font-size: 8px;
		float: none;
		margin-top: 15px;
		padding-top: 15px;
		margin-bottom: 0;
		width: 84%;
		line-height: 1.5;
	}
	
	header .logoArea .logo .lang a {
		float: none;
		position: absolute;
		right: 0;
	}
	
	header .logoArea .logo img {
		width: 14%;
		margin: 0 0 10px;
	}
	
	main {
		margin-top: 19%;
	}
	
	.link01:after {
		top: 99px;
		right: 6px;
	}
	
	.heroArea {
		height: auto;
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #b8c6c8;
		background-image: url("../img/img_hero_sp.jpg");
		margin-bottom: 0;
	}
	
	.heroArea h2 {
		height: 150px;
	}
	
	.heroArea h2 span {
		font-size: 15px;
		padding-left: 50px;
	}
	
	.heroArea h2 span:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp.png");
	}
	
	.heroArea h2 span.purpose:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp1.png");
	}
	
	.heroArea h2 span.ForReseachers:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp2.png");
	}
	
	.heroArea h2 span.newsletter:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp3.png");
	}
	
	.heroArea h2 span.faq:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp5.png");
	}
	
	.heroArea h2 span.contactus:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
	  　vertical-align: middle;
		background-image: url("../img/icon_hero_sp6.png");
	}
	
	.heroArea h2 .EngTxt {
		font-size: 10px;
	}
	
	.sectionArea .inner {
		padding: 40px 10px;
	}
	
	.sectionArea .bkGray {
		width: 100%;
		padding: 40px 30px !important;
	}
	
	.sectionArea h2 {
		font-size: 20px;
	}
	
	.sectionArea p,
	table {
		font-size: 16px;
	}
	
	table th {
		line-height: 1.5;
	}
	
	footer p.copyRight {
		text-align: left;
    	padding-left: 15px;
    	line-height: 1.5;
		margin-top: 0px;
	}
	
}

/*-------------------------------------
    2022/02/14:バイオバンク2次開発用
-------------------------------------*/
/* PDFイメージ保存時 */
@media print{
    .none_print{
        display: none;
    }
    
}