#container {
	padding: 0;
}

/*  intro
================================================ */
#intro {
	background: #f2f2f2;
	padding-top: 87px;
	padding-bottom: 40px;
	position: relative;
}

#intro .box {
	margin-bottom: 52px;
	text-align: center;
}

#intro .box .tit {
	font-size: 4.6rem;
	font-weight: 700;
}

#intro .box .tit span {
	display: inline-block;
	position: relative;
	top: -22px;
	width: 438px;
	padding-right: 14px;
}

#intro .box .txt {
	display: inline-block;
	padding: 14px 0 0 38px;
	position: relative;
  box-sizing: border-box;
	font-size: 1.8rem;
  font-weight: 700;
}

#intro .box .txt:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 36px;
	margin-top: -10px;
	background: url(../img/common/ico_pin01.png) no-repeat center;
	background-size: 100%;
}

#intro .mapImg {
	position: relative;
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
}

#intro .mapImg .btn {
	position: absolute;
	max-width: 34px;
	max-height: 48px;
	width: 5%;
	height: 15%;
	background: url(../img/common/ico_pin01.png) no-repeat center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#intro .mapImg .btn:hover {
	background-image: url(../img/common/ico_pin02.png);
}

#intro .mapImg .btn:hover:before {
	opacity: 1;
}

#intro .mapImg .btn:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -80px;
	width: 65px;
	height: 64px;
	margin-left: -26px;
	margin-bottom: -42px;
	background: url(../img/common/ico_search01.png) no-repeat 50% 50%;
	background-size: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#intro .mapImg .btn01 {
	top: 3%;
	left: 34%;
	padding: 5% 7%;
	background-position: 75% 20%;
}

#intro .mapImg .btn01:before {
	left: 72%;
	bottom: 40%;
}

#intro .mapImg .btn02 {
	top: 34.2%;
	left: 5.6%;
	padding: 5% 9%;
	background-position: 50% 25%;
}

#intro .mapImg .btn02:before {
	left: 50%;
	bottom: 36%;
}

#intro .mapImg .btn03 {
	top: 2.2%;
	right: 17.6%;
	padding: 6% 8%;
	background-position: 50% 15%;
}

#intro .mapImg .btn03:before {
	left: 50%;
	bottom: 49%;
}

#intro .mapImg .btn04 {
	top: 35.5%;
	left: 41.6%;
	padding: 8.7% 8%;
	background-position: 42% 15%;
}

#intro .mapImg .btn04:before {
	left: 44%;
	bottom: 60%;
}

#intro .mapImg .btn05 {
	top: 34%;
	right: 3.2%;
	padding: 7.7% 5%;
	background-position: 42% 15%;
}

#intro .mapImg .btn05:before {
	left: 44%;
	bottom: 57%;
}

@media all and (max-width: 599px) {
	#intro {
		padding: 40px 0 40px;
	}
  #intro .box { 
    margin-bottom: 30px;
    box-sizing: border-box; 
  }
  #intro .box .tit { 
    font-size: 1.9rem; 
    font-weight: 700; 
  }
  #intro .box .tit span { 
    display: block; 
    position: relative; 
    top: 0; 
    max-width: 218px;
    width: 100%; 
		margin: 0 auto;
    padding: 0 0 2px; 
  }
  #intro .box .txt { 
    display: inline-block;
    padding: 8px 0 0 27px;
    position: relative;
    font-size: 1.3rem;
  }
  #intro .box .txt:before { 
    margin-top: 4px; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    left: 0; 
    width: 20px; 
    height: 30px; 
  } 
}


