@charset "utf-8";



/*--------------------------------------------------

 * contents

--------------------------------------------------*/

/*  */
.ion{}



















/*  */
.pr{
	position: relative;
	z-index: 0;
	
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	
	background-color: #E6E7E8;
}
.pr__image{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 65%;
	right: 0;
	bottom: 0;
}
.pr__image:before{
	content: "";
	
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	
	min-width: 100px;
	
	background-image: linear-gradient(to left, rgba(230, 231, 231, 0), #E6E7E8);
}
.pr__body{
	margin-right: calc(35vw - (100vw - 100%) / 2);
}
.pr__title{
	margin: 0;
	padding: 0;
	
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.pr__em{
	color: #f60;
}
.pr__note{}

@media (min-width: 769px){}
@media (max-width: 768px){}

















/* 基本 */
@media (min-width: 769px){}
@media (max-width: 768px){}

/* Advanced */
@media (max-width: 1024px) and (min-width: 768px){}
