@charset "UTF-8";

@media screen and (max-width: 768px) {

	/* utility
	**************************************************************************************************/
	.hl03 span {
		display: block;
		margin: 0 auto .6em;
	}
	
	/* outline
	**************************************************************************************************/
	.outline-lead {
		margin-bottom: 4em;
	}
	
	.outline-list li {
		margin: 0 auto 1.5em!important;
	}

	.outline-list li h3 {
		color: #CC023A;
		background: #EDF5FF;
		font-size: 16px;
		font-weight: bold;
		padding: 1.3em 1em;
		text-align: left;
		position: relative;
		border-radius: 0 0 8px 8px;
	}
	
	.outline-list li figure img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/* activity
	**************************************************************************************************/
	.activity {
		width: 100%;
		max-width: 966px;
		margin: 0 auto 80px;
		padding: 0 16px;
	}
	
	.activity-list {
		width: 100%;
		background: #EDF5FF;
		border-radius: 8px;
		padding: 24px 16px!important;
	}
	
	.activity-list li {
		background: #fff;
		border-radius: 8px;
	}

	.activity-list li:not(:last-child) {
		margin: 0 auto 1.5em!important;
	}
	
	.activity-list li figure img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 8px 8px 0 0;
	}
	
	.activity-list li figure figcaption {
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		display: block;
		width: 78.358%;
		text-align: center;
		padding: .8em;
		background: #CC023A;
		position: relative;
		top: -1.5em;
		margin: 0 auto;
		border-radius: 8px;
	}
	
	.activity-list-text {
		padding: 0 1em 1.5em 1em;
	}
	
	.activity-list-text h3 {
		font-size: 16px;
		color: #CC023A;
		margin: 0 auto 1em!important;
		font-weight: bold;
	}

	.activity-list-text p {
		font-size: 14px;
	}
	
	/* product
	**************************************************************************************************/
	.product {
		width: 100%;
		max-width: 966px;
		margin: 0 auto 80px;
		padding: 0 16px;
	}
	
	.product__wrap {
		background: #EDF5FF;
		border-radius: 8px;
		padding: 24px 0!important;
	}
	
	.product__wrap:not(:last-of-type) {
		margin: 0 auto 40px;
	}
	
	.product__wrap h3 {
		color: #CC023A;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding: .8em 1em .8em 1.6em;
		border-radius: 1em;
		margin: 0 1em 1.2em 1em!important;
		background: #fff;
	}
	
	.product__wrap h3::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -.4em;
		left: -.4em;
		background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/ico_point.png) no-repeat center center / contain;
		width: 26px;
		height: 35px;
	}
	
	.product__wrap .feature {
		width: 100%;
		display: flex;
		justify-content: space-between;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 1.2em 0!important;
	}
	
	.product__wrap .feature li {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin: 0 30px 0 0!important;
	}

	.product__wrap .feature li:first-child {
		margin: 0 30px 0 16px!important;
	}

	.product__wrap .feature li:last-child {
		padding: 0 16px 0 0!important;
	}
	
	.product__wrap .feature li figure {
		width: 100%;
		height: 350px;
		background: #DAEBFF;
		border-radius: 8px;
		padding: 16px 0!important;
		display: flex!important;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.product__wrap .feature li figure img {
		display: block;
		width: 70%;
		height:  auto;
		margin: 0 auto;
	}
	
	.product__wrap .feature li figure figcaption {
		background: #EDF5FF;
		margin: 0 auto;
		padding: .5em 2em;
		text-align: center;
		font-weight: bold;
		color: #085280;
		font-size: 14px;
	}
	
	.product__wrap .feature li figure .line1 {
		border-radius: 1.25em;
		height: 2.5em;
	}
	
	.product__wrap .feature li figure .line2 {
		border-radius: 2em;
		height: 4em;
	}
	
	.product__wrap .feature li:nth-child(-n+2)::after {
		content: "";
		display: inline-block;
		background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/arrow_right.png) no-repeat center center / contain;
		width: 28px;
		height: 111px;
		position: absolute;
		top: 100px;
		bottom: 0;
		margin: auto;
		right: -28px;
	}

	.product__wrap .feature li div {
		background: #CC023A;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		width: 220px;
		height: 80px;
		border-radius: 8px;
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 0 0 1em;
		margin: 0 0 24px 0;
	}

	.product__wrap .feature li:last-child div {
		width: 240px;
	}
	
	.product__wrap .feature li:nth-child(-n+2) div::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 0 40px 28px;
		border-color: transparent transparent transparent #CC023A;
		border-radius: 8px;
		position: absolute;
		right: -24px;
		top: 0;
	}

	.product__wrap .catch {
		font-size: 18px;
		font-weight: bold;
		margin: 0 16px .5em 16px;
		color: #CC023A;
		line-height: 1.5;
	}
	
	.product__wrap .catch a {
		color: #CC023A !important;
		display: block;
	}
	
	.product__wrap .catch span {
		display: inline-block;
		font-size: 14px;
		position: relative;
		padding: 0 1.5em 0 0;
		margin: 1em 0 0 0;
	}
	
	.product__wrap .catch span::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/arw_link.png) no-repeat center center / contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	
	/* balloon
	**************************************************************************************************/
	.balloon {
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		padding: 16px 10px;
		width: 100%;
		color: #CC023A;
		font-size: 16px;
		background: #FFF;
		border: solid 3px #CC023A;
		box-sizing: border-box;
		border-radius: 8px;
		text-align: center;
	  }
	  
	  .balloon:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	  }
	  
	  .balloon:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #CC023A;
		z-index: 1;
	  }
	  
	  .balloon p {
		margin: 0;
		padding: 0;
	  }
	
	}

