@charset "UTF-8";
/* common */

/* common */
body{
	width:100%;
	color:#555;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.4em;
	text-align:left;
}
em{
	font-weight: bold;
}
.inner{
	margin: 0 10px;
}

/* table common layout */
table.def{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.def th,table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}
table.def th{
	background: #f3f3f3;
	vertical-align: middle;
	width: 150px;
    text-align: center;
    padding: 10px 15px;
}
/* float img common layout */
.imgL{
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imgR{
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* clearfix*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #f67b7b;
}
a:hover img{
	opacity: 0.7;
}
/* pagetop */
.pagetop{
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
}
.pagetop img{
	width: 30px!important;
	cursor:pointer;
}

/* header */
header{
	padding-top: 0px;
	background: #F6F4F5;
}
header .inner{
	margin: 0px auto;
}
header h1{
	float: left;
}
/* top head */

header .top_head{
	width: 100%;
	background-position: center center;
	background-size: cover;
	-moz-background-size:cover;
	background-repeat: no-repeat;
	position: relative;	
	height: 195px!important;
	min-height:195px!important;
	z-index: 9;
	}
.top_header{
	padding:20px;
}
.head-in{
	padding: 6px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	height: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .head_logo{
	float: left;
	width: 125px;
	margin-top: 8px;
}
header .h_menu{
	float: right;
	width: 85px;
}

.head_logo img{
	width: 100%;
}
.h_menu img{
	width: 100%;
	cursor: pointer;
}
.top_header .group_logo{
	float:right;
}
.group_logo img{
	width: 55px;
}
.top_copy{
	text-align: center;
	position: absolute;
	top:40%;
	left:50%;
	margin-left: -150px;
}
.top_copy img{
	width: 300px;
}
#fadeLayer {
  position:fixed;
  top:47px;
  left:0px;
  width:100%;
  height:100%;
 
  background: #465767;
  opacity:0.8;
  display:none;
  z-index:0;
}


/* nav */
nav#global{
	padding-top: 0px;
	position: absolute;
	width: 100%;
	top: 47px;
	display: none;
	z-index: 999;
	background: #ccc;
}
nav#global ul{
	background: #465767;
	padding: 0 10px;

}
nav#global ul li{

}
nav#global ul li a{
	padding: 15px 10px;
	display: block;
	border-bottom: 1px dashed #A9BFD4;
	color: #fff;
	position: relative;
}
nav#global ul li a:before{
	content: "";
	right: 10px;
	top:50%;
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #F36D6E;
	border-right: 2px solid #F36D6E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
nav#global ul li .pc{
	background: url(/sp/common/img/nav_ico.png) no-repeat right center;
	-webkit-background-size:17px 15px ;
	background-size:17px 15px ;
	display: inline-block;
	padding-right: 20px;

}
nav#global ul li:last-child a{
	border-bottom: none;
}




/* pankuzu */
#pankuzu{
	width: 960px;
	margin: 0px auto;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0px;
}
#pankuzu a{
	text-decoration: underline;
	font-weight: normal;
}
/* footer */
footer{
	background: #fff;
	position: relative;
	padding-bottom: 5px;
}
footer .pclink{
	color: #fff;
	text-align: right;
	background: #c0c0c0;
}
footer .pclink p{
	background:url(/sp/common/img/pc_ico.png) no-repeat left center;
	-webkit-background-size:11px 10px ;
	background-size:11px 10px ;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 10px;
	display: inline-block;
}
footer .pclink p a{
	color: #fff;
}
footer .clearfix{
	overflow: hidden;
	position: relative;
}
footer .logo{
	float: left;
}
footer .logo img{
	width: 78px;
}
footer .copy{
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}
footer .copy span{
  font-size: 7px;
  -webkit-transform: scale(0.7);
  display: inline-block;
	-webkit-transform-origin: 100% 0px;
}
/* contents */
#contents{
	background: #f2f2f2;
	padding:10px 0 10px;
}
#contents h2{
	background: #455767;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
}
#contents h3{
	color: #273b4e;
	font-size: 13px;
	font-weight: bold;
	background:url(/sp/common/img/h3_bg.png) no-repeat left top;
	-webkit-background-size: 6px 13px;
	background-size: 6px 13px;
	padding-left: 10px;
	line-height: 15px;
	margin-bottom: 10px;
}
#contents h4{
	border-bottom: 5px solid #f8a5a5;
	margin-bottom: 10px;
	font-weight: bold;
}
/* top */
#contents.index ul.menu{
	overflow: hidden;
	margin-bottom: 2%;
}
#contents.index ul.menu li {
	float: left;
	width: 48%;
	margin-bottom: 10px;
}
#contents.index ul.menu li:nth-child(2) {
	margin-right: 0%;
	float: right;
}
#contents.index ul.menu li:nth-child(4) {
	margin-right: 0%;
	float: right;
}
#contents.index ul.menu li:nth-child(6) {
	margin-right: 0%;
	float: right;
}
#contents.index ul.menu li:nth-child(8) {
	margin-right: 0%;
	float: right;
}
#contents.index ul.menu li a {
	display: block;
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
#contents.index ul.menu li a img {
	width: 20px;
	margin-bottom: 5px;
}
#contents.index .bn img {
	width: 100%;
}
#contents.index .bn p {
	margin-bottom: 4%;
}

