@charset "UTF-8";

/*------------------------------------------------------------------------------
	CONSEIL - sp_local CSS
	URL: http://www.conseil.co.jp/
	Date: 2015-04-30
	Copyright (C) conseil All Rights Reserved.
------------------------------------------------------------------------------*/


body#comIndex #main .tbl001 td{
	line-height:1.5;
}
span.entBlock{
	display:block;
	padding-bottom:10px;
}
span.newIcon {
    background: #f17c42 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
	float:right;
    font-size: 80%;
    padding: 3px 5px;
    text-align: center;
}

span.category {
	padding:5px;
	text-align:center;
    margin: 0 0 5px !important;
    width: 100px;
	font-size:80%;
	color:#fff;
	border-radius:5px;
}
span.newIcon {
    background: #f17c42 none repeat scroll 0 0;
}
span.catinfo {
    background: #dd8482 none repeat scroll 0 0;
    margin: 0 25px 0 15px;
}
span.catnewjob {
    background: #8ab76f none repeat scroll 0 0;
    margin: 0 15px;
}
span.catcustomer {
    background: #8778ad none repeat scroll 0 0;
    margin: 0 15px;
}
span.date {
    color: #828282;
    margin-left: 15px;
}


section li:nth-child(even){
background:#fbfdfe;
}


.news section li a{
	line-height:1.2;
	margin-top:10px;
}

/*newsIndiv*/

body#newsIndiv section .date{
	display:block;
	margin-left:0;
	padding-bottom:5px;
}

body#newsIndiv section .entry{
	padding:3%;
}
body#newsIndiv section .entry img{
	width:100%;
	height:auto;
}
#toPc{
	display:none;
}
#wrapper h1#pageTitle{
	color:#fff;
	font-size:170%;
	font-weight:bold;
	padding:5% 2.3% 5% 3.5%;
	background:#172983;
}

body#spEntryIndex #wrapper h1#pageTitle{
	font-size:130%;
}

#wrapper h2{
	padding:5%;
	border-top:1px solid #dae0e3;
	border-bottom:1px solid #dae0e3;
	background:#f2f9fc;
}

#wrapper h2{
	padding:5%;
	border-top:1px solid #dae0e3;
	border-bottom:1px solid #dae0e3;
	background:#f2f9fc;
}

.cms #wrapper h2{
	font-size:120%;
	line-height:1.2;
	color:#172983;
	font-weight:bold;
}
.cms #wrapper h2 .date{
	font-size:80%;
}
#wrapper #main p{
	margin-top:5%;
	padding:0 2.3%;
}
.read .list01{
	margin:2.3%;
}

.read .list01 li {
	display: table;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	background: url(../../../../service/img/bg_icon01.png) no-repeat left 5px;
}

#wrapper dd{
	line-height:1.5;
}
#wrapper p.box{
	margin:0 2.3%;
}
.tbl001 {
    border-collapse: collapse;
    margin-bottom: 50px;
    width: 100%;
}
.tbl001 th, .tbl001 td {
    border: medium none;
    padding: 20px 10px;
}
.tbl001 th:first-child {
    border-top: 2px solid #b3e8ff;
}
.tbl001 td:last-child {
    border-top: 2px solid #dfe7ee;
}
.tbl001 th {
    border-bottom: 2px solid #b3e8ff;
    color: #081559;
}
.tbl001 td {
    border-bottom: 2px solid #dfe7ee;
}
.tbl001 tr.odd th, .tbl001 tr.odd td {
    background: #fbfdfe none repeat scroll 0 0;
}

/*==============================================================
　body#servIndex : サービスの特徴＆流れ
===============================================================*/

body#servIndex #main h2 {
	background:#f2f9fc;
	/*padding-left: 0;*/
	margin-bottom:3%;
	border-bottom: solid 1px #e4e4e4;
}
body#servIndex #main h2 img {
	padding-bottom: 10px;
	padding-top: 10px;
}
body#servIndex #main section {
	margin-bottom:20px;
}
body#servIndex #main .secbox,
body#poliIndex #main .secbox,
body#engineerIndex #main .secbox{
	margin: 0 2.3%;
	background:#fbfdfe;
	border: 5px solid #95e0ff;
	margin-bottom: 20px;
	padding: 10px 20px;
}
body#servIndex #main .secbox h3,
body#poliIndex #main h3{
	text-align:left;
	color:#132588;
	border-bottom:solid 1px #e4e4e4;
	font-size: 140%;
	line-height:1.2;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top:10px;
	padding-bottom: 5px;
}

