@charset "UTF-8";
/*下層ページ共通CSS*/


@media screen and ( max-width:1023px) {/*　タブレット・スマホ　*/
/***見出し部分***/
#h1Area{
	height:200px;
	width:auto;
	position:relative;
}
#h1Area::after{
	display:block;
	content:"";
	background:url(../img/bg-dot.png);
	background-size:2px 2px;
	background-color:rgba(0,0,0,0.4);
	height:200px;
	width:100%;
	position:absolute;
	top:0;
	z-index:777;
}
#h1Area ul#pNav{
	position:absolute;
	left:0;
	top:0;
	z-index:778;
	font-size:12px;
	display:block;
	background-color: rgba( 0, 0, 0, 0.5 );
	padding:10px 0;
	width:100%;
	overflow:hidden;
	}
#h1Area ul#pNav li{
	position: relative;
	display: inline-block;
	padding:0 20px;
	color:#FFF;
}
#h1Area ul#pNav li::after{
  content: "";
  width: 26px;
  height: 26px;
  border: 0px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
#h1Area ul#pNav li#here::after{
	display:none;
}
#h1Area ul#pNav li a{
	color:#FFF;
	}
#h1Area h1{
	position:absolute;
	left:20px;
	top:90px;
	z-index:779;
	font-size:34px;
	font-weight:normal;
	letter-spacing:0.08em;
	color:#FFF;
	text-shadow: 0 0 7px #000;
}

#h1Area h1 span{
	display:block;
	font-size:14px;
	letter-spacing:normal;
}


/***サイドナビ***/
#sNav{
	display:none;
}
/***本文エリア***/
article{
	width:100%;
	margin:50px 0 0 0;
	padding-bottom:60px;
	font-size:16px;
	line-height:1.8em;
}
article section{
	margin-bottom:50px;
}
/***本文***/
article p{
	margin-bottom:1em;
}
.small{
	font-size:85% !important;
}
/***見出し h2***/
article h2{
	font-size:20px;
	font-weight:bold;
	border-left:4px solid #1e90ff;
	padding-left:18px;
	margin-bottom:20px;
	letter-spacing:0.08em;
}
/***見出し -h- ***/
.lines-h {
	display: flex;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
	border-left:none;
	padding:5px 0;
	margin: 0;
}

.lines-h::before,
.lines-h::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.lines-h::before {
    margin-right: 0.5em;
}

.lines-h::after {
    margin-left: 0.5em;
}
/***インデント***/
.idt1{
	text-indent:-1.1em;
	padding-left:1.1em;
}
.idt2{
	text-indent:-2.15em;
	padding-left:2.15em;
}
.idt3{
	text-indent:-3.2em;
	padding-left:3.2em;
}
/***左右配置***/
div.lArea{
	float:left;
	width:50%;
	padding-right:10px;
}
div.rArea{
	float:right;
	width:50%;
	padding-left:10px;
}
/***画像配置***/
.photo-l{
	float:left;
	margin:0 15px 1em 0;
}
.photo-r{
	float:right;
	margin:0 0 1em 15px;
}
/*** 写真エリア（1カラム） ****/
div.photo1c figure{
	display:block;
	margin:0;
	padding:0 0 1em 0 ;
}
div.photo1c figure img{
	margin-bottom:5px;
	width:100%;
	max-width:760px;
}
article div.photo1c figcaption{
	line-height:1.4em;
	margin-bottom:0.5em;
}
/*** 写真エリア（2カラム） ****/
div.photo2c::after{
	content:"";
	display:block;
	clear:both;
}
div.photo2c figure{
	display:block;
	width:48%;
	margin:0;
	padding:0 0 1em 0 ;
}
div.photo2c figure:nth-child(odd){
	clear:both;
	float:left;
}
div.photo2c figure:nth-child(even){
	float:right;
}
div.photo2c figure img{
	margin-bottom:5px;
	width:100%;
	max-width:370px;
	height:auto;
}
article div.photo2c figcaption{
	line-height:1.4em;
	margin-bottom:0.5em;
}
/*** 動画エリア ****/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/***表***/
article dl.hyo::after{
	content:"";
	display:block;
	clear:both;
}
article dl.hyo dt{
	border-top:1px solid #1e90ff;
	font-weight:bold;
	padding:15px 10px;
	clear:both;
	float:left;
	width:20%;
}
article dl.hyo dd{
	border-top:1px solid #CCC;
	padding:15px 10px;
	float:left;
	width:80%;
	}
