/* ******************************************************************
 *	File name		: base.css
 *	Summary			: css base
 * ******************************************************************
 */
/*

#574671
rgba(87,70,113,0.7)

*/

/* -----------------------------------------------------------------
   base
----------------------------------------------------------------- */

/* ------------------------------------------------
   main_img
------------------------------------------------- */

#main_img{
	position:relative;
	width:100%;
	height:460px;
	z-index:-2;
	overflow:hidden;
	}
	#main_img img{
		position:absolute;
		top:0px;
		left:calc(50% - 960px);
		min-width:1920px;
}

/* --- responsive --- */
@media screen and (min-width:1940px){
	#main_img::before,
	#main_img::after{
		content:" ";
		position:fixed;
		bottom:0px;
		width:150px;
		height:100%;
		z-index:50;
	}
	#main_img::before{
		background:linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
		left:calc(50% - 960px);
	}
	#main_img::after{
		background:linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0));
		right:calc(50% - 960px);
	}
}
@media only screen and (max-width:767px){
	#main_img{
		position:relative;
		width:100%;
		height:auto;
		z-index:-2;
		overflow:hidden;
		}
		#main_img img{
			position:relative;
			top:0px;
			left:-50px;
			width:calc(100% + 100px);
			max-width:none;
			min-width:0px;
	}
}

/* -----------------------------------------------------------------
   main_lead
----------------------------------------------------------------- */

#main_lead{
	position:relative;
	margin:40px auto 40px;
	text-align:left;
	line-height:1.5;
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 65%;
	}
	#main_lead p{
		font-size:1.0rem;
	}
	#main_lead strong{
		font-size:1.2rem;
		color:#574671;
}
#main_lead2 img{
	padding-left: 20px;
	padding-top: 20px;
	width: 1000px;
	height: auto;
}
#main_lead2{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width: 1000px;
	margin:0 auto 40px;
	padding: 15px 20px 30px;
	background:#E3F0EF;
}
#main_lead_title h2{
	position:relative;
	width:100%;
	margin:0 0 0px 0;
	padding:0 0 8px;
	font-size:1.4rem;
	padding-top: 20px;
	text-align:center;
	color:#574671;
	z-index: 2;
	}
	#main_lead_title h2::after{
		content:" ";
		position:absolute;
		left:calc(50% - 115px);
		bottom:0px;
		width:230px;
		height:1px;
		background:#574671;
}
#main_lead_title{
	background:#E3F0EF;
}
/* --- responsive --- */
@media screen and (max-width:1000px){
	#main_lead{
		margin:15px auto 30px;
		padding:0 25px 20px;
		border-bottom:1px solid #574671;
		width: 100%;
		display: block;
		}
		#main_lead p{
			font-size:0.87rem;
		}
		#main_lead strong{
			font-size:1.0rem;
	}
	#main_lead img{
		padding-top: 10px;
		padding-left: 0px;
		width: 100%;
		height: auto;
	}	
	#main_lead2{
		/* margin:15px auto 30px; */
		padding:10px 25px 20px;
		border-bottom:1px solid #574671;
		width: 100%;
		display: block;
		}
		#main_lead2 p{
			font-size:0.87rem;
		}
		#main_lead2 strong{
			font-size:1.0rem;
	}
	#main_lead2 img{
		padding-top: 10px;
		padding-left: 0px;
		height: auto;
	}	
	#main_lead_title h2{
		position:relative;
		width:100%;
		margin:-30px 0 0px 0;
		padding:20px 0 8px;
		font-size:1.4rem;
		text-align:center;
		color:#574671;
		z-index: 2;
	}
	#main_lead_title{
		background:#E3F0EF;
	}
}


/* -----------------------------------------------------------------
   section h2
----------------------------------------------------------------- */

section h2{
	position:relative;
	width:100%;
	margin:0 0 15px;
	padding:0 0 8px;
	font-size:1.4rem;
	text-align:center;
	color:#574671;
	}
	section h2::after{
		content:" ";
		position:absolute;
		left:calc(50% - 95px);
		bottom:0px;
		width:190px;
		height:1px;
		background:#574671;
}

