@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

SYSTEM

------------------------------------------------------------ */

#wrap_system01{
	background: url(../system/img/bg_system01.png) no-repeat center top;
	background-size: cover;
	padding: 14% 35px 0;
    position: relative;
    z-index: -1;
}

#wrap_system01 h1 img{width: 100%;}

#wrap_system02{padding: 40px 35px 60px;}

#wrap_system02 p{
	margin-bottom: 25px;
	line-height: 1.6;
}

#wrap_system02 p:last-child{margin-bottom: 0;}

.system01{
	background: #FFF;
	opacity: .8;
	box-shadow:3px 3px 6px 0px #000;
	padding: 13px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.system01:first-of-type{margin-bottom: 10px;}
