.bg_seiryu {
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/seiryu/mv_bg.jpg);
	background-size: cover;
}

.seiryu_top_left h1 {
	color: #0C3E8D;
}
.seiryu_top_left h1 span {
	display: block;
	font-size: 1.8em;
}

.seiryu_top_view {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.seiryu_top_left, .seiryu_top_right {
	max-width: 600px;
	width: 100%;
}

.seiryu_top_left {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 10px 0;
}

.seiryu_top_left figure {
	width: 300px;
	margin: auro;
}

.seiryu_top_left figcaption {
	margin-top: 0;
	margin-bottom: 20px;
	color: #0C3E8D;
	font-weight: bold;
}

.seiryu_top_left ul li {
	position: relative;
	font-size: 1.1em;
	color: #000;
	text-align: left;
	padding-left: 30px;
}

.seiryu_top_left ul li:before {
	display: block;
	content: "";
	position: absolute;
	width: 18px;
	left: 0;
	height: 100%;
  	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/common/icon_checked.svg) no-repeat center center/contain;
	top: 0;
}

.seiryu_top_right {
	padding: 20px;
	display: flex;
	justify-items: center;
	align-items: center;
}

.seiryu_top_right img  {
	box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	max-width: 500px;
	width: 100%;
}

@media print, screen and (max-width: 560px){

	.seiryu_top_right {
		background: linear-gradient(51deg,rgba(165, 218, 226, 1) 25%, rgba(219, 239, 240, 1) 80%);
	}
	
	.seiryu_top_left ul li {
		font-size: 1em;
		padding: 5px;
		padding-left: 20px;
	}
	
	.seiryu_top_left ul li:before {
		left: -5px;
	}
}