/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
}
.layout {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	background: #fff;
	border-top: 3px solid #003166;
}
/* ==== Header === */
#hd {
	height: 65px;
	position: relative;
}
/* ==== Navigation === */
#nav {
	margin-right:auto!important;
	height: 50px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    top: 0;
}
#nav ul {
}
#nav li {
	float: left;
	width: 14.28%;
	line-height: 50px;
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-top:1px solid #003166;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#nav li a:hover {
	border-top:6px solid #003166;
	letter-spacing:0.2em;
}
.current {
	border-top:6px solid #003166!important;
	letter-spacing:0.2em;
}
#menu {
	display:none;
}
/* ==== Content === */
#con_bg {
}
#con {
	margin-top:20px;
}
#sidenav {
	width:23%;
	max-width: 220px;
	float: left;
	margin-top: 20px;
	border:1px solid #003166;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width:100%;
	box-sizing: border-box;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 12px;
	color: #000;
	border-bottom: dotted 1px #CCC;
}
#main {
	width:75%;
	max-width: 720px;
	float: right;
	margin-top: 20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main img {
	max-width:100%
}
#main a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
/* ==== Footer === */
#ft {
	margin-top: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #fff;
	background: #003166;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 20px;
	left: 0px;
	line-height: 1em;
	font-size: 1.9rem;
}
h1 a {
	color: #000!important;
	text-decoration: none;
}
h1 span {
	display: inline-block;
	font-size: 0.65em;
	margin-right:10px;
}
h2 {
	color: #333;
	border-bottom:4px double #003166;
	border-top:4px double #003166;
	font-size: 34px;
	font-weight:normal;
	height:80px;
	padding: 0.9em 0 0.0em 0.5em;
}
#sidenav h2 {
	color: #fff;
	border:1px solid #003166;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
	height:50px;
	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
	background: url(../images/nav_bag.png) top center #003166;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.6em 0 0.6em 0.8em;
	border-left:8px double #114277;
	background:#003166;
	color:#fff;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.0em 0 0.0em 0.4em;
	border-left: 5px double #003166;
	margin: 0.6em 0 0.4em 0;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
}
#i_img img {
	width: 100%;
}
#i_main {
	width:100%;
	max-width: 960px;

	margin-top: 20px;
}
#i_news {
	height: 300px;
	overflow:auto;
	border: none;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
}
#i_news table tr {
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 125px;
	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
	padding-left: 20px;
}
#i_bnr {
	margin-top: 20px;
	width:100%;
	max-width: 960px;

}
#i_bnr ul {
	margin-top:5px;
}
#i_bnr li {
	float: left;
	margin-bottom: 4px;
	width:50%;
}
#i_bnr li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #003166;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #003166;
	background: url(../images/common/bnr_bg.png) 8px center no-repeat;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#i_bnr li a:hover {
	color: #fff;
	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #2c68a9;

}
/*----pagetop----*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #003166;
	border: #fff 1px solid;
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
}

.anim-box{
	position:relative;
	opacity:0;
	overflow:hidden;
	transition:all .2s;
}
.anim-box::before{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
	top:0;
    transform: translateX(-100%);
    transition:all 1.5s 0s ease;
    width: 100%;
    z-index: 1;
}
.anim-box.active{
    opacity: 1;
}

.anim-box.active::before{
    transform: translateX(100%);
}
.anim-text{
	opacity:0;
	transition:all 1s ease;
}
.anim-left{
	transform: translateX(-100%);
}
.anim-right{
	transform: translateX(100%);
}
.anim-text.active{
	opacity:1;
	transform: translateX(0);
}
.float_R.img-block{
	margin-left:10px;
}
.float_L.img-block{
	margin-right:10px;
}
.anim-fade .anim-list,
.anim-slide .anim-list{
	position:relative;
	top:10px;
	opacity:0;
}
.margin-L{
	margin-left:311px;
	margin-bottom:20px;
}
.tb-table{
	width:calc(100% - 310px);
	margin-bottom:20px;
}
.tb-table th,
.tb-table td{
	border:1px solid #ccc;
	padding:5px;
}
.tb-table th{
	background:#eee;
	text-align:center;
}
.tb-table td{
	width:70%;
}
.labo-theme{
	font-weight:bold;
}
.sub-title{
    position: absolute;
    top: 14px;
	left: 340px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    color: #333;
}
.sub-title span{
	display:block;
}
@media screen and (max-width:769px){
	.margin-L{
		margin-left:0;
	}
	.tb-table{
		width:100%;
	}
	.sub-title{
		left:5px;
		letter-spacing:1px;
		position: absolute;
		top: 40px;
		font-size: 10px;
		line-height: 1.3;
		color: #333;
	}
}

/*----------------
	afco
----------------*/
.page .afco{
	margin-bottom:40px;
}
.page .afco p{
	line-height:1.8;
}
.page p.afco-text{
	padding: 10px 10px 0;
    line-height: 2;
	font-size:14px;
}
.page .afco-sub{
	font-size:12px;
	margin:-10px 0 20px;
}
.afco-dl dt{
	font-weight:bold;
}
.afco-dl dd{
	margin-bottom:15px;
}
.books{
	margin-top:40px;
}
.books h5{
	font-size:15px;
	font-weight:normal;
	margin-top:10px;
}
.books dl{
	margin-top:10px;
}
.books dt{
	font-weight:bold;
	background:#eee;
	padding:5px;
}
.books dd{
	padding:5px 15px 10px;
}
@media screen and (max-width:769px){
	.page .afco{
		margin-bottom:0;
		padding-top:0;
	}
	.page p.afco-text{
		padding:0px 10px 0;
	}
}

