﻿/* ----------------------------------------------------------------------
PRIVACYPOLICY
---------------------------------------------------------------------- */
#sec-mainvisual {
	background:url(../image/main_company.jpg) no-repeat center center;
	background-size:cover;
}

.intro {
	margin-bottom:80px;
}

@media only screen and (max-width: 600px) {
	#sec-mainvisual {
		background:url(../image/main_company_sp.jpg) no-repeat center center;
		background-size:cover;
	}
}

.sec-main ol h3 {
	color:#014099;
	font-weight:normal;
	margin-bottom:50px;
	font-size:1.5rem;
}

.sec-main ol > li {
	margin-bottom:80px;
}

.sec-main ol > li li {
	margin-bottom:10px;
}

.list-num-parenthesis {
	margin:0;
}

.list-num-parenthesis li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment:cnt;
	position:relative;
	padding-left:30px;
}

.list-num-parenthesis li:before {
	display:marker;
	content:'(' counter(cnt) ') ';
	position:absolute;
	left:0;
	top:0;
}

@media only screen and (max-width: 450px) {
	.sec-main ol h3 {
		margin-bottom:25px;
	}
	.sec-main ol > li {
		margin-bottom:55px;
	}
}
