@charset "UTF-8";
/* @group Reset */


/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
.con_lr01 .left {
	width: 240px;
}
.con_lr01 .right {
	width: 520px;
}
.con_lr01 .right p {
	line-height: 1.8;
}	
.con_lr02 {
	margin-top: 50px;
	}		
	
	
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.con_lr01 .left {
	text-align: center;
	margin-bottom: 2em;
	}	
.con_lr01 .left img {
	width: 60%;
	}
.con_lr01 .right p {
	line-height: 1.8;
}	
.con_lr02 div {
	text-align: center;
	margin-top: 3em;
	}
.con_lr02 div img {
	width: 80%;
	}
		
	
	
	
	
	
}
	
