@charset "UTF-8";

/*---------------------------------
コンテンツ タイトル
----------------------------------*/
.contTtl h1{
	background-image:url("../images/aboutus/ttl_aboutus.png");
}

/*---------------------------------
コンテンツ cont
----------------------------------*/
.cont{
	padding: 50px 0;
}
.cont p{
	text-align: center;
	line-height: 2;
}

/*---------------------------------
コンテンツ cont-kodawari
----------------------------------*/
.cont-kodawari{
	background-image: url(../images/aboutus/bg_kodawari.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:cover;
	padding: 60px 0 20px 0;
}
.ttl-box{
	float: left;
	width: 410px;
	margin: 40px 0 0 10px;
}
.ttl-box h1{
	width: 380px;
	line-height: 1;
	background-image:url(../images/aboutus/ttl_kodawari.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding:30px 0 0 0;
}
.ttl-box h1 span {
  display:none;
} 
.ttl-box h2 {
	font-size: 28px;
	color: #ffffff;
	margin: 20px 0;
}
.ttl-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #ffffff;
} 

ul.kodawari-list{
	float: right;
	width: 480px;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	margin: 0 10px 0 0;
} 
.kodawari-list li{
	background-color: #073190;
	padding: 10px 20px 20px 20px;
	margin: 30px 0;
} 
.kodawari-list h3 {
	position: relative;
	width: 60%;
	font-size: 18px;
	margin: 10px auto;
}
.kodawari-list h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #073190;
	text-align: left;
}
.kodawari-list h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.kodawari-list p {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}
