@charset "UTF-8";


article section {
	border: none;
}
article h3 {
	border-bottom: #ccc solid 1px;
	margin-bottom: 1em;
}



/* index */
article .vision_index_ttl{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:2rem;
	margin-bottom:45px;
}
article .right,
article figure.left {
	display: table-cell;
}

article .right {
	width: 532px;
	padding-left: 40px;
	vertical-align: top;
}

article figure {
	text-align: center;
}

article figure.left {
	width: 168px;
	vertical-align: top;
}
article figure figcaption {
	text-align: center;
}
.bold{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.2rem;
}


/* philosophy */
article ol {
	margin-bottom: 1em;
}

article ul li {
	margin-bottom: 1em;
}
article ul li span {
	font-size: 2rem;
	margin-right: 2px;
}

article li ul {
	margin-left: 1em;
}
article li ul li {
	list-style: inside disc;
	text-indent: -1em;
	margin-left: 2em;
	margin-bottom: 0;
}

article ol {
	margin-bottom: 1em;
}


article p.leadtxt {
	font-size: 1.6rem;
}

article p.leadtxt2 {
	color: #084989;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 24px 0 0;
}
article p.leadtxt3,
article p.leadtxt4 {
	font-weight: bold;
	margin: 24px 0;
}
article p.leadtxt3 {
	color: #084989;	
}
article p.leadtxt4 {
	color: #093557;
}
article p.leadtxt5 {
	border:#d3d3d4 solid 1px;
	padding:1em;
	font-size:90%;
}
article dl {
	width: 320px;
	display: table-cell;
}
article dl.first {
	padding-right: 50px;
}

article dl dt {
	background: url(../images/dt_bg.gif) no-repeat bottom left;
	padding: 0 0 0 12px;
}

article dl dfn {
	background-color: #FFF;
	font-style: normal;
	font-weight: bold;
}
article dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 1.6em;
}
/* target */
.target{
	font-size:0.9rem;
	line-height:2rem;
}


