body {
	counter-reset: number 0;
}

.contents p {
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contents-main {
    padding: 0 0 30px!important;
}

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

.contents {
	width: 100%!important;
}

.content-back-h01 {
	background: #fff;
	padding: 30px 10px 50px 10px;
}

.content-back-g01 {
	background: #f8f8f8;
	padding: 30px 10px 50px 10px;
}

.content-back-h02 {
	background: #fff;
	padding: 30px 10px 50px 10px;
}

.content-back-g02 {
	background: #f8f8f8;
	padding: 30px 10px 50px 10px;
}

.content-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.cl-mv {
	width: 100%;
	height: auto;
}

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

.sp-img img {
	width: 100%;
}

.flex {
	display: block;
	flex-wrap:nowrap;
	justify-content:space-between;
}

.aer-list {
	width: 100%;
	background: #fff;
	padding: 10px 10px 10px 44px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	margin: 20px 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: 18px;
	font-weight: bold;
	position: absolute;
	top: -9px;
	left: -5px;
}

.pic-max {
    width: 60%!important;
    margin: 0 auto;
    display: block;
}

.inquiry-full {
	width: 100%!important;
	padding-left: 10px;
	padding-right: 10px;
}

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

.content-area > h2 {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 4px solid #e0e0e0;
	font-size: 20px;
	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: 15px;
	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-sp {
	text-align: center;
}

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

.mb-20-sp {
	margin-bottom: 20px;
}

.spno {
	display: none;
}

/*移植用追加*/

.aer-list {
	width: auto;
}