@charset "utf-8";

/*--------------------------------------
	report
--------------------------------------*/

section{
	width: 980px;
	margin: 0 auto;
}

.sortmenu .sort{
	text-align: center;
	margin-top: 75px;
}
.sortmenu .sort li{
	display: inline-block;
	padding:5px 35px;
}
.sortmenu .sort li a{
    color: #e8e8e8;
    text-decoration: none;
    font-size: 14px;
}
.sortmenu .sort li:first-child{
	padding: 5px 35px 0 0;
}
.sortmenu .sort li:last-child{
	padding:5px 0 0 70px;
	margin-left:35px;
	border-left:solid 1px #000;
}
.article{
	margin:0 auto;
}
.article .item_wrap{
	display: table;
	padding: 30px 0;
	line-height: 1.7;
	border-bottom: solid 1px #949494;
	width: 100%;
}
.article .item_wrap .nolink{
	position: relative;
}
.article .item_wrap a{
	display: block;
	position: relative;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.article .item_wrap > a,
.article .item_wrap .nolink{
	min-height: 100px;
}
.article .item_wrap a:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.article .item_left{
	vertical-align:top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.article .item_left img{
	width: 175px;
}
.article .item_right{
	font-size: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 0 190px;
}
.article .item_prj {
	margin: 0 0 0 190px;
}
.article .item_prj .prj {
	font-size: 14px;
	margin-top: 10px;
}
.txt_dec{
	color: #666666;
	margin-right:15px;
	line-height: 1.0;
}

.pdf{
	width: 18%;
	display: table-cell;
	vertical-align: middle;
	padding-left:35px;
	vertical-align: middle;
}
.pdf .pdf_dl a span{
	display: inline-block;
	border-bottom: 1px solid #1a1a1a;
	padding: 0 0 2px;
	font-size: 13px;
	line-height: 1;

}
.pdf .pdf_dl a span:before{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #000;
    margin: 0 10px 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    top: -2px;
}


@media screen and (max-width: 800px) {
	.page_title{
		margin: 40px 70px 35px;
	}
	section{
		width: 100%;
		padding: 0 20px;
	}
	.article{
		margin: 0 auto;
	}
	.article .item_wrap{
		display: block;
	}
	.article .item_wrap:last-child{
		margin:0 0 25px;
	}
	.article .item_left{
		padding: 3px 0px;
	}
	.article .item_left img{
		width: 150px;
	}
	.article .item_right{
		width: auto;
		margin: 0 0 0 165px;
		min-height: 88px;
	}
	.article .item_right .text{
		font-size: 12px;
	}
	.article .item_prj{
		width: 100%;
		margin: 20px 0 15px;
	}
	.article .prj_mt{
		width: 100%;
		left:0;
		bottom:-70px;
	}
	.article .item_prj .prj {
		font-size: 12px;
		margin-top: 0;
	}
	.sp_br{
		display: block;
	}
	.pdf{
		width: 100%;
		display: block;
		padding-left:0;
		margin-top:0;
		text-align: center;
	}
	.pdf_mt{
		margin-top: 80px;
	}
}
@media screen and (max-width: 350px) {

}
/* ----------------------------------------------------
	詳細モーダル
---------------------------------------------------- */
@media screen and (min-width: 800px) {
	.lightcase-contentInner iframe{
		width: 100%!important;
		height: 100%!important;
		max-width: 100%!important;
		max-height: 100%!important;
	}
}
#popup-contents-inner{
	font-family: 'Noto Sans Japanese',sans-serif;
}

#popup-contents-inner h1{
	font-weight: 100;
	font-size: 32px;
	text-align: left;
	margin: 30px 0 30px;
	padding: 60px 0 0;
	line-height: 1.5;
}
#popup-contents-inner h1 span{
	color: #1a1a1a;
	margin: 0;
}
#popup-contents-inner h1 span.br{
	display: block;
}
#popup-contents-inner .img{

}
#popup-contents-inner .img .caption{
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	text-align: left;
}
#popup-contents-inner .dt_prj{
	display: block;
	font-size: 16px;
	margin: 3px 0 30px;
	line-height: 1.0;
}
#popup-contents .data{
	color: #000;
	text-align: left;
	max-width: 980px;
	margin: 40px auto 30px;
	background: #fff;
	padding: 30px 50px 15px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.data h2{
	font-size: 16px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.5;
}
.data .lead{
	line-height: 1.8;
	margin: 0 0 30px;
	overflow: hidden;
	border-bottom:solid 1px #d8d8d8;
}
.data .lead .txt{
	width: 630px;
	font-size: 15px;
	padding-bottom: 20px;
}
.data .lead .txt li{
	margin-left: 2em;
	font-size: 18px;
	list-style-type: decimal;
}
.data .lead .txt.nobt{
	width: auto;
	float: none;
}


