@charset "UTF-8";
/* CSS Document */
.section{
		position: relative;
}
/*
.image_wrapper{
	background-image: url(images/bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 1112px;
}
*/

.text_wrapper{
	bottom: 190px;
	padding: 0 20px;
	font-size: 1em;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	
}
.small{
	font-size: 0.99em;
}
.title{
	font-size: 1.8em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.left{
	text-align: left;
}
.big{
	font-size: 1.1em;
	margin:0em 0 1em;
	display: block;
}