@media screen and (min-width: 769px) {

/* utility
**************************************************************************************************/
.hl03 span {
	display: block;
	margin: 0 auto .6em;
}

/* outline
**************************************************************************************************/
.outline-lead {
	margin-bottom: 6em;
}

.outline-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.outline-list li {
	flex-basis: 47.002%;
	max-width: 47.002%;
	margin: 0 auto 2em!important;
}

.outline-list li h3 {
	color: #CC023A;
	background: #F2F2F2;
	font-size: 18px;
	font-weight: bold;
	padding: 1.3em 2.2em;
	text-align: left;
	position: relative;
	border-radius: 0 0 8px 8px;
}

.outline-list li figure img {
	display: block;
	width: 100%;
	height: auto;
}

/* activity
**************************************************************************************************/
.activity {
	width: 100%;
    max-width: 966px;
	margin: 0 auto 80px;
	padding: 0 16px;
}

.activity-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #F2F2F2;
	border-radius: 8px;
	padding: 32px 40px!important;
}

.activity-list li {
	flex-basis: 31.381%;
	max-width: 31.381%;
	background: #fff;
	border-radius: 8px;
}

.activity-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}

.activity-list li figure figcaption {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 78.358%;
	text-align: center;
	padding: .8em;
	background: #CC023A;
	position: relative;
	top: -1.5em;
	margin: 0 auto;
	border-radius: 8px;
}

.activity-list-text {
	padding: 0 1.5em 1.5em 1.5em;
}

.activity-list-text h3 {
	font-size: 18px;
	color: #CC023A;
	margin: 0 auto 1em!important;
	font-weight: bold;
}

/* product
**************************************************************************************************/
.product {
	width: 100%;
    max-width: 966px;
	margin: 0 auto 80px;
	padding: 0 16px;
}

.product__wrap {
	background: #F2F2F2;
	border-radius: 8px;
	padding: 40px 40px 32px 40px;
	text-align: center;
}

.product__wrap:not(:last-of-type) {
	margin: 0 auto 40px;
}

.product__wrap h3 {
	display: inline-block;
    color: #CC023A;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding: .4em 1em .4em 2.4em;
    border-radius: 0 1em 1em 0;
    margin: 0 0 1.2em 0!important;
    background: #fff;
}

.product__wrap h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/ico_point.png) no-repeat center center / contain;
	width: 34px;
	height: 46px;
}

.product__wrap .feature {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 2em!important;
}

.product__wrap .feature li {
	flex-basis: 30%;
	max-width: 30%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	text-align: left;
}

.product__wrap .feature li figure {
	width: 100%;
	height: 404px;
	background: #DAEBFF;
	border-radius: 8px;
	padding: 32px 0!important;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}

.product__wrap .feature li figure img {
	display: block;
	margin: 0 auto;
}

.product__wrap .feature li figure figcaption {
    background: #EDF5FF;
    margin: 1em auto 0;
    padding: .5em 2em;
	text-align: center;
	font-weight: bold;
	color: #085280;
}

.product__wrap .feature li figure .line1 {
	border-radius: 1.25em;
    height: 2.5em;
}

.product__wrap .feature li figure .line2 {
	border-radius: 2em;
	height: 4em;
}

.product__wrap .feature li:nth-child(-n+2)::after {
	content: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/arrow_right.png);
	display: inline-block;
	width: 38px;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -38px;
}

.product__wrap .feature li div {
	background: #CC023A;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 80px;
	border-radius: 8px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 1em;
	margin: 0 0 24px 0;
}

.product__wrap .feature li:nth-child(-n+2) div::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 28px;
	border-color: transparent transparent transparent #CC023A;
	border-radius: 8px;
	position: absolute;
	right: -24px;
	top: 0;
}

.product__wrap .catch {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
    font-weight: bold;
	margin: 0 0 .5em 0;
	color: #CC023A;
}

.product__wrap .catch a {
	color: #CC023A !important;
}

.product__wrap .catch span {
	font-size: 16px;
	position: relative;
	padding: 0 1.5em 0 0;
	margin: 0 0 0 2em;
}

.product__wrap .catch span::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/workstyle/arw_link.svg) no-repeat center center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
    right: 0;
}

/* balloon
**************************************************************************************************/
.balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 16px 10px;
	width: 100%;
	color: #CC023A;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #CC023A;
	box-sizing: border-box;
	border-radius: 8px;
	text-align: center;
  }
  
  .balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
  }
  
  .balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #CC023A;
	z-index: 1;
  }
  
  .balloon p {
	margin: 0;
	padding: 0;
  }

}