  @charset "utf-8";
/* ==================================================== */
/*  JIA日本建築大賞?優秀作品選 共通
/* ==================================================== */
.kenchikusen.award-common__contents .contents__title h1 .sub_h{
	color: #000;
	font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
	.kenchikusen-detail.award-common__contents .contents__title h1 .sub_h,
	.kenchikusen.award-common__contents .contents__title h1 .sub_h{
		font-size: 2.1rem!important;
	}
}

/* ==================================================== */
/*  JIA日本建築大賞?優秀作品選 一覧
/* ==================================================== */
.kenchikusen-top.award-common__contents .contents__title {
	margin-bottom: 5em;
}
.kenchikusen-top.award-common__contents .contents__title h1{
	margin-bottom: 0;
}
.kenchikusen-top .contents__list{
	margin-bottom: 2em;
}
.kenchikusen-top .contents__list .flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
.kenchikusen-top .contents__list .flex:after{
	content: "";
	display: block;
	width: 31%;
}
.kenchikusen-top .contents__list .article-award__list{
	width: 31%;
	margin-bottom: 6em;
}
.kenchikusen-top .contents__list .article-award__list figure {
	width: 100%;
	margin-bottom: 1em;
}
.kenchikusen-top .contents__list .article-award__list p {
	position: relative;
	padding: .4em 1em .4em 1.5em;
	border: solid 1px #0070BF;
	font-size: 1.8rem;
}
.kenchikusen-top .contents__list .article-award__list p:after {
    content: "";
    position: absolute;
    top: 37%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #1870BE;
    border-right: solid 1px #1870BE;
    transform: rotate(45deg);
}


@media screen and (max-width:1024px) {
	.kenchikusen-top .contents__list .article-award__list{
		width: 32%;
		margin-bottom: 3em;
	}
	.kenchikusen-top .contents__list .article-award__list p{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.kenchikusen-top.award-common__contents .contents__title {
		margin-bottom: 3em;
	}
	.kenchikusen-top .contents__list .flex{
		display: block;
	}
	.kenchikusen-top .contents__list .article-award__list{
		width: 100%;
		margin-bottom: 2em;
	}
	.kenchikusen-top .contents__list .article-award__list figure{
		margin-bottom: .5em;
	}
	.kenchikusen-top .contents__list .article-award__list p{
		font-size: 1.5rem;
	}
}

/* ==================================================== */
/*  JIA日本建築大賞?優秀作品選 年度一覧
/* ==================================================== */
.kenchikusen-list .contents__list {
    margin-bottom: 13em;
}
.kenchikusen-list .contents__list .r_text_box {
	margin-bottom: 5.5em;
}
@media screen and (max-width: 767px) {
	.kenchikusen-list .contents__list {
	    margin-bottom: 7em;
	}
	.kenchikusen-list .contents__list .r_text_box {
		margin-bottom: 3em;
	}
}

/* ==================================================== */
/*  JIA日本建築大賞?優秀作品選 作品詳細
/* ==================================================== */

/*contents__title*/
.kenchikusen-detail .contents__title .flex{
	align-items: flex-start;
}
.kenchikusen-detail .contents__title .flex > span{
	padding-top: 1em;
}
.kenchikusen-detail.award-common__contents .contents__title h1 .sub_h{
	font-size: 2.2rem;
    color: #A3A3A3;
}
.kenchikusen-detail.award-common__contents .note-text{
    margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
	.kenchikusen-detail.award-common__contents .note-text{
		margin-bottom: 4em;
	}
	.kenchikusen-detail .contents__title .flex > span{
		padding-top: 0;
	}
}


/*detail-outline-section*/
.kenchikusen-detail.award-common__contents .detail-outline-section {
	margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
	.kenchikusen-detail.award-common__contents .detail-outline-section {
		margin-bottom: 13vw;
	}
}

/*detail-gallery-section*/
.kenchikusen-detail.award-common__contents .detail-gallery-section {
    margin-bottom: 8em;
}
@media screen and (max-width: 767px) {
	.kenchikusen-detail.award-common__contents .detail-gallery-section {
	    margin-bottom: 5em;
	}
}

/*detail-architect-section*/
.detail-architect-section{
	margin-bottom: 7em;
}
.detail-architect-section .bg{
	padding: 0 3.5%;
	background-color: #F4F4F4;
}
.detail-architect-section h2{
	display: inline-block;
	margin-top: -40px;
	font-size: 4.4rem;
}
.detail-architect-section .architect-box__wrapper {
	flex-wrap: wrap;
	padding: 2.5em 0 3em;
}
.detail-architect-section .architect-box__wrapper .architect-box{
	display: flex;
	width: 50%;
}
.detail-architect-section .architect-box__wrapper .architect-box figure{
	width: 150px;
	margin: 0 5% 1em 0;
}
.detail-architect-section .architect-box__wrapper .architect-box p{
	width: 65%;
	margin-top: 5px;
	padding-right: 3%;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.detail-architect-section h2{
		font-size: 3.5rem;
	}
	.detail-architect-section .architect-box__wrapper{
		display: block;
		padding: 1.5em 0 2em;
	}
	.detail-architect-section .architect-box__wrapper .architect-box{
		width: 100%;
	}
	.detail-architect-section .architect-box__wrapper .architect-box figure{
	    width: 100px;
	    margin-right: 3%;
	}
	.detail-architect-section .architect-box__wrapper .architect-box p{
		font-size: 1.4rem;
	}
}
