/* CSS Document */

#sec01{
	background-repeat:repeat-y;
	height:auto;
	position:relative;
	background:url("../images/p01/bg.jpg");
	padding:8% 0 0;
}

#sec01 img{display:block; margin-left:auto; margin-right:auto;}

#spec1{display:flex; justify-content:space-between; width:95%; margin:2.5% auto; position:absolute; top:20px; left:0; right:0;}
#spec2{display:flex; justify-content:space-between; width:95%; margin:2.5% auto; position:absolute; top:460px; left:0; right:0;}
#spec1 dl,#spec2 dl{background:rgba(255,255,255,0.7); color:#000; padding:2.5%; box-sizing:border-box; width:28%; font-size:14.5px; height:100%; border-radius:20px; font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
#spec1 dl dt,#spec2 dl dt{margin-bottom:3.5%;}

#logo-block{margin-top:3%; box-sizing: border-box; padding:7% 3% 0;}
#logo-block img{height:100%;}
#logo-block img:nth-child(1){margin-right:30px;}
#logo-block img:nth-child(3){position:relative; right:10px;}

.title{z-index:9999; position:absolute; margin:auto; top:20px; left:0; right:0;}
.roka{z-index:9998; position:absolute; margin:auto; bottom:-20px; left:0; right:0;}

.attention{position:absolute; bottom:20px; left:0; right:0; text-align:center; font-size:11px; margin:3% auto 0; color:#fff;}

