@charset "UTF-8";
/* CSS Document */

.sub_title_h2.beBtn {
	position: relative;
}

.p_right {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 5;
}

@media screen and (max-width: 629px) {
	.p_right {
		position: static;
		text-align: center;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 930px) {
	.w920 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

