@charset "UTF-8";



/*-------------------------------------------------------------------
	initial set
---------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	min-width: 970px;
	overflow: hidden;
	background: url(../img/bg.jpg) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



/*-------------------------------------------------------------------
	main
---------------------------------------------------------------------*/
#main{
	position: relative;
	width: 960px;
	height: 532px;
	margin: 0 auto;
}
#main h1,
#main h2,
#main p{
	position: absolute;
}
#main .title{
	top: 47px;
	left: 178px;
}
#main .main_hd{
	top: 184px;
	left: -1px;
}
#main .main_text{
	top: 344px;
	left: -6px;
}
#main #main_movie{
	position: absolute;
	top: 131px;
	left: 361px;
	width: 635px;
	height: 410px;
}



/*-------------------------------------------------------------------
	section1
---------------------------------------------------------------------*/
#section1{
	position: relative;
	width: 820px;
	height: 1359px;
	margin: 0 auto;
	background: url(../img/contents_bg.png) 0 0 no-repeat;
}
#section1 h2,
#section1 h3,
#section1 li,
#section1 p{
	position: absolute;
}
#section1 .s1_textbox{
	position: relative;
	width: 820px;
	height: 401px;
}
#section1 .s1_textbox:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 29px;
	left: 40px;
	width: 740px;
	height: 84px;
	background: url(../img/s1_item.png) 0 0 no-repeat;
}
#section1 .s1_stitle{
	top: 33px;
	left: 28px;
}
#section1 .s1_text{
	top: 170px;
	left: 194px;
}
#section1 .s1_chara1_t{
	visibility: hidden;
	top: -56px;
	left: 65px;
}
#section1 .s1_chara1_b{
	visibility: hidden;
	top: 114px;
	left: 29px;
}
#section1 .s1_step{
	position: relative;
	width: 820px;
	height: 594px;
}
#section1 .step1{
	top: 0;
	left: 28px;
}
#section1 .step2{
	top: 0;
	left: 410px;
}
#section1 .step3{
	top: 305px;
	left: 30px;
}
#section1 .caution{
	position: relative;
	width: 820px;
	height: 401px;
	background: url(../img/caution_bg.png) center 0 no-repeat;
}
#section1 .caution_hd{
	top: 23px;
	left: 66px;
}
#section1 .caution_text{
	top: 23px;
	left: 167px;
}