/***テーブル***/
table.unvisible tr td{
	padding-right:0.5em;
}
/*** リンクボタン ****/
#contents a.btn{
	display:inline-block;
	padding:0 8px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background:#afcee2;
	cursor:pointer;
	vertical-align:middle;
	margin-left: 10px;
}
#contents a.btn::before{
	content:url(../img/arrow04.png);
	margin-right:5px;
}
#contents a.btn:hover{
	background:#1e90ff;
}
/***リスト（PDF）***/
ul.pdf{
	margin-bottom:1em;
}
ul.pdf li::before{
	content:"";
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/ico-pdf.png) no-repeat;
	background-size:100%;
	vertical-align:middle;
	margin:0 10px 0 0;
}
ul.pdf li{
	padding:10px 0 10px 42px;
	text-indent:-42px;
}
/***リスト（ナンバリング）***/
ol{
	margin-left:1em;
	margin-bottom:3em;
}
ol li{
	list-style:decimal;
	margin-bottom:1em;
}
ol.num{
	margin-left:0;
}
ol.num li{
	list-style:none;
	text-indent:-1.2em;
	padding-left:1.2em;
}
ol li ol{
	margin-top:0.5em;
	margin-bottom:0;
	}
ol.hTxt{
	margin-left:0;
}
ol.hTxt li{
	list-style:none;
	margin-bottom:3em;
}
ol.hTxt li ol li{
	margin-bottom:1em;
}
ol.hTxt h2{
	text-indent:-1em;
	padding-left:1.8em;
}
/***ボックス***/
.box-g{
	background:#EEE;
	padding:30px 30px 10px 30px;
}
/***インデックス***/
#contents ul.index{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
#contents ul.index li{
    margin-bottom:10px;
    width:48%;
	border:1px solid #1e90ff;
	background:url(../img/arrow03.png) no-repeat right 10px center;
}
#contents ul.index li:nth-child(odd){
    margin-right:10px;
}
#contents ul.index li:hover{
	background-color:#8eafed;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}
#contents ul.index li a{
	padding:20px 30px 20px 20px;
	display:block;
	text-decoration:none;
}
#contents ul.index li a h2{
	border:none;
	padding:0;
	margin-bottom:10px;
	font-size:18px;
	color:#1e90ff;
}
#contents ul.index li a p{
	border:none;
	padding:0;
	font-size:14px;
	margin:0;
}

/*** 企業理念 ****/
section#motto p,section#philosophy p{
	font-size:28px;
	margin:40px 0 60px 0;
	text-align:center;
}

section#slogan .sub{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

section#slogan .title{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 50px 0 30px 0;
}

.Propulsion li{
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
}


/*** 社長挨拶 ****/
div.ceo{
 margin-right: 2em;
 text-align:right;
}
p.sign{
	text-align:right;
}
p.sign img{
	height:28px;
	width:auto;
	vertical-align:bottom;
	margin-left:0.8em;
}
/*** 会社概要 ****/

#contents p.guide{
	text-indent: -1em;
	padding-left: 310px;
	margin: 0;
}

/*** 沿革 ****/
dl#history::after{
	content:"";
	display:block;
	clear:both;
}
dl#history dt{
	border-top:1px solid #1e90ff;
	display:block;
	float:left;
	clear:both;
	width:20%;
	padding-top:15px;
}
dl#history dd{
	border-top:1px solid #CCC;
	display:block;
	float:right;
	width:80%;
	padding-top:15px;
}
dl#history dd p{
	display:block;
	float:right;
	width:85%;
}
dl#history dd p.month{
	float:left;
	clear:both;
	width:10%;
	text-align:right;
}
dl#history dd p img{
	vertical-align:top;
}

figcaption {
  font-weight: bold;
}

/*** サイトマップ ***/
#contents ul.sitemap li{
    margin-bottom:20px;
}
#contents ul.sitemap li a{
	padding:10px 20px 10px 30px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #1e90ff;
	background:url(../img/arrow03.png) no-repeat left 5px center;
}
#contents ul.sitemap li a:hover{
	background-color:#8eafed;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}
#contents ul.sitemap li ul li{
	border:none;
	padding:0;
	font-size:14px;
	margin:0;
}
#contents ul.sitemap li ul li a{
	padding:5px 20px 5px 45px;
	display:block;
	text-decoration:none;
	background:url(../img/arrow01.png) no-repeat left 30px center;
	border-bottom:none;
}

