@charset "UTF-8";

/* 
----------------------------------------------------------------------------- */
.identity_img {
	position: relative;
}

.identity_msg {
	position: absolute;
}

.identity_msg {
	color: #000000;
}

/* ##################### 767px 以下 ##################### */
@media (max-width: 767px) {

	.identity_img {
		width: 98%;
		margin: auto 1%;
	}

	.identity_msg {
		width: 86%;
		margin: auto 7%;
		top: 115px;
		font-size: 10px;
	}

}

/* ##################### 768px 以上 ##################### */
@media (min-width: 768px), print {

	.identity_img {
		width: 90%;
		margin: auto 5%;
	}

	.identity_msg {
		width: 70%;
		margin: auto 15%;
		top: 200px;
		font-size: 16px;
	}

}

/* ##################### 1152px 以上 ##################### */
@media (min-width: 1152px), print {

	.identity_msg {
		top: 280px;
		font-size: 24px;
	}

}