@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;
}

/*タイトル*/
h2.ttl_main{
	font-size: 45px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
	text-align: center;
}
.ttl_main.white{
	color: #ffffff;
}
h2.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: 800px;
}

h3.ttl{
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	margin: 0 0 50px;
}
p.intro{
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	margin: 0 0 48px;
}
ol.policy{
	text-align: justify;
	ist-style-type: decimal !important;
	padding: 0 0 0 25px;
	margin: 0;
}
ol.policy li{
	margin: 0 0 29px;
}
p.t_r{
	text-align: right;
	font-size: 14px;
}


/* 図本文*/
/******************************/
/*パララックスベース*/
/******************************/


















