/* CSS Document */

/*component*/
#main .p-feature_index_contents h1{
	margin: 0 auto;
	text-align: center;
}
#main .p-feature_index_contents h2{
	margin-bottom: 0.75rem;
}


/*project*/
.p-feature_index_contents{}

/*.sp*/
.sp #main .p-feature_index_contents h2 img{
	min-width: inherit !important;
	max-width: 80% !important;
}
.sp #main .p-dam_column h2 img{
	min-width: inherit !important;
}
.sp .p-history_photos .c-caption{
	padding: 0.25rem 0.625rem 0.5rem;
}
/*.sp #main .col.u-spNarrow {
    width: 75% !important;
}*/

/*chapter01-06*/

.p-feature_contents h1{
	text-align: center;
}

.p-history_photos{
	
}
.p-history_photos .c-caption{
	padding: 0.375rem 0.9375rem 0.5rem;
	background-color: #efefef;
}

.p-history_photos .col{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.p-history_photos .col .c-caption{
	flex: 1 0 auto;
}


/*p-dam_column*/
.p-dam_column{
	background: #4d86c4 url("../03/images/bg_column_sky.jpg") no-repeat left top;
	color: #fff;
	margin-bottom: 2.5rem;
}
.p-dam_column h2{
	text-align: center;
}
.p-dam_column__text{
	padding: 0 3rem 4rem;
}
.sp .p-dam_column__text{
	padding: 0 1.25rem 2rem;
}
.dam_column__writer{
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: #98b9dd 1px solid;
	font-size: 0.875rem;
	line-height: 1.6;
}
.dam_column__writer .name{
	font-size: 1.125rem;
	letter-spacing: 0.03em;
}



