.wrap .main-area .main-area-contents .main-contents.br {
	padding-bottom: 16px;
}
.wrap .main-area .main-area-contents .main-contents.br .contents {
	/*background: #fffce4;*/
	padding-bottom: calc(42 / 2046 * 100%);
	font-size: 12px;
	line-height: 1;
}
.main-contents.br picture {
	display: block;
}
.main-contents.br img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.br_content {
	max-width: 1200px;
	margin: 30px auto;
}
.br_content .br_inner {
	padding: 0 calc(44 / 2046 * 100%) 0 calc(62 / 2046 * 100%);
}
.br_content section {
	display: flex;
}
.br_content section + section {
	margin-top: calc(45 / 1940 * 100%);
}
.br_content h3 {
	flex-shrink: 0;
	width: calc(296 / 1940 * 100%);
	margin-right: calc(17 / 2046 * 100%);
}
.br_content section > div {
	flex-shrink: 0;
	width: calc(382 / 1940 * 100%);
}
.br_content section > div + div {
	margin-left: calc(33 / 1940 * 100%);
}
.br_content section > div h4 {
	margin-bottom: calc(11 / 382 * 100%);
}
.br_content section > div ul li + li {
	margin-top: calc(20 / 382 * 100%);
}
.br_content section > div.wx2 {
	width: calc(797 / 1940 * 100%);
}
.br_content section > div.wx2 h4 {
	margin-bottom: calc(11 / 797 * 100%);
}
.br_content section > div.wx2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.br_content section > div.wx2 li {
	width: calc(382 / 797 * 100%);
}
.br_content section > div.wx2 li + li {
	margin-top: 0;
}
.br_content section > div.wx2 li:nth-child(n+3) {
	margin-top: calc(20 / 797 * 100%);
}
.sec03_nocat {
	padding-top: calc(79 / 1940 * 100%);
}

@media screen and (max-width:1039px) {
	.wrap .main-area .main-area-contents .main-contents.br {
		padding-top: 0;
	}
	.br_content .br_inner {
		padding: 0 calc(19 / 767 * 100%) 0 calc(20 / 767 * 100%);
	}
	.br_content section {
		flex-wrap: wrap;
	}
	.br_content section + section {
		margin-top: calc(16 / 728 * 100%);
	}
	.br_content h3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: calc(9 / 728 * 100%);
	}
	.br_content section > div {
		flex-shrink: 0;
		width: calc(170 / 728 * 100%);
	}
	.br_content section > div + div {
		margin-left: calc(16 / 728 * 100%);
	}
	.br_content section > div h4 {
		margin-bottom: calc(11 / 170 * 100%);
	}
	.br_content section.sec01 > div h4 {
		margin-bottom: calc(7 / 170 * 100%);
	}

	
	section.sec02 > div {
		width: 100%;
		justify-content: center;
	}
	section.sec02 > div ul {
		display: flex;
		justify-content: center;
	}
	section.sec02 > div ul li {
		width: calc(170 / 728 * 100%);
	}
	section.sec02 > div ul li + li {
		margin-top: 0;
		margin-left: calc(16 / 728 * 100%);
	}
	.br_content section > div.wx2 {
		width: calc(356 / 728 * 100%);
	}
	.br_content section > div.wx2 h4 {
		margin-bottom: calc(11 / 356 * 100%);
	}
	.br_content section > div.wx2 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.br_content section > div.wx2 li {
		width: calc(170 / 356 * 100%);
	}
	.br_content section > div.wx2 li + li {
		margin-top: 0;
	}
	.br_content section > div.wx2 li:nth-child(n+3) {
		margin-top: calc(20 / 728 * 100%);
	}
	.sec03_nocat {
		padding-top: calc(42 / 728 * 100%);
		align-self: flex-end;
	}
}

@media (hover: hover) and (pointer: fine) {
	.main-contents.br a img {
		transition: opacity .2s ease;
	}
	.main-contents.br a:hover img {
		opacity: .7;
	}
}