@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: 7.5rem 0 4rem;
}
.content .contentTtl {
	font-size: 2.5rem;
	line-height: 1.4;
}
.content .box {
	margin-top: 4rem;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.78;
}
.content .box + .contentTtl {
	margin-top: 11rem;
}
.content .box a {
	text-decoration: underline;
}
/* tbl */
.content .box .tbl {
	margin: 1rem 0;
	width: 100%;
	background: #F5F5F5;
	table-layout: fixed;
}
.content .box .tbl th {
	border: solid 1px #000;
	border-bottom: solid 1px #fff;
	padding: 1rem 2rem;
	text-align: left;
	background: #535351;
	color: #fff;
	font-weight: normal;
	width: 26rem;
}
.content .box .tbl tr:last-child th {
	border-bottom: solid 1px #000;
}
.content .box .tbl td {
	border: solid 1px #000;
	padding: 1rem 2rem;
}
.content .box .tbl td.bgGrey {
	background: #c8c8c8;
}
.content .box .tbl td dl.mt {
	margin-top: 1em;
}
.content .box .tbl .stock dd > p {
	display: flex;
}
.content .box .tbl .stock dd > p span:first-child {
	width: 13em;
}
/* tblB */
.content .box .tbl.tblB th {
	width: 10rem;
}
/* btnTop */
.content .btnTop {
	margin-top: 9rem;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 10rem 0 4rem;
	}
	.content .contentTtl {
		line-height: 1.8;
	}
	.content .box {
		margin-top: 2.5rem;
		font-size: 1.9rem;
		line-height: 1.57;
	}
	.content .box + .contentTtl {
		margin-top: 6rem;
	}
	/* tbl */
	.content .box .tbl th {
		width: 14.7rem;
	}
	/* tblB */
	.content .box .tbl.tblB th {
		padding: 1rem;
		width: 9rem;
	}
	/* btnTop */
	.content .btnTop {
		margin-top: 7rem;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 6rem;
}
@media screen and (max-width: 768px) {
	#pagetop {
		right: 1rem;
		bottom: 1rem;
	}
}