@charset "utf-8";
/* CSS Document */


#bread_list{ margin-bottom: 52px; }

/*メインイメージ*/
.parallaxParent {
    height: 200px;
    overflow: hidden;
    position: relative;
	margin-top: -12px;
}
.parallaxParent #img_url{
	width: auto;
    height: 100%;
    /*background-image: url(../img/business/main_img.jpg);*/
		background-image: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    top: auto;
	bottom: 274px;
}

/*各エリアの設定*/
#ttl_info_security{
	position: relative;
  top: 165px;
}

/*タイトル*/
h1.ttl_main{
	font-size: 45px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
	text-align: center;
}
.ttl_main.white{
	color: #ffffff;
}
h1.ttl_ja{
	font-size: 20px;
	line-height: 1em;
	color: #1d50a2;
	padding-top: 15px;
	text-align: center;
}
.ttl_ja.white{
	color: #ffffff;
}
/**********************/
.sub_ttl{
	font-size: 25px;
	line-height: 1em;
	padding-bottom: 20.5px;
}
.sub_ttl.white{
	color: #ffffff;
}
.txt{
	font-size: 15px;
	line-height: 2em;
	width: 730px;
	margin: 0 auto;
}
.txt.white{
	color: #ffffff;
}

/*本文*/
/*枠*/
.panel{
	margin-top: -110px; /* 固定ナビの高さ分のネガティブマージン */
 	padding-top: 110px; /* 打ち消し用のパディング */
}

/*本文*/
.txt_wrap{
	padding: 60px 0 150px 0; 
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}
.sitemap_item{
	display: inline-block;
	padding: 0 69px 80px 0;
	font-size: 1;
	text-align: left;
	vertical-align: top;
}
.sitemap_item:nth-of-type(3){
	padding: 0 0 80px 0;
}
.sitemap_item:nth-last-of-type(1){
	padding: 0;
	width: 287px;
}

.sitemap_item h2.sitemap{
	line-height: 1;
	width: 287px;
	border-bottom: #1D50A2 1px solid;
	margin: 0 0 20px 0;
}
.sitemap_item h2.sitemap a{
	font-size: 17px;
	font-weight: 700;
	color: #1D50A2;
	text-decoration: none;
	text-indent: 8px;
	padding: 0 0 15px 0;
	display: block;
}
.sitemap_item ul{
}
.sitemap_item ul li{
	background: url(../img/sitemap_arrow.png) left center no-repeat ;
	margin: 0 0 0 5px;
	padding: 0 0 0 28px;
}
.sitemap_item ul li a{
	font-size: 14px;
	color: #4c4948;
	text-decoration: none;
	display: block;
	line-height: 2.5em;
	letter-spacing: 0.03em;
}
.sitemap_item ul li a:hover{
	color: #1D50A2;
	
}


/* 図本文*/
/******************************/
/*パララックスベース*/
/******************************/


















