@charset "UTF-8";

#main_visual {
	border-bottom: 2px solid #2e8d89;
}

#main_visual ul li {
	line-height: 0;
	text-align: center;
}

#plan_slider {
	opacity: 0;
	position: relative;
	padding-bottom: 30px;
}

#plan_slider .flex-direction-nav {
	background: #e8f7f6;
	padding: 10px;
	overflow: auto;
}

#plan_slider .flex-direction-nav li {
	position: relative;
	z-index: 100;
}

#plan_slider .flex-direction-nav a {
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0;
	opacity: 1;
	font-size: 60px;
	width: auto;
	height: auto;
	line-height: 0;
	color: #cfd5d4;
}

#plan_slider .flex-direction-nav a:before {
	display: none;
}

#plan_slider .flex-direction-nav .flex-prev {
	float: left;
}

#plan_slider .flex-direction-nav .flex-next {
	float: right;
}

#plan_slider .flex-viewport {
	overflow: visible !important;
	clear: both;
}

#plan_slider .flex-viewport li {
	position: relative;
	display: none;
}

#plan_slider .flex-viewport .title {
	position: absolute;
	top: -70px;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #1aadaa;
}

#plan_slider .flex-viewport .detail {
	padding: 20px 0;
	text-align: center;
	font-size: 128%;
}

#plan_slider .flex-viewport .detail .month {
	margin-bottom: 8px;
	font-size: 139%;
	font-weight: bold;
	line-height: 1.2;
}

#plan_slider .flex-viewport .detail .month span.chara {
	font-size: 133%;
	margin: 0 3px;
}

#plan_slider .flex-viewport .detail .month span.yen {
	font-size: 72%;
}

#plan_slider .flex-viewport .detail .month small {
	display: block;
	font-size: 60%;
	line-height: 1.2;
}

#plan_slider .flex-viewport .detail .ini {
	margin-bottom: 8px;
}

#plan_slider .flex-viewport .detail .ini small,
#plan_slider .flex-viewport .detail .disc small  {
	display: block;
	font-size: 72%;
	line-height: 1.2;
}

#plan_slider .flex-viewport .detail .memory,
#plan_slider .flex-viewport .detail .cpu {
	margin-bottom: 8px;
}


#plan_slider .flex-control-nav {
	margin-bottom: 30px;
	position: static;
}

#plan_slider .flex-control-nav a {
	background: #bebebe;
	box-shadow: none;
}

#plan_slider .flex-control-nav .flex-active {
	background: #1aadaa;
}

#plan_slider .flex-control-paging li {
	margin: 0 8px;
}

#plan_slider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.sec_feature {
	text-align: center;
}

.sec_feature .st {
	margin-bottom: 30px;
}

.sec_feature .figure {
	width: 54.83871%;
	margin: 0 auto 15px;
}

.sec_feature .caption {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
}

.sec_feature .caption small {
	display: block;
	font-size: 67%;
	font-weight: normal;
	line-height: 1.2;
}

.sec_feature .link {
	margin-bottom: 30px;
}

.sec_case .st {
	margin-bottom: 30px;
}

.sec_case .link {
	position: relative;
	margin-bottom: 30px;
}

.sec_contact .st {
	margin-bottom: 20px;
}

.sec_feed {
	background: #1aadaa;
}

.sec_feed .st {
	margin-bottom: 20px;
	color: #000;
	font-size: 166%;
}

.sec_feed .area_feed {
	margin-bottom: 30px;
	border-top: 1px solid #000;
	color: #000;
}

.sec_feed .area_feed ul li {
	padding: 15px 10px;
	border-bottom: 1px solid #000;
}

.sec_feed .area_feed ul li .date {
	display: block;
	font-weight: bold;
}

.sec_feed .area_feed ul li .title a {
	color: #000;
	text-decoration: none;
}

.sec_feed .link {
	text-align: center;
}

.sec_feed .link a {
	display: inline-block;
	padding: 10px 25px;
	background: #273747;
	color: #fff;
	text-decoration: none;
	font-size: 139%;
}