/* business */
#contents.business{
	padding-top: 0;
}
#contents.business .inner{
	padding-top: 10px;
}

#contents.business p{
	margin-bottom: 10px;
}

#contents.business img{
	width: 100%;
}
/* profile */
#contents.profile{
	padding-top: 0;
}
#contents.profile .inner{
	padding-top: 10px;
}

#contents.profile p{
	margin-bottom: 10px;
}

#contents.profile img{
	width: 100%;
}
#contents dl.def{
	padding-bottom: 20px;
}
#contents dl.def dt,#contents dl.def dd{
	padding: 10px 6px;
	background: #fff;
}
#contents dl.def dt{
	background: #808080;
	color: #fff;
	border-top: 1px solid #ccc;
}
#contents dl.def dt.op{
	cursor: pointer;
	position: relative;
}
#contents dl.def dt.op:after{
	content: "+";
	position: absolute;
	right:10px;
	font-weight: bold;

}
#contents dl.def dt.op.active:after{
	content: "-";
	position: absolute;
	right:12px;

}
#contents dl.def dt.op + dd{
	display: none;
}
#contents dl.def dt.op.active + dd{
	display: block;
}
#contents dl.def iframe{
	margin-top: 10px;
}

/* recruit */
#contents.rec-index{
	padding-top: 0;
}
#contents.rec-index .inner{
	padding-top: 10px;
}

#contents.rec-index p{
	margin-bottom: 10px;
}
#contents.rec-index img{
	width: 100%;
}
#contents .revNav .tit{
	color: #fff;
	font-size: 14px!important;

	background-position: center center;
	background-size: cover;
	-moz-background-size:cover;
	background-repeat: no-repeat;

}
#contents .revNav .tit.n1 {
background-image:url(/sp/recruit/img/tit.png);
}
#contents .revNav .tit{
	color: #fff;
	font-size: 14px!important;

	background-position: center center;
	background-size: cover;
	-moz-background-size:cover;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
#contents .revNav .tit p{
	margin-bottom: 0;

}
#contents .revNav .tit.n1 p{
	background-color: rgba(247, 151, 166 ,0.9);
	padding: 10px;
}
#contents .revNav .tit.n2 {
	background-image:url(/sp/recruit/img/tit2.png);
	margin-top: 10px;
}

#contents .revNav .tit.n2 p{
	background-color: rgba(113, 182, 240 ,0.9);
	padding: 10px;
}
#contents .revNav .stit{
	background: #455767;
	color: #fff;
	padding: 3px;
	margin-bottom: 0;
}
#contents .revNav ul{

}

#contents .revNav ul li{
	margin-bottom: 1px;
}
#contents .revNav ul li a{
	background: #fff;
	padding: 10px;
	display: block;
	position: relative;
}
#contents .revNav ul li a:before{
	content: "";
	right: 10px;
	top:50%;
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #455767;
	border-right: 2px solid #455767;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

/* recruit */
#contents.def{
	padding-top: 0;
}
#contents.def .inner{
	padding-top: 10px;
}

#contents.def p{
	margin-bottom: 10px;
}
#contents.def img{
	width: 100%;
}

#contents.def .entrybox{
	height: 290px;
	overflow: auto;.
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}
#contents.def .entrybtn a {
    background-image: url(/common/img/arrow_red.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    margin: 20px 0;
}
a.navy_btn {
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0;
    border: none;
    font-weight: normal;
    cursor: pointer;
    display: block;
}
.navy_btn {
    padding: 16px 20px;
    color: #fff !important;
    background: #455767;
}

.case ul li{
	border-bottom: 1px dashed #ccc;
}
.case ul li:last-child{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
