/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: url("../../img/bg-blue.jpg") repeat-y;
	background-size: 100% auto;
	color: #000;
	position: relative;
	height: 100%;
	min-height: 100vh;
}
#wrap{
	padding: 10%;
}
._photo{
	width: 270px;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
._photo img{
	width: 100%;
	height: auto;
}
._text{
	display: inline-block;
	width:calc(96% - 270px);
}
h1{
	text-align: left;
	color: #cf121b;
	font-size: 24px;
	margin-bottom: 20px;
	width: 100%;
}
h2 {
	text-align: left;
	font-size: 20px;
	color: #cf121b;
	margin-bottom: 20px;
}

@media screen and (max-width:640px) {
	._photo{
		width: 80%;
		margin: 0 auto 30px;
		display: block;
	}
	._text{
		display: block;
		width: 100%;
	}
}


