@charset "UTF-8";
/* CSS Document */
body{
	line-height: 1.9;	
	font-family: "游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fh5co-cover .overlay {
    background: rgba(42, 51, 86, 0.3);
}

.top5{
	color: dodgerblue;
}
@media screen and (max-width: 768px) {
#fh5co-project .fh5co-project > a .fh5co-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #333333;;
  font-size: 20px;
  font-weight: 400;
}
}

@media screen and (max-width: 768px){#fh5co-project .fh5co-project > a .fh5co-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #828282;;	
}
}

#fh5co-counter .icon02 {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}

#btn-primary li {
	text-align:center; 
}
.very-small{
	font-size: 30%;
}

#fh5co-footer .fh5co-footer-links li a:before {
	
	content: '■ ';
	font-size: 0.9em;
	vertical-align: 2px;
	}

.container .group{
	padding: 100px 0;
	
}

.container .group2{
	padding: 100px 0;
	
}

.container .group3{
	padding: 100px 0;
	
}
.container .group4{
	padding: 100px 0;
	
}

p .title{
	color: #f73859;
}

#fh5co-logo a:before{
	content: url(../images/person5.png);
	margin: 0 10px;
	vertical-align: -35%;
}


#fh5co-footer .fh5co-widget h2 a:before{
	content: url(../images/person5.png);
	margin: 0 10px;
	vertical-align: -40%;
}

.btn {
		height: 3em;
		border: none!important;
		background: $brand-primary;
		color: $brand-white;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 400;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 2;
		&:hover {
			background: darken($brand-primary, 7%)!important;
			-webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75)!important;
			-moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75)!important;
			box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75)!important;
		}
}
		
.top-title{
		padding: 100px 0 0 0 !important;
	}
