@charset "utf-8";
/* CSS Document */



body{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}





#header-wrap{ background-color:#FFF; opacity:0.8;}
@media screen and (max-width: 738px) {
#header-wrap{ background-color: transparent;	}
}






.navbar-brand img{
	width: auto;
	height: 80px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

@media screen and (max-width: 738px) {
.navbar-brand img{
	height: 60px;
	margin-left: 0px;
}
}






.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #000 !important;
	background-color: #DEF;
}

@media screen and (min-width: 739px) {
.navbar-light .navbar-nav .nav-link{
	color: #333 !important;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav-item{
	border-left-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
}
.navbar{padding:0px;}
}






@media screen and (max-width: 738px) {
.navbar-nav{background-color:#000;}
.navbar-light .navbar-nav .nav-link{color:#FFF; text-align:center;}
.nav{display:block;}
}





#main{ width:80%; margin:0 auto; text-align:center; padding-bottom:100px;}


@media screen and (max-width: 738px) {
#main{ width:100% ;margin-top:145px; background-color:#FFF; z-index:2; padding-top:20px;}
.inner{width:80%; margin:0 auto;}
}




@media screen and (min-width: 739px) {
tr:nth-child(odd){
  background-color: rgba(0,0,0,.05);
}
}
 
td,th{text-align:left;}

@media screen and (max-width: 738px) {
td,th{width:100%; display:block;}
th{background-color: rgba(0,0,0,.05);}
}



/* 全画面表示CSS */

.top-gazo {
	height: 100vh; /* 全画面表示 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../image/top-gazo.jpg);
}
.top-gazo .message{
	width: 60%;
	float: left;
	text-align: center;
	font-size: 50px;
	position: absolute;
	top: 45%;
}
.top-gazo .message span{font-size:22px;}




@media screen and (max-width: 738px) {
.top-gazo {
	background-position: center right;
	background-image: url(../image/top-gazo-sp.jpg);
		background-size: cover;

}
.top-gazo .message{
	width: 80%;
	text-align: left;
	font-size: 30px;
	top: 45%;
	margin-left:10px;
		 text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;

}
.top-gazo .message span{font-size:20px;}


}






#top-image{	position:relative; margin-bottom:20px;}
@media screen and (max-width: 738px) {
#top-image{	position:fixed;
top:0px;
    max-height: 250px;
	z-index:-1;
	margin-bottom:0px;
}
}



#top-image img{width:100%;height:250px; object-fit: cover; font-family: 'object-fit: cover; object-position: bottom;'}

#top-image h1{
	border: 2px solid #0066CC;
	position: absolute;
	font-size: 32px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #FFF;
	white-space: nowrap;
	font-weight: bold;
	background-color: #FFF;
	color: #0066CC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
	
	
#top-image p{
	position: absolute;
	font-size: 16px;
	top: 65%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0px;
	display:block;color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin:0px;
	color:#0066CC;
	 text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
	   font-weight:bold;
}

h2{text-align:center; margin-top:40px; margin-bottom:30px;position: relative; font-size:3rem;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 400px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666666;
  border-radius: 2px;
}

h3{text-align:center; margin-top:10px; margin-bottom:30px;position: relative; 
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 300px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666666;
  border-radius: 2px;
}


@media screen and (max-width: 738px) {
#top-image img{width:100%;object-fit: cover; height:250px; object-position: 100% 0;}
#top-image h1{
	font-size: 28px;
	top: 55%;
	left: 50%;

}
#top-image p{
	top: 70%;
}
}
	
img.cover200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: bottom;';
}


img.cover350 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: bottom;';
}




@media screen and (min-width: 738px) {
.sp{display:none;}
}
@media screen and (max-width: 739px) {
.pc{display:none;}
}





.btn{
    background-color: #191D40;
    text-align: center;
    color: #FFF !important;
    display: block;
    width: 250px;
    margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 40px;
}


p.read{font-size:1.4rem;}



#submenu{
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#submenu ul{display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
#submenu ul li{
	text-align: center;
	font-size: 1.2rem;
	background-color: #333;
	display: flex;
	align-items: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	line-height: 1.6rem;
}	
#submenu ul li a{color:#FFF; display:block;	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
 }
 
 @media screen and (max-width: 738px) {
#submenu{}
#submenu ul{margin: 0px;
    padding: 0px;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;}
#submenu ul li{
	width: 100%;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
}

 
 
 
 
 
 
 
.ja3m-product{display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}

@media screen and (max-width: 738px) {
.ja3m-product{-ms-flex-wrap: wrap;
  	flex-wrap: wrap;}
}



table.bioshell{ width:100%;}
table.bioshell th{
	padding:10px;
	font-weight:bold;
}
table.bioshell td{padding:10px;
}
table.bioshell tr{	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
table.bioshell tr:last-child{border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;}

table.table1{ width:100%;}
table.table1 th{
	padding:10px;
	font-weight:bold;
}
table.table1 td{
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
table.table1 tr{	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
table.table1 tr:last-child{border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;}
	