/* CSS Document */

	@media(max-width:600px){.sanukidream {font-size: 13px;}}
	@media(max-width:600px){.sanukidream {width: 100%;}}
	@media(max-width:600px){.fast_story {font-size: 13px;}}
	@media(max-width:600px){.fast_story {width: 100%;}}

.fv{
    height: 28.5vw;
	background: url(../goodpoint/imges/goodpoint_fv.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.sanukidream{
	margin: 100px auto 120px;
	text-align: center;
	line-height: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 24px;
	text-align: center;
	margin: 40px 0 0 0;
}

.fast_story{
	text-align: center;
	margin-top: 80px;
}

.history{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 960px;
}

@media(max-width:590px){.history {width: auto;}}

.history_words{
	width:400px;
	margin:  10px auto 0;
	text-align:left;
}

.history_words p{
	font-size: 12px;
	line-height: 20px;
}

.history img{
	margin: 20px auto;
}

.sanuki_link{
	text-align: center;
}