.local_navi {
	z-index: 10;
}

@media screen and (min-width: 1200px) {

	.section_content {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}



/* ==================================================
	chara
================================================== */

.fd_rr {
	flex-direction: row-reverse;
}

@media screen and (min-width :768px) {
	.fd_rr_md {
		flex-direction: row-reverse;
	}
}

.fd_col {
	flex-direction: column;
}


/*app*/
.app li {
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}
.app h4 {
	color: #0249d7;
}
@media screen and (min-width: 768px) {
	.app li {
		padding: 20px;
	}
}

/*sustainability*/
.sustainability {
	position: relative;
}

@media screen and (min-width: 768px) {
	.sustainability .posA_md {
		color: #fff;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 2;
	}
	.sustainability::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));
		border-radius: 10px;
	}
}



/* ==================================================
	gallery
================================================== */

/* tab -------------------- */

.gallery_area .tab_trigger {
	display: flex;
	justify-content: center;
	text-align: center;
}
.gallery_area .tab_trigger li {
	width: 50%;
	color: #767676;
}
.gallery_area .tab_trigger .tab_current {
	position: relative;
	padding-bottom: .5em;
	color: #0096d6;
	border-bottom: 1px solid #0096d6;
}
.gallery_area .tab_trigger .tab_current::before,
.gallery_area .tab_trigger .tab_current::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(1px);
	border: 8px solid transparent;
}
.gallery_area .tab_trigger .tab_current::before {
	border-top: 8px solid #0096d6;
}
.gallery_area .tab_content_area {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.gallery_area .tab_content_area {
		margin-top: 40px;
	}
}



/* images -------------------- */

.gallery_thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5rem -.5rem;
}
.gallery_thumb > li {
	width: calc((100% - 2rem) / 2);
	margin: .5rem;
	border: 1px solid #eee;
}

@media screen and (min-width: 480px) {
	.gallery_main {
		text-align: center;
	}
	.gallery_main img {
		width: auto;
	}
	.gallery_thumb > li {
		width: calc((100% - 3rem) /3);
	}
}

@media screen and (min-width: 1024px) {
	.gallery_content {
		display: flex;
		justify-content: space-between;
	}
	.gallery_thumb {
		justify-content: center;
		margin: -10px 0 0 -10px;
	}
	.gallery_thumb > li {
		width: 300px;
		margin: 10px 0 0 10px;
	}
}



/* view -------------------- */

@media screen and (min-width: 1280px) {
    .view_title {
		width: 500px;
    }
	.view_detail {
		width: 500px;
    }
	.view_detail_list > li::after {
		width: 480px;
    }
}