body#servIndex #main p{
	padding:0;
}

body#servIndex #main #anchor {
	margin:0 2.3%;
}
body#servIndex #main #anchor li {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:20px;
	line-height: 1.2;
	background-image: url(../../../service/img/bg_arrow_s.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}
body#servIndex #main #anchor li a {
	color:#fff;
	display:block;
	padding: 9px 11px;
	background:#0f55af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0f55af), color-stop(0.00, #2f82ce));
	background: -webkit-linear-gradient(top, #2f82ce 0%, #0f55af 95%);
	background: -moz-linear-gradient(top, #2f82ce 0%, #0f55af 95%);
	background: -o-linear-gradient(top, #2f82ce 0%, #0f55af 95%);
	background: -ms-linear-gradient(top, #2f82ce 0%, #0f55af 95%);
	background: linear-gradient(to bottom, #2f82ce 0%, #0f55af 95%);
	border-radius: 8px;
	border:solid 1px #003272;
}
body#servIndex #main #anchor li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2f82ce), color-stop(0.00, #0f55af));
	background: -webkit-linear-gradient(#0f55af, #2f82ce);
	background: -moz-linear-gradient(#0f55af, #2f82ce);
	background: -o-linear-gradient(#0f55af, #2f82ce);
	background: -ms-linear-gradient(#0f55af, #2f82ce);
	background: linear-gradient(#0f55af, #2f82ce);
}
body#servIndex #main #anchor li span {
	display:block;
	padding-bottom:8px;
}

body#servIndex #main em {
	font-weight:bold;
	color:#ff2323;
}
body#servIndex #main .list02 {
	clear:both;
	margin: 2.3%;
}
body#servIndex #main .list02 dl {
	padding-bottom:15px;
	overflow:hidden;
	border-bottom: solid 1px #e4e4e4;
}
body#servIndex #main .list02 dt {
	color: #1365bb;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0;
}
body#servIndex #main .list02 dt img {
	margin-left:20px;
}
/*body#servIndex #main .list02 dd {
	width:420px;
}*/
body#servIndex #main .list02 li {
	padding-left: 75px;
}
body#servIndex #main .list02  {
	background:url(../../../service/img/bg_arrow.png) repeat-y 17px bottom;
}
body#servIndex #main .list02 li.sublist01 {
	background:url(../../../service/img/bg_step01.png) no-repeat;
}
body#servIndex #main .list02 li.sublist02 {
	background:url(../../../service/img/bg_step02.png) no-repeat;
}
body#servIndex #main .list02 li.sublist03 {
	background:url(../../../service/img/bg_step03.png) no-repeat;
}
body#servIndex #main .list02 li.sublist04 {
	background:url(../../../service/img/bg_step04.png) no-repeat;
}
body#servIndex #main .list02 li.sublist05 {
	background:url(../../../service/img/bg_step05.png) no-repeat #fff;
}

/*==============================================================
　body#poliIndex : サービスの特徴＆流れ
===============================================================*/

body#poliIndex #main section{
	margin:0 2.3%;
}
body#poliIndex #main section p{
	padding:0;
	margin:2.3% 0 ;
}


/*==============================================================
　body#consIndex : コンサルタント紹介
===============================================================*/

body#consIndex #main p.phoR{
	float:left;
}
body#consIndex #main p.phoR span{
	display:block;
	color:#13258b;
	font-size:90%;
	font-weight:bold;
}
body#consIndex #main p.phoR span em{
	font-size:80%;
}
body#consIndex #main p.phoR img{
	height:400px;
} 
body#consIndex #main p.tl {
    font-weight: bold;
    color: #132588;
	margin-top:5%;
	padding:0 2.3% 10px;
	padding-bottom:10px;
	font-size:120%;
}
body#consIndex #main .message h2 {
    border: none;
	font-size:120%;
    border-bottom: double 3px #ddd;
    padding-left: 0;
	padding:2.3%;
	margin-bottom:4%;
	color: #132588;
	background:none;
	overflow: hidden;
}
body#consIndex #main .message h3 {
    border: none;
	font-size:100%;
    border-bottom: double 3px #ddd;
    padding: 0 0 2.3%;
	margin-bottom:2%;
	color: #132588;
	background:none;
	overflow: hidden;
}
body#consIndex #main p {
    margin-top: 0%;
}
body#consIndex #main .tbl001 th {
	width:24%;
	white-space:nowrap;
	padding-left:5%;
}
body#consIndex #main .tbl001 {
	margin-bottom:10%;
}
body#consIndex #main ul {
    padding: 0 5%;
}
body#consIndex #main ul li {
	margin-bottom:4%;
}