/*  .mapImg01
================================================ */
.mapImg01 {
	position: relative;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.mapImg01 .btn {
	position: absolute;
	width: 46px;
	height: 36px;
	background: url(../img/common/ico_pin01.png) no-repeat center/contain;
	cursor: pointer;
}

.mapImg01 .btn01 {
	top: 2%;
	right: 15%;
}

.mapImg01 .btn02 {
	top: 32.2%;
	left: 21.6%;
}

/*  .mapImg01
================================================ */
.mapImg02 {
	position: relative;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.mapImg02 .btn {
	position: absolute;
	width: 46px;
	height: 36px;
	background: url(../img/common/ico_pin01.png) no-repeat center/contain;
	cursor: pointer;
}

.mapImg02 .btn03 {
	top: 3%;
	left: 49%;
}

.mapImg02 .btn04 {
	top: 40.2%;
	left: 14.6%;
}

.mapImg02 .btn05 {
	top: 37.2%;
	right: 12.6%;
}

/*  #info
================================================ */
#info .head {
	width: 839px;
	margin-bottom: 40px;
}

#info .secInfo + .secInfo {
	margin-top: 60px;
}

#info .imgTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#info .imgTxt .areaTxt {
	width: 460px;
}

#info .imgTxt .tit {
	border-bottom: 1px solid #475560;
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
}

#info .imgTxt .list .item {
	position: relative;
	padding-left: 13px;
}

#info .imgTxt .list .item + .item {
	margin-top: 5px;
}

#info .imgTxt .list .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #475560;
}

#info .imgTxt .img {
	width: 360px;
	border: 1px solid #d8d8d8;
}

#info .imgList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 50px;
}

#info .imgList .item {
	width: 420px;
}

#info .imgList .item:first-of-type .img {
	width: 220px;
	margin: 0 auto;
}

#info .imgList .item:last-of-type .img {
	width: 400px;
	margin: 0 0 0 -6px;
}

#info .imgList .item .areaTxt {
	margin-top: 30px;
	text-align: center;
}

#info .imgList .item .subTit {
	font-size: 1.8rem;
	font-weight: 700;
}

#info .imgList .item .txt {
	margin-top: 5px;
}

#info #support {
	margin-top: 70px;
}

#info #support .tit {
	position: relative;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}

#info #support .tit:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -15px;
	background: #475560;
}

#info #support .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
}

#info #support .list .item {
	width: 280px;
	padding-top: 15px;
	padding-bottom: 9px;
}

#info #support .list .item + .item {
	position: relative;
}

#info #support .list .item + .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #dde1e5;
}

#info #support .list .item .img {
	width: 69px;
	margin: 0 auto;
}

#info #support .list .item .subTit {
	margin-top: 20px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}

#info #support .list .item:nth-child(3) .subTit {
	margin-top: 8px;
}

#info #support .areaLink {
	padding-top: 60px;
}

#info #support .areaLink .areaLogo {
	width: 182px;
	margin: 0 auto;
}

#info #support .areaLink .areaLogo .img {
	width: 172px;
	margin: 0 auto;
}

#info #support .areaLink .areaLogo .txt {
	margin-top: 10px;
	border-top: 1px solid #475560;
	border-bottom: 1px solid #475560;
	text-align: center;
	font-weight: 700;
}

#info #support .areaLink .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

#info #support .areaLink .list .item {
	position: static;
	width: 135px;
	margin-bottom: 15px;
	padding: 0;
}

#info #support .areaLink .list .item a {
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#info #support .areaLink .list .item a:hover {
	opacity: 0.7;
}

#info #support .areaLink .list .item a .txt {
	margin-top: 8px;
	font-size: 1.3rem;
	letter-spacing: 0.001em;
	color: #8c9ca9;
}

