@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;
}
/**/
.contWrapper{

}
.contWrapper p{
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:300px;
	margin:50px auto;
	text-align:center;
	border:solid 4px #eee;
}
/**/
.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;
}
/**/
.bodyBox hr {
    display: block;
    height: 1px;
	margin-bottom:20px;
    border: solid 1px #ccc;
    border-width: 1px 0 0;
    color: #ccc;
    float: none;
    clear: both;
}
/*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;
}









/*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){
	}
	/**/
.contWrapper{

}
.contWrapper p{
	display:flex;
	align-items:center;
	justify-content:center;
	width:90vw;
	height:90vw;
	margin:50px auto;
	text-align:center;
	border:solid 4px #eee;
}
	/**/
	.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{
	}








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





