@charset "utf-8";
/* CSS Document */

		
		.report_detail .text{
			font-size:16px;
			line-height:2em;
			}
			.report_detail .text a{
				color:#09F;
				word-break:break-all;
				}
			.report_detail .text a:hover{
				opacity:0.6;
				}
				

/* pc */
@media screen and (min-width: 801px), print {
	
	
	/* 一覧ページ */
	.report .report_list{
		}
		.report .report_list{
			}
			.report .report_list figure{
				position:relative;
				}
			.report .report_list figure:not(:first-child){
				margin-top:20px;
				border-top:1px dotted #ccc;
				padding-top:20px;
				}
			.report .report_list figure img{
				float:left;
				width:250px;
				}
			.report .report_list figure figcaption{
				float:right;
				width:770px;
				}
			.report .report_list figure figcaption .data{
				margin-bottom:5px;
				}
			.report .report_list figure figcaption h3{
				margin-bottom:5px;
				}
		
		.report .pagenation{
			margin-top:100px;
			position:relative;
			text-align:center;
			margin-left:-10px;
			}
		.report .pagenation a.prev{
			margin-right:15px;
			}
		.report .pagenation a.next{
			margin-left:15px;
			}
		.report .pagenation a{
			display:inline-block;
			margin:5px 0 0;
			}
		.report .pagenation a.num{
			padding:5px;
			line-height:1;
			border:1px solid #666;
			}
		.report .pagenation a.num.active{
			color:#fff;
			border:none;
			background-color: #AC171D;
			}
	/* 一覧ページ end */
	
	
	/* 詳細ページ */
	.report_detail .tit_img{
		position:relative;
		margin-bottom:50px;
		}
		.report_detail .tit_text{
			position:absolute;
			bottom:0;
			width:100%;
			left:0;
			box-sizing:border-box;
			background:rgba(255,255,255,0.5);
			padding:30px 20px;
			}
		.report_detail .tit_text .data{
			}
		.report_detail .tit_text h3{
			font-size:20px;
			line-height:1.5em;
			}
		
		.report_detail .text{
			font-size:16px;
			line-height:2em;
			margin-top:20px;
			}
			.report_detail .img_left{
				float:left;
				margin-right:20px;
				margin-bottom:20px;
				margin-top:0.7em;
				}
			.report_detail .img_right{
				float:right;
				margin-left:20px;
				margin-bottom:20px;
				margin-top:0.7em;
				}
			
		
		.report_detail .pagenation{
			margin-top:100px;
			position:relative;
			text-align:center;
			}
			.report_detail .pagenation .prev{
				position:absolute;
				left:10px;
				text-align:left;
				top:50%;
				margin-top:-0.7em;
				}
			.report_detail .pagenation .return{
				background-color:#AC171D;
				color:#FFF;
				font-size:13px;
				letter-spacing:0.2em;
				font-weight:bold;
				padding:17px 45px 15px 23px;
				position:relative;
				display:inline-block;
				}
			.report_detail .pagenation .return:hover{
				opacity:0.6;
				transition:500ms;
				}
			.report_detail .pagenation .return::after{
				content:url(/gr/aldp/common/img/arrow_white.png);
				position:absolute;
				right:20px;
				top:50%;
				margin-top:-4px;
				line-height: 0;
				}
			.report_detail .pagenation .next{
				position:absolute;
				right:10px;
				text-align:left;
				top:50%;
				margin-top:-0.7em;
				}
		
		.year_list{
			border-top:2px solid #ccc;
			margin-top:40px;
			padding-top:40px;
			}
			.year_list div{
				margin-left:-3.333333%;
				margin-top:-5px;
				}
				.year_list div a{
					padding:10px 10px 8px;
					border:2px solid #ccc;
					box-sizing:border-box;
					float:left;
					margin-left:3.333333%;
					width:30%;
					display:block;
					text-align:center;
					margin-top:15px;
					}
		/* 詳細ページ end */
		
}