@media all and (max-width: 599px) {
	#info .head {
		width: 100%;
		margin-bottom: 30px;
	}
	#info .secInfo + .secInfo {
		margin-top: 60px;
	}
	#info .imgTxt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#info .imgTxt .areaTxt {
		width: 100%;
	}
	#info .imgTxt .tit {
		padding-bottom: 20px;
		font-size: 2rem;
	}
	#info .imgTxt .list {
		margin-bottom: 20px;
	}
	#info .imgTxt .list .item {
		position: relative;
		padding-left: 13px;
	}
	#info .imgTxt .list .item + .item {
		margin-top: 5px;
	}
	#info .imgTxt .list .item:before {
		top: 10px;
		left: 0;
		width: 6px;
		height: 6px;
	}
	#info .imgTxt .img {
		width: 360px;
		border: 1px solid #d8d8d8;
	}
	#info .imgList {
		margin-top: 30px;
	}
	#info .imgList .item {
		width: 100%;
	}
	#info .imgList .item:first-of-type .img {
		width: 70%;
		margin: 0 auto;
	}
	#info .imgList .item:last-of-type {
		margin-top: 15px;
	}
	#info .imgList .item:last-of-type .img {
		width: 80%;
		margin: 0 auto;
	}
	#info .imgList .item .areaTxt {
		margin-top: 10px;
	}
	#info .imgList .item .subTit {
		font-size: 1.6rem;
	}
	#info .imgList .item .txt {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	#info #support {
		margin-top: 40px;
	}
	#info #support .tit {
		font-size: 1.8rem;
	}
	#info #support .tit:before {
		bottom: -10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 60px;
		margin-left: 0;
	}
	#info #support .list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 28px;
	}
	#info #support .list .item {
		width: 32%;
		padding-top: 15px;
		padding-bottom: 9px;
	}
	#info #support .list .item + .item:before {
		content: none;
	}
	#info #support .list .item .img {
		width: 40px;
	}
	#info #support .list .item .subTit {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#info #support .list .item:nth-child(3) .subTit {
		margin-top: 10px;
	}
	#info #support .areaLink {
		padding-top: 40px;
	}
	#info #support .areaLink .areaLogo {
		width: 160px;
	}
	#info #support .areaLink .areaLogo .img {
		width: 100%;
		margin: 0 auto;
	}
	#info #support .areaLink .areaLogo .txt {
		margin-top: 10px;
		border-top: 1px solid #475560;
		border-bottom: 1px solid #475560;
		text-align: center;
		font-weight: 700;
	}
	#info #support .areaLink .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 25px;
	}
	#info #support .areaLink .list .item {
		width: 32%;
		margin-bottom: 15px;
	}
	#info #support .areaLink .list .item a {
		display: block;
		text-align: center;
		text-decoration: none;
	}
	#info #support .areaLink .list .item a .txt {
		margin-top: 8px;
		font-size: 1.1rem;
	}
}

/*  #app
================================================ */
#app .content {
	background: url(../img/home/bg_modal01.png);
	border: none;
}

#app .head {
	width: 631px;
	margin-bottom: 35px;
}

#app .imgTxt01 .imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#app .imgTxt01 .imgs .img {
	width: 300px;
}

#app .imgTxt01 .imgs .img + .img {
	width: 500px;
}

#app .imgTxt01 .txt {
	width: 531px;
	margin: 25px auto 0;
}

#app .imgTxt02 {
	padding-top: 50px;
}

#app .imgTxt02 .list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #475560;
	padding: 20px 10px 20px 28px;
}

#app .imgTxt02 .list .item:first-child {
	border-top: 1px solid #475560;
}

#app .imgTxt02 .list .item .img {
	width: 57px;
	margin-top: 5px;
}

#app .imgTxt02 .list .item .areaTxt {
	width: 715px;
	margin-left: 30px;
}

#app .imgTxt02 .list .item .areaTxt .subTit {
	font-size: 1.8rem;
	font-weight: 700;
}

#app .ideaTxt {
	padding: 40px 20px;
}

#app .ideaTxt .txt {
	text-align: center;
}

#app .ideaTxt .txt + .txt {
	margin-top: 20px;
}

#app .ideaTxt .btn {
	margin: 30px auto 0;
}

#app .ideaTxt .btn a {
	padding: 17px 0;
}

#app .appBox {
	padding: 40px 20px 80px;
	background-color: #fff;
}

#app .appBox .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #475560;
	padding: 32px 34px;
	background-color: #fff;
}

#app .appBox .list .item {
	width: 291px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#app .appBox .list .item:nth-of-type(2n + 1) {
	margin-top: 10px;
}

#app .appBox .list .item .img {
	width: 67px;
}

#app .appBox .list .item .txt {
	font-size: 1.4rem;
	margin-left: 13px;
	font-weight: 700;
}

