@charset "utf-8";
/* CSS Document */

.related_services_item_box{
	display: table;
	width:100%;
}


.related_services_item_cell {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.related_services_item {
	display: table-cell;
}


.related_services_item:nth-of-type(1) {
	width:157px;
	padding-bottom:50px;
	vertical-align: top;
	text-align: center;

}
.related_services_ttl{
	width:157px;
	height:157px;
	background-image: url(/content/dam/nttcom/cmn/img/blue_line_box_bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	display: table;
}
.related_services_ttl .ttl_inner {
	display: table-cell;
	width: 157px;
	height: 157px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color:#004386;
}
.related_services_ttl .ttl_inner img {
	padding-top:25px;
	margin-bottom:10px;
}
.related_services_ttl .ttl_inner h3 {
	width:150px;
	margin:0 auto;
}


@media screen and (max-width: 480px) {
.related_services_item_cell {
	display: block;
	width: 100%;
	vertical-align: top;
}

.related_services_item {
	display: block;
}


.related_services_item:nth-of-type(1) {
	width: 100%;
	padding-bottom:10px;
	vertical-align: top;
	text-align: center;

}
.related_services_ttl{
	position: relative;
	width: 60%;
	height: 60%;
	margin: 0 auto;
	background-image: url(/content/dam/nttcom/cmn/img/blue_line_box_bg.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.related_services_ttl:after {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}
.related_services_ttl .ttl_inner {
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
}
.related_services_ttl .ttl_inner img {
	margin-top: -20px;
	padding-top:0;
}
.related_services_ttl .ttl_inner p {
	margin-top: 20px;
}

.related_services_ttl .ttl_inner h3 {
	width: auto;
	margin:10px auto 0;
}

.related_services_contents{
	width: 100%;
	padding: 10px 0;
}

.related_services_title-text {
	color: #004386 !important;
}
}