/***先輩社印紹介***/
.peoplebox {
	　display: flex;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.peoplebox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.peoplebox p {
    margin: 0;
    padding: 0;
}


/*** h1背景 ********************************************************/
/*** 会社案内 ***/
#company #h1Area{
	background:url(../../company/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** 事業内容 ***/
#business #h1Area{
	background:url(../../business/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** 採用情報 ***/
#recruit #h1Area{
	background:url(../../recruit/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** お問い合わせ ***/
#contact #h1Area{
	background:url(../../contact/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** その他 ***/
#other #h1Area{
	background:url(../img/h1-other.jpg) no-repeat center center;
	background-size:cover;
}
}
@media screen and ( max-width:650px) {/*　スマホ　*/
/***見出し部分***/
#h1Area{
	height:160px;
}
#h1Area::after{
	height:160px;
}
#h1Area h1{
	top:75px;
	font-size:26px;
}
/***見出し h2***/
article h2{
	font-size:18px;
	border-left:4px solid #1e90ff;
}
/***左右配置***/
div.lArea,
div.rArea{
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
}
/***画像配置***/
.photo-l,
.photo-r{
	float:none;
	margin:0 0 1em 0;
}
/*** 写真エリア（2カラム） ****/

div.photo2c figure{
	width:100%;
}
div.photo2c figure:nth-child(odd){
	float:none;
}
div.photo2c figure:nth-child(even){
	float:none;
}
/***表***/
article dl.hyo dt{
	background-color:#EEE;
	padding:8px;
	float:none;
	width:100%;
}
article dl.hyo dd{
	border-top:none;
	padding:8px;
	float:none;
	width:100%;
}
/*** 企業理念 ****/

/***インデックス***/
#contents ul.index{
    display:block;
}
#contents ul.index li{
    width:100%;
}
#contents ul.index li:nth-child(odd){
    margin-right:0;
}
/*** 会社概要 ****/

#contents p.guide{
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}
/*** 社長挨拶 ****/
div.ceo{
 margin-right: 2em;
 text-align:right;
}
p.sign{
	text-align:right;
}
p.sign img{
	height:28px;
	width:auto;
	vertical-align:bottom;
	margin-left:0.8em;
}

/***先輩社印紹介***/
.peoplebox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.peoplebox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.peoplebox p {
    margin: 0;
    padding: 0;
}
/*** 沿革 ****/
dl#history dt{
	background-color:#EEE;
	float:none;
	clear:both;
	width:100%;
	padding:8px;
}
dl#history dd{
	float:none;
	clear:both;
	width:100%;
	padding:8px;
}
dl#history dd p{
	display:block;
	width:80%;
}
dl#history dd p.month{
	width:15%;
	text-align:left;
}
dl#history dd p img{
	width:100%;
	height:auto;
}
}

@media print, screen and (min-width:1024px) {
/***見出し部分***/
#h1Area{
	height:200px;
	width:auto;
	position:relative;
}
#h1Area::after{
	display:block;
	content:"";
	background:url(../img/bg-dot.png);
	background-size:2px 2px;
	background-color:rgba(0,0,0,0.4);
	height:200px;
	width:100%;
	position:absolute;
	top:0;
	z-index:777;
}
#h1Area ul#pNav{
	position:absolute;
	left:10px;
	top:20px;
	z-index:778;
	font-size:12px;
	}
#h1Area ul#pNav li{
	float:left;
	color:#FFF;
}
#h1Area ul#pNav li::after{
	content:"＞";
	display:block;
	float:right;
	margin:0 5px;
}
#h1Area ul#pNav li#here::after{
	content:""
}
#h1Area ul#pNav li a{
	color:#FFF;
	}
#h1Area h1{
	position:absolute;
	left:10px;
	top:90px;
	z-index:779;
	font-size:34px;
	font-weight:normal;
	letter-spacing:0.08em;
	color:#FFF;
	text-shadow: 0 0 7px #000;
}

#h1Area h1 span{
	display:block;
	font-size:14px;
	letter-spacing:normal;
}
/***サイドナビ***/
#sNav{
	margin:50px 0 50px 10px;
	float:left;
}
#sNav ul li a{
	text-decoration:none;
	font-size:15px;
	display:block;
	height:70px;
	width:200px;
	background:#EEE;
	border-bottom:1px solid #FFF;
	display: table-cell;
	vertical-align: middle;
	padding-left:20px;
	font-weight:bold;
	color:#1b1b1b;
}
#sNav ul li a::before{
	content:url(../img/arrow03.png);
	display:block;
	float:left;
	margin:1px 10px 0 0;
	width:10px;
	height:15px;
}
#sNav ul li a:hover,
#sNav ul li.active a{
	background:#8eafed;
}

