.header{
	background-image: url(../images/header_0001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	margin-top: 20px;
}

/*テキストブロック*/
.list-normal .text {
	flex: 1;
}

/*画像ブロック*/
.list-normal figure {
	width: 40%;	/*幅。お好みで。*/
}

/*h4見出し*/
.list-normal h4 {
	margin: 0;
	margin-bottom: 0.5rem;	/*下に少しスペースをとる*/
	font-size: 1.2rem;	/*文字サイズを120%に*/
}

/*説明テキスト*/
.list-normal p {
	margin: 0;	
}

.list-normal .text{
    margin-bottom: 20px;
}

.band{
	width: 50%;
	margin-bottom: 20px;
}