@charset "utf-8";

main{
	padding-top: 55px;
}

h1{
	background: none;
	color:#000;
}

/*------------------------------
	visual
------------------------------*/

#visual {
	width: 100%;
	overflow: hidden;
}

#visual a {
	width: 100%;
	height: 200px;
	text-align:center;
	color: #fff;
	float: left;
	background-size: cover;
}

#visual .catchcopy{
	max-width:110%;
	margin: 30px 40px 19px;
	padding: 15px 0 10px;
	font-size: 4.7vw;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px #424242,0px 0px 5px #424242,0px 0px 5px #424242,0px 0px 5px #424242;
	border: solid 3px #fff;
	border-left: none;
	border-right: none;
}

#visual .message {
	margin: auto 15px;
	text-align:left;
	color: #000;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 30px;
	z-index: 100;
}

.company .visual_detail{
	margin-top:10px;
}

.visual_detail{
	display:inline-block;
	padding:0 10px;
	color:#424242;
	font-size: 15px;
	font-weight: 700;
	border-radius:10px;
	background:#fff;
}

#visual .company{
	background-image:url("/img/visual_top_company.jpg");
	background-position:right 20% center;
}

#visual .infrastructure{
	background-image:url("/img/visual_top_network.jpg");
	background-position:right 10% center;
}

#visual .web{
	background-image:url("/img/visual_top_development.jpg");
	background-position:right 10% center;
}

#visual .consulting{
	background-image:url("/img/visual_top_consulting.jpg");
	background-position:right center;
}

#visual .arrow_left,
#visual .arrow_right {
	position: absolute;
	margin-top: 80px;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	z-index: 1000;
	cursor: pointer;
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#visual .arrow_left:hover,
#visual .arrow_right:hover {
	opacity: 0.5;
}

#visual .arrow_left {
	left: 3px;
}

#visual .arrow_right {
	right: 3px;
}

/*--------------------
	contents
--------------------*/
section{
	width: 100%;
	padding: 15px 0 0;
	box-sizing: border-box;
}

section h1{
	margin: 0 0 15px;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;
	line-height:1.2;
	letter-spacing:6px;
}

/*------------------------------
	news
------------------------------*/
#news{
	padding-bottom: 50px;
	border-top:5px solid #a51f24;
}

#news ul.cnp_list{
	margin: 0;
}

#news ul.cnp_list li{
	position: relative;
	list-style: none;
	margin: 10px;
}
#news ul.cnp_list li:not(.cnp_banner) a img{
	border: 1px solid #ddd;
}

#news ul.cnp_list li a{
	display: block;
	text-align: center;
}

#news ul li.cnp_banner a{
	padding: 15px 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
	border: 4px solid #fff;
}

#news ul.cnp_list li a b{
	color: #d00;
	font-size:20px;
	text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}
#news ul.cnp_list li.edonavi a{
	background: url("/img/edonavi_banner.png")no-repeat center center;
	padding: 70px 20px 0px;
	background-size: cover;
}

#news ul.cnp_list li.edogawaku_hojokin a{
	background: url("/img/banner_websolution.jpg")no-repeat;
	background-size: cover;

}

#news ul.cnp_list li.vpn a {
	background: url("/img/banner_vpn.jpg")no-repeat;
	background-size: cover;
}

#news .news_list {
	margin: 0;
}

#news .news_list ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #bbb;
}

#news .news_list ul a{
	position: relative;
	display: block;
	padding: 10px 30px 10px 15px;
	color: #000;
}

#news .news_list ul a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#news .news_list ul .date {
	color: #666;
}

#news .news_list ul .new .date::after {
	content: "NEW";
	position: relative;
	top: -2px;
	left: 10px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	background:#a51f24;
}

.btn_all {
	margin: 20px 0 30px;
}

.btn_all a {
	display: block;
	margin: 0 10px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #424242;
	border-radius:5px;
	transition: .4s;
}

.fb-page {
	display: none!important;
}

/*------------------------------
	service
------------------------------*/
#service{
	padding-bottom: 15px;
	background:#f5e8e6;
}

#service .division {
	margin-left: 8px;
}

#service .division h2{
	font-size: 20px;
	margin-bottom: 10px;
}

#service .division a{
	display: block;
	box-sizing: border-box;
	width: 340px;
	height: 340px;
	margin: 0 auto 20px;
	padding: 70px 35px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 250px;
	background: #a51f24;
	box-shadow: 0 0 10px #ddd;
}


/*------------------------------
	contact
------------------------------*/

#about {
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

#about .about_company {
	text-align: center;
}

#about .about_company .brand {
	width: 80%;
	height: auto;
}

.recommend {
	padding-top: 50px;
	text-align: center;
}

.recommend h2 {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.recommend h2:before,
.recommend h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.recommend h2:before {
	left:0;
}
.recommend h2:after {
	right: 0;
}

.recommend ul {
	margin: 0;
}

.recommend ul li{
	list-style: none;
	margin: 0 0 10px 0;
}


#about .about_contact {
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	background: #EBE5E4;
}

#about .about_contact h2{
	font-size: 22px;
}

#about .about_contact .ttc a{
	padding-left: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	background: url(/img/icon_tel_sp.png) no-repeat left center;
}

#about .about_contact .btn_contact {
	display: block;
	margin: 10px 30px 0;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #D35052;
	border-radius:5px;
}