#sNav ul li#category a{
	padding-top:5px;
	color:#FFF;
	background:#1e90ff;
}
#sNav ul li#category a::before{
	content:"";
	display:none;
}
#sNav ul li#category a:hover{
	background:#1e90ff;
}
#sNav ul li#category a span{
	display:block;
	font-size:12px;
}
/***本文エリア***/
article{
	width:760px;
	margin:50px 10px 30px 0;
	float:right;
	font-size:16px;
	line-height:1.8em;
}
article section{
	margin-bottom:50px;
	}
/***本文***/
article p{
	margin-bottom:1em;
}
.small{
	font-size:85% !important;
}

/***見出し h2***/
article h2{
	font-size:20px;
	font-weight:bold;
	border-left:4px solid #1e90ff;
	padding-left:18px;
	margin-bottom:20px;
	letter-spacing:0.08em;
}
/***見出し -h- ***/
.lines-h {
	display: flex;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
	border-left:none;
	padding:5px 0;
	margin: 0;
}

.lines-h::before,
.lines-h::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.lines-h::before {
    margin-right: 0.5em;
}
.lines-h::after {
    margin-left: 0.5em;
}
/***インデント***/
.idt1{
	text-indent:-1.1em;
	padding-left:1.1em;
}
.idt2{
	text-indent:-2.15em;
	padding-left:2.15em;
}
.idt3{
	text-indent:-3.2em;
	padding-left:3.2em;
}
/***左右配置***/
div.lArea{
	float:left;
	width:370px;
	padding-right:10px;
}
div.rArea{
	float:right;
	width:380px;
	padding-left:10px;
}
/***画像配置***/
.photo-l{
	float:left;
	margin:0 15px 1em 0;
}
.photo-r{
	float:right;
	margin:0 0 1em 15px;
}
/*** 写真エリア（1カラム） ****/
div.photo1c figure{
	display:block;
	margin:0;
	padding:0 0 1em 0 ;
}
div.photo1c figure img{
	margin-bottom:5px;
}
article div.photo1c figcaption{
	line-height:1.4em;
	margin-bottom:0.5em;
}
/*** 写真エリア（2カラム） ****/
div.photo2c::after{
	content:"";
	display:block;
	clear:both;
}
div.photo2c figure{
	display:block;
	width:370px;
	margin:0;
	padding:0 0 1em 0 ;
}
div.photo2c figure:nth-child(odd){
	clear:both;
	float:left;
}
div.photo2c figure:nth-child(even){
	float:right;
}
div.photo2c figure img{
	margin-bottom:5px;
}
article div.photo2c figcaption{
	line-height:1.4em;
	margin-bottom:0.5em;
　font-weight: bold;
}
/***表***/
article dl.hyo::after{
	content:"";
	display:block;
	clear:both;
}
article dl.hyo dt{
	border-top:1px solid #1e90ff;
	font-weight:bold;
	padding:15px 10px;
	clear:both;
	float:left;
	width:20%;
}
article dl.hyo dd{
	border-top:1px solid #CCC;
	padding:15px 10px;
	float:left;
	width:80%;
	}
/***テーブル***/
table.unvisible tr td{
	padding-right:0.5em;
}
/*** リンクボタン ****/
#contents a.btn{
	display:inline-block;
	padding:0 8px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background:#afcee2;
	cursor:pointer;
	vertical-align:middle;
	margin-left: 10px;
}
#contents a.btn::before{
	content:url(../img/arrow04.png);
	margin-right:5px;
}
#contents a.btn:hover{
	background:#1e90ff;
}
/***リスト（PDF）***/
ul.pdf{
	margin-bottom:1em;
}
ul.pdf li::before{
	content:"";
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/ico-pdf.png) no-repeat;
	background-size:100%;
	vertical-align:middle;
	margin:0 10px 0 0;
}
ul.pdf li{
	padding:10px 0 10px 42px;
	text-indent:-42px;
}
/***リスト（ナンバリング）***/
ol{
	margin-left:1em;
	margin-bottom:3em;
}
ol li{
	list-style:decimal;
	margin-bottom:1em;
}
ol.num{
	margin-left:0;
}
ol.num li{
	list-style:none;
	text-indent:-1.2em;
	padding-left:1.2em;
}
ol li ol{
	margin-top:0.5em;
	margin-bottom:0;
	}
