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

.before-after #page-header {
  background-image: url("../../img/pepair-maintenance/bg_head.jpg")
}
@media screen and (max-width: 767px) {
  .before-after #page-header {
    background-image: url("../../img/pepair-maintenance/bg_head_sp.jpg")
  }
}

a:hover {
    opacity: 0.6;
}
/*--------ヘッダーナビの現在地表示---------*/
.before-after #gnavi li.nav_before-after a {
  color: #4b62a5
}
@media screen and (max-width: 767px) {
  .before-after #gnavi li.nav_before-after > a {
    border-left: solid 4px #4b62a5
  }
}
.before-after #gnavi li.nav_before-after a:after {
  width: 40%
}

#achievements {
	margin: 120px auto 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
}

#achievements a:hover {
    text-decoration: none;
}

#achievements .list {
    width: 100%;
}

#achievements .list .item {
	margin-bottom: 60px;
}

#achievements .list .item .list_title {
    background-color: #4B62A5;
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: bold;
}
#achievements .list .item:nth-of-type(2) .list_title {
    background-color: #798B7A;
}
#achievements .list .item:nth-of-type(3) .list_title {
    background-color: #3886A5;
}
#achievements .list .item:nth-of-type(4) .list_title {
    background-color: #91BFC8;
}
#achievements .list .item:nth-of-type(5) .list_title {
    background-color: #D5DBE3;
    color: #0d6fb8;
}

#achievements .list .item .list_img {
    display: flex;
}

#achievements .list .item .list_img img {
    width: calc( 100%/ 4 );
}

@media screen and (max-width: 767px) {
    #achievements .list .item .list_title {
        font-size: 18px;
    }
    
    #achievements .list .item .list_img {
        display: flex;
        flex-wrap: wrap;
    }
    
    #achievements .list .item .list_img img {
        width: calc( 100%/ 2 );
    }
}


#achievements .list:last-of-type {
	margin-bottom: 150px;
}



/*-----ここからメーカー毎の記述------*/
#maker_achievements {
	margin: 120px auto 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
}

#maker_achievements  a:hover {
    text-decoration: none;
}

#maker_achievements .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#maker_achievements .list .item {
	margin-bottom: 80px;
    width: 48%;
}

#maker_achievements .list_title {
    background-color: #4B62A5;
    color: #fff;
    padding: 8px 24px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 60px;
}

#maker_achievements .list .item .flex {
	display: flex;
}

#maker_achievements .list .item .flex .left-item {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#maker_achievements .list .item .flex .left-item .place {
	color: #fff;
	background-color: #4B62A5;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
    margin-right: 20px;
}

/*#achievements .list .item .flex .left-item .comment {
	padding: 0 12px;
	margin-bottom: 10px;
	font-size: 15px;
}*/

#maker_achievements .list .item .flex .left-item .area {
	padding: 0 12px;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 16px;
}

#maker_achievements .list .item .flex .left-item .img {
	position: relative;
}


#maker_achievements .list .item .flex .left-item .img .text-before {
	top: 5px;
	left: 5px;
	font-size: 14px;
	position: absolute;
	background-color: #4B62A5;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}

#maker_achievements .list .item .flex .left-item .img img {
	width: 90%;
}

#maker_achievements .list .item .flex .left-item .img::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 60px 10px;
	border-color: transparent transparent transparent #4B62A5;
	position: absolute;
	top: 25%;
	right: 8px;
	margin-top: -6px;
} 


#maker_achievements .list .item .flex .right-item {
	width: 56%;
	position: relative;
}

#maker_achievements .list .item .flex .right-item .text-after {
	top: 10px;
	right: 10px;
	font-size: 16px;
	position: absolute;
	background-color: #4B62A5;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}

#maker_achievements .list .item .flex .right-item img {
	width: 100%;
	vertical-align: bottom;
	text-align: center;
}

#maker_achievements .list .item .flex .left-item .area {
	padding: 0 12px;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
    #maker_achievements {
        margin: 40px auto 0 auto;
        padding: 0 15px;
    }
    
    #maker_achievements .list {
        flex-direction: column;
    }

    #maker_achievements .list .item {
        margin-bottom: 50px;
        width: 100%;
    }

    #maker_achievements .list_title {
        padding: 6px 12px;
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    #maker_achievements .list .item .flex .left-item .area {
        padding: 0 0;
        text-align: left;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    
    #maker_achievements .list .item .flex .left-item .img::after {
        border-width: 40px 0 40px 7px;
        right: 6px;
        margin-top: -6px;
    } 
    
    #maker_achievements .list .item .flex .left-item .img .text-before {
        top: 5px;
        left: 5px;
        font-size: 12px;
        padding: 3px 6px;
    }
    
    #maker_achievements .list .item .flex .right-item .text-after {
        top: 5px;
        right: 5px;
        font-size: 14px;
        padding: 3px 6px;
    }
}