.more{
	text-align:center;
	}
	.more a{
		display:inline-block;
		padding:3px 25px;
		font-size:0.9rem;
		background:rgba(87,70,113,0.6);
		color:#FFF;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		text-decoration:none;
		transition-duration:0.5s;
	}
	.more a:hover{
		background:rgba(87,70,113,1);
}


/* -----------------------------------------------------------------
   News
----------------------------------------------------------------- */

#news{}
#news ul{
	width:100%;
	margin:0 0 15px;
	list-style:none;
	}
	#news ul li{
		position:relative;
		width:100%;
		margin:0 0 7px;
		text-align:center;
		}
		#news ul li .date{
			display:inline-block;
			margin:0 14px 0 0;
		}
		#news ul li a{
			font-size:inherit;
			color:#574671;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#news{
		padding:0 25px;
	}
	#news ul li{
		font-size:0.77rem;
		text-align:left;
		border-bottom:1px dotted rgba(87,70,113,0.5);
		line-height:1.5;
		}
		#news ul li .date{
			display:block;
			margin:0 14px 0 0;
		}
		#news ul li a{
			font-size:inherit;
			color:#574671;
	}
}

/* -----------------------------------------------------------------
   movie_sample
----------------------------------------------------------------- */

#movie_sample{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:100%;
	margin:0 0 45px;
	padding:50px 20px;
	background:#E3F0EF;
	}
	#movie{
		position:relative;
		width:720px;
		max-width:100%;
		margin:0 auto;
		}
		#movie div{
			position:relative;
			width:100%;
			height:0px;
			padding-top:56.25%;
			background:#000;
		}
		#movie div iframe{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
}

/* -----------------------------------------------------------------
   technical_info
----------------------------------------------------------------- */

#technical_info{
	position:relative;
	padding:15px 20px 30px;
	background:rgba(87,70,113,0.05);
	border:1px solid #574671;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#technical_info h2{
	margin:0 0 25px;
}
#technical_info .ti_detail{
	position:relative;
	width:900px;
	max-width:100%;
	min-height:210px;
	margin:0 auto;
	padding-left:375px;
}
#technical_info .ti_detail .tld_p{
	position:absolute;
	top:0px;
	left:0px;
	width:324px;
}
#technical_info .ti_detail .tld_d{
	margin:0 0 40px;
	padding:25px 220px 0 0;
	}
	#technical_info .ti_detail .tld_d h3{
		position:relative;
		margin:0 0 10px;
		font-weight:bold;
		font-size:1.3rem;
		color:#574671;
	}
	#technical_info .ti_detail .tld_d p{
		font-size:0.87rem;
	}
#technical_info .ti_detail .tld_d .pamphlet{
		position:absolute;
		top:-50px;
		right:0px;
		width:170px;
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		line-height:1.2;
	}
	#technical_info .ti_detail .tld_d .pamphlet a{
		font-size:0.77rem;
		color:rgba(87,70,113,1);
	}
	#technical_info .ti_detail .tld_d .pamphlet img{
		position:relative;
		margin:0 0 5px;
		border:1px solid rgba(87,70,113,0.7);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

#technical_info .ti_detail .more{
	text-align:right;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#technical_info{
		width:calc(100% - 50px);
	}
	#technical_info .ti_detail{
		padding-left:0px;
	}
	#technical_info .ti_detail .tld_p{
		position:relative;
		top:0px;
		left:0px;
		width:100%;
	}
	#technical_info .ti_detail .tld_d{
		margin:0 0 10px;
		padding:25px 0px 0 0;
		}
		#technical_info .ti_detail .tld_d h3{
			position:relative;
			margin:0 0 10px;
			font-weight:bold;
			font-size:1.3rem;
			color:#574671;
		}
		#technical_info .ti_detail .tld_d p{
			font-size:0.87rem;
		}
	#technical_info .ti_detail .tld_d .pamphlet{
			position:relative;
			top:0px;
			margin:25px auto 0;
	}
}







