/* PC */
@media screen and (min-width: 769px) {
	.rp-area-head {
		overflow: hidden;
		position: relative;
		z-index: 3;
		box-shadow: 0 2px 4px 0 rgba(0 0 0 / 10%);
		background-color: #fff;
	}
	.rp-header-inner {
		position: relative;
		width: 980px;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.rp-header-logo img {
		height: 32px;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.rp-area-head {
		position: relative;
		z-index: 100;
		min-height: 65px;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid #ebebeb;
		background-color: #fff;
	}
	.rp-header-logo {
		padding-top: 13px;
	}
	.rp-header-logo img {
		height: 40px;
	}
}
