@charset "UTF-8";

/*max-width 767px*/

.mgnB3{
	margin-bottom: 3%;
}
.mgnB5{
	margin-bottom: 5%;
}
.mgnB7{
	margin-bottom: 7%;
}
.indent{
	text-indent: 1em;
}

/*isms*/
.isms{
	display: none;
}

/*security*/

a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: underline;
}
.security{
	margin: 3%;
	padding: 10% 5% 5%;
	border: 1px solid #00a0e9;
}
.security .from{
	margin-bottom: 10%;
	text-align: right;
}
.security h2 {
	width: 100%;
	margin: 0 auto 5%;
	font-size: 18px;
	text-align: center;
}
/*
.security h3 {
	margin-top: 5%;
	font-size: 16px;
	border-bottom: 3px solid #ccc;
}
.security h4 {
	margin-top: 5%;
	font-size: 14px;
}
*/

.security p{
	margin: 0 0 5%;
	font-size: 14px;
}

.security ol{
	margin-top: 10%;
}

.security ol li{
	margin: 5% 0;
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 6%;
}

.security ul li,
.security ol li ul li{
	margin: 1% 0;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 6%;
}

img.icon{
	width: 6%;
}

.bg{
	background: #eaf5fb;
	background: #f5f5f5;
	padding: 1% 2% 1.5% 2%;
}


@media screen and (min-width : 768px) {
.pdnT3{padding-top: 3%;}

/*security*/
.security{
	margin: 3%;
	padding: 5% 10%;
}
.security .from{
	margin-bottom: 5%;
}
.security h2 {
	width: 80%;
	margin: 0 auto 3%;
}
.security ol{
	margin-top: 5%;
}
.security ul li,
.security ol li,
.security ol li ul li{
	margin: 1% 0 0 3%;
}
.security ol li{
	margin-bottom: 5%;
}

.security ol li ul li{
	margin: 0 0 0 3%;
}
img.icon{
	width: 3%;
}





}




@media screen and (min-width : 769px) {


/*security*/
.security{
	width: 1120px;
	margin: 4% auto;
	padding: 3% 10%; 
}
.security h2 {
	width: auto;
	margin: 0 auto 2%;
	font-size: 24px;
}
.security h3 {
	font-size: 18px;
}
.security h4 {
	margin-top: 2%;
	font-size: 16px;
}
.security p,
.security ul li,
.security ol li,
.security ol li ul li{
	font-size: 16px;
}
.security ol li{
	margin-bottom: 5%;
	margin-left: 3%;
}
.security ol li ul li{
	margin: 0 0 0 3%;
}
.security p{
	margin: 0 0 5%;
}
img.icon{
	width: 2%;
}





}