.navigation-path .navigation-path_stripes {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.navigation-path .navigation-path_short {
	width:400px;
	height:5px;
	background:#000;
}

.navigation-path .navigation-path_long {
	width:758px;
	height:5px;
	background:#000;
}

.about_us_box {
	display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
    justify-content: space-between;
}

.about_us_box b{
	font-weight: bold;
}

.about_us_box .about_us_box_image {
	width: 400px;
}

.about_us_box .about_us_box_image img {
	width: 100%;
}

.about_us_box .about_us_box_text {
	width: 758px;
	display: flex;
    flex-direction: column;
}

.about_us_box .about_us_box_text .text_top {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.about_us_box .about_us_box_text .text_top .text_top_capital_c h2 {
	font-size: 75px;
    font-weight: bold;
	margin: -30px 0px;
    padding-right: 5px;
	padding-bottom:20px;
}

.about_us_box .about_us_box_text p {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1198px) {
	.about_us_box .about_us_box_text {
		width: calc(100% - 400px);
		padding-left: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.about_us_box .about_us_box_image {
		width: 30%;
	}
	.about_us_box .about_us_box_text {
		width: 70%;
	}
	#content .title_banner_photo {
		height: auto;
		display: block;
		margin-bottom: 2px;
		position: relative;
	}
	#content .title_banner_photo h1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 3px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#content .title_banner_photo img {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.about_us_box .about_us_box_image {
		width: 100%;
	}
	.about_us_box .about_us_box_text {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.about_us_box {
		display: block;
	}
}