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


/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
.con_lr01 .left {
	width: 390px;
}
.con_lr01 .right {
	width: 400px;
	margin-bottom: 60px;
}
.con_lr01 .left p {
	line-height: 1.8;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}	
.con_lr01 .left dl {
	margin: 0 0 10px;
	}	
.con_lr01 .left dt {
	width: 70px;
	float: left;
	color: #c94d95;
	font-weight: bold;	
	}	
.con_lr02 p {
	line-height: 2;
	margin-bottom: 20px;
}
	
	
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.con_lr01 .right {
	text-align: center;
	margin: 2em 0 3em;
	}	
.con_lr01 .right img {
	width: 80%;
	}
.con_lr01 .left p {
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}	
.con_lr01 .left dl {
	width: 100%;
	margin: 0 0 0.7em;
	text-align: center;	
	}	
.con_lr01 .left dt {
	width: 20%;
	float: left;
	color: #c94d95;
	font-weight: bold;
	}
.con_lr01 .left dd {
	text-align: left;
	width: 79%;
	float: right;
	}		
.con_lr02 p {
	line-height: 2;
	margin-bottom: 1.5em;
}
	
	
	
	
	
	
}
	
