@CHARSET "UTF-8";

.block-image{ line-height:0; }
.block-text{ background:#f4f4f5;  padding:50px 20px;  text-align:center;  font-size:18px;  display:flex;  justify-content:center;  align-items:center;}
@media only screen and (min-width:768px){
	.block-row{
		display:flex;
		flex-wrap:wrap;}
	.block-image:nth-of-type(1){ order:1; }
	.block-image:nth-of-type(2){ order:4; }
	.block-image:nth-of-type(3){ order:5; }
	.block-text:nth-of-type(1){ order:2; }
	.block-text:nth-of-type(2){ order:3; }
	.block-text:nth-of-type(3){ order:6; }
	.block-image,
	.block-text{ width:50%; }
	.block-text{ padding:50px 10px; }
}
@media only screen and (min-width:1024px){
	.block-image:nth-of-type(2){ order:5; }
	.block-image:nth-of-type(3){ order:3; }
	.block-text:nth-of-type(1){ order:4; }
	.block-text:nth-of-type(2){ order:2; }
	.block-image,
	.block-text{ width:calc(100%/3); }
	.block-text{ font-size:22px; }
}

#footer_button{ display:none; }
.button.button1 a{ background:#A82F00; }
.button.button2 a{ background:#092C4C; }
@media screen and (max-width:767px){
	#footer_button{ width:100%; position:fixed; bottom:0; left:0px; z-index:100; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-transform:translate3d(0, 100%, 0); transform:translate3d(0, 100%, 0); -webkit-transition:-webkit-transform 0.35s; transition:all 0.35s; }
	#footer_button.active{ -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
	#footer_button .button{ width:auto; -ms-flex:1 1 0%; -webkit-flex:1 1 0%; flex:1 1 0%; }
	#footer_button .button a{ padding:0 15px; display:block; min-width:inherit; height:50px; line-height:50px; font-size:12px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-decoration:none; color:#FFF; }
}
.lib-hero__outer{ background-image:url(/dcms_media/image/fukufuku.jpg); background-position:center; background-repeat:no-repeat; color:#FFF;}