@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 120px 0; 
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

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: center;
	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;
}


/*会社概要 本文*/
#txt_ISMS{
	margin: 60px 0 0 0;
}
/*テーブル設定*/
#txt_ISMS table{
	margin:0px auto;
	border-top: solid 1px #dcdddd;
	border-bottom: solid 1px #dcdddd;
}
#txt_ISMS table tr{
	border-bottom: solid 1px #dcdddd;
}
#txt_ISMS table tr:last-of-type{
	border-bottom: none;
}
#txt_ISMS table.isms_tbl th{
	background-color: #F4F4F4;
	font-size: 14px;
	font-weight: 300;
	width: 230px;
	padding: 17px 30px 24px 30px;
	vertical-align: top;
}
#txt_ISMS table.isms_tbl td{
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	line-height: 1.8em;
	font-weight: 300;
	width: 670px;
	padding: 17px 30px 24px 30px;
}

span.txt-r{
	text-align: right;
	display: block;
	margin: 10px 0 0 0;
}
