.data .info{
	font-size: 12px;
}
.data .info > dl{
	overflow: hidden;
}
.data01{
	width: 540px;
	float: left;
}
.data01 p{
	font-size: 13px;
	line-height: 1.8;
}
.data02{
	width: 300px;
	float: right;
}

.btn_link li {
	width: 140px;
	height: 52px;
	float: left;
	margin-bottom: 15px;
	position:relative;
	border: solid 1px #d8d8d8;
}
.btn_link li:nth-child(odd){
	margin-right:20px;
}
.btn_link li .img{
	display: inline-block;
	width:50px !important;
}
.btn_link li .name{
	display: inline-block;
	font-size: 12px;
	padding:15px 15px 19px 10px;
	color: #1a1a1a;
}

.btn_link li .img a span{
	display: inline-block;
	padding: 0 0 0 27px;
}
.btn_link li a span:after{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #000;
    margin: 0 0 0 10px;
    position: absolute;
    top: 22px;
    right:5px;
}
.btn_link .off .name{
	color: #d8d8d8;
}
.btn_link .off img{
	opacity: 0.4;
	filter:alpha(opacity=40);
}
.data03{
	width: 980px;
	margin: 45px 0 50px;
}
.data03 dt{
	color: #000;
	width: 230px;
	float: left;
	margin: 0 110px 0 50px;
	font-size: 16px;
	font-weight: bold;
}
.data03 dd{
	width: 575px;
	float: left;
	margin: 0 0 15px;
	line-height: 2.0;
	font-size: 14px;
}

.data .info a{
	display: block;
	color: #fff;
	text-decoration: underline;
}
.btn_area{
	margin-bottom:50px;
	text-align: center;
}
.btn_report{
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background-color: rgb(47, 47, 47);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(116, 116, 116, 1);
	        box-shadow: 0px 3px 0px 0px rgba(116, 116, 116, 1);
	width: 220px;
	height: 40px;
	display: inline-block;
}
.btn_report a{
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: block;
}
.btn_report a span.detail{
	display: inline-block;
	background: url(../img/report/icn_detail.png) no-repeat left center;
	background-size: 18px 20px;
	padding: 0 0 0 27px;
}
.btn_report a span.pdf02{
	display: inline-block;
	width:auto !important;
	background: url(../img/report/icn_pdf.png) no-repeat left center;
	background-size: 18px 20px;
	padding: 0 0 0 27px;
}
.btn_report a span.web{
	display: inline-block;
	background: url(../img/report/icn_website.png) no-repeat left center;
	background-size: 15px 15px;
	padding: 0 0 0 27px;
}
.noto{
	font-family: 'Noto Sans Japanese',sans-serif;
}

