@charset "utf-8";

@media print, screen and (min-width: 751px) {


/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

#mv{
	text-align: center;
	background: #000;
	overflow: hidden;
}


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */


main section{
	padding: 75px 0 85px;
	overflow: hidden;
}

main section:nth-child(odd){
	background: #fafafa;
}

#mv {
	position: relative;
}

#mv p.mv_sub {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#fff;
	font-size:250%;
	line-height: 1.4em;
	font-weight:bold;
	position: absolute;
	top:25%;
	left:0;
	right:0;
	margin: 0 auto;
	display: block;
}
#mv p.mv_main {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#FFF;
	font-size:400%;
	line-height: 1.35em;
	font-weight:bold;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	margin: 0 auto;
	width:21em;
	height:auto;
	display: block;
}


/* boxLayout01
---------------------------------------------*/

.boxLayout01 > .imgBox img{
	max-width: 440px;
}

 section .boxLayout01.moreText .imgBox{
	margin-bottom: 80px;
}
 section .boxLayout01 .txtBox p {
	text-align: justify;
	text-justify: inter-ideograph;
}
 section .boxLayout01 .txtBox .note {
	font-size: 86%;
	color: #888;
}

}