@charset "utf-8";

/*------------------------------------------------------------
WOVN alert
------------------------------------------------------------*/

body #wovn-machine-translated-modal .wovn-modal-background {
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	position: fixed;
	top: inherit;
	right: 20px;
	bottom: 10px;
	left: inherit;
	text-align: center;
	background: transparent;
	overflow-y: auto;
	transition: opacity 300ms, background 300ms, visibility 300ms;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	pointer-events: initial;
	width: 480px;
	height: auto;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened {
	display: block;
	visibility: visible;
	opacity: 1;
	cursor: auto;
	border-radius: 0;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-container,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-container {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 8px 10px 5px;
	background: rgba(91, 194, 220, 0.92);
	border-radius: 5px;
	transform: translateY(0);
	transition: transform 0ms;
	box-shadow: none;
}

@media (max-width: 600px) {

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-container,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-container {
		margin: 0px;
	}
}

@media (min-width: 601px) and (max-width: 800px) {

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-container,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-container {
		margin: 0px;
	}
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content {
	text-align: left;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content h3,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content h3 {
	border: 1px solid #333;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px;
	padding: 2px 8px;
	display: inline-block;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content p,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content p {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content ul,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content ul {
	list-style-type: disc;
}
body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content li,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content li {
	border-style: ;
	font-size: 12px;
	color: #333;
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.3;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content p.wovn-modal-content-body,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content p.wovn-modal-content-body,
body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content p:last-of-type,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content p:last-of-type,
body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content li:last-of-type,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content li:last-of-type {
	margin-bottom: 0;
	padding: 0;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-footer,
body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-footer {
	background-color: transparent;
	border-top: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened button,
body #wovn-machine-translated-modal .wovn-modal-background button {
	display: block;
	border-radius: 0;
	width: 36px;
	height: 30px;
	padding: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 0;
	color: #333;
	text-indent: -9999px;
	position: relative;
	background: url(/assets/img/icon_close_bk.svg) no-repeat center center / 12px;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened button::after,
body #wovn-machine-translated-modal .wovn-modal-background button::after {
	content: none;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened button.wovn-modal-back-button,
body #wovn-machine-translated-modal .wovn-modal-background button.wovn-modal-back-button {
	border: none;
	background-color: transparent;
	color: #333;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened button.wovn-modal-ok-button,
body #wovn-machine-translated-modal .wovn-modal-background button.wovn-modal-ok-button {
	border: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #ffffff;
}

body #wovn-machine-translated-modal .wovn-modal-background.opened button.wovn-modal-ok-button:hover,
body #wovn-machine-translated-modal .wovn-modal-background button.wovn-modal-ok-button:hover {
	background-color: transparent;
	border: none;
}

@media (max-width:767px) {
	body #wovn-machine-translated-modal .wovn-modal-background {
		right: 0;
		width: auto;
		padding: 0 2.4vw;
	}

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-container,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-container {
		padding: 1.866666667vw 1.866666667vw 1.6vw;
		border-radius: 0.8vw;
	}

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content h3,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content h3 {
				font-size: 3.466666667vw;
		margin: 0 0 1.066666667vw;
	}

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content p,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content p {
		font-size: 2.933333333vw;
		margin: 0;
	}

	body #wovn-machine-translated-modal .wovn-modal-background.opened .wovn-modal-content li,
	body #wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content li {
		font-size: 2.933333333vw;
		margin: 0 0 0 1em;
	}

	body #wovn-machine-translated-modal .wovn-modal-background.opened button,
	body #wovn-machine-translated-modal .wovn-modal-background button {
		width: 8vw;
		height: 8vw;
		background: url(/assets/img/icon_close_bk.svg) no-repeat center center / 3.2vw;
	}

}