.biz .biz_header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #9c9ea1}
.biz .biz_header .icon img{display:block;max-width:100%;height:auto}
.biz .image img{display:block;max-width:100%;height:auto}
.biz .lead{font-weight:700;margin-bottom:10px}
@media print,screen and (min-width:768px){.page_header{background-image:url(../img/bg_header.jpg)}
.biz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}
.biz .biz_header .icon{width:50px;margin-right:12px}
.biz .biz_header .name{font-size:1.5em}
.biz .image{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}
.biz .biz_container{-webkit-flex-basis:47.5%;-ms-flex-preferred-size:47.5%;flex-basis:47.5%}
.biz .md_button_b{margin-top:30px}
.biz.biz_l .image{margin-right:2.5%}
.biz.biz_r .image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-left:2.5%}
.biz.biz_r .biz_container{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}
}
@media only screen and (max-width:767.98px){.page_header{background-image:url(../img/bg_header_sp.jpg)}
.biz{margin-bottom:40px}
.biz .biz_header .icon{width:40px;margin-right:7px}
.biz .biz_header .icon img{margin:0 auto}
.biz .biz_header .name{font-size:1.2em}
.biz .image{margin-bottom:10px}
.biz .image img{margin:0 auto}
.biz .md_button_b{margin-top:15px}
}

/*----------------------
追加スタイル
------------------------*/
/*.page_header{
	background-position: right center;
}*/
.page_header .category{
	color: #222;
}
.page_header .title{
	color: #222;
}
@media only screen and (max-width:767px){
	.page_header .category{
		text-align: left;
	}
	.page_header .title{
		text-align: left;
	}
}

.business-nav{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 30px;
}
@media only screen and (max-width:767px){
	.business-nav{
		margin-bottom: 5px;
	}
}
.business-nav a{
	flex: 0 0 auto;
	width: 50%;
	font-size: 2.5rem;
	text-align: center;
	color: #555555;
	padding: 0px 10px;
}
@media only screen and (max-width:767px){
	.business-nav a{
		font-size: 1.375rem;
		padding: 5px 5px;
	}
}
.business-nav a.active{
	background: #06BFB1;
	color: #FFF;
}
.business-nav a:hover{
	text-decoration: none;
	background: #06BFB1;
	color: #FFF;
}
.business-nav a:first-child{
	border-right: solid 1px #555555;
}

.business-figure{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width:767px){
	.business-figure{
		width: 299px;
	}
}

.product-flex-container{
	display: flex;
	justify-content: space-between;
	align-items:  flex-start;
}
.list_links{
	flex:  0 0 auto;
	width: 48%;
	white-space: nowrap;
}