@charset "UTF-8";


/*---------------------------------
コンテンツ タイトル
----------------------------------*/
.contTtl{
	text-align: center;
	background-image: url("../images/bg_contttl_pt.png"), url("../images/bg_contttl.jpg");
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: auto, cover;
	padding: 80px 0;
}

.contTtl h1{
	width:250px;
	height: 60px;
	line-height: 1;
	background-image:url(../img_frame/h_logo.png);
	background-repeat:no-repeat;
	background-position: center;
	margin: 0 auto;
}
.contTtl h1 span {
  display:none;
}
.contTtl h2{
	font-size: 18px;
	color: #ffffff;
}

/*---------------------------------
コンテンツ スタイル
----------------------------------*/


/*---------------------------------
コンテンツ
----------------------------------*/
.font-style h1{
	width: 900px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	color: #0c308d;
	margin: 30px auto 0 auto;
}
.font-style h1:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(227, 1, 20), #0c308d);
	background: -webkit-linear-gradient(to right, rgb(227, 1, 20), #0c308d);
	background: linear-gradient(to right, rgb(227, 1, 20), #0c308d);
}
.font-style h2{
	width: 860px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: -moz-linear-gradient(to right, rgb(227, 1, 20), #0c308d);
	background: -webkit-linear-gradient(to right, rgb(227, 1, 20), #0c308d);
	background: linear-gradient(to right, rgb(227, 1, 20), #0c308d);
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.font-style h3{
	width: 860px;
	font-size: 18px;
	border-bottom: solid 1px #cccccc;
	margin: 40px auto 20px auto;
	padding: 4px 0;
}
.font-style p{
	width: 860px;
	font-size: 14px;
	line-height: 1.4;
	margin:0 auto;
}
