/* ========== contents-area ============================== */
#contents-area {
	margin-bottom:  100px;
}
#contents-area p {
	line-height: 1.5;
}

/* ========== mv ============================== */
#mv {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	min-width: 950px;
}
#mv img {
	width: 100%;
}

/* ========== page_navi ============================== */
#page_navi {
	position: fixed;
	top: 50%;
	left: 0;
	width: 110px;
	border: 1px solid #d8dadc;
	border-width: 1px 1px 1px 0;
	z-index: 100;
	margin-top: -136px;
}

.page_navi_list_item {
	width: 110px;
	height: 90px;
	border-bottom: 1px solid #d8dadc;
	position: relative;
}

.page_navi_list_item:last-child {
	border: none;
}

.page_navi_list_item > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #e0e1e2;
	color: inherit;
	font-size: 14px;
	text-decoration: none!important;
	outline: none;
}

.page_navi_list_item:hover > a,
.page_navi_list_item.is-current > a {
	background: #acacad;
}

.page_navi_list_item > a:before {
	content: "";
	display: block;
	margin: 0 auto 8px;
	background-size: 100% auto!important;
}

.page_navi_list_item-virtual > a:before {
	width: 43px;
	height: 32px;
	padding-top: 17px;
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1.png) no-repeat 0 17px;
}

.page_navi_list_item-network > a:before {
	width: 24px;
	height: 42px;
	padding-top: 12px;
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic2.png) no-repeat 0 20px;
}

.page_navi_list_item-security > a:before {
	width: 26px;
	height: 36px;
	padding-top: 17px;
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic3.png) no-repeat 0 17px;
}

.page_navi_list_item-etc > a:before {
	width: 33px;
	height: 33px;
	padding-top: 20px;
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic5.png) no-repeat 0 20px;
}

.page_navi_list_item:hover .page_navi_innerList {
	display: block;
}

.page_navi_innerList {
	width: 290px;
	position: absolute;
	top: 0;
	right: -290px;
	display: none;
}

.page_navi_innerList_item {
	width: 100%;
	height: 73px;
	border-bottom: 1px solid #6c7176;
	display: table;
}

.page_navi_innerList_item:last-child {
	border-bottom: none;
}

.page_navi_innerList_item > a {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding: 0 20px 0 73px;
	box-sizing: border-box;
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/bg.png);
	position: relative;
}

.page_navi_innerList_item > a:hover {
	text-decoration: none;
	background-color:rgba(0,0,0,0.5);
}

.page_navi_innerList_item a:before {
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -21px;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(1) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_1.png) no-repeat;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(2) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_2.png) no-repeat;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(3) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_3.png) no-repeat;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(4) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_4.png) no-repeat;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(5) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_5.png) no-repeat;
}

.page_navi_list_item-virtual .page_navi_innerList_item:nth-child(6) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic1_6.png) no-repeat;
}

.page_navi_list_item-network .page_navi_innerList_item:nth-child(1) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic2_1.png) no-repeat;
}

.page_navi_list_item-network .page_navi_innerList_item:nth-child(2) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic2_2.png) no-repeat;
}

.page_navi_list_item-network .page_navi_innerList_item:nth-child(3) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic2_3.png) no-repeat;
}


.page_navi_list_item-security .page_navi_innerList_item:nth-child(1) a:before {
	background: url(/biz/set/data/special/aspire_starter/img/p/common/navi/navi_ic3_1.png) no-repeat;
}

/* ========== contents_section ============================== */
.contents_section {
	width: 100%;
	margin-bottom: 80px;
	font-size: 16px;
}

.contents_section:last-of-type {
	margin-bottom: 0;
}

.contents_section p {
	margin-bottom: 10px;
}

.section_ttl {
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	padding: 33px 0;
	background: #f4f5f6;
	text-align: center;
	margin-bottom: 50px;
}

.section_ttl:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
}

#cloud .section_ttl:before {
	width: 67px;
	height: 50px;
	background: url(/biz/set/data/special/aspire_starter/img/p/cloud/ttl_ic.png) no-repeat;
}


#virtual .section_ttl:before {
	width: 58px;
	height: 53px;
	background: url(/biz/set/data/special/aspire_starter/img/p/virtual/ttl_ic.png) no-repeat;
}

#network .section_ttl:before {
	width: 49px;
	height: 50px;
	background: url(/biz/set/data/special/aspire_starter/img/p/network/ttl_ic.png) no-repeat;
}

#security .section_ttl:before {
	width: 40px;
	height: 56px;
	background: url(/biz/set/data/special/aspire_starter/img/p/security/ttl_ic.png) no-repeat;
}

#etc .section_ttl:before {
	width: 33px;
	height: 50px;
	background: url(/biz/set/data/special/aspire_starter/img/p/etc/ttl_ic.png) no-repeat;
}

.article_ttl {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 14px;
	border-bottom: 2px solid #84919d;
	margin-bottom: 32px;
}

.indent_txt {
	text-indent: -1em;
	padding-left: 1em;
}

.small_txt {
	font-size: 14px;
}

.blue_txt {
	color: #2174ed;
}

.link_txt {
	background: url(/biz/set/data/special/aspire_developer/img/p/common/arw_right_blue.png) no-repeat left center;
	padding-left: 15px;
}

.sns_wrap {
	position: relative;
}

.snsComponent {
	position: absolute;
	top: 80px;
	left: 0;
}


/* ========== footer ============================== */
.l-footer_text{
	font-size: 12px;
}


/* ========== virtual ============================== */
#virtual {
}

#virtual-0,
#virtual-1,
#virtual-2,
#virtual-3,
#virtual-4{
	margin-bottom: 40px;
}

#virtual-1 .virtual_img,
#virtual-2 .virtual_img{
	width: 390px;
	float: right;
	text-align: center;
	margin-bottom: 15px;
}

.virtual_sub_ttl {
	margin-bottom: 14px;
	font-weight: bold;
    font-size: 16px;
}


/* ========== network ============================== */
#network {
}

#network-0 {
	margin-bottom: 40px;
}

#network-0 .network_img {
	text-align: center;
	margin-bottom: 35px;
}

#network-1 {
	margin-bottom: 40px;
}

#network-1 .network_img {
	width: 325px;
	float: right;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 30px;
}

#network-2 .network_img {
	float: right;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 30px;
}

.network_sub_ttl {
	margin-bottom: 14px;
	font-weight: bold;
    font-size: 16px;
}