.bg_mnet {
	background: #d6e9c4;
}
.bg_mnet p {
	font-weight:bold;
}
.bg_mnet .catch {
	color: #23743a!important;
}

.title_h4 span {
	font-weight:bold;
	border-radius: 50px;
	background: #5172B7;
	font-size: 0.8em;
	color: #FFF!important;
	margin-left: 15px;
	padding: 5px 10px;
}


#sec_problem figure {
	border-radius:10px;
	border: 3px solid #DDD;
	overflow: hidden;
}

#sec_problem figure img {
	width: 100%;
	height: auto;
}

.list_annotation {
	text-align: right!important;
	font-weight: normal!important;
	padding: 0 40px;
}


.top_view {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	justify-content: center;
	align-items: stretch;
	font-family: "LINE Seed JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}



.top_view_right {
	position: relative;
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/m-net/m-net-background.png);
	background-size: cover;
	text-align: left;
	width: 500px;
}

.top_view_right:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	background: linear-gradient(90deg,rgba(67, 173, 109, 0) 25%, rgba(67, 173, 109, 1) 80%);
}

.top_view_right:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 60px;
	top: 0;
	right: -60px;
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/m-net/m-net-shade.png);
}

h1 {
	color: #000;
	text-align: center;
	font-size: 2em;
	letter-spacing: -1px;
	margin-bottom: 20px;
	font-weight: 800;
}

h1 span {
	position: relative;
	display: block;
	font-size: 0.8em;
}

h1 span:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 80%;
	background: #000;
	display: block;
	left: 60px;
	top: 5px;
	transform: rotate(-25deg);
}

h1 span:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 80%;
	background: #000;
	display: block;
	right: 60px;
	top: 5px;
	transform: rotate(25deg);
}

.top_view_left {
	text-align: center;
	padding: 50px;
}

.top_view_left div {
	width: 400px;
	object-fit: contain;
}

.top_view_right li {
	border-bottom: 2px solid #FFF;
	padding: 15px;
	padding-left: 50px;
	font-size: 1.2em;
}
.top_view_right li span {
	position: relative;
	
}
.top_view_right li span:before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	top: -5px;
	left: -50px;
}
.top_view_right ul {
	width: 430px;
	margin: 80px auto;
}

.top_view_right li:first-child span:before {
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/m-net/m-net-cloud.svg);
	background-size: contain;
}
.top_view_right li:nth-child(2) span:before {
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/m-net/m-net-phone.svg);
	background-size: contain;
}
.top_view_right li:nth-child(3) span:before {
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/m-net/chat.svg);
	background-size: contain;
}

@media print, screen and (max-width: 560px){
	.top_view_left {
		padding: 10px;
		margin: 30px 0;
	}
	.top_view_left div {
		width: 100%;
		padding: 20px;
	}
	.top_view_right {
		width: 100%;
	}
	.top_view_right ul {
		padding: 10px;
	}
	.top_view_right li {
		font-size: 1.1em;
	}
}
