@charset "utf-8";



/*一覧-----------------------------------------------------------*/
.midashiWrapper{
	position:relative;
	display:flex;
	_justify-content:center;
	padding:35px 0 45px;
	border-bottom:solid 1px #000;
}
.ooMidashi{
	margin:0 auto;
	text-align:left;
}
.ooMidashi p:nth-child(1){
	font-size:32px;
	color:#000;
}
.ooMidashi p:nth-child(1):after{
	position:absolute;
	content:'';
	bottom:7px;
	right:-17px;
	width:15px;
	height:1px;
	background:#000;
}
.ooMidashi p:nth-child(2){
	margin-top:2px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:1.5em;
	letter-spacing:0.1em;
}
/**/
.reportListWrapper{

}
.reportListWrapper .inner{
	display:block;
	width:1000px;
	margin:40px auto 0;
	padding:36px 40px 40px;
	text-align:left;
	border:solid 1px #000;
	border-width:4px 1px 1px;
	transition: all 400ms 0s ease;
}
.reportListWrapper a.inner:link,
.reportListWrapper a.inner:visited,
.reportListWrapper a.inner:hover{
	color:#000;
}
.reportListWrapper a.inner:hover{
	background:#f6f6f6;
}
.reportListWrapper .inner .day{
	_color: #69390e;
	font-weight: bold;
	font-size: 16px;
	line-height:1.8em;
}
.reportListWrapper .inner h3.defTitle{
	position:relative;
	margin-bottom:40px;
	font-size:19px;
}
.reportListWrapper .inner h3.defTitle::after{
	position:absolute;
	content:'';
	bottom:-17px;
	left:0;
	width:80px;
	height:3px;
	background:#000;
}
.reportListWrapper .inner .bodyBox{
	
}
.reportListWrapper .inner .bodyBox img{
	max-width:100%;
	height:auto;
}

