/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: url(../img/bg.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-size: 12px;
	position: relative;
}
#wrap {
	width: 100%;
	padding: 90px 50px 50px;
}
.__inner {
	width: 100%;
	height: 100%;
	position: relative;
	border: solid 4px #000;
	padding: 30px;
}
.__inner > div {
	display: inline-block;
	vertical-align: top;
}
.__left {
	width: 27%;
	height: auto;
	float: left;
	clear: both;
}
.__left img {
	width: 100%;
	border: solid 4px #000;
	box-sizing: border-box;
}
.__right {
	width: 69%;
	margin-left: 3%;
}
h2 {
	margin: 5% 0;
}
h2 img{
	height:120px;
}
p{
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	width: 69%;
	margin-left: 3%;
}

@media screen and (max-width:640px) {
	html,body {
		background: url(../img/bg_sp.jpg) top center;
		background-size: cover;
		background-attachment: fixed;
	}
	#wrap {
		padding: 0;
	}
	.__inner {
		border: none;
		padding: 75px 5% 5%;
		letter-spacing: -.4em;
		height: auto;
	}
	.__inner > div {
		vertical-align: middle;
	}
	.__left {
		width: 50%;
		height: auto;
		float: none;
	}
	.__right {
		width: 43%;
		margin-left: 7%;
	}
	h2 img{
		height:auto;
		width: 100%;
	}
	p{
		display: inline-block;
		width: 100%;
		margin-left: 0;
		letter-spacing: normal;
	}
}




