@charset "utf-8";
/* CSS Document */

a.notlink[target="_blank"],
.twocol_list li a[target="_blank"],
#flow a[target="_blank"],
#draft a[target="_blank"],
#proposal a[target="_blank"],
.trcolumn-list a[target="_blank"],
ul.twcolumn-list.bordnon li figure a,
.award-list dd figure a{
    padding: 0;
	background: none;
}
.thrcol_list li figure a[target="_blank"]{background: none;}
img.border{border: 1px #ccc solid;}
/* ヘッダーメニュー ---------------------------------------------- */
.hrd-menu{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 30px auto 0;
}
/*.hrd-menu a{
	width: fit-content;
	display: flex;

}*/
.hrd-menu ul{
	width: 85%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.hrd-menu li a{
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-decoration: none;
}
/* スクロールメニュー ---------------------------------------------- */
.hide{
	transform: translateY(-100%);
}
#scrollArea {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: .5s;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}
#scrollArea ul li{
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
}
#scrollArea ul li a:hover{opacity: 1;}
#scrollArea ul li a:hover::after{
	transform: scale(1, 1); 
}
#scrollArea ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #00307c;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: center top; 
	transition: transform 0.3s;   
}
/* 基本 ---------------------------------------------- */
p{
	margin: 5px auto 15px;
    font-size: 1.2rem;
    line-height: 1.6;
}
small{
	font-size: 1.1rem;
}
a{
	font-size: 1.2rem;
}
a:hover{
	opacity: 0.6;
	text-decoration: none;
}
a[target="_blank"]{
    padding-right: 15px;
	margin-right: 3px;
	background: url(../img/basic/icon_ex.png)no-repeat top 2px right 0/12px;
}
a.pdf {
    padding-right: 20px;
    background: url(../img/basic/icon_pdf.png)no-repeat top 0px right 3px/15px;
}
sup{vertical-align: top;}
.mtFifty{
	margin-top: 50px;
}
.red{color: #ff4b00;}
.bold,.wbold{font-weight:  bold;}
.wbold{color: #fff;}
span.red,span.bold{font-size: 1.2rem;}
.center{
	text-align: center;
}
.author{
	display: block;
	text-align: right;
    font-size: 1.2rem;
}
.txt-wrap{
	margin: 15px 0;
	padding: 10px;
	width: fit-content;
	border: 1px solid #ccc;
}
figure{
	text-align: center;
}
figcaption{
	font-size: 1.2rem;
	line-height: 1.5;
}
figure.center figcaption{
	margin: 10px 0;
}
.mv{
	width: 650px;
    margin: 0 auto;
}
.mv video{
	height: auto;
    width: 100%;
}
/* 大成建設設計本部作品展 ---------------------------------------------- */
section{
    padding: 66px 0 0;
}
.bg-wrap{
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	padding: 30px 0;
}
.bg-wrap h1 img{
	width: 100%;
	width: -webkit-fill-available;
}
.bg-wrap h2{
	margin: 20px 0;
    height: 38px;
    padding-left: 15px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.1;
    color: #767676;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(#f3f3f3 0%, #ffffff 100%);
	background: linear-gradient(#f3f3f3 0%, #ffffff 100%);
}
.bg-wrap h3 {
    margin: 20px 0;
    padding: 10px 0;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.bg-wrap h4 {
	margin: 30px 0 10px;
    padding: 0 0 0 12px;
	border-left: 4px solid #ebebeb;
	font-size: 1.4rem;
}
.bg-wrap h5 {
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: 1.4rem;
}

sub-item{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
dl.sub-item dt,
dl.sub-item dd{
	font-size: 1.2rem;
	line-height: 2;
}
dl.sub-item dt{
	width: 20%;
}
dl.sub-item dd{
	width: 80%;
}



dl.type+p{
	margin: 15px 0 5px;
}
.type dt{
	margin: 15px 0 5px;
}
.type dt,
.type dd{
    font-size: 1.2rem;
	line-height: 1.8;
}
dl.type dd figure{
	width: 800px;
	margin: 20px auto;
}
dl.type dd figure img{
	width: inherit;
}
dl.type .disc dd,
.disc li{
	font-size: 1.2rem;
	line-height: 2.2;
	list-style: disc;
    display: list-item;
    margin-left: 15px;
    padding-left: 5px;
}
dl.type .sub-item{
	    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
dl.type .sub-item dd:first-of-type {
    width: 20%;
}
dl.type .sub-item dd:nth-of-type(n+2) {
    width: 80%;
}
/* twocol_list -----------------*/
.twocol_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
}
.twocol_list li {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
    width: calc(100% /2);
}
.twocol_list li a{
	text-decoration: none;
}
.twocol_list li figure {
    width: 400px;
    margin: 15px auto 0;
}
.twocol_list li figure img {
    border: 1px solid #ccc;
}
.twocol_list figcaption {
    margin-top: 5px;
}
/*　応募案 ----------------------------------------------*/
.thrcol_list{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin: 30px auto;
}
.thrcol_list li {
    width: calc(100% / 3);
}
.thrcol_list li figure {
    margin: 0 auto;
}
.thrcol_list li figure img {
    border: 1px solid #ccc;
}.thrcol_list figcaption {
    margin: 5px auto 15px;
}
/**/
.thrcol_list li dt,
.thrcol_list li dd{
	width: 100%;
}
.thrcol_list li dt{
	margin: 30px auto;
	font-size: 1.4rem;
	text-align: center;
    font-weight: bold;
}
.thrcol_list dd figure img {
    border: 1px solid #ccc;
}
/*　デザイン賞2023審査の流れ ----------------------------------------------*/
.flow-wrap{
	display: inline-block;
	width: 500px;
	height: auto;
	margin: 20px auto;
	padding: 30px 0 20px;
	background:repeating-linear-gradient(135deg,#fff,#fff 1px,#ffd1f0 0,#ffd1f0 6px);
}
.flow-list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #793062;
	background: #fff;
}
.flow-wrap .flow-list:nth-of-type(n+2){
	margin-top: 20px;
}
.flow-wrap .flow-list:first-of-type::after,
.flow-wrap .flow-list:nth-of-type(2)::after{
	content: "↓";
    position: absolute;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
	color: #793062;
    bottom: -24px;
    left: 45%;
}
.flow-list p{
	width: 10%;
	font-size: 2.1rem;
	color: #793062;
}
.flow-list dl{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.flow-list dt{
	width: 65%;
	margin: 0;
}
.flow-list dd{
	width: 35%;
}
/*---------------------------------------------- デザイン賞2023審査の流れ*/

/*　投票結果 ----------------------------------------------*/
.result-list,.vote-result{
	width: 80%;
	margin: 0 auto;
}
.result-list td,
.vote-result td{
	width: 10%;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	border: 1px solid #ccc;
	background: #fff;
}
.result-list td:first-of-type{
	background: #DBDDEC;
}
.result-list td:last-of-type{
	width: auto;
	text-align: left;
}
.result-list .re-title td{
	background: #A2A9CE;
}
.vote-result td:first-of-type{
	background: #DBDDEC;
}
.vote-result td:last-of-type{
	width: auto;
	text-align: left;
}
/*----------------------------------------------　投票結果*/

/*　受賞作品 ----------------------------------------------*/
.award-list,.award-two,.focus-award{
	width: 850px;
	margin: 50px auto 70px;
}
.award-list dt,.award-two dt,.focus-award dt{
	padding: 5px;
	text-align: center;
	font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    background: #8FA3B1;
}
.award-list dd{
	text-align: center;
    margin-bottom: -4px;
	border: 1px solid #8FA3B1;
}
.award-list dd img{
	/*margin: 10px;
    margin-bottom: -4px;
    margin-top: 3px;
	border: 1px solid #ccc;*/
}
.award-list dd figcaption{
	font-size: 1.2rem;
    line-height: 2.2;
}
.award-list dd:nth-of-type(n+2){
	border-top: 0;
}

.award-list.comit dd {
	width: -webkit-fill-available;
}
.award-list.comit dd p{
	margin: 10px auto 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #8FA3B1;
}
.award-list.comit dd figure{
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.award-list.comit dd figcaption{
	width: 100%;
}
.award-list.comit dd figcaption,
.award-list.comit dd {
	text-align: center;
	background: #fff;
	color: #8FA3B1;
	font-weight: normal;
}
.award-list.comit dd:nth-of-type(n+2){
	border-top: 1px solid #8FA3B1;
}

.award-two,.focus-award{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #8FA3B1;
}
.award-two dt{
	width: 100%;
}
.award-two dd{
	width: calc(100% / 2);
	text-align: center;
}
.award-two dd figcaption{
	font-size: 1.2rem;
	line-height: 2.2;
}
.award-two dd figure{
	padding: 10px;
}
.award-two dd figure img{
	border: 1px solid #ccc;
}
.focus-award{border: 0;}
.focus-award div{
	width: calc(100% / 2 - 2px);
	border: 1px solid #ccc;
}
.focus-award dt{
	border-bottom: 1px solid #ccc;
}
.focus-award dd{
}
.focus-award .none dt{
	height: 25px;
}
.focus-award figure{
	text-align: center;
    padding: 10px;
}
.focus-award figcaption{
	font-size: 1.2rem;
	line-height: 2.2;
}
.focus-award div:last-of-type{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.focus-award div:last-of-type dt{
	width: 100%;
}
.focus-award div:last-of-type dd{
	width: calc(100% / 3 - 2px);
}
/*----------------------------------------------　受賞作品 */
/* デザイン賞 記念楯 ---------------------------------------------- */
.trcolumn-list,.twcolumn-list,.onecolumn-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	margin: 15px auto 5px;
}
ul.trcolumn-list.bordnon li figure img.border,
ul.twcolumn-list.bordnon li figure img.border{
	padding: 0px!important;
}
.trcolumn-list.bordnon li,
.twcolumn-list.bordnon li{
	border: 0!important;
}
/*onecolumn-list*/
.onecolumn-list li{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #8FA3B1;
}
.onecolumn-list li figure{
	text-align: center;
	margin-bottom: -4px;
}
/*twcolumn-list*/
.twcolumn-list .li_twcolumn p{
	text-align: center;
}
.twcolumn-list li{
	width: calc(100% / 2);
	border: 1px solid #8FA3B1;
	margin: 0 0 30px;
}
dl.type dd .twcolumn-list li figure{
	width: 100%;
	margin: 0 0 -4px;
}
ul.twcolumn-list.bordnon li figure img{
	width: 350px;
}
/*.twcolumn-list li figure img{padding: 15px 10px 10px;}*/
/*trcolumn-list*/
.trcolumn-list li.is-empty{border: 0;}
.trcolumn-list li{
	width: calc(100% / 3 - 12px);
	border: 1px solid #8FA3B1;
	margin: 0 0 30px;
}
.trcolumn-list li.w100{
	width: inherit;
}
.trcolumn-list li.w100 figure{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.trcolumn-list li.w100 figure img{
	width: 450px;
}
.trcolumn-list li.w100 figcaption{
	width: 100%;
}

dl.type dd .trcolumn-list li figure{
	width: 100%;
	margin: 0 0 -4px;
}
#reconfigure .trcolumn-list li figure:first-of-type img{
	width: inherit;
    border-top: 1px solid #8FA3B1;
    border-bottom: 1px solid #8FA3B1;
}
.trcolumn-list figure img{
	width: -webkit-fill-available;
	padding: 10px 4px 10px;
}

.trcolumn-list li figure + figure figcaption,
.trcolumn-list li figure figcaption.white,
.twcolumn-list li figcaption.white{
	background: #fff;
    color: #333;
}
.trcolumn-list li figcaption,
.twcolumn-list li figcaption,
.onecolumn-list li figcaption{
	padding: 5px;
	line-height: 1.8;
	color:#fff;
	background: #8FA3B1;
}
#committee1 .trcolumn-list li.w100 h5{
	margin: 0 auto;
	text-align: center;
	padding: 5px;
    line-height: 1.8;
    color: #fff;
    background: #8FA3B1;
}
/*secol-list*/
.secol_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 15px auto 5px;
}
.secol_list li{
	width: calc(100% / 2 - 2px);
	margin: 0 0 15px;
}
.secol_list li img{border: 1px solid #8FA3B1;}


/* 投票ポスター ---------------------------------------------- */
.proposal-list{
	display: flex;
    flex-wrap: wrap;
	width: 90%;
    margin: 50px auto 70px;
}
.proposal-list div{
	width: calc(100% / 2 - 3px);
    border: 1px solid #ccc;
}
.proposal-list dt{
	padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    background: #8FA3B1;
	border-bottom: 1px solid #ccc;
}
.proposal-list dd a{
	background: none;
}
.proposal-list dd{
	padding: 20px 0px;
}
.proposal-list dd img{
	width: 50%;
}



/* 企画 ---------------------------------------------- */
#theme h5{
	margin: 20px 0 10px;
    font-weight: bold;
    font-size: 1.4rem;
}
.content_list{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	border: 1px solid #ccc;
}
.content_list dt,
.content_list dd{
	box-sizing: border-box;
	padding: 10px;
}
.content_list dt{
	width: 30%;
	display: flex;
    justify-content: center;
	border-right: 1px solid #ccc;
}
.content_list dt img{
	width: 100%;
}
.content_list dt  a[target="_blank"]{
	background: transparent;
	padding: 0;
}
.content_list dt:nth-child(n+2),
.content_list dd:nth-child(n+2){
	border-top: 1px solid #ccc;
}
.content_list dd:first-of-type{
	border: 0;
}
.content_list dd{
	width: 70%;
}
.content_list dd p{
	font-size: 1.2rem;
}
.content_list dd a{
	font-size: 1.2rem;
	text-decoration: none;
	color: #767676;
}
.content_list dd a[target="_blank"]{
	padding-right: 20px;
	line-height: 1.6;
    font-size: 1.5rem;
	color: #00307c;
    background: url("../img/basic/icon_ex_hov.png")no-repeat top 2px right 0/15px;
}
.content_list dd a:hover{
	text-decoration: underline;
}

.content_list dd .teams{
	width: 130px;
    height: 30px;
	margin: -5px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 4px;
	background: #4b53bc;
}
.content_list dd .teams a[target="_blank"]{
	background: rgba(0,0,0,0.00);
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.content_list dd .teams,
.content_list dd .teams a{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	opacity: 1;
}
.content_list dd .teams:hover{
	background: #7b83eb; 
}