body {
	counter-reset: number 0;
}

.contents {
	width: 100%!important;
}

.content-back-h01 {
	background: #fff;
	padding: 50px 0 100px 0;
}

.content-back-g01 {
	background: #f8f8f8;
	padding: 50px 0 100px 0;
}

.content-back-h02 {
	background: #fff;
	padding: 250px 0 100px 0;
}

.content-back-g02 {
	height: 500px;
	background: #f8f8f8;
	padding: 50px 0 0 0;
}

.p-r {
	position: relative;
}

.p-r-b30 {
	position: relative;
	bottom: -30px;
}

.content-area {
	width: 940px;
	height: auto;
	margin: 0 auto;
}

.aer-mv {
	background: #fff;
	width: 100%;
	max-width: 1260px;
	min-width: 1050px;
	margin: 0 auto 30px;
}

.aer-mv img {
	width: 100%;
}

.flex {
	margin-top: 50px;
	display: flex;
}
.flex img{
	/* max-width: 100%; */
	display: block;
	padding-right: 35px;
}

.characteristic-area {
	display: flex;
	margin-top: 50px;
}

.characteristic-box {
	width: 32%;
	align-self: stretch;
	background: #fff;
	padding: 20px;
	margin: 0 10px 0;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.characteristic-box img {
	width: 100%;
}

.aer-list {
	width: 650px;
	background: #fff;
	padding: 15px 15px 15px 40px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	margin: 50px 0;
	border-radius: 10px;
	position: relative;
}

.aer-list::before {
	counter-increment: number 1;  
	content: counter(number);
	background: #ee0031;
	padding: 8px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: -15px;
	left: -15px;
}

.pic-max {
	width: 100%!important;
}

.inquiry-full {
	width: 940px;
	margin: 0 auto;
}

/* Text */
a {text-decoration: none;}

.content-area > h2 {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 4px solid #e0e0e0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.content-area > h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3ddc84;
}

.lead-txt-01 {
	font-size: 22px;
	font-weight: normal;
}

.lead-txt-02 {
	font-size: 18px;
	font-weight: bold;
}

.lead-txt-img {
	font-size: 18px;
	font-weight: bold;
	color: #ee0031;
}

.lead-txt-img::before {
  content: url(/content/dam/nttcom/hq/jp/business/lp/android-enterprise/img/img_10.png);
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.c-txt {
	text-align: center;
}

.mt-50 {
	margin-top: 50px;
}

.pcno {
	display: none;
}

/* TAB */
@media screen and (min-width:768px) and ( max-width:1024px) {

}

/*移植用追加*/

.flex .item:nth-of-type(1){
	margin-right: 35px;
}