@charset "UTF-8";
/* CSS Document */

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    background: url('../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    text-align: left;
  }

  .home-info .section-btn {
    background: transparent;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
  }

  .home-info .section-btn:hover,
  .home-info .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }

  .home-info span {
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font-weight: 500;
    margin-left: 20px; 
  }

  .home-info span small {
    display: block;
  }
/*---------------------------------------
      info              
  -----------------------------------------*/
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.info {
    text-align: left;
    margin-bottom: 40px;
	}
	.portfolio .portfolio-item {
    text-align: left;
	}
	.contact_area{
		text-align:left;
	}
	.all_rights{
		float:none;
		text-align:left;
	}
	.social{
		float:none;
		text-align:left;
	}
	.social a{
		margin:5px;
		text-align:left;
	}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.info {
    text-align: left;
    margin-bottom: 40px;
	}
	.wrap {
    padding:30px 0;
	}
	.contact_area{
		text-align:left;
	}
	.main_contact {
    margin-bottom: 50px;
	}
	.info h3 {
    font-size: 26px;
	}

}

@media (max-width: 320px) {

	.contact_area{
	text-align: left;
	}
}



	.info{
		padding:50px 0 50px 50px;
	}
	.info h2{
		font-size:30px;
	}
	.info h3{
		padding:10px 0;
		font-size:20px;
	}
	.details{
		padding:5px;
		font-size:15px;
		color:#969696;
	}
	.info-img{
		width: 359px;
		position: relative;
		text-align: right;
		z-index: 2;
	}
	.info-img img{
	margin-top: -40px;
	margin-left: 20%;
}
	.info-img:after{
	border: 3px solid #cccccc;
	content: "";
	width: 334px;
	height: 476px;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: -1;
	margin-left: 3px;
	}

/*---------------------------------------
      table             
  -----------------------------------------*/
tbody tr .td1 {
	color: #f9f9f9;
	font-weight: bold;
	font-size: large;
	text-align: center;
	width: 15%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container .row h2 {
	text-align: center;
}
.service-item h4 {
	font-weight: bold;
	font-size: large;
}
table tbody .bg1{
	background-color: rgba(0,0,0,0.1);
}
tbody tr .td2 {
	padding-left: 15px;
	text-align: left;
}
/*---------------------------------------
      font            
  -----------------------------------------*/
.font-h2 {
	font-weight: bold;	
}
.font-c-wh{
    color: #ffffff;
}
.font-c-bl{
    color: #415b90;
}
.col-md-12.col-sm-12 .service-item .font-c-bl {
	font-weight: bold;
}
.haba-h2{
	margin-bottom: 65px;
	text-align: center;
}

/* ======================
---- FOURTH SECTION -----
=======================*/

.fourth-section2 {
	background-image: url(../img/fourth-section-bg2.png);
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	padding: 16% 0px;
}

.fourth-section2 .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.fourth-section2 .portfolio-item img {
	width: 100%;
	overflow: hidden;
}

.fourth-section2 .first-item .text {
	background-color: #f4f4f4;
}

.fourth-section2 .second-item .text {
	background-color: #eaeaea;
}

.fourth-section2 .third-item .text {
	background-color: #dedede;
}

.fourth-section2 .portfolio-item .text {
	padding: 20px 25px;
}

.fourth-section2 .portfolio-item .text span {
	font-size: 13px;
	color: #7a7a7a;
}

.fourth-section2 .portfolio-item .text h4 {
	font-size: 17px;
	color: #343434;
	font-weight: 700;
}

.fourth-section2 .send-to-portfolio {
	background-color: #415b90;
	text-align: center;
	padding:  46.7% 0px;
}

.fourth-section2 .send-to-portfolio span {
	display: inline-block;
	font-size: 13px;
	color: #fff;
}

.fourth-section2 .send-to-portfolio .primary-button {
	margin-top: 20px;
}

.fourth-section2 .send-to-portfolio .primary-button a {
	background-color: #fff;
	color: #415b90;
}

.fourth-section2 .send-to-portfolio .primary-button a:hover {
	background-color: #22304d;
	color: #fff;
	transition: all 0.3s;
}
/*名言*/
.last-meigen{
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #fff;
}