.caption{
  background: url(../images/h2_bg.jpg) no-repeat center center;
  background-size: cover
}

.content .lead{
  margin: 0 0 20px;
  text-align: center;
}
.content .lead h3{
  color: #245497;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.content .lead p{
}

.content .section{
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px;
}
.content .section h3{
  height: 50px;
  color: #FFF;
  background: #245497;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
}
.content .section h3 span{
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #FFF;
}
.content .section table{
  margin: 10px 0 0;
}
.content .section table th{
  width: 25%;
  background: #f0f0f0;
  color: #245497;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-right: 20px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.content .section table td{
  border-bottom: 10px solid #FFF;
  padding: 10px 0;
}

.content .section .contact{
  margin: 20px 0 0;
}
.content .section .contact p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 30px;
}
.content .section .contact ul{
	width: 640px;
	margin: 0 auto;
}
.content .section .contact ul li{
	width: 300px;
	float: left;
	margin: 0 10px;
}
.content .message{
  background: rgba(238,238,238,0.9);
  padding: 20px;
}
.content .message h3{
  color: #245497;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
  margin: 0 0 20px;
}
.content .message p{
  margin: 0 0 10px;
}




/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

  .content .lead{
    padding: 0 10px;
  }
  .content .lead h3{
    font-size: 20px;
    line-height: 1.4em;
  }

  .content .section h3{
    height: auto;
    font-size: 16px;
  }
  .content .section h3 span{
    height: auto;
    line-height: 1.4em;
    padding: 5px 0;
  }
  .content .section table th{
    width: 30%;
    font-size: 12px;
    border-right: 10px solid #FFF;
  }
  .content .section table td{
    font-size: 12px;
  }
  .content .section .contact p{
    font-size: 14px;
    margin: 0 0 10px;
  }
  .content .section .contact ul{
    width: auto;
  }
  .content .section .contact ul li{
    width: auto;
    max-width: 300px;
    margin: 0 auto 10px;
    float: none;
  }

  .content .message h3{
    font-size: 20px;
    margin: 0 0 10px;
  }
  .content .message p{
    font-size: 12px;
  }

}
