@charset "utf-8";

.top_title_wrap .container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#more {
    display: block;
    width:14em;
    margin:30px auto 50px;
    line-height: 3.5em;
    background: #D3D1BC;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size:1.4em;
}
#more:after {
	content:"";
	position: absolute;
	top:50%;
	right:30px;
	width:8px;
	height:8px;
	margin-top:-6px;
	border-right:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	transform: rotate(45deg);
}
#status {
    text-align: center;
}
#status img {
    margin:30px auto;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.to_all_report {
	text-align: center;
	margin-top: 4em;
}
.to_all_report a {
	text-decoration: underline;
	color: #666;
	font-size: 1.1em;
}
.to_all_report a:hover {
	text-decoration: none;
}
.top_title_wrap.single_post_title p {
	letter-spacing: 0;
}
.hash {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.5em;
}
.hash span {
	display: inline-block;
	border-bottom: solid 1px #333;
}
#list_wrapper {
    min-height:60vh;
}
#post_list,
.related_report ul,
.latest_report ul {
	font-size:0;
} 
#post_list li a,
.related_report ul li a,
.latest_report ul li a {
	line-height: 1.6;
	color:#333;
	text-decoration: none;
	display: block;
	position: relative;
}
#post_list li p,
.related_report ul li p,
.latest_report ul li p {
	line-height: 1.6;
}
#post_list li a img,
.related_report ul li a img,
.latest_report ul li a img {
	width:100%;
	height:auto;
	margin-bottom:1em;
}
#post_list li a span,
.related_report ul li a span,
.latest_report ul li a span {
	position: absolute;
	top: -0.8em;
	right: 0.4em;
	background: #FD8189;
	border-radius: 4em;
	width: 4em;
	height: 4em;
	line-height: 4.1em;
	padding: 0;
	text-align: center;
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0.08em;
	padding-left:0.12em;
	box-sizing: border-box;
}
#post_list li .cat_list {
	padding: 0.6em 0 0;
}
#post_list li .cat_list > li{
	float: left;
	width: auto;
	margin: 0 0.4em 0 0;
	text-align: center;
	line-height: 2.4em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	color: #999;
	border: 1px solid #999;
	border-radius: 15px;
	font-size: 0.7em;
}

footer {
	border-top:solid 1px #CCC;
}
main article ul.tax_list {
	text-align: center;
	margin-bottom:1em;
}
main article ul.tax_list li {
	display: inline-block;
	vertical-align: top;
}
main article ul.tax_list li a {
	color:#807C52;
	font-size:14px;
	text-decoration: underline;
}
main article ul.tax_list li a:hover {
	text-decoration: none;
}
main article p {
	margin-bottom:1.2em;
	line-height: 2em;
}
main article p.date {
	color:#999;
	text-align: right;
}
main article p img {
	margin-top:20px;
	margin-bottom:20px;
}
main article img.size-full {
	margin-top:8px;
	margin-bottom:8px;
}
main article h3,
main article h4,
main article h5 {
	margin-bottom:14px;
	font-family: 'Noto Serif JP', serif;
}
main article h3 {
	font-size:1.6em;
}
main article h4 {
	font-size:1.4em;
}
main article h5 {
	font-size:1.2em;
}
main article blockquote {
	background: #EAEAEA;
	padding:2em 2em 1em 2em;
	margin-bottom:2em;
}
.related_report,
.latest_report {
	text-align: center;
}
.related_report h3,
.latest_report h3 {
	display: inline-block;
	border-bottom:solid 1px #333;
	font-weight:bold;
	line-height: 2.2;
}
.related_report ul li,
.latest_report ul li {
	text-align: left;
}
.lead_area {
	background:#F9F9F9;
	overflow: hidden;
	text-align: center;
}
.lead_inner_l ul {
	font-size:0;
	text-align: center;
	width:100%;
	max-width:472px;
}
.lead_inner_l ul li {
	display: inline-block;
	vertical-align: top;
	width:31%;
	margin:0 1%;
}
.lead_inner_l ul li a {
	color:#333;
}
.lead_inner_l ul li a img {
	display: block;
	width:100%;
	margin-bottom:8px;
}
.lead_inner_r {
	width:100%;
	max-width:376px;
}
main .btn_arrow {
	max-width:280px;
	margin-bottom: 50px;
}


@media print, screen and (max-width: 768px) {
	.top_title_wrap {
		padding: 3.5em 0;
		text-align: center;
		background: #F7F7F2;
		margin-bottom: 3em;
	}
	.top_title_wrap .name {
		font-size: 3.6em;
		margin: 0 0 0.2em;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 1.1em;
		margin: 0;
		line-height: 1.0em;
	}
	.top_title_wrap .main_img {
		height:240px;
	}
	.top_title_wrap.single_post_title {
		padding: 0;
		margin-bottom:0;
	}
	.top_title_wrap.single_post_title .container {
		padding: 2em 0;
	}
	.top_title_wrap.single_post_title h2 {
		font-size: 1.6em;
		margin: 0;
		line-height: 1.6;
		font-weight:bold;
	}
	main {
		/** padding-bottom:50px; **/
	}
	main article {
		margin-bottom: 50px;
	}
	main article ul.tax_list li {
		margin:0 0.6em 0.6em;
	}
	main article iframe {
		width:88vw;
		height: 49.5vw;
		display: block;
		margin: 0 auto 2em;
	}
	.lead_area {
		padding:3em 0;
		margin-bottom:1em;
	}
	.lead_inner_l ul {
		margin: 0 auto 24px;
	}
	.lead_inner_l ul li {
		font-size: 2.2vw;
	    letter-spacing: 0;
	}
	.lead_inner_r {
		margin:0 auto;
	}
	#partyreport {
		/** padding-bottom:70px; **/
	}
	.related_report ul,
	.latest_report ul {
		text-align: left;
	} 
	#post_list li,
	.related_report ul li,
	.latest_report ul li {
		display: block;
		width:80%;
		max-width:300px;
		margin:0 auto 2em;
		font-size:14px;
	}
	main .btn_arrow a {
		background: url(/img/common/btn_arrow01.png) no-repeat 96% 45% #999;
		background-size: 12% auto;
	}
	.related_report,
	.latest_report {
		padding:20px 0 0;
	}
	.related_report h3,
	.latest_report h3 {
		font-size:1.4em;
		margin-bottom:1.2em;
	}
}

