@charset "UTF-8";

/*----------------------
 redboard
----------------------*/
#redboard {
	color: #ffffff;
	background-color: #b61d1e;
	background-image: url(/whisky/makersmark/img/fuurou/bg_sp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0 20% 0;
}
.contentInner {
	text-align: center;
}
.title h2{
	font-size: 30px;
	margin: 0 0 20px 0;
}
.title h3 {
	font-size: 18px;
    margin-bottom: 14px;
}
.title p {
	font-size: 13px;
	line-height: 1.6;
}
ul.flow {
	width: 86%;
	margin: 0 auto;
}
ul.flow li.item {
	margin-top: 15%;
}
ul.flow li.item p {
	font-size: 15px;
	margin-top: 8px;
	line-height: 1.5;
	text-align: left;
}
ul.flow li.item p.att {
	font-size: 13px;
}


@media screen and (min-width:769px) {
#redboard {
	background-image: url(/whisky/makersmark/img/fuurou/bg.jpg);
	padding: 70px 0 100px 0;
}
.contentInner {
    width: 92%;
}
.title {
	margin-bottom: 64px;
}
.title p {
	font-size: 18px;
}
.title h2{
	font-size: 42px;
}
.title h3 {
	font-size: 28px;
	margin-bottom: 12px;
}
ul.flow {
	width: 100%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: left;
}
ul.flow li.item {
	flex-basis: calc(318 / 1344 * 100%);
    margin: 0;
}

}

