#main {
	margin-bottom: 150px;
}
.breadcrumb {
	box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.breadcrumb a {
	color: #83838f !important;
    text-decoration: none;
}
.title_container {
	position: relative;
}
.img_container {
	width: 100%;
	height: auto;
}
.img_container > img {
	width: 100%;
	height: auto;
}
.title_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 60%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,0.25);
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}
.title_inner > span {
	color: #fff;
	font-weight: bold;
	font-size: 55px;
}
.title_inner .sub_title{
	font-size: 0.8em;
}
.feature-hdg2 {
	font-size: 1.25em !important;
	font-weight: bold;
	margin-top: calc(85px - 0.6rem) !important;
}
.list_heading {
	border-left: 4px solid #f00;
	font-size: 1.2em;
    font-weight: bold;
    margin: 40px 0 24px 0;
    text-align: left;
    padding: 8px;
}
.lead-text {
	font-size: 16px !important;
}
.orange_ul {
	justify-content: space-between !important;
}
.orange_ul::after {
	content: '';
	display: block;
	width: 49%;
}
.orange_ul li {
	width: 49% !important;
	margin-bottom: 24px !important;
	margin-right: 0 !important;
}
.menu-btn-list a {
	display: flex !important;
	color: #fff !important;
}
.flex_table {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 16px 0;
}
.flex_table .items {
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 8px 0;
	font-size: 16px;
}
.flex_table .items_01 {
	width: 100%;
	border-bottom: none;
}
.flex_table .items_02 {
	border-right: none;
}
.flex_table .items_02,
.flex_table .items_03 {
	border-bottom: none;
}
.flex_table .items_04 {
	border-right: none;
}
.flex_table .items_01,
.flex_table .items_02,
.flex_table .items_03 {
	background-color: rgba(128,128,128,0.3);
}
.flex_table .items_02,
.flex_table .items_03,
.flex_table .items_04,
.flex_table .items_05{
	width: 50%;
}
.flex_table .items_04,
.flex_table .items_05 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.flex_table .items_05 > p {
	margin: 4px 0;
}
.order_heading {
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 24px;
}
.relation {
    display: flex;
    flex-wrap: wrap;
	margin: 32px 0;
}
.feature {
    width: calc(50% - 15px);
    height: auto;
    min-height: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
	border-radius: 5px;
    position: relative;
    justify-content: space-between;
    display: flex;
}
 a.feature {
    color: #000 !important;
    text-decoration: none;
}
.feature .relation_text {
    width: 70%;
    padding-left: 10px;
}
.feat_title {
    font-size: 1.2em;
    font-weight: bold;
}
.feature .feat_text {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 10px;
}
.feature .relation_img {
    width: 20%;
    padding-right: 5px;
}
.feature .relation_img img {
    width: 100%;
    height: auto;
    max-width: 80px;
}

@media screen and (max-width:767px) {
	#main {
		margin-bottom: 100px;
	} 
	.title_inner > span {
		font-size: 10vw;
	}
	.orange_ul::after {
		content: none;
	}
	.flex_table .items {
		font-size: 12px;
	}
	.order_heading {
		font-size: 16px;
	}
	.feature {
		width: 100%;
		align-items: center;
	}
	.title_inner {
	align-items: center;
}

}