<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

/*--------ヘッダー部分の処理ここから----------*/
/* 分野名のリンク下線を消す */
header a {
	text-decoration: none;	
}

.main_header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	/*background: url(../images/logo_biochem.jpg) right center/20% no-repeat;*/ /*-----ロゴ画像を入れる、レイヤーの順で並べる-----*/
	/*background-size: contain;*//*-----ロゴ画像サイズを枠に収めるよう調整する-----*/
	background-color: #52bad5;/*-----ロゴ画像の下に背景色を設定する-----*/
	border-bottom: 2px solid #2C9AB7;
}

.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-right: 10px;
}

.placeholderlogo {   /*--ロゴの処理用に追記---*/
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	max-width: 60%; /*--100を25にした、headerを二つにdivで分けたのでまた100に戻した---*/
	height: auto; /*-----追加した----*/
	padding-top: 1px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 1px;
	padding-left: 5px;
	/*height: 100%;*/
}

/*--------ヘッダー部分の処理ここまで----------*/

/*----リンクセクションのデザイン-------*/
.secondary_header {
	width: 100%;
	padding-top: 20px;/*--50pxから20pxにしてメニューの上の空きスペースを小さくした---*/
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
}

.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li a {
	color: inherit;	
	text-decoration: none; 
}
.secondary_header ul li:hover {
	color: #398295;
	text-decoration: none; 
}


.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #4D4D4D;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-image: url(../about/images/DSC_0085_small_transparent.jpg);/*----背景画像----*/
	background-size: contain;/*----画像を自動で調整して全体を表示する----*/
	background-color: #FFFFFF;
	margin-top: 0px;
}

.container .access { /*------contactページ用にデザインする---------*/
	width: 100%;/*------上と同じ100%にしているがpaddingも指定するとその分だけ少し大きくなってしまう---------*/
	/*padding-left: 25px;------width:100%とpaddingが組み合わさるとその分はみ出る-----------*/
	/*padding-right: 25px;------width:100%とpaddingが組み合わさるとその分はみ出る-----------*/
	padding-top: 35px;
	display: inline-block;
	background-image: url(../contact/images/Outside_megabank_autumn_small_transparent.jpg);/*----背景画像----*/
	background-size: contain;/*----画像を自動で調整して全体を表示する----*/
	background-color: #FFFFFF;
	margin-top: 0px;
}

.container .access ul { 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;/*------少し下げる、---------*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .access ul li { 
	font-family: "Source Sans Pro";
	list-style: none;
	margin-left: 0px;
	margin-right: auto;
	text-indent: -1em;/*------二行目になったら一文字下げる、---------*/
	color: #000000;
	font-weight: normal;
	border-radius: 0px;
	transition: all 0.3s linear;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}

.gallery .thumbnail p a { /*pubmedリンク用のコードを追加*/
	color: inherit;
	text-decoration: none;
}

.gallery .thumbnail p a:hover { /*pubmedリンク用のコードを追加*/
	color: #52BAD5;
	cursor: pointer;
}

/* Motto Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../about/images/DSC_0085_small.jpg);
	background-size: contain;/*----画像を自動で調整して全体を表示する----*/
	height: 400px;
	background-attachment: fixed;
	/*---background-size: cover;---*/
	background-repeat: no-repeat;
}
.banner_contact {/* Contactページ用に追加した */
	background-color: #2D9AB7;
	background-image: url(../contact/images/Outside_megabank_autumn_small.jpg);
	background-size: contain;/*----画像を自動で調整して全体を表示する----*/
	height: 400px;
	background-attachment: fixed;
	/*---background-size: cover;---*/
	background-repeat: no-repeat;
}

.motto {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.motto_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 300px; /*---200から変更----*/
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.button a {
	color: inherit;	
	text-decoration: none; 
}
.button a:hover {
	color: inherit;
	text-decoration: none; 
}


.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 20px; /*----ここの数字で余白を調整---*/
	padding-bottom: 20PX; /*----ここの数字で余白を調整---*/
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile まだ調整できていない、リンク項目は調整済み*/
@media (max-width: 320px) {

.main_header {/*-----このサイズからヘッダのロゴと文字を上下に並べる-----*/
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center
}
	
h1 {
	font-size: 1.0em;
}
	
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.motto {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.motto_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.main_header {/*-----このサイズからヘッダのロゴと文字を上下に並べる-----*/
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center
}

.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}	
	
	
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.motto {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.motto_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.motto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.motto_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

	
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
</pre></body></html>