.hi-icon-wrap {
	height: 100px;
	text-align: center;
	margin: 0 auto;
	padding: auto;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 81px;	/*円のサイズ */
	height: 81px;	/*円のサイズ */
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
    -moz-box-sizing: content-box;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 81%;
    margin: 8px 0 0 8px;
    pointer-events: none;
    position: absolute;
    width: 81%;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}



.hi-icon-company:before {
content:url("../images/company.png");
}
.hi-icon-access:before {
content:url("../images/access.png");;
}
.hi-icon-service:before {
content:url("../images/service.png");;
}
.hi-icon-contact:before {
content:url("../images/contact.png");;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color:#FFF;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #bdc3c7, 0 0 0 10px rgba(255,255,255,0.5);	/*円の色指定 */
		transform: scale(1.5);
		opacity: 0;
	}
}

.cbp-af-header {
    background: url("../images/hback.png") repeat scroll 0 0 transparent;
    height: 110px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: height 0.5s ease 0s;
    width: 100%;
    z-index: 10000;
}
.cbp-af-header .cbp-af-inner {
    margin: 0 auto;
    max-width: 69em;
    padding: 0 1.875em;
    width: 90%;
	overflow: hidden;
}

.cbp-af-header h1, .cbp-af-header nav {
    display: inline-block;
    font: 10px source sans pro;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 110px;
}

.cbp-af-header h1 {
    color: #333333;
    float: left;
    font-size: 4em;
    height: 80px;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	margin: 0 0 0 30px;
	font-size: 20px;
}

.cbp-af-header nav a:hover {
		text-decoration:none;
		color:#c0392b;
}

/* Transitions and class for reduced height */
.cbp-af-header h1, .cbp-af-header nav a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cbp-af-header nav a {
    color: #302E2F;
    font-size: 18px;
    margin: 0 0 0 30px;
	font-family:Source Sans Pro,times new roman;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 60px;
	background: url("../images/hbackb.png") repeat scroll 0 0 transparent;
}

.cbp-af-header.cbp-af-header-shrink img {
	width: 100px;
	height: 32px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	line-height: 50px;
}

.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 60px;
}

.grid {
	width: 900px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid p {
    color: #708090;
    font: 14px/40px sans-serif;
    margin: 0 auto;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 180px;
	opacity: 0;
	margin:20px 15px;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a, .grid li img {
    border: medium none;
    border-radius: 25px 25px 25px 25px;
    max-width: 100%;
    outline: medium none;
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes popUp {
	70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
	100% { transform: scale(1); opacity: 1; }
}