@charset "utf-8";
.modalBtnList li {
	margin-top: 10px;
}
.modalBtnList li:first-child{
	margin-top: 0;
}
.modalBtnList li .btnType01 {
	margin: 0 auto;
}
.modalContent {
	width: 94%;
}
.modalContentInner {
	padding: 55px 1.142rem 17px;
}
.closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}
.closeButton::before,
.closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;;
	background: #fff;
}
.closeButton::before {
	transform: rotate(45deg);
}
.closeButton::after {
	transform: rotate(-45deg);
}