#content{
	margin: 0px auto;
	width: calc:(100%-260px);
	
	margin-top: -60px;
	

	
}

.right_content{margin-top:-30px;}
.screen1{
	
	display : none;
}

.tag_sec{


	/*border : 1px solid #000;
	border-radius: 2px;
	margin-bottom:25px;
*/
	margin-bottom:25px;
}
.product_tag{width: 100%;
		   grid-template-columns: auto;display: grid; grid-gap:1%;
	


	}
.tag{
font-weight: bold;
	color: #131313;
	
	padding-top: 15px;


}

.tag_top{	/*grid-column : 1/3;*/	/*	border-bottom : 2px solid #00456B;;*/
font-size:3.4em;

	padding-bottom: 10px;
}

.tag_b{}
.tag_left{margin-top: -20px;text-align: left;font-size:1.7em;font-weight: normal;}




.tag_right{text-align: center;display: none;
padding-bottom: 15px;
margin-right: 10px;
box-shadow: 10px 10px 5px 0px #888888;
color:#fff;
	
	background-color:#25373B;



}



.underline{
/*border-bottom : 2px solid #7BB1A8;*/
}
.pro_title{
	
		text-align: center;




	font-size: 1.8em;
	font-weight: bold;
	color: #fff;;
	



	height: 300px;

	opacity: 0.8;
	
	color: navy;

	margin: 0px auto;width: 100%;	text-align: center;	background-repeat: no-repeat;	background-position: center top;	background-size: 50%; display: grid;    align-content: end;		transform: scale(0.8);	 transition: transform 0.5s ease-in-out;

	
	
	
}


.item{
width: 100%;

position: relative;
display: grid;
	
	  align-content: start;
	
	
	
}


.bbb li{margin-left: 25px;
list-style-type: disc;
	font-size:1em;  	
	
}


.bbb ul li {
    margin-left: 50px;
    list-style-type  : circle;
    font-size: 0.8em;
    
}



.titletext{

	/*background: linear-gradient(to right, #999, #ccc);*/
	/* background: linear-gradient(to right, rgba(#999, #ccc, 0, 1), rgba(255, 0, 0, 0));*/
	/*box-shadow: 10px 10px 5px 0px #888888;*/


	position: relative;
	
	font-size: 1.8em;
	font-weight: bold;
color:#004894;;;
	margin-bottom:15px;
	
	
	

}
.subtext{
	/*width: calc(100%-30);*/
	width: 95%;
/*	padding : 15px;*/
	margin-bottom:50px;
	font-size:1.2em;

	
}


.product_image{

margin: 0px auto;	
background-repeat: no-repeat;
background-position: center top;
	
	


	



}

	.sec{
		   grid-template-columns: 49% 49%;display: grid; grid-gap:1%;
			margin-bottom:80px;

	}


@media(max-width:625px){
	.sec{
		   grid-template-columns: 98%; display: grid;
		margin-bottom:250px;
	}
	
	.product{
		grid-row-start: 1;
		
	}
	
	.product_tag{width: 100%;
		   grid-template-columns: auto;display: grid; grid-gap:1%;
	


	}
	.tag_top{text-align: center;}
	.tag_left{text-align: center;margin-top:-20px;color:#7E7E7E;margin-bottom: 10px;
	}





	
}





