/* CSS Document */

/*page01*/

section{display:block; padding:0; position:relative;}

#sec01 {position:relative; text-align:center; z-index:;}
#sec01 img{width:;}


#sec02{width:100%; position:relative; padding:0; box-sizing:border-box; margin:0 auto; padding:1.5%; box-sizing: border-box;}
#sec02 div#flex-box{display:flex; flex-wrap:wrap; justify-content: space-between;}
#sec02 div:not(#flex-box){max-width:325px; color:#fff; font-size:14.5px;}
#sec02 div:not(#flex-box) img{margin-bottom:5px;}
#sec02 div:not(#flex-box) p{margin-bottom:20px;}

.pink{color:pink;}
.yellow{color:yellow;}
.strong{font-size:16.5px;}

#spec01,#spec02,#spec03,#spec04 {padding:1rem; text-align:left;}
#spec01 h4,#spec02 h4,#spec03 h4,#spec04 h4{width:100%; margin:; font-size:32px; color:#000; text-align:; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;  text-align:left;font-weight:bold;}
#spec01 p,#spec02 p,#spec03 p,#spec04 p{width: 100%; margin:; font-size:14px; color:#000; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;  text-align:left;font-weight:bold; }

#spec01{position:absolute; top:0px; left:0px; z-index:3;
width: 220px;
height: ;
/*background:rgba(255,255,255,0.5);*/
}

#spec02{position:absolute; top:0px; right:0px; z-index:3;
width: 220px;
height: ;
text-align:right;
}

#spec03{position:absolute; top:420px; left:0px; z-index:3;
width: 220px;
height: ;
background:rgba(255,255,255,0.5);
}
#spec04{position:absolute; top:380px; right:0px; z-index:3;
width: 220px;
height: ;
background:rgba(255,255,255,0.5);
text-align:right
}
#spec04 img {margin-top:1rem;}

.spec {font-size:1rem;}

#logo {
	width:500px;
	margin:auto;
	display:block;
	position:relative;
	z-index:999999;
	}
	
#sec01 dl {font-size:1rem; text-align:left; margin-bottom:0.5rem;}
#sec01 dt {font-weight:bold;}