@charset "UTF-8";
/*---------------
redBlk
------------------*/
.redBlk {
	width: 100%;
	margin: 0 auto;
}
.redBlk .ttl {
	padding: 5px;
	background: #E60000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.14286rem;
}
/*---------------
modal
------------------*/
.modalContent {
	max-height: 500px;
	overflow-y: scroll;
}
/*---------------
btn
------------------*/
.btnType11 {
	position: relative;
}
.btnType11.icon01:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 21px;
	height: 24px;
	border: none;
	transform: none;
	background: url(/integration/img/index_ico_001.png) no-repeat left center;
	background-size: contain;
}