/*==============================================================
　body.spEntry : 簡単エントリー
===============================================================*/
body.spEntry #main{
	padding:0 2.3%;
}

body.spEntry #main .errs{
	padding:2%;
	margin-bottom:5%;
	background:#ffeede;
}
body.spEntry #main .errs li{
	color:#f17c42;
	padding:5px;
}


body.spEntry #main span.atte{
	padding:3px 5px;
	margin-left:5px;
	font-size:80%;
	background:#f17c42;
	color:#fff;
	border-radius:3px;
}
body.spEntry #main p#flow{
	padding:0;
	margin-bottom:3% !important;
}
body.spEntry #main p.txt{
	margin-top:0 !important;
	padding-bottom:0 !important;
	padding:0 5% !important;
	margin-bottom:3% !important;
}
body.spEntry #main p#flow img{
	width:100%;
	height:auto;
}
body.spEntry #main dt{
	font-size:120%;
	color:#172983;
	padding-bottom:10px;
}
body.spEntry #main dd{
	margin-bottom:20px;
}
body.spEntry #main dd select,
body.spEntry #main dd input[type="text"],
body.spEntry #main dd input[type="tel"],
body.spEntry #main dd input[type="email"]{
	width:100%;
	padding:5px;
	border-radius:5px;
}
body.spEntry #main dd input[type="text"],
body.spEntry #main dd input[type="tel"],
body.spEntry #main dd input[type="email"]{
	border:1px solid #999;
}
body.spEntry #main dd select{
	font-size:110%;
}
body.spEntry #main dd textarea{
	width:100%;
	border:1px solid #999;
}


body.spEntry #main dd select#born_month,
body.spEntry #main dd select#born_days{
		width:20%;
}
body.spEntry #main dd select#born_year{
		width:30%;
}

body.spEntry #main dd input#sei_kanji,
body.spEntry #main dd input#mei_kanji,
body.spEntry #main dd input#sei_kana,
body.spEntry #main dd input#mei_kana{
		width:38%;
}

input[ type=checkbox ] {
	margin-top:2%;

  -moz-transform-origin: right bottom;
  -moz-transform: scale( 2 , 2 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

body.spEntry #main p.submitBtn,
body#spEntryConfirm #main p.backBtn{
	text-align:center;
}
body.spEntry #main p.submitBtn{
	padding-left:0 !important;
}
body.spEntry #main p.submitBtn input{
	text-align:center;
	width: 300px;
	margin: 0 auto;
	padding: 10px 5px;
	font-size:140%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));	
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

body.spEntry .checkelement{
	font-size:120%;
	margin-left:5%;
}
body.spEntry .policy{
	border:1px solid #dae0e3;
	padding:2.3%;
	height:200px;
	overflow:scroll;
	background:#f2f9fc;
}


body.spEntry form h2{
	font-size:120%;
	font-weight:bold;
	margin-bottom:3%;
	color:#fff;
	border:none;
	border-radius:10px;
	background:#4c7fbd !important;
}
body.spEntry .policy h2{
	border:1px solid #ededed;
	color:#4c7fbd !important;
	background:#fff !important;
}

/*カテゴリー*/
body.spEntry #main dd{
	padding-bottom:2%;
	border-bottom:2px solid #dfe7ee;
}

body#spEntryConfirm #main p.backBtn{
	margin-top:2%;
}
body#spEntryConfirm #main p.backBtn input{
	text-align:center;
	width: 300px;
	font-size:140%;
	margin: 0 auto;
	padding: 10px 5px;
	background:#666;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	text-shadow: 1px 2px 3px #ededed;

}

.recruit #catBox ul{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.recruit #catBox ul li a{
	display:block;
	font-size:120%;
	padding:5% 5% 5% 7%;
	vertical-align:top;
	background:url(../../../shared/img/ico_arrow_001.png) no-repeat 4% 47%;
	border:1px solid #ededed;
	border-top:none;
	border-left:none;
}
.recruit #catBox ul li:nth-child(even) a{
	border-right:none;
}

