@charset "utf-8";
/* CSS Document */

#security .bg-gray {
	margin-bottom: 100px;
	position: relative;
}
#security .bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
#security .main {
	padding-bottom: 70px;
}
#security .main div.head-img {
	position: relative;
	width: calc(100% + 110px);
	height: auto;
}
#security .main div.head-img + p {
	margin-top: 20px;
}
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
    display: block;
    width: 168px;
    height: 82px;
    background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
    position: absolute;
    right: -110px;
    top: -13px;
}
#security .main h1::after {
	width: 200%;
}
#security section > ul {
	margin-top: 20px;
	padding: 20px 20px 20px 40px;
	border-radius: 5px;
	background: #fff;
	list-style: disc;
	line-height: 1.6;
}
#security section > ul li + li {
	margin-top: 5px;
}
.address {
	margin: 20px 0;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
}
.date {
	text-align: right;
}
.-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.-indent + .-indent {
	margin-top: 15px;
}
.u-aR {
	text-align: right;
	margin-top: 20px;
}

@media screen and (max-width: 1080px) {
	#security .main div.head-img {
		width: calc(100% + 5%);
		left: -5%;
		right: auto;
	}
	#security .main div.head-img img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.title-wrap::after {
		display: none;
	}
}