@charset "UTF-8";
/*  for popup window */
.popup {
	margin: 0 auto;
	max-width: 720px;
}
.popup .header-simple {
	border-bottom: 3px solid #004966;
}
.popup .header-simple_tel {
	font-size: 1.3rem;
	width: 187px;
}
.popup .footer-simple {
	padding: 1em 20px;
	text-align: right;
}
.popup .footer-simple_inner {
	display: block;
}
.popup #content {
	min-width: 0;
}
.popup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.popup .btn.btn-close_window {
	background: #999;
	border-radius: 4px;
	color: #FFF;
	padding: .75em 2em;
}
.popup .btn.btn-fill {
	border: 0;
	cursor: pointer;
	padding: .75em 1.5em;
}
.popup .btn:hover {
    opacity: .6;
}
@media print, screen and (min-width: 760px) {
	.popup .header-simple {
		padding: 5px 20px;
	}
	.popup .header-simple_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.popup .header-simple_logo {
		height: 39px;
		width: 83px;
	}
		.popup .header-simple_logo img {
			width: 100%;
		}
	.btn.btn-fill {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 759px) {
	.popup .header-simple_tel {
		display: none;
	}
	.btn.btn-fill {
		font-size: 1.6rem;
		width: 80%;
	}
}