@charset "utf-8";

/* ------------------------------
main [home]
------------------------------ */
/* 臨時banner */
.home #extraordinary {
	max-width: 60%;
	padding-bottom: 100px;
	margin: 0 auto;
}

.home #extraordinary img {
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.home #extraordinary {
		max-width: 70%;
		padding-bottom: 60px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.home #extraordinary {
		max-width: 100%;
		padding-bottom: 40px;
		margin: 0 auto;
	}
}

/* 活動情報 */
.home .report-wrap .container {
	margin-top: 100px;
}

.home .report-wrap .section-title {
	color: #3b86e1;
	line-height: 1.25;
}

.home .report-wrap .section-title h2 {
	font-size: 4.8rem;
}

.home .report-wrap .section-title h2 > span {
	display: block;
}

.home .report-wrap .posts {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 0;
	margin-left: 88px;
}

.home .report-wrap .post {
	width: 280px;
}

.home .report-wrap .post-thumb {
	width: 100%;
	height: 210px;
}

.home .report-wrap .post-thumb > a {
	display: block;
}

@media screen and (max-width: 1199px) {
	.home .report-wrap {
		padding: 60px 0;
	}

	.home .report-wrap .container {
		width: 745px;
	}

	.home .report-wrap .section-title h2 > span {
		display: inline;
	}

	.home .report-wrap div[class*="-contents"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home .report-wrap .posts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.home .report-wrap .post {
		width: 32%;
	}

	.home .report-wrap .post-thumb {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.home .report-wrap {
		font-size: 1.2rem;
		padding: 40px 0 38px;
		background: linear-gradient(326deg, #f2f2f2 0%, #f2f2f2 83.6%, #fff 83.6%, #fff 100%);
	}

	.home .report-wrap .container {
		width: 100%;
		padding: 0 15px;
	}

	.home .report-wrap .section-title h2 {
		font-size: 3.6rem;
	}

	.home .report-wrap .section-title p {
		margin-top: 18px;
		font-size: 1.8rem;
	}

	.home .report-wrap .posts {
		margin-top: 25px;
		margin-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home .report-wrap .post {
		width: 100%;
	}

	.home .report-wrap .post + .post {
		margin-top: 30px;
	}

	.home .report-wrap .post-title {
		line-height: 1.5;
	}
}

/* ------------------------------
sidebar
------------------------------ */
.sidebar .widget_archive ul.children,
.sidebar .widget_categories ul.children {
	margin-top: 0;
}

.sidebar .widget_archive > ul:not(.children),
.sidebar .widget_categories > ul:not(.children) {
	margin-top: 3px;
}

.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li {
	border: none;
}

.sidebar .widget_archive ul li::after,
.sidebar .widget_categories ul li::after {
	content: none;
}

.sidebar .widget_archive ul li > a,
.sidebar .widget_categories ul li > a {
	position: relative;
	padding: 0.75em 1em 0.75em;
	border-bottom: 1px solid #999;
}

.sidebar .widget_archive ul li > a::after,
.sidebar .widget_categories ul li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 10px;
	height: 12px;
	background: url(img/arrow-right-gray.svg) no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar .widget_archive ul ul li > a,
.sidebar .widget_categories ul ul li > a {
	padding-left: 2em;
}
