.con_close {
	max-width: 900px;
	width: 90%;
    margin: 7% auto;
    text-align: center;
    line-height: 2;
	font-size: 110%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 2%;
}
.con_close .logo img {
	display: block;
    text-align: center;
    margin: 0 auto 10px;
    width: 9%;
}

.con_close h1 {
	font-size: 145%;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
.con_close h1 .sub{
	display: block;
	font-size: 80%;
}

.con_close .txt_end {
	margin-top: 1.5em;
}

.view_sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.con_close {
		width: 78%;
		font-size: 100%;
		padding: 6%;
		line-height: 1.5;
	}
	.con_close h1 {
		font-size: 128%;
	}
	.con_close .logo img {
		width: 24%;
	}
	.view_sp {
		display: block;
	}
}