  /* CSS Document */

.p-projects_main{
	
}
.p-projects_main::before{
	content: "";
	display: block;
	height: 1px;
}

/*.p-projects_main__article*/
.p-projects_main__article{
	background-color: #10642E;
	margin-top: -1.8125rem;
	color: #fff;
}

.p-projects_main__article .p-article_subtitle{
	color: #fff;
}

.p-projects_main__article a,
.p-projects_main__article .c-caption{
	color: #fff;
}
.p-projects_main__article a.c-blank::after {
    background-image: url("/common/image/icon_blank_w.png");
}

/*project_overview*/
.p-project_overview{
	display: flex;
	justify-content: flex-start;
}
h3.p-project_overview__heading{
	flex: 0 0 auto;
	width: 18%;
	margin-bottom: 0.875rem;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	color: #10642E;
}
.p-project_overview__data{
	flex: 0 0 auto;
	width: 64%;
}
.p-project_overview__data li{
	padding: 0 0.5rem 0.25rem 8rem;
	margin-bottom: 0.25rem;
	position: relative;
	border-bottom: #9CD1B5 1px solid;
}
.p-project_overview__data li .p-project_overview__label{
	position: absolute;
	top: 0px; left: 0px;
	margin-right: 1.5rem;
	width: auto;
}

@media screen and ( max-width:959px) {
	.p-project_overview{
		display: block;
	}
	h3.p-project_overview__heading{
		width: 100%;
		font-size: 1.25rem;
	}
	.p-project_overview__data{
		width: 100%;
		font-size: 0.875rem;
	}
	.p-project_overview__data li{
		padding-left: 6rem;
	}
}

/*p-step_col*/
.p-step_col .p-step_col__img{
	position: relative;
}
.p-step_col .p-step_col__img::after{
	content: "";
	display: block;
	border-style: solid;
	border-color: transparent transparent transparent #10642E;
	border-width: 12px 0px 12px 18px;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	margin-top: -12px;
}

.p-step_col.col2 .col:nth-of-type(2n) .p-step_col__img::after{
	display: none;
}
.p-step_col.col3 .col:nth-of-type(3n) .p-step_col__img::after{
	display: none;
}
.p-step_col.col4 .col:nth-of-type(4n) .p-step_col__img::after{
	display: none;
}


@media screen and (max-width: 959px) {
	.p-step_col .p-step_col__img::after{
		display: none;
	}
}

/*btm_goback*/
.p-btm_goback{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.p-btm_goback a{
	display: block;
	width: 220px;
	margin: 0 auto;
	flex: 0 0 auto;
	position: relative;
	background-color: #10642E;
	padding: 0.875rem 2rem 1.1875rem 2.25rem;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s;
}
.p-btm_goback a:hover{
	background-color: #00481E;
}
.p-btm_goback a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: #fff 2px solid;
    border-bottom: none;
    border-right: none;
    transform: rotate(-45deg);
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
}