/*CONTACTエリア*/
.btm_area{
	clear: both;
	background: #fff;
	padding: 50px 0;
}
.btm_area .inner{
	border: 1px solid #949494;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
}
.btm_area .inner dl{
	overflow: hidden;
}
.btm_area .inner dd{
	text-align: left;
	float: right;
	width: 625px;
}
.btm_area .inner .tit{
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 700;
}
.btm_area .inner .txt{
	font-size: 13px;
	margin: 0 0 30px;
}
.mr_pc{
	margin: 0 40px 0 0;
}
.contact_btn a{
	width: 420px;
	margin: 0 0 3px;
	color: #fff;
	display: block;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background-color: #2f2f2f;
	-webkit-box-shadow: 0 3px #747474;
	        box-shadow: 0 3px #747474;
	text-decoration: none;
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}
.contact_btn a span{
	display: inline-block;
	background: url(../img/icn_contact.png) no-repeat center left;
	background-size: 21px 18px;
	padding: 0 0 0 30px;
}
.pagetop{}
.pagetop a{
	padding: 50px;
	text-indent: -9999px;
	position: relative;
}
.pagetop a:after{
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	height: 20px;
	width: 20px;
	position: absolute;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	left: 50%;
	top: 50%;
}
@media screen and (max-width: 800px) {
	#popup-wrapper {
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-overflow-scrolling: touch;
		z-index: 10000;
	}
	.overlay{
		width: 100%;
		height: 100%;
		background-color: #d8d8d8;
		position: fixed;
		top: 0;
		left: 0;
	}
	#popup-contents-inner h1{
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 1.7;
	}
	#popup-contents-inner h1 span.sp_br,
	#popup-contents-inner h1 span.br{
		display: block;
		font-size: 16px;
		margin: 0;
	}
	#popup-contents-inner .lead{
		text-align: left;
		display: block;
		line-height: 2;
	}
	#popup-contents-inner .lead span{
		line-height: 1.7;
	}
	#popup-contents-inner .lead .txt_dec{
		display: block;
		color: #858585;
		font-size: 12px;
		margin: 0 0 3px;
	}
	.data .lead .txt li{

		margin: 0 0 15px 2em;
		font-size: 14px;
	}
	.data .lead .txt li:last-child{
		margin: 0 0 0 2em;
	}
	#popup-contents-inner .lead .dt_prj{
		font-size: 12px;
	}

	#popup-contents img{
		max-width: 980px;
	}
	#popup-contents .logo{
		margin: auto;
		width: 20px;
	}
	#popup-contents-inner > .img{
		margin: 0 0 20px;
	}
	#popup-contents .data{
		margin: 0 auto 20px;
	}
	#popup-contents .data .txt{
		text-align: left;
		max-width: 980px;
		margin: 0 auto ;
		color: #1a1a1a;
	}
	#popup-contents .data{
		padding: 20px;
	}
	.data h2{
		font-size: 14px;
		line-height: 1.4;
	}
	.data .lead{
		margin: 0;
	}
	.data .lead .txt{
		float: none;
		font-size: 12px;
		line-height: 1.4;
		width: auto;
	}
	.data .lead .btn_report{
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.data .info{
		margin: 20px 0 0;
	}
	.data .info > dl > dt{
		float: none;
		margin: 0 0 5px;
	}
	.data01{
		float: none;
		width: auto;
	}
	.data01 p {
	font-size: 13px;
	line-height: 2;
	}
	.data02{
		float: none;
		width: auto;
		margin:20px 10px 0;
	}
	.btn_link{
		width: 260px;
		margin: 0 auto;
	}
	.btn_link li {
		width: 120px;
		height: 44px;
	}
	.btn_link li .img{
		width:40px !important;
	}
	.btn_link li .name{
		font-size: 11px;
		padding:12px 8px 10px 4px;
	}
	.btn_link li a span:after{
    	top: 19px;
	}
	.data03{
		width: 100%;
	}
	.data03 dt{
		color: #000;
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	.data03 dd{
		width: 100%;
		float: none;
		margin: 0 0 15px;
		line-height: 1.7;
		text-align: left;
	}
	#popup-contents-inner .img{
		width:100%;
		float: none;
		margin: 0 0 20px;
	}
	.btn_area{
		margin: 40px 0 0;
	}
	.btn_report{
		width: 100%;
		margin-bottom:20px;
	}
	/*CONTACTエリア*/
	.btm_area{
		clear: both;
		background: #fff;
		padding: 20px;
	}
	.btm_area .inner{
		border: 1px solid #949494;
		width: auto;
		margin: 0 auto;
		padding: 20px;
	}
	.btm_area .inner dl{
		overflow: hidden;
	}
	.btm_area .inner dt{
		font-size: 18px;
		font-weight: 500;
		float: none;
		width: auto;
		text-align: left;
		margin: 0 0 10px
	}
	.btm_area .inner dd{
		text-align: left;
		float: none;
		width: auto;
	}
	.btm_area .inner .tit{
		font-size: 14px;
		margin: 0 0 10px;
		font-weight: 700;
	}
	.btm_area .inner .txt{
		font-size: 12px;
		margin: 0 0 20px;
	}
	.mr_pc{
		margin: 0 0 20px;
	}
	.contact_btn{
		margin: 0;
		padding: 10px 0 0;
	}
	.contact_btn a{
		width: auto;
		margin: 0 auto 3px;
		color: #fff;
		display: block;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
		background-color: #2f2f2f;
		-webkit-box-shadow: 0 3px #747474;
		        box-shadow: 0 3px #747474;
		text-decoration: none;
		padding: 10px 0;
		font-size: 14px;
	}
	.contact_btn a span{
		display: inline-block;
		background: url(../img/icn_contact.png) no-repeat center left;
		background-size: 19px 16px;
		padding: 1px 0 0 25px;
	}
	.pagetop{}
	.pagetop a{
		padding: 20px;
		text-indent: -9999px;
		position: relative;
	}
	.pagetop a:after{
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		height: 20px;
		width: 20px;
		position: absolute;
		content: "";
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		    transform: rotate(-45deg);
		left: 47%;
		top: 50%;
	}
}

@media screen and (max-width: 350px) {
	#popup-contents-inner .dt_prj{
		margin: 0 0 20px;
	}
	#popup-contents-inner .lead .txt_dec{
		margin:0;
	}
	.btn_link{
		width: 206px;
		margin: 0 auto;
	}
	.btn_link li {
		width: 100px;
		height: 40px;
	}
	.btn_link li:nth-child(odd){
		margin-right: 6px;
	}
	.btn_link li .img{
		width:28px !important;
	}
	.btn_link li .name{
		font-size: 10px;
		padding:12px 0px 10px 0px;
	}
	.btn_link li a span:after{
    	top: 17px;
	}
}


