/* PC */
@media screen and (min-width: 769px) {
	.rp-area-foot {
		position: relative;
	}
	.rp-footer-local {
		padding: 15px 0 11px;
		background-color: #ebebeb;
		color: #686868;
		text-align: center;
	}
	.rp-footer-local-text {
		color: #333;
		font-size: 14px;
		font-weight: bold;
	}
	.rp-footer-local-linklist {
		margin-bottom: 15px;
		line-height: 1;
	}
	.rp-footer-local-linklist_underline {
		display: flex;
		justify-content: center;
		max-width: 980px;
		margin: 0 auto 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d1d1d1;
	}
	.rp-footer-local-linklist_underline ul {
		margin: 0;
	}
	.rp-footer-local-linklist li {
		display: inline-block;
		margin: 0 .8em;
		font-size: 12px;
	}
	.rp-footer-local-linklist li a {
		color: inherit;
		text-decoration: none;
	}
	.rp-footer-local-linklist li a:hover {
		text-decoration: underline;
	}
	.copyright {
		margin-top: 8px;
		color: #9c9c9c;
		font-size: 12px;
	}
	.rp-footer-global {
		display: flex;
		justify-content: center;
		padding: 20px 0;
		background-color: #fff;
		text-align: center;
	}
	.rp-footer-global-text {
		margin-bottom: 12px;
		padding-top: 6px;
		color: #333;
		font-size: 14px;
		font-weight: bold;
	}
	.rp-footer-global-linklist {
		line-height: 1;
	}
	.rp-footer-global-linklist li {
		display: inline-block;
		margin-right: 24px;
		font-size: 12px;
	}
	.rp-footer-global-linklist li a {
		color: #686868;
		text-decoration: none;
	}
	.rp-footer-global-linklist li a:hover {
		text-decoration: underline;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.rp-area-foot {
		position: relative;
		margin-top: 30px;
	}
	.rp-footer-local {
		padding: 16px 20px 15px;
		background-color: #ebebeb;
	}
	.rp-footer-local-text {
		margin-bottom: 5px;
		font-size: 10px;
		font-weight: bold;
	}
	.rp-footer-local-linklist {
		margin-bottom: 5px;
		color: #686868;
		line-height: 1;
	}
	.rp-footer-local-linklist_underline {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d1d1d1;
	}
	.rp-footer-local-linklist li {
		display: inline-block;
		margin-right: 1.2em;
		font-size: 10px;
	}
	.rp-footer-local-linklist li a {
		color: inherit;
		text-decoration: none;
	}
	.copyright {
		margin-top: 8px;
		color: #9c9c9c;
		font-size: 9px;
	}
	.rp-footer-global {
		display: flex;
		flex-wrap: wrap;
		padding: 15px 20px 23px;
	}
	.rp-footer-global-right {
		order: 1;
	}
	.rp-footer-global-text {
		color: #333;
		font-size: 10px;
		font-weight: bold;
	}
	.rp-footer-global-linklist {
		padding: 9px 0 14px;
		line-height: 1;
	}
	.rp-footer-global-linklist li {
		display: inline-block;
		margin-right: 2em;
		font-size: 10px;
	}
	.rp-footer-global-linklist li a {
		color: #686868;
		font-size: 10px;
		text-decoration: none;
	}
}