/*--メーカーA---*/
#maker_achievements.maker_a .list_title {
    background-color: #798B7A;
}
#maker_achievements.maker_a .list .item .flex .left-item .place {
	background-color: #798B7A;
}
#maker_achievements.maker_a .list .item .flex .left-item .img .text-before {
	background-color: #798B7A;
}
#maker_achievements.maker_a .list .item .flex .left-item .img::after {
	border-color: transparent transparent transparent #798B7A;
} 
#maker_achievements.maker_a .list .item .flex .right-item .text-after {
	background-color: #798B7A;
}

/*--メーカーB---*/
#maker_achievements.maker_b .list_title {
    background-color: #3886A5;
}
#maker_achievements.maker_b .list .item .flex .left-item .place {
	background-color: #3886A5;
}
#maker_achievements.maker_b .list .item .flex .left-item .img .text-before {
	background-color: #3886A5;
}
#maker_achievements.maker_b .list .item .flex .left-item .img::after {
	border-color: transparent transparent transparent #3886A5;
} 
#maker_achievements.maker_b .list .item .flex .right-item .text-after {
	background-color: #3886A5;
}

/*--メーカーC---*/
#maker_achievements.maker_c .list_title {
    background-color: #91BFC8;
}
#maker_achievements.maker_c .list .item .flex .left-item .place {
	background-color: #91BFC8;
}
#maker_achievements.maker_c .list .item .flex .left-item .img .text-before {
	background-color: #91BFC8;
}
#maker_achievements.maker_c .list .item .flex .left-item .img::after {
	border-color: transparent transparent transparent #91BFC8;
} 
#maker_achievements.maker_c .list .item .flex .right-item .text-after {
	background-color: #91BFC8;
}

/*--メーカーD---*/
#maker_achievements.maker_d .list_title {
    background-color: #D5DBE3;
    color: #0d6fb8;
}
#maker_achievements.maker_d .list .item .flex .left-item .place {
    background-color: #D5DBE3;
    color: #0d6fb8;
}
#maker_achievements.maker_d .list .item .flex .left-item .img .text-before {
    background-color: #D5DBE3;
    color: #0d6fb8;
}
#maker_achievements.maker_d .list .item .flex .left-item .img::after {
	border-color: transparent transparent transparent #D5DBE3;
} 
#maker_achievements.maker_d .list .item .flex .right-item .text-after {
    background-color: #D5DBE3;
    color: #0d6fb8;
}

/*---他の施工実績リンク---*/
#achievements.other_link {
    text-align: center;
    margin-top: 0;
}

#achievements.other_link .title {
    font-size: 22px;
    font-weight: bold;
    color: #4B62A5;
    /*border-bottom: 1px solid #4B62A5;*/
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

#achievements.other_link .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#achievements.other_link .list .list_title {
    text-align: left;
}

#achievements.other_link .list .item.generally .list_title {
    background-color: #4B62A5;
}
#achievements.other_link .list .item.maker_a .list_title {
    background-color: #798B7A;
}
#achievements.other_link .list .item.maker_b .list_title {
    background-color: #3886A5;
}
#achievements.other_link .list .item.maker_c .list_title {
    background-color: #91BFC8;
}
#achievements.other_link .list .item.maker_d .list_title {
    background-color: #D5DBE3;
    color: #0d6fb8;
}

#achievements.other_link .list .item {
    width: 49%;
    margin-bottom: 2%;
}

#achievements.other_link .list .item .list_img {
    width: 100%;
}

#achievements.other_link .list .item .list_img img {
    width: calc(100%/4);
}

#achievements.other_link .back_to {
    margin-top: 18px;
    text-align: center;
}

#achievements.other_link .back_to a {
    color: #fff;
    display: inline-block;
    background-color: #4B62A5;
    padding: 8px 24px;
}


/*--------------------------スマホ用------------------------------*/
@media screen and (max-width: 767px) {
	#achievements {
		padding: 0 15px;
		margin: 40px auto 0 auto;
	}
	
	#achievements .list .item .flex {
		flex-direction: column;
	}
	
	#achievements .list .item .flex .left-item {
		width: 100%;
	}
	
	#achievements .list .item .flex .left-item .img {
		padding: 0 10px 10px 10px;
	}
	
	#achievements .list .item .flex .left-item .img img {
		width: 100%;
		margin: 0 auto;
	}
	
	#achievements .list .item .flex .left-item .img::after {
		content: none;
	}
	
	#achievements .list .item .flex .right-item {
		width: 100%;
		padding: 0 10px 10px 10px;
	}
	#achievements .list .item .flex .arrow {
		position: relative;
		margin-bottom: 30px;
	}
	
	#achievements .list .item .flex .arrow span {
		content: ""; 
    	position: absolute;
    	border-top: solid 20px #4B62A5;
    	border-right: transparent solid 100px;
    	border-left: transparent solid 100px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 50px;
	}
    
    #maker_achievements .other_link ul {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #maker_achievements .other_link ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    
    #achievements.other_link .title {
        font-size: 20px;
    }

    #achievements.other_link .list {
        flex-direction: column;
    }

    #achievements.other_link .list .item {
        width: 100%;
        margin-bottom: 4%;
    }
    
    #achievements.other_link .list .item .list_img {
        width: 100%;
        display: flex;
    }

    #achievements.other_link .list .item .list_img img {
        width: calc(100%/4);
    }


}


