@charset "UTF-8";

/* PC
------------------------------------------------------------------------------------*/
@media(min-width:768px) {
	
	.pf{
		width: 920px;
		margin: 0 auto;
		padding: 40px 0;
		border-bottom: 2px dotted #fff;
	}
	.pf:last-of-type {
		padding-bottom: 0;
		border: none;
	}
	.pfImage{
		float: right;
		width: 430px;
		height: 650px;
		background-color: #444;
	}
	.pfImage a:hover{ opacity: 0.8; }
	.pfImage > a >img {
		width: 430px;
		height: 650px;
	}
	.pfText{
		float: left;
		width: 430px;
	}
	.pfText h4{
		margin-top: 40px;
		padding: 0;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
	}
	.pfText p{
		margin-top: 20px;
		width: 430px;
	}
	a.pfUrl{
		display: block;
		margin-top: 20px;
		padding: 0;
		font-size: 14px;
		line-height: 1em;
		text-decoration: none;
		color: #fff;
	}
	.pfText p span{
		display: inline-block;
		margin: 0 10px 10px 0;
		padding: 10px;
		font-size: 14px;
		line-height: 1em;
		background: #fff;
		border-radius: 4px;
	}
	
}


/* SP
------------------------------------------------------------------------------------*/
@media(max-width:767px) {
	
	.pf{
		padding: 20px 0;
		border-bottom: 2px dotted #fff;
	}
	.pf:last-of-type {
		padding-bottom: 0;
		border: none;
	}
	.pfImage{
		margin-top: 20px;
		background-color: #444;
	}
	.pfImage a:hover{ opacity: 0.8; }
	.pfText h4{
		margin-top: 20px;
		padding: 0;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
	}
	.pfText p{ margin-top: 10px; }
	a.pfUrl{
		display: block;
		margin-top: 10px;
		padding: 0;
		font-size: 14px;
		line-height: 1em;
		text-decoration: none;
		color: #fff;
	}
	.pfText p span{
		display: inline-block;
		margin: 0 10px 10px 0;
		padding: 10px;
		font-size: 14px;
		line-height: 1em;
		background: #fff;
		border-radius: 4px;
	}
	
}