@charset "UTF-8";
/* security_policy style.css */
#security .heading01 {
	background-image:url(../img/security_main_bg.png);
	background-image:url(../img/security_main_bg.jpg);
}
.box_section dl dt {
	font-size:2.4rem;
	font-weight:500;
	margin-top:50px;
}
.box_section dl dd {
	margin-top:10px;
}
.box_section dl dd > p:nth-child(n+2) {
	margin-top:1.5em;
}
.box_section dl dd > ol {
	list-style-type: decimal;
	padding-left: 1em;
}
.box_section dl dd > ol > li:nth-child(n+2) {
	margin-top: 10px;
}
.box_section dl dd > .box_g-certi {
	margin-top: 30px;
}
.box_section dl dd > .box_g-certi .image {
	width: 220px;
}
.box_section dl dd > .box_g-certi .image img {
	max-width: 100%;
}
.box_section .text_lower {
	margin-top:50px;
	text-align: right;
}


/*PC Layout
------------------------------------------------------ */
@media print, screen and (min-width: 769px) {
	.box_section dl dd > .box_g-certi {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.box_section dl dd > .box_g-certi .text {
		margin-left: 35px;
		width: calc(100% - 255px);
	}
}


/*SP Layout
------------------------------------------------------ */
@media only screen and (max-width: 768px) {
	#main .box_section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box_section dl dt {
		font-size:1.4rem;
		margin-top:25px;
	}
	.box_section dl dd {
		margin-top:5px;
	}
	.box_section dl dd > ol > li:nth-child(n+2) {
		margin-top: 5px;
	}
	.box_section .text_lower {
		margin-top:25px;
	}
	.box_section dl dd > .box_g-certi {
		margin-top: 20px;
	}
	.box_section dl dd > .box_g-certi .image {
		margin: 0 auto;
		width: 180px;
	}
	.box_section dl dd > .box_g-certi .text {
		margin-top: 20px;
	}
}

