@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:first-child{
	margin-top:40px;
}
.reportListWrapper .inner{
	display:block;
	width:1000px;
	margin:20px auto 0;
	padding:20px 40px;
	text-align:center;
	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;
}












/*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;
	}
	.ooMidashi{
	}
	.ooMidashi p:nth-child(1){
	}
	.ooMidashi p:nth-child(1):after{
	}
	.ooMidashi p:nth-child(2){
	}
	/**/
	.reportListWrapper{
		padding:0 0 40px;
	}
	.reportListWrapper .inner{
		display:block;
		width:94%;
		margin:10px auto 0;
		padding:16px 20px;
		text-align:left;
		border:solid 1px #000;
		transition: all 400ms 0s ease;
	}
	.reportListWrapper a:link,
	.reportListWrapper a:visited,
	.reportListWrapper a:hover{
	}
	.reportListWrapper a:hover{
	}









} /* /@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 */