/* sp */
@media only screen and (max-width: 800px) {
	
	
	/* 一覧ページ */
	.report .report_list{
		}
		.report .report_list{
			}
			.report .report_list figure{
				position:relative;
				}
			.report .report_list figure:not(:first-child){
				margin-top:20px;
				border-top:1px dotted #ccc;
				padding-top:20px;
				}
			.report .report_list figure img{
				margin-bottom:5px;
				}
			.report .report_list figure figcaption{
				}
			.report .report_list figure figcaption .data{
				margin-bottom:5px;
				}
			.report .report_list figure figcaption h3{
				margin-bottom:5px;
				}
		
		.report .pagenation{
			margin-top:100px;
			position:relative;
			text-align:center;
			margin-left:-10px;
			}
		.report .pagenation a.prev{
			margin-right:15px;
			}
		.report .pagenation a.next{
			margin-left:15px;
			}
		.report .pagenation a{
			display:inline-block;
			margin:5px 0 0;
			}
		.report .pagenation a.num{
			padding:5px;
			line-height:1;
			border:1px solid #666;
			}
		.report .pagenation a.num.active{
			color:#fff;
			border:none;
			background-color: #AC171D;
			}
	/* 一覧ページ end */
	
	
	/* 詳細ページ */
	.report_detail .tit{
		border-left:4px solid #AC171D;
		padding-left:15px;
		margin-bottom:30px;
		}
		.report_detail .tit_text{
			margin-top:20px;
			border-bottom:1px solid #ccc;
			padding-bottom:20px;
			}
		.report_detail .tit_text .data{
			}
		.report_detail .tit_text h3{
			font-size:18px;
			line-height:1.5em;
			}
		
		.report_detail .text{
			font-size:14px;
			line-height:2em;
			margin-top:20px;
			}
			.report_detail .img_left,
			.report_detail .img_right{
				max-width:40%;
				}	
			.report_detail .img_left{
				float:left;
				margin-right:10px;
				margin-bottom:10px;
				margin-top:0.7em;
				}
			.report_detail .img_right{
				float:right;
				margin-left:10px;
				margin-bottom:10px;
				margin-top:0.7em;
				}
		
		.report_detail .pagenation{
			margin-top:60px;
			position:relative;
			text-align:center;
			font-size:12px;
			}
			.report_detail .pagenation .prev{
				position:absolute;
				left:10px;
				text-align:left;
				top:50%;
				margin-top:-0.7em;
				}
			.report_detail .pagenation .return{
				background-color:#AC171D;
				color:#FFF;
				letter-spacing:0.4em;
				font-weight:bold;
				padding:12px 28px 10px 16px;
				position:relative;
				display:inline-block;
				}
			.report_detail .pagenation .return:hover{
				opacity:0.6;
				transition:500ms;
				}
			.report_detail .pagenation .return::after{
				content:url(/gr/aldp/common/img/arrow_white.png);
				position:absolute;
				right:10px;
				top:50%;
				margin-top:-4px;
				line-height: 0;
				}
			.report_detail .pagenation .next{
				position:absolute;
				right:10px;
				text-align:left;
				top:50%;
				margin-top:-0.7em;
				}
		
		.year_list{
			border-top:2px solid #ccc;
			margin-top:40px;
			padding-top:40px;
			}
			.year_list div{
				margin-left:-3.333333%;
				margin-top:-5px;
				}
				.year_list div a{
					padding:10px 10px 8px;
					border:2px solid #ccc;
					box-sizing:border-box;
					float:left;
					margin-left:3.333333%;
					width:30%;
					display:block;
					text-align:center;
					margin-top:10px;
					}
		/* 詳細ページ end */
}



/* ieハック 
@media screen\0 {
	h2 span::before{
		top:-40px\9;
		top:-40px;
		}
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	h2 span::before{
		top:-40px\9;
		top:-40px;
		}
}
_:-ms-input-placeholder, :root h2 span::before {
		top:-40px\9;
		top:-40px;
}
*/
