@charset "utf-8";
/* CSS Document */

/* タイトル */

#contents h2 {
	padding: 5px 0px;
	color: #000;
	font-weight: bold;
	font-size: 3.1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #BCCCCC;
}

#contents h2 span.icon {
	    padding: 0px 0 0 45px;
		background: url(../img/access_icon.png) no-repeat left top 5px;
}

.ttl h2 span.eng {
	color: #0860A8;
	margin: 7px 0 0 5px;
	padding: 0px 10px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}

.ttl {
	margin-bottom: 20px;
}

.accessBlock p {
	margin-bottom: 20px;
	text-align: center;
}

/* --------------------------------------------------
smartPhone
-------------------------------------------------- */
@media screen and (max-width: 768px) {

ul.siteMapLink li:before {
	color: #0860A8;
  content: "\f0c8";
  display: none;
  font-family: FontAwesome;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;	
}	

ul.siteMapUnderLink li {
	font-size: 1.4rem;
	margin: 0.5rem 0 0.5rem 1rem;
}

ul.siteMapUnderLink li:before {
　color: #0860A8;
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0 8px 0 0;	
}

	
	
}