ol.hTxt{
	margin-left:0;
}
ol.hTxt li{
	list-style:none;
	margin-bottom:3em;
}
ol.hTxt li ol li{
	margin-bottom:1em;
}
ol.hTxt h2{
	text-indent:-1em;
	padding-left:1.8em;
}
/***ボックス***/
.box-g{
	background:#EEE;
	padding:30px 30px 10px 30px;
}
/***インデックス***/
#contents ul.index{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
#contents ul.index li{
    margin-bottom:20px;
    width:370px;
	border:1px solid #1e90ff;
	background:url(../img/arrow03.png) no-repeat right 10px center;
}
#contents ul.index li:nth-child(odd){
    margin-right:20px;
}
#contents ul.index li:hover{
	background-color:#8eafed;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}
#contents ul.index li a{
	padding:20px 30px 20px 20px;
	display:block;
	text-decoration:none;
}
#contents ul.index li a h2{
	border:none;
	padding:0;
	margin-bottom:10px;
	font-size:18px;
	color:#1e90ff;
}
#contents ul.index li a p{
	border:none;
	padding:0;
	font-size:14px;
	margin:0;
}
/*** 企業理念 ****/
section#motto p,section#philosophy p{
	font-size:30px;
	margin:40px 0 60px 0;
	text-align:center;
}

section#slogan .sub{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

section#slogan .title{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 50px 0 30px 0;
}

.Propulsion li{
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
}

/*** 社長挨拶 ****/
div.ceo{
 margin-right: 2em;
 text-align:right;
}
p.sign{
	text-align:right;
}
p.sign img{
	height:28px;
	width:auto;
	vertical-align:bottom;
	margin-left:0.8em;
}
/*** 会社概要 ****/

#contents p.guide{
	text-indent: -1em;
	padding-left: 310px;
	margin: 0;
}

/*** 沿革 ****/
dl#history::after{
	content:"";
	display:block;
	clear:both;
}
dl#history dt{
	border-top:1px solid #1e90ff;
	display:block;
	float:left;
	clear:both;
	width:80px;
	padding-top:15px;
}
dl#history dd{
	border-top:1px solid #CCC;
	display:block;
	float:right;
	width:680px;
	padding-top:15px;
}
dl#history dd p{
	display:block;
	float:right;
	width:620px;
}
dl#history dd p.month{
	float:left;
	clear:both;
	width:40px;
	text-align:right;
}
dl#history dd p img{
	vertical-align:top;
}
/*** サイトマップ ***/
#contents ul.sitemap li{
    margin-bottom:20px;
    width:370px;
}
#contents ul.sitemap li a{
	padding:10px 20px 10px 30px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #1e90ff;
	background:url(../img/arrow03.png) no-repeat left 5px center;
}
#contents ul.sitemap li a:hover{
	background-color:#8eafed;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}
#contents ul.sitemap li ul li{
	border:none;
	padding:0;
	font-size:14px;
	margin:0;
}
#contents ul.sitemap li ul li a{
	padding:5px 20px 5px 45px;
	display:block;
	text-decoration:none;
	background:url(../img/arrow01.png) no-repeat left 30px center;
	border-bottom:none;
}
figcaption {
  font-weight: bold;
}
/***先輩社印紹介***/
.peoplebox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.peoplebox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.peoplebox p {
    margin: 0;
    padding: 0;
}
/*** h1背景 ********************************************************/
/*** 会社案内 ***/
#company #h1Area{
	background:url(../../company/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** 事業内容 ***/
#business #h1Area{
	background:url(../../business/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** 採用情報 ***/
#recruit #h1Area{
	background:url(../../recruit/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** お問い合わせ ***/
#contact #h1Area{
	background:url(../../contact/img/h1.jpg) no-repeat center center;
	background-size:cover;
}
/*** その他 ***/
#other #h1Area{
	background:url(../img/h1-other.jpg) no-repeat center center;
	background-size:cover;
}
}


/**IEハック**/
@media all and (-ms-high-contrast:none) {
/***サイドナビ***/
#sNav ul li a{
	padding-top:7px;
}
#sNav ul li a::before{
	margin:-2px 10px 0 0;
}
/***見出し h2***/
article h2{
	padding-top:7px;
}
/***リスト（ナンバリング）***/
ol.hTxt h2{
	padding-top:7px;
}
/*** サイトマップ ***/
#contents ul.sitemap li a{
	padding:17px 20px 10px 30px;
}
#contents ul.sitemap li ul li a{
	padding:10px 20px 5px 45px;
}


}
