@charset "utf-8";

.p-left{
	float: left;
	width: 66.66666667%
}
.p-right{
	float: right;
	width: 30%;
}
iframe{
	max-width: 100%;
}


@media screen and (max-width: 767px){
	.p-left{
		float: none;
		width: 100%;
	}
	.p-right{
		float: none;
		width: 100%;
		margin-top: 60px;
	}
}