/*------------------------------------------------------------
	コンタクト
------------------------------------------------------------*/

#mail_info {
	width: 860px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin:0 auto;
	margin-top: 30px;
	font-size:12px;
	color:#666;
	text-align:center;
	background-color: #fff;
}

#name_txt_box {
	width: 950px;
	padding-top: 50px;
	clear:both;
	padding-bottom: 100px;
	margin:0 auto;
}
	
.name_txt {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}
	
	
.personal_bnr2_body	{
	background-color: #F9F9F9;
	width:100%;
	padding-top: 140px;
	padding-bottom: 60px;
}


.personal_bnr2	{
	background-color: #f7f7f3;
	-webkit-transition: background-color 1s linear;
	text-align:center;
	padding-top: 70px;
}

.personal_bnr	{
    background-color: #f7f7f3;
    -webkit-transition: background-color 1s linear;
	text-align:center;
	margin-top: 70px;
	width:50%;
	height:530px;
	float:left;
}
.personal_bnr:hover	{
    background-color: #bbd3dc;
}

.personal_bnr img	{
	margin-top: 114px;
}




.client_bnr2_body	{
	background-color: #f7f7f3;
	width:100%;
	padding-top: 140px;
	padding-bottom: 60px;
}

.client_bnr2	{
    background-color: #004161;
    -webkit-transition: background-color 1s linear;
	text-align:center;
	padding-top: 70px;

}

.client_bnr	{
    background-color: #f0f0ea;
    -webkit-transition: background-color 1s linear;
	text-align:center;
	margin-top: 70px;
	width:50%;
	height:530px;
	float:left;
}
.client_bnr:hover	{
	background-color: #c4c4c4;
}

.client_bnr img	{
	margin-top: 114px;
}


.personal_bnr3 {
	background-color: #5d90a6;
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	text-align:center;
}
@-webkit-keyframes bg-color {
  0% { background-color: #5d90a6; }
  20% { background-color: #48829b; }
  40% { background-color: #286782; }
  60% { background-color: #295467; }
  80% { background-color: #48829b; }
  100% { background-color: #5d90a6; }
}
@keyframes bg-color {
  0% { background-color: #5d90a6; }
  20% { background-color: #48829b; }
  40% { background-color: #286782; }
  60% { background-color: #295467; }
  80% { background-color: #48829b; }
  100% { background-color: #5d90a6; }
}



.client_bnr3 {
  background-color: #004161;
  animation: bg-color2 10s infinite;
  -webkit-animation: bg-color2 10s infinite;
	text-align:center;
}
@-webkit-keyframes bg-color2 {
  0% { background-color: #004161; }
  20% { background-color: #03334a; }
  40% { background-color: #0b2836; }
  60% { background-color: #143849; }
  80% { background-color: #03334a; }
  100% { background-color: #004161; }
}
@keyframes bg-colo2r {
  0% { background-color: #004161; }
  20% { background-color: #03334a; }
  40% { background-color: #0b2836; }
  60% { background-color: #143849; }
  80% { background-color: #03334a; }
  100% { background-color: #004161; }
}
