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

/*PC*/
@media print, screen and (min-width: 769px) {

.reliable_security_img {
	width:30%;
	float:right;
	margin:0 0 3% 3%;
}

.reliable_security_img img {
	width:100%;
	height:auto;
	margin:0 auto 30px;
}

.reliable_security_txt {
	font-size:1.4em;
	line-height:2.4em;
	text-align:center;
	color:#e8b78c;
	margin:0 auto
}



.ttl {
	font-size: 1.6em;
}

.txtC {
	text-align: center;
}



.txtL { display: block; width: 44%; float: left;}
.imgR { display: block; width: 54%; float: right;}

.txtR { display: block; width: 44%; float: right;}
.imgL { display: block; width: 54%; float: left;}

/*ライセンス
--------------------------------*/
.license {
	display: block;
}




}


/*sp*/
@media only screen and (max-width: 768px) {

.reliable_security_img {
	width:80%;
	float:none;
	margin:0 auto 3%;
}

.reliable_security_img img {
	width:100%;
	height:auto;
	margin:0 auto 20px;
}

.reliable_security_txt {
	font-size:1em;
	line-height:1.8em;
	text-align:left;
	color:#e8b78c;
	margin:0 auto
}



.ttl {
	font-size: 1.6em;
}

.txtC {
	text-align: center;
}



.txtL { display: block; width: auto; float: none; margin-bottom: 30px;}
.imgR { display: block; width: auto; float: none;}

.txtR { display: block; width: auto; float: none; margin-bottom: 30px;}
.imgL { display: block; width: auto; float: none;}

/*ライセンス
--------------------------------*/
.license {
	display: block;
}




}