@media all and (max-width: 599px) {
	#app .content {
		background: url(../img/home/bg_modal01.png) no-repeat center/cover;
	}
	#app .head {
		width: 100%;
		margin-bottom: 30px;
	}
	#app .imgTxt01 .imgs .img {
		width: 100%;
		margin: 0 0 15px;
	}
	#app .imgTxt01 .imgs .img + .img {
		width: 100%;
	}
	#app .imgTxt01 .txt {
		width: 100%;
		margin-top: 0;
	}
	#app .imgTxt02 {
		padding-top: 20px;
	}
	#app .imgTxt02 .list .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 20px 0;
	}
	#app .imgTxt02 .list .item .img {
		width: 57px;
		margin: 0 auto;
	}
	#app .imgTxt02 .list .item .areaTxt {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	#app .imgTxt02 .list .item .areaTxt .subTit {
		margin: 5px 0;
		font-size: 1.6rem;
		text-align: center;
	}
	#app .ideaTxt {
		padding: 15px 20px;
	}
	#app .ideaTxt .txt {
		text-align: left;
	}
	#app .ideaTxt .txt + .txt {
		margin-top: 15px;
	}
	#app .ideaTxt .btn {
		margin: 30px auto 0;
	}
	#app .ideaTxt .btn a {
		padding: 5px 0;
	}
	#app .appBox {
		padding: 20px 20px 20px;
	}
	#app .appBox .list {
		width: 100%;
		margin: 0 auto;
		padding: 20px 12px;
		box-sizing: border-box;
	}
	#app .appBox .list .item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#app .appBox .list .item:nth-of-type(2n + 1) {
		margin-top: 10px;
	}
	#app .appBox .list .item + .item {
		margin-top: 10px;
	}
	#app .appBox .list .item .img {
		width: 40px;
	}
	#app .appBox .list .item .txt {
		margin-left: 10px;
		line-height: 1.5;
	}
}

/*  #function
================================================ */
#function .content {
	border: none;
}

#function .head {
	width: 707px;
	margin-bottom: 50px;
}

#function .imgTxt .imgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#function .imgTxt .imgBox .img {
	width: 420px;
}

#function .imgTxt .imgBox .minImgTxt01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 420px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box {
	width: 204px;
}

#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box .img {
	width: 204px;
}

#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box .txt {
	margin-top: 15px;
}

#function .imgTxt .list {
	margin-top: 30px;
}

#function .imgTxt .list .item {
	position: relative;
	padding-left: 13px;
}

#function .imgTxt .list .item + .item {
	margin-top: 5px;
}

#function .imgTxt .list .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #475560;
}

#function .functionBox {
	margin-top: 75px;
}

#function .functionBox .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#function .functionBox .list .item {
	width: 420px;
}

#function .functionBox .list .item:nth-child(n + 3) {
	margin-top: 50px;
}

#function .functionBox .list .item .txt {
	margin-top: 10px;
	font-size: 1.3rem;
	text-align: center;
}

#function .functionBox .areaTxt {
	margin-top: 55px;
}

#function .functionBox .areaTxt .link {
	margin-top: 30px;
}

#function .functionBox .areaTxt .link .txt a {
	color: #70c7c4;
}

@media all and (max-width: 599px) {
	#function .head {
		width: 100%;
		margin-bottom: 30px;
	}
	#function .imgTxt .imgBox {
		display: block;
	}
	#function .imgTxt .imgBox .img {
		width: 70%;
		margin: 0 auto 15px;
	}
	#function .imgTxt .imgBox .minImgTxt01 {
		width: 100%;
	}
	#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box {
		width: 48%;
	}
	#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box .img {
		width: 100%;
	}
	#function .imgTxt .imgBox .minImgTxt01 .minImgTxt01Box .txt {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#function .imgTxt .list {
		margin-top: 30px;
	}
	#function .imgTxt .list .item {
		position: relative;
		padding-left: 13px;
	}
	#function .imgTxt .list .item + .item {
		margin-top: 5px;
	}
	#function .imgTxt .list .item:before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 6px;
		height: 6px;
		background: #475560;
	}
	#function .functionBox {
		margin-top: 40px;
	}
	#function .functionBox .list .item {
		width: 48%;
	}
	#function .functionBox .list .item:nth-child(n + 3) {
		margin-top: 20px;
	}
	#function .functionBox .list .item .txt {
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: left;
	}
	#function .functionBox .areaTxt {
		margin-top: 30px;
	}
	#function .functionBox .areaTxt .link {
		margin-top: 20px;
	}
}