.recruit section table,
.engineer #main table{
	width:95.4%;
	margin:0 2.3% 5%;
}
.recruit section table th,
.recruit section table td,
.engineer #main table th,
.engineer #main table td{
	padding:15px;
	line-height:1.5;
}
.recruit section table th,
.engineer #main table th{
	width:25%;
	background:#e0f9fe;
}
.recruit th .number,
.engineer #main th .number{
	padding:5px 10px;
	border-radius:5px;
	width:100px;
}
body#engineerIndex section th.title,
body.recruit section th.title {
    background: #fff !important;
    border-top: 5px solid #05a0e1 !important;
    color: #484848;
    text-align: left;
}
body.recruit section th.title h2,
body.engineer #main th.title h2{
    background: inherit !important;
    font-size: 150%;
    margin-bottom: 0;
    padding: 0 !important;
	border:none !important;
}
body#engineerIndex section th.title span.number,
body.recruit section th.title span.number {
	clear:inherit;
    display: block;
    margin-top: 3px;
	float:right;
    vertical-align: bottom;
}
.recruit .Btn,
.engineer .Btn{
    text-align: center;
	margin-bottom:15%;
}
.recruit #entryBtnOn,
.recruit .Btn a,
#engineerIndex .Btn a{
    background: #0a1962 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 110%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 200px;
	text-decoration:none;
}


.recruit .moreBtn{
	text-align:center;
    border: medium none;
    border-radius: 10px;
	width: 90%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 110%;
    margin: 0 auto 20px;
    padding: 20px;
	background:url(../img/ico_arw_bottom.svg) no-repeat #009ee0 95% center;

}


#newsArchive p.atte,
#recruitArchive p.atte {
    background: #ffeeee;
	margin:15px;
    border: 5px solid #ff9595;
    color: #f33;
    font-size: 110%;
    padding: 15px;
    text-align: center;
}

.engineer .more_image p{
	background: #05a0e1	 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 110%;
    margin: 0 auto;
    padding: 15px !important;
    text-align: center;
    width: 90%;
	text-decoration:none;
}

.engineer .read p{
	font-weight:bold;
}

.engineer .read p{
	font-weight:bold;
}

.engineer .title{
	padding-bottom:0 !important;
	color:#172983;
    font-size: 135%;
	font-weight:bold;
	visibility:!important;
	font-weight:bold;
}
.engineer .title img{
	float:left;
	vertical-align:middle;
	margin-right:10px;
	margin-top:-10px;
}
.engineer #wake03 img{
	margin-top:0;
}
.engineer #main h2{
    font-size: 120%;
	margin-bottom:15px;
	font-weight:bold;
}
.engineer #main table h2{
    font-size: 100% !important;

}

.engineer #main table span{
    font-size: 80% !important;
	margin-bottom:15px;

}
.engineer #main .list01 li{
    font-size: 120%;
    font-weight: bold;
    margin: 10px;
    padding-left: 20px;
	background:url(../../../service/img/bg_icon01.png)  no-repeat scroll left 5px;
}
.engineer #main .alignC{
	text-align:center;
}

body#engineerIndex #main h3 {
    border-left: 9px solid #05a0e1;
    color: #132588;
    font-size: 150%;
    margin: 12px 0;
	line-height:1.5;
    padding: 5px 0 5px 20px;
}


body#engineerIndex #main .secbox p{
	padding:0;
	margin:0;
}

body#engineerIndex #main .secbox {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #95e0ff;
    margin: 0 3% 20px;
    padding: 10px 20px;
}


	

body#engineerIndex #main p.read02 {
    border-bottom: 1px solid #e4e4e4;
    color: #132588;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}
body#engineerIndex #main .text01 {
    background: #f4fafb none repeat scroll 0 0;
    font-size: 115%;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
body#engineerIndex #main .text01 ul, body#engineerIndex #main .text01 p {
    line-height: 1.5;
    margin-bottom: 0;
}
body#engineerIndex #main .text01 strong {
    color: #132588;
    display: block;
    font-size: 115%;
    line-height: 1.3;
    margin-bottom: 5px;
}

body#engineerIndex #main p.tl {
    color: #000;
	padding:0;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
/*-----------------------------------------------
ページネーション
-----------------------------------------------*/
.pagination {
    text-align: center;
	margin-bottom:50px;
}
.pagination li {
    border-left: 1px solid #009ee0;
    float: left;
}
.pagination li:first-child {
    border-left: medium none;
}
.pagination ul {
    border: 1px solid #009ee0;
    display: inline-block;
}
.pagination a, .pagination .current_page {
    display: block;
    padding: 8px 18px;
}
.pagination .current_page {
    background: #009ee0 none repeat scroll 0 0;
    color: #fff;
}
.pagination a {
    color: #09145a;
}
.pagination a:hover {
    background: #b3e8ff none repeat scroll 0 0;
    color: #09145a;
}
