@charset "utf-8";

/*********************************************************************
*
* 更新日: 2025/10/7
*
*********************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

body.modal-open {
  overflow: hidden;
  height: 100%;
}

/* 1160px幅
-----------------------------------------------------*/
#body div.content{
	width: 1160px;
	margin: 0 auto;
}

#body div.content .title{
	text-align: center;
	margin: 20px auto 30px;
}
#body div.content .title img{
	width: 330px;
	height: auto;
}

#body div.content h1.ctg{
	position: relative;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 2px;
}
#body div.content h1.ctg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: solid 2px #cc0000;
	/* width: 26px; */
	width: 36px;
	margin: 0 auto;
}

/*タブ切替
-----------------------------------------------------*/
/*tab*/
#tab_index{
	background-color: #D9DCE0;
}
#tab_index ul{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	min-width: 1160px;
}
#tab_index li{
	flex: 0 auto;
	width: 460px;
	position: relative;
	line-height: 1;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1.2rem 0 1.3rem;
	background-color: #EDEEF0;
	border-top: solid 3px #EDEEF0;
}
#tab_index li a{
	width: 460px;
	display: block;
	text-decoration: none;
	color: #212121;
}
#tab_index li a span{
	font-size: 13.5px;
	font-size: 0.84375rem;
}
#tab_index li:hover{
	background-color: #C9CED4;
	border-top: solid 3px #C9CED4;
}
#tab_index li.current{
	background-color: #fff;
	border-top: solid 3px #2c4066;
}
#tab_index li:nth-of-type(1){
	box-shadow: -4px 0 4px -4px rgba(0,0,0,0.12);
}
#tab_index li:nth-of-type(2){
	box-shadow: 4px 0 4px -4px rgba(0,0,0,0.22);
}


/* link_anchor
---------------------------------------------------------- */
.link_anchor {
	margin-top: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.12);
}
.link_anchor ul {
	display: flex;
	flex-wrap: wrap;
}
.link_anchor ul li{
	background: none;
	padding: 0;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 2px;
}
.link_anchor ul li:nth-child(5n){
	margin-right: 0;
}
.link_anchor ul li a{
	display: block;
	line-height: 1;
	background: url("/tech/civil_engineering/common/images/icon_arrow.svg") 1em 0.9em/13px 13px no-repeat;
	padding: 0.8em 0 0.8em 2.5em;
	text-align: left;
	/* width: 155px; */
	border-radius: 5px;
}
.link_anchor ul li.current a,
.link_anchor ul li a:hover{
	background: url("/tech/civil_engineering/common/images/icon_arrow.svg")#ededed 1em 0.9em/13px 13px no-repeat;
	text-decoration: none;
}
.link_anchor ul li.new a:after {
	content: "NEW";
	position: relative;
	display: inline-block;
	line-height: 1;
	margin-left: 6px;
	padding: 3px 4px 2px 5px;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
	border-radius: 3px;
	top: -2px;
}

/*  thumbnailes
---------------------------------------------------------- */

/*.thumbnailes li {
	width: 206px;
	margin-bottom: 20px;
	cursor: pointer;
}
.thumbnailes li.sg_lbox {
	float: left;
	position: relative;
	z-index: 0;
}*/
.thumbnailes:after{
	display: none;
}

