body.modal-open {
	overflow: hidden;
}
.migration-modal{
	font-family: "Times New Roman", "Hiragino Mincho Pro", "MS Mincho", serif;
}
.migration-modal a {
	color: #e60000;
	font-weight: bold
}

.migration-modal__logo {
	display: block;
	width: 125px;
	margin: 0 auto;
	margin-bottom: 30px
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__logo {
		width: 300px;
		margin-bottom: 80px
	}
}

.migration-modal__logo img {
	display: block;
	width: 100%
}

.migration-modal__title {
	text-align: center;
	font-size: 21px;
	margin-bottom: 25px
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__title {
		font-size: 28px;
		margin-bottom: 40px
	}
}

.migration-modal__text {
	text-align: center;
	font-size: 12px;
	line-height: 2em
}

.migration-modal__text::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-top: calc((1 - 2)*.5em)
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__text {
		font-size: 18px
	}
}

.migration-modal__link {
	margin-bottom: 30px
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__link {
		margin-bottom: 38px
	}
}

.migration-modal__link p {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-top: 34px;
	margin-bottom: 5px;
	line-height: 1.8em
}

.migration-modal__link p::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.8)*.5em)
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__link p {
		font-size: 18px;
		margin-top: 48px
	}
}

.migration-modal__link a {
	font-size: 14px;
	font-weight: bold
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal__link a {
		font-size: 24px
	}
}

.migration-modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	padding: 32px 10px;
	overflow: auto;
	background-color: rgba(52, 54, 57, .3)
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal {
		padding: 0 150px
	}
}

.migration-modal-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 10px;
	text-align: center;
	overflow: auto
}

@media screen and (max-width: 1080px) {
	.migration-modal-content {
		max-width: 500px;
		padding: 40px 30px
	}
}

@media print,
screen and (min-width: 1081px) {
	.migration-modal-content {
		position: absolute;
		top: 50%;
		left: calc(50% + 0px);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 60px 80px;
		max-width: calc(100% - 340px);
		width: 900px;
		max-height: calc(100vh - 200px)
	}
}

.migration-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer
}

.migration-close:hover,
.migration-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

.migration-buttons {
	margin-top: 20px
}

#migration-close-btn {
	padding: 8px 15px;
	margin-right: 10px;
	background-color: #ccc;
	border: none;
	border-radius: 4px;
	cursor: pointer
}

.migration-new-site-btn {
	display: inline-block;
	padding: 8px 15px;
	background-color: #4caf50;
	color: #fff;
	text-decoration: none;
	border-radius: 4px
}

.migration-new-site-btn:hover {
	background-color: #3e8e41
}