@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 .wrapper {
	padding: 7.5rem 0 4rem;
}
.content .box {
	padding: 4.5rem;
	border: solid 2px #E6E6E6;
	width: 100%;
	font-size: 1.4rem;
}
.content .box p + p {
	margin-top: 4rem;
}
.content .box ul {
	margin-top: 4rem;
}
.content .box ul li + li {
	margin-top: 1rem;
}
.content .aR {
	margin-top: 1em;
	text-align: right;
}
.content .printBtn {
	text-align: right;
}
.content .printBtn a {
	display: inline-block;
	position: relative;
	border: solid 1px #dddddd;
	padding: 0.5rem 2rem 0.5rem 4.5rem;
	background: #ffffff url(/policy/antisocial/img/print.png) no-repeat 1.5rem 40%;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #333333;
	transition-property: background;
	transition-duration: 0.2s;
	cursor: pointer;
}
.content .printBtn a:hover {
	background: #fde9e9 url(/policy/antisocial/img/print.png) no-repeat 15px 40%;
}
.content .printBtn + p {
	margin-top: 2rem;
}
.content .closeBtn {
	text-align: center;
}
.content .closeBtn a {
	display: inline-block;
	margin-top: 3rem;
	padding: 0.8rem 3rem 0.8rem 5rem;
	background: #f3f3f3 url(/policy/antisocial/img/com_ic25.png) no-repeat 2rem 50%;
	border: solid 1px #dddddd;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 5px;
	/* font-size: 16px; */
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	color: #333333;
	box-shadow: rgba(150, 150, 150, 0.3) 0 1px 3px;
	-moz-box-shadow: rgba(150, 150, 150, 0.3) 0 1px 3px;
	-ms-box-shadow: rgba(150, 150, 150, 0.3) 0 1px 3px;
}
.content .closeBtn a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 10rem 0 4rem;
	}
	.content .box {
		padding: 8rem 2.7rem 7rem;
		font-size: 2.3rem;
	}
	.content .printBtn a {
		padding: 1rem 2rem 1rem 4rem;
    	background: #ffffff url(/policy/antisocial/img/print.png) no-repeat 1.5rem 45%;
		font-size: 2rem;
	}
	.content .printBtn a:hover {
		background: #fde9e9 url(/policy/antisocial/img/print.png) no-repeat 1.5rem 45%;
	}
	.content .closeBtn a {
		padding: 1rem 3rem 1rem 5rem;
		font-size: 2rem;
	}
}
@media screen and (max-width: 470px) {
	.content .printBtn a {
		padding: 1rem 2rem 1rem 5.5rem;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 6rem;
}
@media screen and (max-width: 768px) {
	#pagetop {
		right: 1rem;
		bottom: 1rem;
	}
}