@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi01 a img {
	visibility: hidden;
}

#gNavi li:nth-child(1) .subList li:nth-child(4) a {
    background: url(../../img/common/g_sub_navi04_over.gif) no-repeat left top;
}

#gNavi li:nth-child(1) .subList li:nth-child(4) a img{
    visibility: hidden;
}


.pageTitle {
	margin-bottom: 62px;
	background: url(../../img/hakushu/flow/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/hakushu/flow/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	color: #333;
	width: auto;
}

#main .comFlow {
	margin-bottom: 106px;
}

#main .comFlow .subFlow .bottomBox .textBox {
	padding-top: 10px;
}

#main .headLine02 {
	margin-bottom: 20px;
}

#main .h3Ttl {
	margin-bottom: 35px;
	color: #000;
}

#main .headLine01 {
	margin-bottom: 25px;
	color: #333;
	text-align: center;
}

#main .textList01 {
	margin-bottom: 36px;
}

#main .textList01 li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 1.6;
}

#main .method {
	margin-bottom: 35px;
	padding: 22px 25px 17px;
	background-color: #F0F2EE;
}

#main .method .title {
	margin-bottom: 7px;
	font-size: 13px;
	text-align: center;
}

#main .method .textList02 li {
	margin-left: 1.7em;
	text-indent: -1.7em;
	font-size: 13px;
	line-height: 1.6;
}

#main .wrap {
	margin-bottom: 72px;
	padding: 62px 0 100px;
}

#main .wrap .textList01 {
	margin-bottom: 13px;
}

#main .wrap .method {
	padding-bottom: 22px;
	background-color: #fff;
}

#main .wrap .method .title {
	margin-bottom: 2px;
}

#main .video .title {
	margin-bottom: 23px;
	font-size: 16px;
	text-align: center;
}

#main .video .movie {
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		margin-bottom: 36px;
		background: url(../../img/hakushu/flow/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main {
		margin: 0 0 50px;
		color: #000;
	}
	
	#main .comFlow {
		margin-bottom: 55px;
	}

	#main .headLine02 {
		margin-bottom: 6px;
	}
	
	#main .h3Ttl {
		margin-bottom: 18px;
	}
	
	#main .headLine01 {
		margin-bottom: 15px;
	}
	
	#main .textList01 li {
		font-size: 14px;
		letter-spacing: 2px;
	}
	
	#main .method {
		padding: 15px 15px 10px;
	}
	
	#main .method .title {
		font-size: 12px;
		letter-spacing: 2px;
		text-align: left;
	}
	
	#main .method .textList02 li {
		font-size: 12px;
		letter-spacing: 1.8px;
	}

	#main .wrap {
		margin-bottom: 36px;
		padding: 35px 0 50px;
	}
	
	#main .wrap .textList01 {
		margin-bottom: 10px;
	}
	
	#main .wrap .method {
		margin-bottom: 22px;
		padding-bottom: 10px;
	}
	
	#main .video .title {
		margin-bottom: 13px;
		font-size: 14px;
		text-align: left;
	}
	
	#main .video .movie img {
		width: 100%;
	}
	
	#main .comFlow .subFlow .topBox .textBox {
		padding-top: 8px;
	}
	
	#main .comFlow .subFlow .topBox .textBox .content {
		padding-top: 0;
		border-top: none;
	}
	
	#main .comFlow .subFlow .bottomBox .textBox {
		padding-top: 0;
	}
	
}