@charset "UTF-8";

/*---material---*/

/*------------------------
.page_content_area
--------------------------*/	
.page_content_area{
	background-image:url("../img/material/page_side_image.png"); 
}
@media screen and (min-width:0px) and (max-width:767px){
	.page_content_area{
		background-image:none; 
	}
}

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_material{
	width: 500px;
	background-image: url("../img/material/underPage_title_material.png");
}
#title_comment{
	margin-top: 50px;
	padding-left: 100px;
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_material{
		width: 100%;
		background-image: url("../img/material/underPage_title_material.png");
	}
	#title_comment{
		margin-top: 25px;
		padding-left: 0;
	}
}

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0;
}
.cont_01 h3.attention{
	height: 70px;
	font-size: 20px;
	background-image: url("../img/technology/obj_circle.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 75px;
	margin:75px 0 50px;
}
.cont_01_inner{
	margin: 50px 0;
}
.cont_01_inner h3{
	width: 425px;
	font-size: 18px;
	background-color: #e77935;
	padding: 10px 0 10px 25px;
	border-radius: 30px;
	margin:0 0 15px;
}
.cont_01_inner h3.imp{
	position: relative;
	padding: 10px 0 10px 40px;
}
.cont_01_inner h3.imp:before{
	position: absolute;
	top:15px;left:15px;
	content: "";
	display: block;
	background-color: #fff60c;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.thumb_wrap{
	padding: 0 10%;
}
.inner_thumb{
	display: inline-block;
	width: 48%;
	height: 0;
	margin: 50px 0.5%;
	padding-bottom: 27.2%;
	overflow: hidden;
	position: relative;
}
.inner_thumb img,
.inner_thumb video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.cont_01_inner h4{
	width: 360px;
	height: 50px;
	line-height: 50px;
	color: #ff7418;
	border: solid 1px #ff7418;
	text-align: center;
	margin: 0 auto;
}
.material_photo_area{
	padding: 0 10%;
}
.material_photo_area div{
	display: inline-block;
	width: 48%;
	height: 0;
	margin: 50px 0.5%;
	padding-bottom: 27.2%;
	overflow: visible;
	position: relative;
}
.material_photo_area div img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.material_photo_area div p{
	position: absolute;
	bottom: -40px;left:0;
	width: 100%;
	text-align: center;
}
.last_message{
	width: 100%;
	padding: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 1px 1px 5px #e77935;
}
.last_message h4{
	width: 760px;
	background-color: #ff7418;
	line-height: 50px;
	margin: 0 auto 25px;
}
.last_message ul{
	width: 760px;
	margin: 0 auto 50px;
}
.last_message ul li{
	font-size: 20px;
	text-align: left;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
}
.last_message ul li:before{
	content:"";
	display: block;
	width: 15px;
	height: 15px;
	background-color: #c4c4c4;
	position: absolute;
	top:12px;left:0;
}
.related_link_btn{
	width: 800px;
	margin: 0 auto;
}
.related_link_btn div{
	display: inline-block;
	margin: 0 20px;
}
div.icon_flow{
	width: 115px;
	margin: 50px auto -25px;
	transform: translateX(-125px);
	position: relative;
	z-index: 3;
}
.strength_flow{
	margin:0 auto;
}


@media screen and (min-width:0px) and (max-width:767px){

	.cont_01{
		margin-top: 50px;
		padding:0;
	}
	.cont_01 h3.attention{
		height: auto;
		font-size: 20px;
		background-image: url("../img/technology/obj_circle.png");
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 75px;
		margin-bottom: 50px;
	}
	.cont_01_inner h3{
		width: 100%;
		font-size: 18px;
		background-color: #e77935;
		padding: 10px 0 10px 25px;
		border-radius: 30px;
		margin:0 0 15px;
	}
	.cont_01_inner h3.imp{
		position: relative;
		padding: 10px 0 10px 40px;
	}
	.cont_01_inner h3.imp:before{
		position: absolute;
		top:15px;left:15px;
		content: "";
		display: block;
		background-color: #fff60c;
		width: 18px;
		height: 18px;
		border-radius: 50%;
	}
	.thumb_wrap{
		padding: 0;
	}
	.inner_thumb{
		display: block;
		width: 100%;
		height: 0;
		margin: 20px 0;
		padding-bottom:54.4%;
		overflow: hidden;
		position: relative;
	}
	.inner_thumb img,
	.inner_thumb video{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.cont_01_inner h4{
		width: 100%;
		height: auto;
		line-height: 50px;
		color: #ff7418;
		border: solid 1px #ff7418;
		text-align: center;
		margin: 0 auto;
	}
	.material_photo_area{
		padding: 0;
	}
	.material_photo_area div{
		display: inline-block;
		width: 100%;
		height: 0;
		margin: 50px 0;
		padding-bottom: 54.4%;
		overflow: visible;
		position: relative;
	}
	.material_photo_area div img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.material_photo_area div p{
		position: absolute;
		bottom: -60px;left:0;
		width: 100%;
		text-align: center;
	}
	.last_message{
		width: 100%;
		padding: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		box-shadow: 1px 1px 5px #e77935;
	}
	.last_message h4{
		width: 100%;
		background-color: #ff7418;
		line-height: 35px;
		margin: 0 auto 15px;
	}
	.last_message ul{
		width: 100%;
		margin: 0 auto 25px;
	}
	.last_message ul li{
		font-size: 16px;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	.last_message ul li:before{
		content:"";
		display: block;
		width: 10px;
		height: 10px;
		background-color: #c4c4c4;
		position: absolute;
		top:12px;left:0;
	}
	.related_link_btn{
		width: 100%;
		margin: 0 auto;
	}
	.related_link_btn div{
		display: block;
		margin: 0 auto 20px;
	}
	div.icon_flow{
		width: 115px;
		margin: 50px auto -25px;
		transform: translateX(-125px);
		position: relative;
		z-index: 3;
	}
	.strength_flow{
		margin:0 auto;
	}
}



