@charset "utf-8";

/* pageTtl */
.pageTtl .breadcrumbs {
	background-color: #EEF1F5;
	padding: 0.5rem 0 0.3rem;
}
.pageTtl .breadcrumbs ul {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 2.5rem;
	display: flex;
	font-size: 1.4rem;
}
.pageTtl .breadcrumbs li + li {
	margin-left: 0.5rem;
	padding-left: 2rem;
	position: relative;
}
.pageTtl .breadcrumbs li + li::before {
	content: "＞";
	position: absolute;
	top: 0;
	left: 0;
}
.pageTtl .mainTtl {
	padding: 3rem 0 2rem;
	border-bottom: solid 0.2rem #C9C9C9;
}
.pageTtl h1 {
	max-width: 1350px;
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.pageTtl h1 span {
	display: inline-block;
	padding: 0 6rem;
	position: relative;
}
.pageTtl h1 span::after {
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #E50012;
	position: absolute;
	bottom: -2.2rem;
	left: 0;
}
@media screen and (max-width: 768px) {
	.pageTtl .breadcrumbs {
		padding: 0.8rem 0 0.5rem;
	}
	.pageTtl .breadcrumbs ul {
		max-width: 100%;
		padding: 0 2.5rem;
	}
	.pageTtl .breadcrumbs li + li {
		margin-left: 0.5rem;
		padding-left: 1.5rem;
		position: relative;
	}
	.pageTtl .mainTtl {
		padding: 3rem 0 2rem;
		border-bottom: solid 0.2rem #C9C9C9;
	}
	.pageTtl h1 {
		max-width: 100%;
	}
	.pageTtl h1 span {
		padding: 0 4rem;
	}
}

/* content */
.content .wrapper {
	padding: 15rem 0 4rem;
}
/* /fund/privacy/で使用 */
.content .contentTtl {
	font-size: 2.5rem;
	line-height: 1.4;
	margin-bottom: 7rem;
}
.content .box ul {
	width: 95.4%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content .box ul li {
	width: 32.7%;
}
.content .box ul li a {
	display: block;
	border: solid 2px #C8C8C8;
	font-size: 1.7rem;
	line-height: 1.47;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 12.7rem;
	padding: 1rem 3.5rem 1rem 3rem;
	position: relative;
}
.content .box li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -1rem;
	background-image: url(/common/img/arrow_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 2rem;
	width: 2rem;
	height: 2rem;
}
.content .pmark {
	margin-top: 12rem;
}
.content .pmark .pic {
	float: left;
	width: 10rem;
	margin-right: 2rem;
}
.content .pmark .txt {
	float: right;
	width: calc(100% - 12rem);
	font-size: 1.3rem;
	line-height: 1.9;
}
.content .pmark .txt p {
	margin-top: 1.5rem;
}
/* btnTop */
.content .btnTop {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 11.5rem 0 4rem;
	}
	.content .contentTtl {
		line-height: 1.8;
		margin-bottom: 4rem;
	}
	.content .box ul {
		width: 80.3%;
		flex-direction: column;
	}
	.content .box ul li {
		width: 100%;
	}
	.content .box ul li + li {
		margin-top: 2rem;
	}
	.content .box ul li a {
		font-size: 2.5rem;
		height: 18.8rem;
	}
	.content .box li a::before {
		right: 2.5rem;
		margin-top: -1.5rem;
		background-size: 3rem;
		width: 3rem;
		height: 3rem;
	}
	.content .pmark .pic {
		width: 14.4rem;
	}
	.content .pmark .txt {
		float: none;
		width: 100%;
		font-size: 2.3rem;
		line-height: 1.52;
	}
	.content .pmark .txt p {
		margin-top: 2rem;
	}
	/* btnTop */
	.content .btnTop {
		margin-top: 12rem;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 6rem;
}
@media screen and (max-width: 768px) {
	#pagetop {
		right: 1rem;
		bottom: 1rem;
	}
}