@media print, screen and (min-width: 769px) {
	.top_title_wrap {
		padding: 80px 0;
		text-align: center;
		background: #F7F7F2;
		margin-bottom: 50px;
	}
	.top_title_wrap .container {
		width: 640px;
	}
	.top_title_wrap .name {
		font-size: 56px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 16px;
		margin: 0;
		line-height: 1.0em;
	}
	.top_title_wrap .main_img {
		height:480px;
	}
	.top_title_wrap.single_post_title {
		padding: 0;
		margin-bottom:0px;
	}
	.top_title_wrap.single_post_title .container {
		padding: 60px 0;
	}
	.top_title_wrap.single_post_title h2 {
		font-size: 36px;
		margin: 0 0 8px;
		line-height: 1.4;
		font-weight:bold;
	}
	.top_title_wrap.single_post_title p {
		font-size:20px;
	}
	#post_list li,
	.related_report ul li,
	.latest_report ul li {
		display: inline-block;
		vertical-align: top;
		width:29%;
		margin:0 2% 3em;
		font-size:14px;
	}
	#post_list li .cat_list {
		padding: 12px 0 0;
	}
	#post_list li .cat_list > li{
		line-height: 1.8em;
		font-size: 10px;
	}
	#partyreport {
		/** padding-bottom:100px; **/
	}
	main {
		/** padding-bottom:70px; **/
	}
	main article {
		width:640px;
		margin:0 auto 60px;
		font-size: 14px;
	}
	main article ul.tax_list li {
		margin:0 1em 1em;
	}
	main article iframe {
		width:100%;
		height: 360px;
		display: block;
		margin: 0 auto 2em;
	}
	.lead_area {
		padding:80px 0;
		margin-bottom:30px;
	}
	.lead_inner_l ul li {
		font-size:16px;
	}
	main .btn_arrow a {
		background: url(/img/common/btn_arrow01.png) no-repeat 96% 45% #999;
		background-size: 40px auto;
	}
	.related_report,
	.latest_report {
		padding: 20px 0 0;
	}
	.related_report h3,
	.latest_report h3 {
		font-size:18px;
		margin-bottom:32px;
	}
	.lead_inner_l {
		float:left;
	}
	.lead_inner_r {
		float:right;
	}
}


/*=============================================
	
	ソート レイアウト
	
==============================================*/
#report_sort {
	width: 90%;
	margin: 0 auto 2.4em;
	padding: 1.6em 1.6em;
	background: #F7F7F2;
}
#report_sort h3 {
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 1.2em;
}
#report_sort h4 {
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 0.6em;
}
#report_sort .sort_list {
	margin: 0 0 1.6em;
}
#report_sort input[type=checkbox] {
	display: none;
}
input[type="checkbox"].checkbox02:checked {
	background-color: #009387;
	color: #ffffff;
	border: 1px solid #009387;
}
#report_sort .check_label:hover,
#report_sort input:checked + .check_label {
	background-color: #009387;
	color: #ffffff;
	border: 1px solid #009387;
}
#report_sort .check_label {
	display: block;
	float: left;
	margin: 0 0.8em 0.8em 0;
	text-align: center;
	line-height: 2.4em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	cursor: pointer;
	color: #666;
	border: 1px solid #666;
	border-radius: 15px;
	font-size: 0.9em;
}
#report_sort .sort_btn {
	width: 60%;
	margin: 0 auto;
}
#report_sort .sort_btn a {
	display: block;
	padding: 0.8em 0;
	text-align: center;
	background: #009387;
	color: #FFF;
	border-radius: 30px;
}
#report_sort .clear_btn {
	text-align: center;
	margin: 1em auto 0;
}
#report_sort .clear_btn a {
	text-decoration: underline;
	color: #666;
	font-size: 1.1em;
}
#report_sort .clear_btn a:hover {
	text-decoration: none;
}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	#report_sort {
		width: 720px;
		margin: 0 auto 60px;
		padding: 30px 40px;
	}
	#report_sort h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	#report_sort h4 {
		font-size: 13px;
	}
	#report_sort .sort_list {
		margin: 0 0 10px;
	}
	#report_sort .sort_list:last-of-type {
		margin: 0 0 30px;
	}
	#report_sort .check_label {
		margin: 0 8px 8px 0;
		font-size: 10px;
		line-height: 1.8em;
	}
	#report_sort .sort_btn {
		width: 320px;
		padding: 12px 0 0;
	}
}

