﻿@charset 'utf-8';
/*マスクバナー*/
.br_maskbanner {
	text-align: center;
	margin-bottom: 5rem;
}
.br_maskbanner a {
	display: block;
}
/*マスクバナーここまで*/
/*SPの時*/
@media only screen and (max-width: 768px) {
	.banners--1__lists.br_custom {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.banners--1__lists.br_custom.clearfix:before, .banners--1__lists.br_custom.clearfix:after {
		content: none;
	}
	.banners--1__lists.br_custom li {
		clear: none;
		float: none;
		width : calc((100% - 4px) / 3) ;
		margin-top: 0;
		margin-bottom: 2px;
	}
	.banners--1__lists.br_custom .banners--1__lists--item:nth-of-type(-n+2) {
		width: calc((100% - 2px) / 2);
		margin: 0;
		margin-bottom: 2px;
	}
	div.banners--1>div.wrap {
		width: 100%;
	}
	/*マスクバナー*/
	.br_maskbanner {
		margin-bottom: 2px;
		margin-right: 0;
	}
	/*マスクバナーここまで*/
	.banners--1__lists.clearfix.br_custom.itiranPC{
		display: none;
	}
}
/*PCの時*/
@media only screen and (min-width: 769px) {
	.banners--1__lists.br_custom.leftarea_sp {
		display: none;
	}
}
