@charset "utf-8";
/* CSS Document */

#menu li#menu_4 a {
	background-position: -327px bottom;
}

.sh_wrap {
	text-align: center;
}

.sh_intro {
	padding: 50px 0 80px;
}

#contents h2.sh_ttl {
	padding-left: 0;
	font-size: 150%;
}

.sh_btn {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #cc3399;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 1.2em;
}
.sh_btn:hover {
	opacity: 0.7;
}
.sh_btn span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../images/icon_insta.svg") center no-repeat;
	background-size: contain;
	margin-left: 10px;
}