@charset "utf-8";
/*IE8設定*/
  .page{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .company_head{
    background: #f6f6f6;
    width: 100%;
    min-width: 1200px;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 50px;
  }
  .breadcrumb{
    width: 980px;
    padding: 0 5px;
    margin: 0 auto;
  }
  .breadcrumb li{
    display: inline-block;
    padding: 5px 0;
  }
  .breadcrumb li a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  }
  .breadcrumb li a:hover{
    text-decoration: underline;
  }
  .breadcrumb li a:after{
      /* liの後に記号追加 */
  	content:" > ";
  }
  .breadcrumb li:last-child a:after{
    display: none;
  }

.title_area {
	background: #333;
}
.title_area .title_innner {
	text-align: center;
	overflow: hidden;
	width: 100%;
	background: url(../images/title_bg.png) no-repeat center;
	background-size: cover;
}
.title_area .title_innner h1 {
	display: inline-block;
	margin: 50px 0;
	padding: 20px 50px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 2.0rem;
	background: rgba(0,0,0,0.5);
}

.title_en {
	display: block;
	font-size: 0.5em;
	color: #999;
	border-top: 1px solid rgba(255,255,255,0.2);
}

p.page_h{
	position: relative;
	font-size: 1.8em;
	line-height: 1.5;
	border-bottom: solid 1px #d0d0d0;
	padding: 7px 15px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.page_h::before{
	content: "";
	position: absolute;
	display:block;
	width: 4px;
	height: 22px;
	background: #004ea2;
	left: 0;
	top: 16px;
}
p.page_h span {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	color: #AAA;
	font-size: 0.6em;
}

h3.page_h{
    position: relative;
    font-size: 1.8em;
    line-height: 1.5;
    border-bottom: solid 1px #d0d0d0;
    padding: 7px 15px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
h3.page_h::before{
    content: "";
    position: absolute;
    display:block;
    width: 4px;
    height: 22px;
    background: #004ea2;
    left: 0;
    top: 16px;
  }
h3.page_h span {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	color: #AAA;
	font-size: 0.6em;
}




/*products
----------------------------------------*/
.products_main {
	position: relative;
	width: 100%;
	height: 247px;
	border-top: 7px solid #C0C0C1;
	border-bottom: 7px solid #DD3749;
}
.products_main .main_title {
	position: absolute;
	top: 80px;
	z-index: 3;
	display: block;
}
.products_main .main_title.t01 {left: 500px;}
.products_main .main_title.t02 {left: 560px;}
.products_main .main_title.t03 {left: 600px;}
.products_main .main_title.t04 {left: 580px;}
.products_main .main_title.t05 {left: 540px;}
.products_main .main_title.t06 {left: 500px;}

.products_main .main_title h2 {
	font-size: 2.4em;
	text-shadow: 0px 0px 3px #FFF;
}
.products_main .main_title h2 span {
	display: block;
	min-width: 320px;
	padding: 0.1em 1em 0.2em;
	color: #FFF;
	font-size: 0.4em;
	letter-spacing: 0.2em;
	background: #333;
}
.products_main img {
	width: 100%;
	border-bottom: 7px solid #004EA2;
}
.products_main .gooddesign {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: block;
	height: 200px;
}
.products_main .gooddesign img {
	width: auto;
	height: 100%;
	border-bottom: none;
}
.page_products .column2 {
	display: table;
	margin: 50px 0;
	width: 100%;
}
.page_products .column2_left {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.page_products .column2_right {
	display: table-cell;
	width: 50%;
}
.page_products .column2_right img {
	width: 100%;
}
.page_products .column3 {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.page_products .column3 .block {
	display: block;
	margin: 30px 0.5%;
	width: 32%;
	padding: 1%;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 10px;
	border: 2px solid #ACE;
}
.page_products .column3 .block .block_title {
	position: relative;
	z-index: 2;
	margin: 0 0 1em;
	padding: 0.2em 0.5em 0.5em;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.page_products .column3 .block .point {
	position: absolute;
	top: -52px;
	left: 50%;
	z-index: -1;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 1.5em;
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	border-radius: 50%;
	background: #ACE;
}
.page_products .column3 .block p {
	color: #333;
}
.page_products .column3 .block img {
	margin-top: 1em;
	width: 100%;
}
.page_products .column_caption2{
	font-weight: bold;
	font-size: 1.6em;
	padding: 20px;
	line-height: 1.5em;
	color:#75927f;
	border-bottom: 1px solid #999;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.page_products .column_caption2 img {
	margin-bottom: 20px;
}
.page_products .column_caption2_en {
	padding: 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #999;
}
.page_products .products_overview {
	padding: 2em 1em;
	color: #333;
	line-height: 1.5em;
}
.pro02_1 {
	display: block;
	margin: 50px 0;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: 10px;
	border: 3px solid #CCC;
}
.pro02_1 h2 {
	position: relative;
	padding: 0.2em 1em;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.pro02_1 h2 span {
	position: absolute;
	bottom: 0.6em;
	right: 0;
	color: #666;
	font-size: 0.6em;
}
.pro02_1 p {
	padding: 0.5em 1em;
}
.pro02_1 p span {
	display: block;
	margin-top: 0.5em;
	color: #666;
}

/* エアリーシェード */
.airyshade .airyshade_piece_l {
	text-align: center;
}
.airyshade .airyshade_piece_l img {
	width: 50%;
	margin: 0 auto;
}
.airyshade .airyshade_piece_r strong {
	margin-top: 20px;
	display: block;
	text-align: left;
	color: #999;
	font-size: 1.3em;
}
.airyshade .example {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.airyshade .example li {
	position: relative;
	display: block;
	margin: 0 0.5%;
	width: 32%;
}
.airyshade .example li img {
	width: 100%;
}
.airyshade .example li p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0.2em 2em 0.2em 1em;
	color: #FFF;
	border-radius: 0 0 10px 0;
	background: rgba(0,78,162,0.8);
}
.page_products .column3_airy {
	margin: -20px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.page_products .column3_airy .block {
	position: relative;
	display: block;
	margin: 0;
	width: 33%;
	padding: 2%;
	box-sizing: border-box;
	vertical-align: top;
	border-collapse: collapse;
}
.page_products .column3_airy .plus {
	border-left: 2px solid #75927f;
}
.page_products .column3_airy .plus2 {
	border-left: 2px solid #75927f;
	border-right: 2px solid #75927f;
}
.page_products .column3_airy .plus::after {
	content: "+";
	position: absolute;
	right: -27px;
	top: 50%;
	z-index: 10;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	color: #FFF;
	font-size: 3em;
	font-weight: bold;
	border-radius: 50%;
	background: #75927f;
}
.page_products .column3_airy .block .block_title {
	position: relative;
	z-index: 2;
	margin: 0 0 1em;
	padding: 0.5em;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	background: #75927f;
}
.page_products .column3_airy .block strong {
	display: block;
	margin: 0 1em 1em;
	color: #75927f;
	font-size: 1.2em;
}
.page_products .column3_airy .block p {
	padding: 0 1em;
	color: #333;
}
.page_products .column3_airy .block small {
	display: block;
	text-align: center;
}
.page_products .column3_airy .block img {
	margin-top: 1em;
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
}


/* ハトプロテクター */
.pigeon .use_area h4 {
	margin: 10px auto;
	width: 90%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 1.2em;
	background: #DD3749;
}
.pigeon ul.results {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pigeon ul.results li {
	position: relative;
	display: block;
	margin: 0.5%;
	width: 24%;
}
.pigeon ul.results li p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0.2em 2em 0.2em 1em;
	color: #FFF;
	border-radius: 0 0 10px 0;
	background: rgba(0,78,162,0.8);
}
.pigeon ul.results li img {
	width: 100%;
}
.pigeon_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.pigeon_lineup .block {
	display: block;
	margin: 20px 0.5%;
	width: 48%;
	padding: 1%;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 10px;
	border: 2px solid #ACE;
}
.pigeon_lineup .block_title {
	display: block;
	margin: 0 0 1em;
	padding: 0.2em 0.5em 0.5em;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.pigeon_lineup .block p {
	margin-top: 0.2em;
	color: #333;
}
.pigeon_lineup .block img {
	margin: 0 auto;
	width: 100%;
}
.pigeon_lineup table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	color: #333;
}
.pigeon_lineup table th {
	width: 20%;
	padding: 1%;
	font-size: 0.9em;
	font-weight: normal;
	border-top: 1px dotted #999;
	background: #CEF;
}
.pigeon_lineup table td{
	width: 30%;
	padding: 1% 2%;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px dotted #CCC;
}
.pigeon_construction {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	color: #333;
}
.pigeon_construction th {
	width: 10%;
	padding: 1%;
	font-size: 0.9em;
	font-weight: normal;
	border: 1px dotted #999;
	background: #CEF;
}
.pigeon_construction td {
	width: 30%;
	padding: 1% 2%;
	border: 1px dotted #999;
}
.pigeon_construction td img {
	width: 100%;
}
.pigeon_construction tr:first-child td {
	background: #ACE;
}
.pigeon_attachment h4 {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
.pigeon_attachment .block {
	display: table;
	margin-bottom: 30px;
	width: 100%;
}
.pigeon_attachment .block_left {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.pigeon_attachment .block_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.pigeon_attachment .block_left,
.pigeon_attachment .block_right {
	padding: 1%;
	box-sizing: border-box;
}
.pigeon_caution {
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid #ACE;
}

/* スリーブホルダー */
.sleev_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.sleev_lineup .block {
	display: block;
	margin: 20px 0.5%;
	width: 48%;
	padding: 1%;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 10px;
	border: 2px solid #ACE;
}
.sleev_lineup .block_title {
	display: block;
	margin: 0 0 1em;
	padding: 0.2em 0.5em 0.5em;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.sleev_lineup .block p {
	color: #333;
}
.sleev_lineup .block img {
	margin: 0 auto;
	width: 80%;
}
.sleev_lineup table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	color: #333;
}
.sleev_lineup table th {
	width: 50%;
	padding: 1%;
	font-size: 0.9em;
	font-weight: normal;
	border-top: 1px dotted #999;
	background: #CEF;
}
.sleev_lineup table td{
	padding: 1% 2%;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px dotted #CCC;
}
.sleev_lineup table tr:first-child th,
.sleev_lineup table tr:first-child td {
	color: #FFF;
	background: #477BA0;
}
.sleev_lineup table tr:first-child th {
	border-right: 1px dotted #FFF;
}
.sleev_lineup .red {
	color: #e83b4d;
}
.sleev .title_area {
	background-image: url(../products/img/sleev_title.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 251px;
}

/* プラスペーサー */
.pspacer .title_area {
	background-image: url(../products/img/pspacer_title.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 251px;
}
.pspacer table {
	margin: 0 auto;
	width: 90%;
	color: #333;
	border-collapse: collapse;
}
.pspacer table th, .pspacer table td{
	border: 1px solid #bbb;
}
.pspacer table th{ background: #ADF; }
.pspacer table td img{
	display: block;
	margin: 10px auto;
}
.pspacer table td span{ font-size: 9px; }
.pspacer .coral_red{ color: #e83b4d;}

.half{
	display: inline-block;
	position: relative;
	border: 2px solid #8dbb7d;
	margin-right: 5px;
	margin-bottom: 15px;
}
.marker{
	display: inline-block;
	position: absolute;
	background-color: #8dbb7d;
	color: #FFF;
	padding: 3px 6px;
}

/* OAフロア */
.oa_floor .title_area {
	background-image: url(../products/img/oa_floor_title.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 251px;
}
.oa_floor .size {
	text-align: center;
}
.oa_floor table{
	border-collapse: collapse;
}

.oa_floor table th, .oa_floor table td{
	border: 1px solid #8ad;
}
.oa_floor table th{ background: #ace; }
.oa_floor table th:first-child{ width: 50%; }
.oa_floor table td span{
	font-size: 9px;
}
.oa_floor .column3 p {
	min-height: 90px;
}
.oa_floor .features {
	margin-top: 30px;
	width: 100%;
}
.oa_floor .features ul li {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 40px 0.5%;
	width: 31%;
	padding: 2em 0.5em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	color: #358;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 10px;
	background: #cef;
}
.oa_floor .features ul li .point {
	position: absolute;
	top: -42px;
	left: 50%;
	z-index: -1;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 1.5em;
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	border-radius: 50%;
	background: #cef;
}

/* プラロード */
.plaroad .title_area {
	background-image: url(../products/img/praroad_title.jpg);
	background: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 251px;
}
.plaroad_scope li {
	margin-top: 1em;
}
.plaroad_scope strong {
	display: block;
	width: 120px;
	padding: 0.2em 0;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background: #004EA2;
}
.plaroad_scope .indent {
	padding-left: 1em;
	font-weight: normal;
}
.plaroad_overview  {
	display: block;
	width: 100%;
}
.plaroad_overview img {
	display: block;
	margin: 0 auto;
}
.plaroad_overview p {
	text-align: center;
}
ul.plaroad_setup li{
	position: relative;
	display: inline-block;
	margin: 20px 0 20px 34px;
	width: 280px;
	vertical-align: top;
}
ul.plaroad_setup li img {
	width: 100%;
}
ul.plaroad_setup li p{
	padding: 4px;
}
ul.plaroad_setup li p.setup_title{
	background: #8dbb7b;
	color: #FFF;
}
ul.plaroad_setup li::before {
	content: "▶";
	position: absolute;
	left: -1em;
	top: 60px;
	color: #8dbb7b;
	font-size: 3em;
}
ul.plaroad_setup li:first-child::before {
	display: none;
}
.plaroad table{ border-collapse: collapse; }
.plaroad table th, .plaroad table td{
	border: 1px solid #bbb;
}
.plaroad table th{ background: #ADF; }
.plaroad table td img{
	display: block;
	margin: 10px auto;
}
.plaroad table td span{ font-size: 9px; }
.plaroad .coral_red{ color: #e83b4d;}
.plaroad h4 {margin-top: 1em;}
.plaroad_movie {
	text-align: center;
}
.plaroad_movie video{width: 640px;}
ul.plaroad_download {
	display: flex;
}
ul.plaroad_download li{
	position: relative;
	display: inline-block;
	margin: 20px 0 20px 34px;
	width: 280px;
	vertical-align: top;
}
ul.plaroad_download li a{
	display: block;
	width: 100%;
	height: 100%;
}
ul.plaroad_download li img{
	width: 100%;
}
ul.plaroad_download li figcaption{
	text-align: center;
}

/*technology
----------------------------------------*/
.technology_main {
	position: relative;
	width: 100%;
	height: 247px;
	border-top: 7px solid #C0C0C1;
	border-bottom: 7px solid #DD3749;
}
.technology_main .main_title {
	position: absolute;
	top: 80px;
	z-index: 3;
	display: block;
}
.technology_main .main_title.t01 {left: 400px;}
.technology_main .main_title.t02 {left: 540px;}
.technology_main .main_title.t03 {left: 540px;}
.technology_main .main_title.t04 {left: 460px;}
.technology_main .main_title.t05 {left: 540px;}
.technology_main .main_title.t06 {left: 500px;}

.technology_main .main_title h2 {
	font-size: 2.4em;
	text-shadow: 0px 0px 3px #FFF;
}
.technology_main .main_title h2 span {
	display: block;
	min-width: 320px;
	padding: 0.1em 1em 0.2em;
	color: #FFF;
	font-size: 0.4em;
	letter-spacing: 0.2em;
	background: #333;
}
.technology_main img {
	width: 100%;
	border-bottom: 7px solid #004EA2;
}
.page_technology .column2 {
	display: table;
	margin: 50px 0;
	width: 100%;
}
.page_technology .column2_left {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.page_technology .column2_right {
	display: table-cell;
	width: 50%;
}
.page_technology .column2_right img {
	width: 100%;
}
.page_technology .column_caption2{
	font-weight: bold;
	font-size: 1.6em;
	padding: 20px;
	line-height: 1.5em;
	color:#75927f;
	border-bottom: 1px solid #999;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.page_technology .column_caption2_en {
	padding: 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #999;
}
.page_technology .column3{
    display: flex;
}
.page_technology .column3_block{
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
}
.page_technology .column3_block p{
    font-size: 1.15em;
}
.page_technology .column3_block img{
    width: 100%;
}

.tech02_1 {
	display: block;
	margin: 50px 0;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: 10px;
	border: 3px solid #CCC;
}
.tech02_1 h2 {
	position: relative;
	padding: 0.2em 1em;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.tech02_1 h2 span {
	position: absolute;
	bottom: 0.6em;
	right: 0;
	color: #666;
	font-size: 0.6em;
}
.tech02_1 p {
	padding: 0.5em 1em;
}
.tech02_1 p span {
	display: block;
	margin-top: 0.5em;
	color: #666;
}


  /*overview
  ----------------------------------------*/
  .overview, .history{
    max-width: 100%;
    margin-bottom: 100px;
  }
  .overview table, .history table{
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 20px;
  }
  .overview table tr{
    display: table-row;
  }
  .overview table tr th, .overview table tr td,
  .history table tr th, .history table tr td{
    vertical-align: top;
    padding: 11px 24px;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  .overview table th{
    font-weight: normal;
    width: 260px;
    text-align: left;
    background: #f6f6f6;
  }
  .history table td:first-child,
  .history table td:nth-child(2){
    width: 130px;
  }

/* facilities
----------------------------------------*/
  .facilities table{
    border-collapse: collapse;
    margin: 20px auto;
  }
  .facilities table tr:first-child td{
    background: #004ea2;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #cc0000;
  }
  .facilities table th, .facilities table td{
    padding: 10px;
  }
  .facilities table td{
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .facilities table td:last-child{
    border-right: 1px solid #ccc;
  }
  .facilities table th{
    background: #f6f6f6;
    color: #333;
    text-align: left;
    width: 250px;
    border: 1px solid #ccc;
  }
  .facilities table tr:first-child th{
    background: #113366;
    color: #FFF;
    border-bottom: 1px solid #cc0000;
    text-align: center;
  }

  .table1 table th{
    text-align: center;
    width: 180px;
  }
  .table1 table tr:last-child td{
    font-weight: bold;
  }

.machine,
.incidental {
	padding: 1em 0;
	text-align: center;
	border: 1px solid #CCC;
	background: #EFEFEF;
}
.machine dl,
.incidental dl {
	display: inline-block;
	margin: 0 0.2em;
	vertical-align: top;
}
.machine dl {width: 40%;}
.machine dt img {width: 100%;}
.machine dd {text-align: right;}
.incidental dl {width: 30%;}
.incidental dt img {width: 100%;}
.incidental dd {text-align: center;}

/*chart
----------------------------------------*/
  .chart{
    max-width: 100%;
  }
  .chart{
    margin: 20px auto;
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin: 30px auto;
  }
  .chart tr td{
    border: 1px solid #CCC;
    padding:10px;
    color: #002f5f;
  }
  .chart tr:nth-child(-n+2) td:first-child,
  .chart tr:nth-child(-n+2) td:last-child{
    border-top: 5px solid #113366;
  }
  .chart tr:first-child td:last-child{
    border-top: 5px solid #113366;
    background: #eee;
  }
  .chart tr:first-child td:first-child{
    border-top: 5px solid #cc0000;
    background: #e5e7e7;
  }
  .chart td.honbu{
    background: #eaeeee;
  }
  .chart td.factry{
    background: #f4f6f6;
  }

  /*office
  ----------------------------------------*/
  .anchor_area{
    display: table;
    border-spacing: 15px;
    table-layout: fixed;
    width: 100%;
  }
  .anchor_row{
    display: table-row;
  }
  .anchor_row a{
    display: table-cell;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #030303;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 500;
  }
  .anchor_row a:hover{
    cursor: pointer;
    text-decoration: underline;
    background: #ccc;
  }
  .anchor_row a::after{
    content:"";
    position: absolute;
    display: block;
		margin-top: -11px;
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: transparent transparent #5da7e2 #5da7e2;
    transform: rotate(-45deg);
    top: 50%;
    right: 20px;
  }
.anchor_row span {
		display: block;
		font-size: 0.8em;
		color: #999;
	}
  .office{
    margin-top: 50px;
  }
  .office .anchor_h{
    position: relative;
    font-size: 1.8em;
    line-height: 1.5;
    border-bottom: solid 1px #d0d0d0;
    padding: 7px 15px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .office .anchor_h::before{
    content: "";
    position: absolute;
    display:block;
    width: 4px;
    height: 22px;
    background: #000;
    left: 0;
    top: 16px;
  }
  .office table{
    border: 1px solid #ccc;
    border-collapse: collapse;
		table-layout: fixed;
  }
  .office table th{
    font-weight: normal;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #ccc;
    width: 280px;
    padding: 10px;
  }
  .office table td:last-child{
    width: 285px;
  }
  .office table td{
    border: 1px solid #ccc;
    padding: 10px;
  }
  .office table td span{
    display:inline-block;
    margin-left: 87px;
  }
  .office a.label{
    display: inline-block;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    min-width: 72px;
    padding: 4px 6px 4px;
    color: #FFF;
    border-radius: 3px;
    background: #54585a;
    margin: 3px;
		text-decoration: none;
  }
.office a.label:hover {opacity: 0.5;}
.office .map {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.6em;
	border-radius: 1px;
	background: #003481;
}
.office .map:hover {
	background: #f96868;
}
  .office a.Lc1{ background: #f96868; }
  .office a.Lc2{ background: #5da7e2; }
  .office a.Lc3{ background: #64a1ab; }
  .office a.Lc4{ background: #666; }
  .office a.Lc5{ background: #; }
  .office a.Lc6{ background: #; }
  .office a.Lc7{ background: #5463bb; }


/*download
----------------------------------------*/
.dl_movie ul {
	width: 100%;
	margin-bottom: 5em;
}
.dl_movie ul li {
	display: inline-block;
	margin: 0 0.5%;
	width: 31%;
}
.dl_movie ul li video {
	width: 100%;
}
.dl_movie ul li p {
	text-align: center;
}
.dl_pdf ul {
	width: 100%;
	margin-bottom: 2em;
}
.dl_pdf ul li {
	display: inline-block;
	margin: 1em 0.5%;
	width: 22%;
	text-align: center;
}
.dl_pdf ul li img {
	max-width: 200px;
	max-height: 200px;
	border: 1px solid #CCC;
}
.dl_pdf ul li p {
	text-align: center;
}
.dl_pdf ul li a {
	text-decoration: none;
}


/*ecology
----------------------------------------*/
.ecology .page_h {
	margin-top: 3em;
}
.ecology img {
	width: 100%;
}
.iso li {
	display: inline-block;
	margin: 0 1%;
	width: 30%;
	text-align: center;
	border: 1px solid #CCC;
}
.iso li::after {
	content: "";
	display: block;
	clear: both;
}
.iso li h3 {
	margin-bottom: 0.5em;
	padding: 0.3em;
	color: #FFF;
	font-weight: bold;
	background: #004ea2;
}
.iso li img {
	float: left;
	margin: 2% 2% 2% 5%;
	width: 100px;
}
.iso li p {
	margin-top: 4em;
	vertical-align: bottom;
}


/*news
----------------------------------------*/
.news .list {
	padding: 12px;
	background: #FFF;
}
.news .list li {
	display: block;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px dashed #CCC;
}
.news .list li .list_date {
	display: inline-block;
	width: 190px;
	height: 100%;
	vertical-align: top;
}
.news .list li span {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding: 3px 10px;
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
}
.news .list .list_text {
	display: inline-block;
}
.news .list .list_text a:hover {
	color: #ca3c5f;
}
.news .list .news {background: #6d6d6d;}
.news .list .point {background: #61cdf3;}
.news .list .event {background: #43bd82;}
.news .list .pro {background: #ca3c5f;}
.news .list .info {background: #0050a0;}

/*terms
----------------------------------------*/

.terms h2{
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
}
.terms section{
  margin-bottom: 30px;
}
.terms ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.privacy ul li{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 14px;
}
.ki {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
ul.mb0 li{ margin-bottom: 0;}

/*共通
----------------------------------------*/

 .fl{ float: left; }
 .mt30{ margin-top: 30px; }
 .pl1em{ padding-left: 1em; }

 .mb80{ margin-bottom: 80px; }
 .pb40{ padding-bottom: 40px; }
 .cr{ clear: both; }

 .txt_bl{ color: #004ea2; }

 .ft12{  font-size: 1.2em; }