/*詳細-----------------------------------------------------------*/
.reportDetailWrapper .backBtn{
	display:block;
	width:180px;
	height:auto;
	margin:0 auto;
	color:#ff;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:2em;
	background:#000;
	_border:solid 1px #000;
	transition: all 400ms 0s ease;
}
.reportDetailWrapper .backBtn:hover{
	background:#b7a46a;
}
.reportDetailWrapper .inner{
	display:block;
	width:1000px;
	margin:40px auto 0;
	padding:40px 40px 40px;
	text-align:left;
	border:solid 1px #000;
	border-width:4px 0px 0px;
	transition: all 400ms 0s ease;
}
.reportDetailWrapper .inner .day{
	color: #69390e;
	font-weight: bold;
	font-size: 16px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h3.defTitle{
	position:relative;
	margin-bottom:40px;
	font-size:19px;
}
.reportDetailWrapper .inner h3.defTitle::after{
	position:absolute;
	content:'';
	bottom:-17px;
	left:0;
	width:80px;
	height:3px;
	background:#000;
}
.reportDetailWrapper .inner .bodyBox{
	
}
.reportDetailWrapper .inner .bodyBox img{
	max-width:100%;
	height:auto;
}


/*20190820追記*/
.reportDetailWrapper .inner h1,
.reportListWrapper .inner h1{
	font-size:23px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h2,
.reportListWrapper .inner h2{
	font-size:21px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h3,
.reportListWrapper .inner h3{
	font-size:19px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h4,
.reportListWrapper .inner h4{
	font-size:17px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h5,
.reportListWrapper .inner h5{
	font-size:15px;
	line-height:1.8em;
}
.reportDetailWrapper .inner h6,
.reportListWrapper .inner h6{
	font-size:14px;
	line-height:1.8em;
}
.reportDetailWrapper .inner:after,
.reportListWrapper .inner:after{
	content: "";
	clear: both;
	display: block;
}

/*pager*/
.pagerWrapper{
	display:flex;
	justify-content:center;
	padding:50px 0;
}
.pagerWrapper.ue{
	padding:50px 0 0;
}
.pagerWrapper.sita{
	padding:50px 0 0;
}
.pagerWrapper p,
.pagerWrapper span,
.current_page,
.link_page{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	margin:0 5px;
	_padding:10px;
	border:solid 1px #000;
}
.pagerWrapper p{
	width:100px;
	border:0;
}
.pagerWrapper p a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100px;
	height:40px;
	border:solid 1px #000;
}
.link_before,
.link_next,
.link_page{
	background:#e6e6e6;
}
.pagerWrapper .current_page{
	background:#fff;
	_border:solid 1px #999;
}
.pagerWrapper a:link,
.pagerWrapper a:visited{
	color:#000;
	transition: all 400ms 0s ease;
}
.pagerWrapper a:hover{
	color:#fff;
	background:#000;
}

.comingBox p{
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:300px;
	margin:50px auto;
	text-align:center;
	border:solid 4px #eee;
}

/*メンバーのhrで強制的に回り込みキャンセル*/
.bodyBox hr{
	display:block;
	height:1px;
	border:solid 1px #ccc;
	border-width:1px 0 0;
	color:#ccc;
	float:none;
	clear: both;
}
.bodyBox hr:after {
	content: "";
	clear: both;
	display: block;
}









/*responsive---------------------------------------------------------------------------------------*/
.ip5{
	display:none;
}
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media only screen and (max-width: 1200px) {
	.mainWrapper .innerBox .txtBox .titile span:nth-child(1){
		font-size:24px;
	}
	.mainWrapper .innerBox .txtBox .titile span:nth-child(2){
		font-size:20px;
	}
	.mainWrapper .innerBox .txtBox .catch{
		font-size:13px;
	}
	.mainWrapper .innerBox .txtBox .name{
		font-size:9.5px;
	}
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {

	/*一覧-----------------------------------------------------------*/
	.midashiWrapper{
		padding:10px 0 40px;
		border-width:0;
	}
	.ooMidashi{
	}
	.ooMidashi p:nth-child(1){
	}
	.ooMidashi p:nth-child(1):after{
	}
	.ooMidashi p:nth-child(2){
	}
	/**/
	.reportListWrapper{
	
	}
	.reportListWrapper .inner{
		display:block;
		width:100%;
		margin:0px auto 0;
		padding:9vw 10% 10vw;
		text-align:left;
		border:solid 1px #000;
		border-width:3px 0 0;
		transition: all 400ms 0s ease;
	}
	.reportListWrapper a:link,
	.reportListWrapper a:visited,
	.reportListWrapper a:hover{
	}
	.reportListWrapper a:hover{
	}
	.reportListWrapper a .day{
	}
	.reportListWrapper a h3{
	}
	.reportListWrapper a h3::after{
	}
	.reportListWrapper a bodyBox{
		
	}
	.reportListWrapper a bodyBox img{
	}

	/*詳細-----------------------------------------------------------*/
	.reportDetailWrapper{
		border-top:solid 1px #000;
	}
	.reportDetailWrapper .backBtn{
	}
	.reportDetailWrapper .backBtn:hover{
	}
	.reportDetailWrapper .inner{
		display:block;
		width:100%;
		margin:30px auto 0;
		padding:10vw 10% 10vw;
		text-align:left;
		border:solid 1px #000;
		border-width:3px 0 0;
	}
	.reportDetailWrapper .inner .day{
	}
	.reportDetailWrapper .inner h3{
	}
	.reportDetailWrapper .inner h3::after{
	}
	.reportDetailWrapper .inner .bodyBox{
	}
	.reportDetailWrapper .inner .bodyBox img{
	}

	/*pager*/
	.pagerWrapper{
		padding:50px 0;
	}
	.pagerWrapper.ue{
		display:none;
	}
	.pagerWrapper.sita{
		padding:50px 0 50px;
	}
	.pagerWrapper p,
	.pagerWrapper span,
	.current_page,
	.link_page{
		display:flex;
		justify-content:center;
		align-items:center;
		width:30px;
		height:30px;
	}
	.pagerWrapper p{
		width:70px;
		border:0;
	}
	.pagerWrapper p a{
		width:70px;
		height:30px;
	}
	.reportDetailWrapper .inner h2,
	.reportListWrapper .inner h2{
		line-height:1.5em;
	}

	.comingBox p{
		display:flex;
		align-items:center;
		justify-content:center;
		width:90vw;
		height:90vw;
		margin:50px auto;
		text-align:center;
		border:solid 4px #eee;
	}




} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/

	.aiuBtnWrapper ul li{
		width:46px;
		height:46px;
		margin:3px 3px;
	}
	.aiuBtnWrapper ul li a{
		font-size:27px;
	}
	.aiuBtnWrapper ul li:nth-child(11) a{
		font-size:23px;
	}


} /* /@media */