/*  #system
================================================ */
#system .content {
	background: url(../img/home/bg_modal01.png);
	border: none;
}

#system .head {
	width: 755px;
	margin-bottom: 50px;
}

#system .imgTxt01 .imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#system .imgTxt01 .imgs .img {
	width: 400px;
}

#system .imgTxt01 .txt {
	margin-top: 20px;
}

#system .imgTxt02 {
	padding-top: 80px;
}

#system .imgTxt02 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#system .imgTxt02 .list .item {
	width: 240px;
	padding: 15px 15px 9px 15px;
}

#system .imgTxt02 .list .item:nth-child(2) {
	position: relative;
}

#system .imgTxt02 .list .item:nth-child(2):before,
#system .imgTxt02 .list .item:nth-child(2):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dde1e5;
}

#system .imgTxt02 .list .item:nth-child(2):before {
	left: -2px;
}

#system .imgTxt02 .list .item:nth-child(2):after {
	right: -1px;
}

#system .imgTxt02 .list .item .subTit {
	margin-top: 10px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}

#system .imgTxt02 .list .item .txt {
	margin-top: 10px;
}

#system .systemBox {
	margin-top: 75px;
}

#system .systemBox .tit {
	color: #fff;
	position: relative;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}

#system .systemBox .tit:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -15px;
	background: #475560;
	background: #fff;
}

#system .systemBox .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

#system .systemBox .list .item {
	width: 400px;
	text-align: center;
}

#system .systemBox .list .item .img {
	margin-bottom: 30px;
}

#system .systemBox .list .item .subTit {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}

#system .systemBox .list .item .txt {
	font-size: 1.4rem;
}

#system .systemBox .attention {
	background: #f8f9fa;
	padding: 45px 0;
	text-align: center;
}

#system .systemBox .attention a {
	color: #70c7c4;
}

#system .systemBox .attention + .list {
	margin-top: 0;
	padding-top: 80px;
	padding-bottom: 75px;
}

@media all and (max-width: 599px) {
	#system .content {
		background: url(../img/home/bg_modal01.png) no-repeat center/cover;
	}
	#system .head {
		width: 100%;
		margin-bottom: 30px;
	}
	#system .imgTxt01 .imgs .img {
		width: 48%;
	}
	#system .imgTxt01 .txt {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	#system .imgTxt02 {
		padding-top: 20px;
	}
	#system .imgTxt02 .list {
		display: block;
	}
	#system .imgTxt02 .list .item {
		width: 100%;
		box-sizing: border-box;
		padding: 5px 0;
	}
	#system .imgTxt02 .list .item:nth-child(2):before,
	#system .imgTxt02 .list .item:nth-child(2):after {
		content: none;
	}
	#system .imgTxt02 .list .item + .item {
		margin-top: 10px;
	}
	#system .imgTxt02 .list .item .subTit {
		margin-top: 8px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#system .imgTxt02 .list .item .txt {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	#system .systemBox {
		margin-top: 40px;
	}
	#system .systemBox .tit {
		font-size: 1.8rem;
	}
	#system .systemBox .tit:before {
		bottom: -10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 60px;
		margin-left: 0;
	}
	#system .systemBox .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 28px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 20px;
	}
	#system .systemBox .list .item {
		width: 100%;
	}
	#system .systemBox .list .item + .item {
		margin-top: 24px;
	}
	#system .systemBox .list .item .img {
		margin-bottom: 10px;
	}
	#system .systemBox .list .item .subTit {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	#system .systemBox .list .item .txt {
		text-align: left;
		font-size: 1.3rem;
	}
	#system .systemBox .attention {
		padding: 20px 0;
		text-align: center;
	}
	#system .systemBox .attention + .list {
		padding: 45px 15px 30px;
	}
}

