@charset "UTF-8";

/* --- 受発注検品システム販売 --- */
section.system-top {
	padding: 30px 30px 20px;
}
section.system-top h2 {
	font-size: 26px;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px;
}
section.system-top div.text-main {
	margin-bottom: 75px;
}
section.system-top div.text-main p {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
section.system-top div.text-main p:last-child {
	margin-bottom: 0px;
}
section.system-top div.photo img {
	width: 100%;
	height: auto;
}
section.system-top p.text-q {
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 15px;
}
section.system-top p.text-q span {
	display: block;
	color: #FFF;
	background: #5b9d3c;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	font-size: 22px;
	font-weight: bold;
}
section.system-top ul {
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
section.system-top ul li {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
}
section.system-top ul li:last-child {
	margin-bottom: 0px;
}
section.system-top img.arrow {
	width: 75px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
section.system-top p.text-a_pc,
section.system-top p.text-a_sp {
	text-align: center;
	font-weight: bold;
}
section.system-top p.text-a_sp {
	font-size: 22px;
	line-height: 1.8em;
	margin-bottom: 15px;
}
section.system-top p.text-a_sp span {
	font-size: 38px;
}
section.system-top div.head {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background: #7cc400;
	height: 63px;
	border-radius: 63px;
	margin-bottom: 20px;
}
section.system-top div.head p {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
}
section.system-top div.head h3 {
	font-size: 18px;
	line-height: normal;
	margin: 0px;
}
section.system-top div.box div.text {
	font-size: 14px;
	line-height: 1.8em;
	padding: 0px 0px 10px 0px;
}
section.system-flowchart {
	padding: 0 25px;
}
section.system-flowchart article {
	border-top: 2px solid #707070;
}
section.system-flowchart article:last-child {
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
}
section.system-flowchart article {
	padding: 20px 0px;
}
section.system-flowchart article div.n span.no {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #5b9d3c;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
section.system-flowchart article div.n h3 {
	color: #5b9d3c;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	margin-bottom: 10px;
}
section.system-flowchart article div.photo img {
	width: 318px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
section.system-flowchart article div.text {
	font-size: 14px;
	line-height: 1.8em;
}
section.system-main {
	padding: 40px 30px 30px;
}
section.system-main h3 {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	height: 56px;
	line-height: 56px;
	border-radius: 56px;
	background: #7cc400;
	margin-bottom: 15px;
}
section.system-main h3.ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
	line-height: normal;
	border-radius: 82px;
}
section.system-main h3.ttl span {
	display: block;
}
section.system-main div.photo img {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 85px;
}
section.system-main div.photo img:last-child {
	margin-bottom: 0px;
}
section.system-main div.bottom1 {
	padding-bottom: 60px;
}
section.system-main div.bottom2 {
	padding-bottom: 35px;
}
section.system-main div.text {
	font-size: 14px;
	line-height: 1.8em;
}
section.system-main div.text dl {
	padding-bottom: 30px;
}
section.system-main div.text dl dt,
section.system-main div.text dl dd {
	padding-left: 18px;
}
section.system-main div.text dl dt {
	background: url(../img/icon_migi_s.png) no-repeat left center;
}
section.system-main div.text img.arrow {
	width: 76px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
section.system-main div.btn-area a {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	height: 63px;
	line-height: 63px;
	border-radius: 10px;
	background: #5b9d3c;
}

/* タブレット用 */
@media(min-width:768px) {
	/* --- 受発注検品システム販売 --- */
	section.system-top {
	padding: 60px 25px 23px;
	}
	section.system-top h2 {
	font-size: 31px;
	text-align: left;
	margin-bottom: 25px;
	}
	section.system-top div.text-main {
	margin-bottom: 50px;
	}
	section.system-top div.text-main p {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 35px;
	}
	section.system-top p.text-q {
	padding: 0px 5px;
	margin-bottom: 22px;
	}
	section.system-top p.text-q span {
	height: 58px;
	line-height: 58px;
	border-radius: 58px;
	font-size: 30px;
	}
	section.system-top ul {
	margin-bottom: 30px;
	}
	section.system-top ul li span.sp {
	display: none; /* 非表示にする */
	}
	section.system-top ul li {
	font-size: 23px;
	line-height: normal;
	margin-bottom: 20px;
	}
	section.system-top img.arrow {
	width: 100px;
	}
	section.system-top p.text-a_pc {
	font-size: 25px;
	line-height: 1.8em;
	margin-bottom: 22px;
	}
	section.system-top p.text-a_pc span {
	font-size: 49px;
	}
	section.system-top p.text-a_sp {
	display: none; /* 非表示にする */
	}
	section.system-top div.head {
	height: 106px;
	border-radius: 106px;
	}
	section.system-top div.head p {
	font-size: 24px;
	line-height: normal;
	}
	section.system-top div.head h3 {
	font-size: 33px;
	line-height: normal;
	}
	section.system-top div.box {
	display: flex;
	}
	section.system-top div.box div.text {
	font-size: 22px;
	line-height: 1.6em;
	padding: 10px 25px 0px 0px;
	}
	section.system-top div.box div.photo img {
	width: 300px;
	height: auto;
	}
	section.system-flowchart article {
	padding: 25px 0px 30px;
	}
	section.system-flowchart img.sp {
	display: none; /* 非表示にする */
	}
	section.system-flowchart h3 span.sp {
	display: none; /* 非表示にする */
	}
	section.system-flowchart article div.n {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	}
	section.system-flowchart article div.n span.no {
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin: 0px 10px 0px 0px;
	}
	section.system-flowchart article div.n h3 {
	font-size: 31px;
	line-height: normal;
	text-align: left;
	}
	section.system-flowchart div.box {
	display: flex;
	}
	section.system-flowchart div.box div.photo {
	flex: 7;
	}
	section.system-flowchart div.box div.photo img {
	width: 100%;
	margin: 0;
	}
	section.system-flowchart div.box div.text {
	flex: 2;
	font-size: 17px;
	line-height: 1.7em;
	padding-top: 5px;
	padding-left: 10px;
	}
	section.system-main {
	padding: 55px 27px 42px;
	}
	section.system-main h3 span.sp {
	display: none; /* 非表示にする */
	}
	section.system-main img.sp {
	display: none; /* 非表示にする */
	}
	section.system-main h3,
	section.system-main h3.ttl {
	display: block;
	font-size: 29px;
	font-weight: bold;
	height: 68px;
	line-height: 68px;
	border-radius: 68px;
	margin-bottom: 22px;
	}
	section.system-main div.photo img {
	width: 100%;
	height: auto;
	margin: 0px;
	}
	section.system-main div.bottom1 {
	padding-bottom: 87px;
	}
	section.system-main div.bottom2 {
	padding-bottom: 52px;
	}
	section.system-main div.text {
	font-size: 24px;
	line-height: 1.6em;
	}
	section.system-main div.text dl {
	padding-bottom: 50px;
	}
	section.system-main div.text dl dt,
	section.system-main div.text dl dd {
	padding-left: 24px;
	}
	section.system-main div.text dl dt {
	background: url(../img/icon_migi_m.png) no-repeat left center;
	}
	section.system-main div.text img.arrow {
	width: 104px;
	margin-bottom: 50px;
	}
	section.system-main div.btn-area a {
	font-size: 31px;
	height: 69px;
	line-height: 69px;
	border-radius: 69px;
	}
}

/* デスクトップ用 */
@media(min-width:1024px) {
	/* --- 受発注検品システム販売 --- */
	section.system-top {
	padding: 90px 20px 25px;
	}
	section.system-top h2 {
	font-size: 36px;
	margin-bottom: 30px;
	}
	section.system-top div.text-main {
	margin-bottom: 25px;
	}
	section.system-top div.text-main p {
	font-size: 22px;
	line-height: 1.7em;
	margin-bottom: 40px;
	}
	section.system-top p.text-q {
	padding: 0px;
	margin-bottom: 30px;
	}
	section.system-top p.text-q span {
	height: 80px;
	line-height: 80px;
	border-radius: 80px;
	font-size: 38px;
	}
	section.system-top ul {
	margin-bottom: 45px;
	}
	section.system-top ul li {
	font-size: 30px;
	line-height: normal;
	margin-bottom: 25px;
	}
	section.system-top img.arrow {
	width: 125px;
	}
	section.system-top p.text-a_pc {
	font-size: 28px;
	line-height: 1.8em;
	margin-bottom: 30px;
	}
	section.system-top p.text-a_pc span {
	font-size: 60px;
	}
	section.system-top div.head {
	height: 150px;
	border-radius: 150px;
	}
	section.system-top div.head p {
	font-size: 36px;
	line-height: normal;
	}
	section.system-top div.head h3 {
	font-size: 48px;
	line-height: normal;
	}
	section.system-top div.box div.text {
	font-size: 30px;
	line-height: 1.6em;
	padding: 20px 50px 0px 0px;
	}
	section.system-top div.box div.photo img {
	width: 450px;
	}
	section.system-flowchart article {
	padding: 30px 0px 40px;
	}
	section.system-flowchart article div.n span.no {
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	margin: 0px 15px 0px 0px;
	}
	section.system-flowchart article div.n h3 {
	font-size: 40px;
	line-height: normal;
	text-align: left;
	}
	section.system-flowchart div.box div.text {
	font-size: 20px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-left: 20px;
	}
	section.system-main {
	padding: 70px 30px 55px;
	}
	section.system-main h3,
	section.system-main h3.ttl {
	font-size: 37px;
	height: 80px;
	line-height: 80px;
	border-radius: 80px;
	margin-bottom: 30px;
	}
	section.system-main div.bottom1 {
	padding-bottom: 115px;
	}
	section.system-main div.bottom2 {
	padding-bottom: 70px;
	}
	section.system-main div.text {
	font-size: 32px;
	line-height: 1.6em;
	}
	section.system-main div.text dl {
	padding-bottom: 70px;
	}
	section.system-main div.text dl dt,
	section.system-main div.text dl dd {
	padding-left: 32px;
	}
	section.system-main div.text dl dt {
	background: url(../img/icon_migi_l.png) no-repeat left center;
	}
	section.system-main div.text img.arrow {
	width: 132px;
	margin-bottom: 70px;
	}
	section.system-main div.btn-area a {
	font-size: 34px;
	height: 75px;
	line-height: 75px;
	border-radius: 75px;
	}
}

/* モバイル用 */
@media(max-width:767px) {
	/* --- 受発注検品システム販売 --- */
	section.system-top ul li span.pc {
	display: none; /* 非表示にする */
	}
	section.system-top p.text-a_pc {
	display: none; /* 非表示にする */
	}
	section.system-flowchart img.pc {
	display: none; /* 非表示にする */
	}
	section.system-flowchart h3 span.pc {
	display: none; /* 非表示にする */
	}
	section.system-main h3 span.pc {
	display: none; /* 非表示にする */
	}
	section.system-main img.pc {
	display: none; /* 非表示にする */
	}
}