/*----------------------------------------------------------------------------
******************************************************************************
20181116追記
******************************************************************************
----------------------------------------------------------------------------*/
#con .img-block img {
	width: 300px;
	height: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
#con #i_bnr {
    clear: both;
}
#con .float_L.img-block {
    margin-bottom: 0.8em;
}
.i_news tabel tr td a {
	text-decoration: none;
}
#i_img img {
}
#news .books {
	margin: 30px auto;
}
#news .books li {
	padding: 10px 0;
}
#news p {
	line-height: 1.8;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.bold {
	font-weight: bold;
}
.labo-list {
	margin-top: 10px;
}
.labo-list li{
	list-style-type: square;
    color: #333;
    padding: 0;
    border-left: 1px #888;
    margin-bottom: 8px;
    margin-left: 15px;
}
.res-list li {
	margin-bottom: 5px;
}
.res-list ul {
	margin-top: 25px;
}
.gakkai {
	margin-top: 25px;
}
.mt10 {
	padding: 0;
	padding-bottom: 10px;
}

/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width:769px){
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
	width:99%;
	margin:0 0.5%;
}
.layout {
	width: 100%;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	background: #fff;
	border-top: 3px solid #003166;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	position: fixed!important;
	top: 0px;
	right: -200px;
	height: 100%;
	z-index: 100;
	width: 200px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 16px;
	background: url(../images/common/nav_bg.png) top center #003166;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #003166;
	-moz-box-shadow: inset 0 0 5px 5px #003166;
	box-shadow: inset 0 0 5px 5px #003166;
}

#nav ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d
}
#nav ul li {
	display: block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

#nav ul li img {
	max-width:100%;
	margin: 0 auto;
	padding:10px 0;
}

#nav ul li:hover {
	border-top: none;
	line-height: 49px;
}
#nav ul li:hover>a {
	-webkit-box-shadow: inset 0 0 15px 3px #003166;
	-moz-box-shadow: inset 0 0 15px 3px #003166;
	box-shadow: inset 0 0 15px 3px #003166;
}
#nav ul li a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0,0,0,1.0);
}
#nav ul li ul {
	border-bottom: none;
	margin: 0;
}
#nav ul li ul li {
	line-height: 40px;
	font-size: 13px;
}
#nav ul li ul li:last-child {
	border-bottom: none;
}
#menu {
	cursor:pointer;
	position:fixed;
	top:10px;
	right:10px;
	z-index: 1000;
}
/* ==== Content === */
#con_bg {
}
#con {
}
#sidenav {
	width: 220px;
	float: left;
	margin-top: 20px;
	border:1px solid #003166;
	display:none;
}
#main {
	width: 100%;
	margin-top: 20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main img {
	max-width:100%;
	display:block;
	margin:5px auto;
	float:none;
}

#main a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
/* ==== Footer === */
#ft {
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #fff;
	background: #003166;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 10px;
	left: 5px;
	line-height: 1.0em;
	font-size:23px;
}
h1 a {
	color: #000!important;
	text-decoration: none;
}
h1 span {
	display: inline-block;
	font-size: 0.65em;
	margin-right:5px;
}
h2 {
	color: #fff;
	border-bottom:4px double #003166;
	border-top:4px double #003166;
	font-size: 34px;
	font-weight:normal;
	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
	height:80px;
	padding: 0.9em 0 0.0em 0.5em;
}
#sidenav h2 {
	color: #fff;
	border:1px solid #003166;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
	height:50px;
	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
	background: url(../images/nav_bag.png) top center #003166;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.6em 0 0.6em 0.8em;
	border-left:8px double #114277;
	background:#003166;
	color:#fff;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.0em 0 0.0em 0.4em;
	border-left: 5px double #003166;
	margin: 0.6em 0 0.4em 0;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
}
#i_img img {
	width: 100%;
}
#i_main {
	width: 100%;
	margin-top: 20px;
}
#i_news {
	height: 300px;
	overflow:auto;
	border: none;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	display:block;
}
#i_news table tr {
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
	padding-left: 20px;
}
#i_bnr {
	margin-top: 20px;
	width: 100%;
}
#i_bnr ul {
	margin-top:5px;
}
#i_bnr li {
	width: 100%;
	margin-bottom: 4px;
}
#i_bnr li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #003166;
	padding: 15px 0 15px 30px;
	border: 1px solid #003166;
	border-radius: 0px;
	background: url(../images/common/bnr_bg.png) 8px center no-repeat;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#i_bnr li a:hover {
	color: #fff;
	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #2c68a9;
}
/*----pagetop----*/
#page-top {
	width:100%;
}
#page-top a {
	background: #666;
	border: none;
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
	
	/*----追記----*/
	.float_R.img-block,
	.float_L.img-block {
		margin-left: 0;
		margin: 3% auto;
		float: none;
		text-align: center;
		width: 66%;
	}
	.anim-text {
		padding: 3%;
		box-sizing: border-box;
	}
	#con .img-block img {
		width: 100%;
		height: auto;
	}
	.anim-box::before {
		background: #000;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 5%;
		transform: translateX(-100%);
		transition: all 1.5s 0s ease;
		width: 100%;
		z-index: 1;
	}
	
	.sp_block {
		display: block;
	}
}

@media screen and (max-width:350px){
	/*----追記----*/
	.float_R.img-block,
	.float_L.img-block {
		margin-left: 0;
		margin: 3% auto;
		float: none;
		text-align: center;
		width: 80%;
	}
}