@charset "UTF-8";

/*---strength---*/

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

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

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0 10%;
}
.cont_inner a{
	display: block;
	width: 100%;
	height: 100%;
}
.cont_inner a:hover{
	opacity: 0.8;
}
.cont_inner a:hover > div img.hoverBig{
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}
.cont_inner:nth-of-type(odd){
	background-color: #f6f6f6;
	margin-bottom: 3px;
}
.cont_inner:nth-of-type(even){
	background-color: #e7e7e7;
	margin-bottom: 3px;
}
.cont_inner:nth-of-type(3){
	clear: both;
	padding-right: 40%;
	position: relative;
}
.cont_inner h3{
	width: 65%;
	font-size: 20px;
	padding: 25px 0;
	background-color: #e77935;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	border-bottom: solid 3px #fff;
	margin-bottom: 20px;
}
.cont_inner span{
	display: inline-block;
	border: solid 1px #e77935;
	background-color: #fff;
	padding: 2px 10px;
	border-radius:20px; 
	margin:5px 7.5%;
}
.cont_inner p.read_text{
	padding: 20px 7.5%;
	height: 200px;
}
.cont_inner p.read_text_2{
	padding: 20px 7.5%;
	height: 100px;
}
.cont_image{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.cont_image 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;
}
.cont_image_2{
	height: 0;
	padding-bottom:45%;
}
.cont_product img{
	margin-bottom: 10px;
}
.cont_image_3{
	width: 35%;
	position: absolute;
	top:30px;right:30px;
}
.cont_image_3_inner{
	position: relative;
	width: 100%;
	height: 0;
	padding:0 25px 56%;
	overflow: hidden;
	margin-bottom: 20px;
}
.cont_image_3_inner 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;
}
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_inner a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.cont_inner a:hover{
		opacity: 0.8;
	}
	.cont_inner a:active > div img.hoverBig{
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		-ms-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	.cont_inner:nth-of-type(odd){
		background-color: #f6f6f6;
		margin-bottom: 25px;
	}
	.cont_inner:nth-of-type(even){
		background-color: #e7e7e7;
		margin-bottom: 25px;
	}
	.cont_inner:nth-of-type(3){
		clear: both;
		padding-right: 0%;
		position: static;
	}
	.cont_inner h3{
		width: 100%;
		font-size: 20px;
		padding: 25px 0;
		background-color: #e77935;
		border-right:none;
		border-left:none;
		border-bottom: solid 1px #fff;
		margin-bottom: 20px;
	}
	.cont_inner span{
		display:inline-block;
		border: solid 1px #e77935;
		background-color: #fff;
		text-align: center;
		padding: 2px 10px;
		border-radius:20px; 
		margin:5px 5%;
	}
	.cont_inner p.read_text{
		padding: 20px 5%;
		height: auto;
	}
	.cont_inner p.read_text_2{
		padding: 20px 5%;
		height: auto;
		margin-bottom:0;
	}
	.cont_image{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56%;
		overflow: hidden;
	}
	.cont_image 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;
	}
	.cont_image_2{
		width: 100%;
		height: auto;
		padding-bottom:20px;
	}
	.cont_product img{
		margin:10px auto;
	}
	.cont_image_3{
		width: 100%;
		position: static;
	}
	.cont_image_3_inner{
		position: relative;
		width: 100%;
		height: 0;
		padding:0 25px 56%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.cont_image_3_inner 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;
}
	div.icon_flow{
		width: 115px;
		margin: 50px auto -25px;
		transform: translateX(-125px);
		position: relative;
		z-index: 3;
	}
	.strength_flow{
		margin:0 auto;
	}
}
