.flex{
	display:flex;
}
.machine__list-dji{
	justify-content:space-between;
	align-items:flex-start;
}
.machine__list-dji li.machine__listItem-dji{text-align:center;}
.machine__list-dji li.machine__listItem-dji:first-child,
.machine__listItem-ntt{
	width:30%;
}
.machine__list-dji li.machine__listItem-dji:first-child{
	box-sizing:content-box;
	padding-right:5%;
	border-right:1px dashed;
}
.machine__list-dji li.machine__listItem-dji:last-child{
	width:60%;
}
.machine__listItem-ntt{text-align:center;}

.machine__list a{
	display:block;
	background-color:#008648;
	color:#fff;
	border-radius:22px;
	width:85%;
	margin:10px auto 0;
	padding:3%;
}

/* ドローンのタブ */
.tab-group{
  display: flex;
}
.tab{
	width:50%;
  flex-grow: 1;
  padding:5px;
  list-style:none;
  border:solid 1px #008648;
	color:#008648;
 text-align:center;
 cursor:pointer;
}
.panel-group{
	margin:24px 0 0;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#008648;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}

/* ales測量サービス */
.ales__btn{
	margin-top:20px;
	text-align:center;
}
.ales__btn .ales_link-web{
	background-color:#3f5689;
	color:#ffffff;
	display:inline-block;
	width:50%;
	border-radius:4px;
	padding:0.7em;
	font-weight:500;
	text-align:center;
	font-size:15px;
}

.ales__btn .ales_link-pdf{
	margin-top:20px;
}

.ales_link{
	color:#008648;
	font-weight:700;
}

@media screen and (max-width: 479px) {
	.machine__list-dji{
		flex-direction:column;
	}

	.machine__list-dji li.machine__listItem-dji:first-child,
	.machine__listItem-ntt{
		width:50%;
		margin:0 auto 15px;
	}
	.machine__list-dji li.machine__listItem-dji:first-child{
	box-sizing:border-box;
	padding-right:0%;
	border-right:none;
}

	.machine__list-dji li.machine__listItem-dji:last-child{
		width:100%;
	}
	.machine__list a{
		width:85%;
		font-size:12px;
		line-height:1.4;
		padding:5%;
	}
	.tab-A{
		display:flex;
		align-items:center;
		justify-content:center;
		line-height:1.5;
	}
	.tab-B{
		line-height:1.3;
	}
	article#drawn .dl_wrap  .lecPlace__dd{
		width:100%;
	}
	
}