.modal-dialog-center {
padding-top: 20%;
}
.modal {
	overflow-y: auto;
	max-height: 90%;
}
.modal-font{
	font-size: 200%;
}
.body_yp {
	word-break: break-all;
}
#kiyaku_data {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

.img_center {
	max-width: 50%;
	margin: 0 auto;
}
#footerFloatingPrice {
	background-color: rgba(255,100,0,0.8);
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	max-height: 100px;
	font-size: 25px;
	padding: 0 auto;
}

#footerFloatingPrice img {
	/*max-width: 99%;*/
}


@media screen and (min-width: 768px) {
	.pc_img {
		display: block;
	}
	.sp_img {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc_img {
		display: none;
	}
	.sp_img {
		display: block;
	}
}


