*,
html,
body {
	margin: 0;
	padding: 0;
}

.wcm {
	max-width: 1060px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 90%;
	}
}

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}

.c-btn01 {
	text-align: center;
	max-width: 250px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #00b050;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
		border-radius: 4px;
	}
}

.c-btn01:hover {
	opacity: .65;
	color: #fff;
}

.p-pageName {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/mv-legal.png") no-repeat right center;
	background-size: cover;
	min-height: 400px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.p-pageName {
		height: auto;
		min-height: 0;
		margin-bottom: 40px;
	}
}

.p-pageName:after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}

.p-pageName h2 {
	font-size: 44px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.p-pageName h2 {
		font-size: 24px;
		text-shadow: -1px -1px 6px rgba(0,0,0,0.34);
	}
}

.p-pageName__cont{
	display: flex;
	height: 100%;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-pageName__cont{
		padding: 40px 0;
	}
}
.c-ttl01 {
	font-size: 32px;
	font-weight: bold;
	color: #00b050;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 19px;
		margin-bottom: 15px;
	}
}
.p-legal__list {
	padding: 10px 0 100px;
}
.p-legal__list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.p-legal__list ul li{
	width: 46%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-legal__list {
		padding: 10px 0 50px;
	}
	.p-legal__list ul{
		display: block;
	}
	.p-legal__list ul li{
		margin: 0;
		width: 100%;
	}
}
.p-legal__list ul li a{
	font-size: 22px;
	text-decoration: underline;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-legal__list ul li a{
		font-size: 16px;
	}
}
.p-legal__list ul li a:hover{
	text-decoration: none;
}