.thumbnailes{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.thumbnailes li {
	flex: 0 0 auto;
	width:206px;
	cursor:pointer;
}
.thumbnailes li.break {
	width: 0px;
}

.thumbnailes li.sg_lbox {
	margin-bottom:20px;
	margin-right: 30px;
	position:relative;
	z-index:0;
}
.thumbnailes .sg_lbox:nth-of-type(5n) {
	margin-right: 0px;
}

.thumbnailes li.sg_lbox .img{
	opacity: 1;
	transition: opacity 0.3s;
}
.thumbnailes li.sg_lbox:hover .img{
	opacity: 0.7;
}

.thumbnailes li.sg_lbox.new:after {
	content: "NEW";
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	line-height: 1;
	padding: 3px 5px 3px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
	border-radius: 0 0 0 3px;
}

.thumbnailes li .img{
	width: 206px;
	height: 137px;
}
.thumbnailes li .img img{
	width: 206px;
	height: auto;
}
.thumbnailes li .cap{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 10px 0;
	color: #444;
}

.thumbnailes li .cap .pj_name{
	font-size: 15px;
	font-size: 0.9375rem;
	/* margin-bottom: 6px; */
	color: #000;
}
.thumbnailes li:hover .cap .pj_name{
	text-decoration: underline;
	color: #fc0010;
}
.thumbnailes li:hover .icon_prize img{
	opacity: 1 !important;
}

.thumbnailes li .cap .pj_name.icon:after{
    content: "再開発";
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -1px;
	left: 5px;
    text-align: center;
    /* padding: 3px 5px 0; */
	padding: 2px 5px 1px;
    font-size: 13px;
	font-size: 0.8125rem;
    font-weight: bold;
    color: #0066cc;
	border: solid 1px #0066cc;
    border-radius: 2px;
}
.thumbnailes li .cap .pj_name.icon.redev:after{
    content: "再開発";
}
.thumbnailes li .cap .pj_name.icon.repair:after{
    content: "改修";
}
.thumbnailes li .cap .pj_name.icon.recon:after{
    content: "改築";
}
.thumbnailes li .cap .pj_name.icon.redevbiz:after{
    content: "再整備事業";
}
.thumbnailes li .cap .pj_name.icon.restor:after{
    content: "震災復旧";
}
.thumbnailes li .cap .pj_name.icon.renewal:after{
    content: "リニューアル";
}
.thumbnailes li .cap .pj_name.icon.recovery:after{
    content: "災害復旧";
}
.thumbnailes li .cap .pj_name.icon.replace:after{
    content: "リプレース";
}

/*prize_icon*/
.thumbnailes li.sg_lbox.prize::before{
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 28px;
	right: -5px;
	top: 122px;
	background: url("../images/icon_prize.png") no-repeat 50% 50%;
	background-size: 100% auto;
	z-index: 2;
}

/*__rel_link____________*/
.rel_link{
	margin: 20px 0 0;
}

/* rel_info */
#ref_area{
	clear: both;
	margin: 20px 0 40px;
/*	padding-top:30px;
	background:url(/common/image/bg_dot_line.gif) repeat-x left top;*/
	/* font-size:107.7%; */
	/* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.rel_info{
	display: flex;
	/* width: 1160px;
	margin: 0 auto; */
	box-sizing: border-box;
    padding: 15px 25px 10px;
    /* border: #A8B6C8 2px solid; */
    margin-bottom: 20px;
    /* background-color: #f4f4f4; */
	background-color: #eee;
}

div#main .rel_info h3{
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1.5;
	width: 100px;
}

.rel_info a{
	text-decoration:none;
}
.rel_info a:hover{
	text-decoration:underline;
}
.rel_info ul.link {
	/* float: right; */
	padding-top: 0.15em;
}

.rel_info ul.link > li {
	/* margin-bottom: 3px !important;
	padding: 0 0 0 10px;
	background: url(/common/image/arrow_red.gif) no-repeat 0 0.5em;
	color: #808485;
	line-height: 1.5 !important; */
	position: relative;
	background: none;
}
.rel_info ul.link > li:before {
	position: absolute;
	content: url(/tech/civil_engineering/common/images/icon_arrow_s.svg);
	display: inline-block;
	top: -3px;
	left: 0;
	width: 7px;
	height: 7px;
}

/**/

u{
	background:url(/tech/civil_engineering/projects/common/images/bg_u_line_red.gif) repeat-x left bottom;
	text-decoration: none;
	padding-bottom: 0;
}

.break span{
	display:none;
}

.break{
	page-break-before:always !important;
	clear:both;
	margin:0 !important;
	padding:0 !important;
}

@media print{
	
	html body{
		overflow-y:visible !important;
		overflow-x:visible !important;
	}
	html{
		overflow-y:scroll !important;
	}
	
	div#header ul#gnav,
	div#header div.utility,
	#gnav,
	.link_anchor,
	div.bottom{
		display:none !important;
	}
	.break{
		page-break-before:always !important;
		float:none !important;
	}
	
	.thumbnailes li:nth-of-type(20n+21){
		page-break-before:always !important;
	}
	
}