@charset "UTF-8";

/*---technology---*/

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

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

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0 10%;
}
.cont_inner{
	background-image: url("../img/technology/bg_dot_orange.png");
	background-repeat: repeat;
	padding: 30px 60px;
	margin-top: 50px;
}
.cont_inner h3{
	font-size: 24px;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	border-radius: 50px;
	margin-bottom: 50px;
} 
.cont_inner:nth-of-type(3) h3{
	margin-bottom: 0;
}
.cont_inner h4{
	font-size: 24px;
	margin-bottom: 15px;
} 
.cont_inner p{
	margin-bottom: 25px;
	height: 100px;
} 
.tech_image{
	padding: 0 2.5%;
	overflow: hidden;
	margin-top: 50px;
}
.tech_image img{
	display: block;
	width: 100%;
	height: auto;
}

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

	.cont_01{
		margin-top: 50px;
		padding:0;
	}
	.cont_inner{
		background-image: url("../img/technology/bg_dot_orange.png");
		background-repeat: repeat;
		padding: 20px 5%;
		margin-top: 25px;
	}
	.cont_inner h3{
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		border-radius: 25px;
		margin-bottom: 25px;
	} 
	.cont_inner h4{
		font-size: 20px;
		margin-bottom: 10px;
	} 
	.cont_inner p{
		margin-bottom: 20px;
		height:auto;
	} 
	.tech_image{
		padding: 0;
		overflow: hidden;
		margin-top: 25px;
	}
	.tech_image img{
		display: block;
		width: 100%;
		height: auto;
	}
}


/*------------------------
cont_02
--------------------------*/

.cont_02{
	margin-top: 100px;
	padding:0 10%;
}
.cont_02 h3{
	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_02 img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 50px;
}
.cont_02 p{
	margin: 25px auto;
}
.cont_02 p.last_message{
	width: 100%;
	padding: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 1px 1px 5px #e77935;
}
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_02{
		margin-top: 50px;
		padding:0 2.5%;
	}
	.cont_02 h3{
		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_02 img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 25px;
	}
	.cont_02 p{
		margin: 20px auto;
	}
	.cont_02 p.last_message{
		width: 100%;
		padding: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		box-shadow: 1px 1px 5px #e77935;
	}
	div.icon_flow{
		width: 115px;
		margin: 50px auto -25px;
		transform: translateX(-125px);
		position: relative;
		z-index: 3;
	}
	.strength_flow{
		margin:0 auto;
	}
}