/*  #product
================================================ */
#product .content {
	background: url(../img/home/bg_product01.png);
	border: none;
}

#product .head {
	width: 637px;
	margin-bottom: 78px;
}

#product .list .item + .item {
	margin-top: 72px;
}

#product .list .item:nth-of-type(2) .areaCont .img {
	width: 360px;
}

#product .list .item:nth-of-type(3) .areaCont .img {
	width: 500px;
}

#product .list .item .subTit {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}

#product .list .item .subTit span {
	padding-left: 10px;
	color: #ff6600;
	font-weight: 700;
}

#product .list .item .areaCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#product .list .item .areaCont .img {
	position: relative;
	width: 360px;
	margin-left: 10px;
	z-index: 100;
}

#product .list .item .areaCont .areTxt {
	position: relative;
}

#product .list .item .areaCont .areTxt:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -166px;
	display: inline-block;
	width: 600px;
	height: 194px;
	border: 2px solid #ff6600;
}

#product .list .item .areaCont .areTxt .subList {
	width: 390px;
	border: 2px solid #ff6600;
	margin-top: 30px;
	margin-left: 24px;
	padding: 40px 20px 20px;
}

#product .list .item .areaCont .areTxt .subList .subItem {
	position: relative;
	padding-left: 13px;
	color: #fff;
}

#product .list .item .areaCont .areTxt .subList .subItem:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #ff6600;
}

@media all and (max-width: 599px) {
	#product .content {
		background: url(../img/home/bg_product01.png) no-repeat center/cover;
	}
	#product .head {
		width: 100%;
		margin-bottom: 30px;
	}
	#product .list .item + .item {
		margin-top: 72px;
	}
	#product .list .item:nth-of-type(2) .areaCont .img {
		width: 75%;
	}
	#product .list .item:nth-of-type(3) .areaCont .img {
		width: 75%;
	}
	#product .list .item .subTit {
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-size: 1.8rem;
	}
	#product .list .item .subTit span {
		padding-left: 10px;
	}
	#product .list .item .areaCont {
		display: block;
	}
	#product .list .item .areaCont .img {
		position: relative;
		width: 75%;
		margin: 0 auto;
		z-index: 100;
	}
	#product .list .item .areaCont .areTxt:before {
		content: '';
		top: 7px;
		left: 7px;
		width: 100%;
		height: 100%;
		border: 1px solid #ff6600;
	}
	#product .list .item .areaCont .areTxt .subList {
		width: 100%;
		border: 1px solid #ff6600;
		margin: 0;
		padding: 15px 15px 15px 20px;
		box-sizing: border-box;
	}
	#product .list .item .areaCont .areTxt .subList .subItem {
		position: relative;
		padding-left: 13px;
	}
	#product .list .item .areaCont .areTxt .subList .subItem:before {
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
	}
}

#app .imgTxt03 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#app .imgTxt03 .mainImg {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: calc(50% - 5px);
  padding: 10px 0;
  border: 1px solid #d7d7d7; 
  box-sizing: border-box;
}
#app .imgTxt03 .imgs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: calc(50% - 5px);
  margin-top: -10px;
}
#app .imgTxt03 .imgs .img {
  width: calc(50% - 5px);
  margin-top: 10px;
}
#app .imgTxt03 .txt {
  margin-top: 25px;
}

@media all and (max-width: 599px) {
  #app .imgTxt03 {
    display: block;
  }
  
  #app .imgTxt03 .mainImg {
    width: 100%;
  }
  #app .imgTxt03 .imgs {
    width: 70%;
    margin: 0 auto;
  }
  #app .imgTxt03 .imgs .img {
    width: calc(50% - 7.5px);
    margin-top: 15px;
  }
  #app .imgTxt03 .txt {
    margin-top: 30px;
  }
}