.menu_title {
  font-size: 50px;
}

.profile {
  margin-top: 8%;
  font-size: 0;
}

.profile .menu_title {
  border-bottom: 6px solid #7e1a1b;
  line-height: 1em;
  text-align: right;
}

.profile .img_box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  box-shadow: 20px 20px 0 #35668f;
}

.profile .txt_box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.profile .txt_wrap {
  padding: 20px 0 20px 40px;
}

.profile .txt_wrap dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile .txt_wrap dd {
  font-size: 16px;
}

.service .img_box {
  height: 350px;
  background-image: url(../img/service_bg.jpg);
  background-size: cover;
  background-position: center center;
}

.service .img_box .menu_title {
  max-width: 1280px;
  padding-top: 260px;
  margin: 0 auto;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.service .img_box .menu_title span {
  font-size: 20px;
  padding-left: 10px;
}

.service .txt_box {
  font-size: 0;
  padding: 20px 0;
  background-color: #ececec;
}

.service .txt_box .txt_wrap {
  font-size: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

.service .txt_box .txt_wrap p {
  width: 70%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8em;
}

.service .txt_box .txt_wrap .more_btn {
  width: 26%;
  font-size: 16px;
  display: inline-block;
  padding-left: 4%;
}

.service .txt_box .txt_wrap .more_btn a {
    color: #37678f;
    border: 1px solid #37678f;
    box-sizing: border-box;
	transition: 0.7s;
}

.service .txt_box .txt_wrap .more_btn a:hover {
    color: #ececec;
	background-color: #37678f;
}



.contact {
  font-size: 0;
  padding-bottom: 14%;
}

.contact .con_title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 6px solid #7e1a1b;
}

.contact .txt_box {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.contact .txt_box .txt_wrap {
  width: 90%;
  margin-bottom: 60px;
}

.contact .txt_box .txt_wrap dt {
  font-size: 16px
}

.contact .txt_box .txt_wrap dd {
  font-size: 38px;
  font-weight: bold;
}

.contact .img_wrap {
  position: relative;
  display: inline-block;
  width: 50%;
}

.contact .img_wrap .img_box {
  width: 80%;
  margin-left: auto;
}

.contact .img_wrap .img_box02 {
    position: absolute;
    left: -3%;
    bottom: -40%;
    width: 50%;
}

.contact .more_btn {
  max-width: 500px;
}

.contact .more_btn a {
  color: #ffffff;
  background-color: #37678f;
  border: 1px solid #37678f;
  box-sizing: border-box;
  transition: 0.7s;
}

.contact .more_btn a:hover {
    color: #37678f;
	background-color: #ffffff;
}

.more_btn {
  max-width: 280px;
}

.more_btn p {
  font-size: 16px;
}

.more_btn a {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  text-align: center;
}



@media screen and (max-width: 1280px) {

  .service .img_box .menu_title {
    max-width: 1000px;
  }

  .service .txt_box .txt_wrap {
    max-width: 1000px;
  }

  .contact .txt_box .txt_wrap dd {
    font-size: 30px;
  }

  .contact .more_btn {
    max-width: 280px;
  }

}


@media screen and (max-width: 480px) {
	
	.menu_title {
		font-size: 40px;
	}
	
	.profile .img_box {
		display: none;
	}
	
	.profile .txt_box {
		width: 100%;
	}
	
	.profile .txt_wrap {
		padding: 20px 0 20px 0;
	}
	
	.service .img_box {
		height: 200px;
	}
	
	.service .img_box .menu_title {
		padding-top: 140px;
	}
	
	.service .txt_box .txt_wrap p {
		width: 100%;
		line-height: 1.8em;
		margin-bottom: 40px;
	}
	
	.service .txt_box .txt_wrap .more_btn {
		width: 80%;
		display: block;
		padding-left: 0;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.contact .txt_box {
		width: 100%;
	}
	
	.contact .more_btn {
		max-width: 100%;
	}
	
	.contact .img_wrap {
		display: none;
	}
	
}