body{
  min-width: 964px;
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  overflow:hidden;
}
.pagettl,h2{
	font-size: 26px;
	color:#4171a8;
	line-height: 1;
  background-color: #fff;
}
.lead_sentence{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#contentsWrapper{
	margin-top: 30px;
}
#wrapperAll {
  margin: 0 auto;
  line-height: 1;
}
#contentsArea{
  width: 720px;
  float: left;
}
.inner{
  width: 964px;
  margin: 0 auto;
}
.bg_color{
  background-color: #d9e3ee;
}
.bgWhite{
  background: #fff;
}
.hide{
	  display:none;
}
p{
  color:#333;
}
a {
  color:#4171a8;
  cursor: pointer;
}
.arwRight02{
	padding-left: 11px;
	background: url(../../search/img/arw_right02.gif) no-repeat left center;
}
.underLineArea a:hover{
  text-decoration: underline;
}
.iconEquired::after{
	display: inline-block;
	content: '必須';
	margin-left: 6px;
	padding: 2px;
	background: #fb4444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	vertical-align: 1px;
}

/* --------------------------------
  header
-------------------------------- */
header {
  margin-top:20px;
  margin-bottom: 15px;
  line-height: 1;
}
header .logoBlock{
  margin-top: 5px;
  float:left;
}
header .lead{
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
}
header .globalMenu{
  text-align: right;
  margin-bottom: 13px;
}
header .globalMenu li:before{
  content:">";
  padding-right: 5px;
}
header .globalMenu a{
  color:#333;
}
header .globalMenu li {
  display: inline-block;
  margin-right: 25px;
}
header .globalMenu li:last-child {
  margin-right: 0;
}
header .subItemsArea{
  float: right;
}
header .subItemsArea li{
}
header .b_menu{
  display: table;
}
header .b_menu li{
  display: table-cell;
}
header .b_menu .tel{
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
  padding-left: 10px;
  text-align: right;
}
header .b_menu .tel a{
  font-size: 18px;
  font-weight: bold;
  color:#4171a8;
  display: inline-block;
  margin-bottom: 5px;
}
header .b_menu .tel a:before{
  content:"";
  width: 15px;
  height: 15px;
  background:url(../image/pc/phone.png)no-repeat left center;
  margin-right: 5px;
}
/* log in */
header .b_menu .logBtn {
  width: 160px;
  height: 38px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 12px 0 12px 3px;
}
/* header .b_menu
 */
.saveBtn{
  background:url(../image/pc/saveBtn.png)no-repeat left center;
  width: 160px;
  height: 38px;
  padding-top: 12px;
  padding-left: 43px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  display: block;
}

/* --------------------------------
  recommend
-------------------------------- */
#recommender_Contents{
  margin-top: 10px;
  padding: 40px 0 30px;
}
#recommender_Contents h3{
  width: 510px;
  margin: 0 auto;
  background-color: #4170a7;
  text-align: center;
  font-size: 20px;
  color:#fff;
  padding: 10px 5px 5px;
}
#recommender_Contents h3:before{
  content:"";
  background:url(../image/pc/icon_recomend.png)no-repeat left center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -8px;
}

#recommender_Contents .recommendWrap{
  display: block;
  width: 184px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff;
}
#recommender_Contents .recommendWrap >a{
  display: block;
}
#recommender_Contents .recommendWrap:nth-child(5n){
  margin-right: 0;
}

#recommender_Contents .dv_rc_name{
  padding: 15px 10px 0;
  height:50px;
  overflow:hidden;
}
#recommender_Contents .dv_rc_img{
  width: 184px;
  height: auto;
}
#recommender_Contents .dv_rc_img img{
  width: 100%;
}
#recommender_Contents .dv_rc_description{
  padding: 5px 10px 10px;
}
#recommender_Contents .colum p{
  padding-bottom: 5px;
  color: #4171a8;
  line-height:1;
}
#recommender_Contents .colum table{
  color:#333;
}
#recommender_Contents .colum table tr {
  vertical-align: top;
}
#recommender_Contents .colum table tr td:last-child{
  padding-bottom: 0;
}
#recommender_Contents .colum table tr td:first-child{
  padding-bottom: 10px;
  padding-right: 10px;
}
#recommender_Contents ul{
	margin:10px auto 0;
	width:984px;
	overflow:hidden;
}
#recommender_Contents ul li{
	margin: 0 10px 10px 10px;
	display: inline-block;
	float:left;
}

/* --------------------------------
  pageTop
-------------------------------- */
#scrllTop{
  display: none;
  cursor: pointer;
  position: fixed;
  bottom:100px;
  right:0;
  z-index: 10;
}
/* no.3827373 2020.03.25 ここから修正 */
#fixorder + #scrllTop + hr{
  display: none;
}
/* no.3827373 2020.03.25 ここまで修正 */

/* --------------------------------
  footer
-------------------------------- */
hr{
  border-top: 1px solid #a0b8d3;
  width: 100%;
  margin-top: 100px;
}
footer{
  padding-bottom: 60px;
}

footer .num:before{
  width: 20px;
  height: 19px;
}
.foot_l{
  float: left;
  width: 450px;
}
.foot_l .fg_menu{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.foot_l *{
  color:#333333;
  font-size: 11px;
}
.fg_menu li:before{
  content:">";
  margin-right: 5px;
}
.fg_menu li{
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 10px;
}
.glup_site{
  padding-top: 20px;
}
.glup_site p{
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 15px;
}
.glup_site li{
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 10px;
}
.glup_site li:before{
  content:"";
  background:url(../image/pc/icon_gruop.png)no-repeat left center;
  display: inline-block;
  width: 8px;
  height: 7px;
  margin-right: 8px;
}
.foot_r{
  float: right;
  width: 500px;
}
.foot_r .ttl{
  font-size: 13px;
  color: #4171a8;
  background-color: #fff;
  padding: 5px;
  margin: 0 2px;
  text-align: center;
  font-weight: bold;
}
.foot_r >div{
  padding: 30px 16px;
  width: 242px;
  height: 160px;
}
.foot_r .contact{
  float: left;
  background-color: #d9e3ee;
}
.foot_r .contact .lead{
  text-align: center;
  font-size: 13px;
}
.foot_r .share{
  float: right;
  background-color: #fffdec;
}
.foot_r .share li{
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 12px;
}
.foot_r .share li:last-child{
  margin-right: 0;
}
.publicMrk{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 80px;
}
.publicMrk >div{
  width: 340px;
}
.publicMrk >div:nth-child(2){
  width: auto;
}
.publicMrk .mrksort{
}
.publicMrk .mrksort img{
  margin-right: 20px;
}
.publicMrk .mrksort a *{
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}
.publicMrk .mrksort a{
  display: table;
  color: #333;
}
.publicMrk .mrksort a:hover{
  text-decoration: none;
}
.publicMrk .lead{
  display: block;
  font-size: 9px !important;
  margin-left: 1em;
  text-indent: -1em;
  padding-top: 10px;
}
.copyringt{
  font-size: 11px;
/*   padding-top: 10px;
 */}
.tel .num{
  font-size: 27px;
  font-weight: bold;
  color:#4171a8;
  padding: 17px 0;
}
.num:before{
  content:"";
  display: inline-block;
  background:url(../image/pc/ico_phone.png)no-repeat left bottom;
  background-size: contain;
  width: 23px;
  height: 23px;
  margin-right: 7px;
}
.phoneNum02:before{
  content:"";
  display: inline-block;
  background:url(../image/pc/ico_phone02.png)no-repeat left bottom;
  background-size: contain;
  width: 29px;
  height: 28px;
  margin-right: 5px;
}

/* --------------------------------
  side Navi
-------------------------------- */
#aside{
  float: right;
  width: 230px;
  padding-top: 46px;
  line-height: initial;
}
#aside .entry_flow{
  background: url(/common/image/arw_down_orange.png)no-repeat center bottom / 36px 10px;
  margin-bottom:3px;
  padding-bottom: 15px;
}
#aside .entry_flow p{
  background: url(/common/image/icon_recommend_orange.png)no-repeat 10px center / 34px 35px;
  border: 2px solid #ff8033;
  padding: 8px 8px 8px 53px;
  font-size: 14px;
}
#aside .entry{
  background-color: #ff8033;
  margin-top: 0;
  padding: 13px;
}
#aside >div{
  margin-top: 15px;
}
#aside >div:first-child{
  margin-top: 0;
}
#aside .entry >p{
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height:1.2;
}
#aside .entry >div {
  background-color: #fff;
  margin-top: 11px;
  padding: 10px 10px 5px;
  border-radius: 5px;        /* CSS3????*/
  -webkit-border-radius: 5px;    /* Safari,Google Chrome?p */
  -moz-border-radius: 5px;   /* Firefox?p */
}

#aside .savejob{
	border: 2px solid #e1e1e1;
	padding: 15px 17px;
}
#aside .savejob img{
  padding-right: 8px;
  margin-top: -5px;
}

#aside .savejob p{
  font-size: 16px;
  color:#4171a8;
  border-bottom: 1px solid #4171a8;
  padding-bottom: 10px;
  text-align: center;
}
#aside .savejob ul{
  padding-top: 20px;
}
#aside .savejob ul li{
  padding-bottom: 15px;
}
#aside .savejob ul li:last-child{
  text-align: right;
  padding-bottom: 0;
}
#aside .jobmail{
}
.blueBtn02{
  display: block;
  color:#fff;
  width: 100%;
  height: 60px;
  padding-top:18px;
  background: #4272a8;
  background: -webkit-linear-gradient(top, #668db9 0%, #4272a8 100%);
  background: linear-gradient(to bottom, #668db9 0%, #4272a8 100%);
  color:#fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border:solid 1px #4272a8;
}
.blueBtn02.icon02:before{
  content:"";
  background:url(/../image//pc/mail.png)no-repeat left center;
  display: inline-block;
  width: 21px;
  height: 14px;
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
.blueBtn02.icon02:after{
  content:"";
  background:url(/../image//pc/arw_right01.png)no-repeat right center;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
.blueBtn03{
  display: block;
  color:#fff;
  width: 100%;
  height: 50px;
  padding-top:17px;
  background: #7bace5;
  background: -webkit-linear-gradient(top, #95bdea 0%, #7bace5 100%);
  background: linear-gradient(to bottom, #95bdea 0%, #7bace5 100%);
  color:#fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}


#aside .beginner{
	border-top: 2px solid #44ac14;
	line-height:1;
}
#aside .beginner p{
  font-size: 15px;
  color:#44ac14;
  padding-bottom: 10px;
  text-align: center;
  background-color: #DFF6D4;
  padding:10px;
  font-weight: bold;
}
#aside .beginner p:before{
	content: url(../image/pc/ico_biginner.png);
    margin-right: 8px;
    position: relative;
    top: 4px;
}
#aside .beginner ul{
	border-left: 2px solid #DFF6D4;
	border-right: 2px solid #DFF6D4;
	border-bottom: 2px solid #DFF6D4;
	padding:5px 20px;
}
#aside .beginner li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
	font-size: 14px;
}
#aside .beginner ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
	top: 50%;
    margin-top: -10px;
}
#aside .beginner ul li:last-child a {
    border: none;
}

#aside .mypage {
	text-align: center;
	border:2px solid #fd78b7;
}
#aside .mypage .c_inner{
	padding:20px 20px 10px;
}
#aside .mypage p{
	line-height:1;
}
#aside .mypage p.title{
	color:#fff;
	padding:12px 0;
	background-color:#fd78b7;
	font-size: 16px;
}
#aside .mypage p.lead01{
	font-size: 16px;
	font-weight:bold;
}
#aside .mypage p.lead02{
	font-size: 12px;
	padding:3px 0 20px;
}
#aside .mypage ul{
	margin-top: 10px;
}
#aside .mypage ul a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
	color: #38b5d5;
	text-align:left;
}
#aside .mypage ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
}
#aside .mypage ul li:last-child a {
    border: none;
}

#aside .contact {
	text-align: center;
	border:1px solid #4171a8;
}
#aside .contact .c_inner{
	padding:0px 20px 10px;
}
#aside .contact p{
	line-height:1.2;
}
#aside .contact p.title{
	color:#fff;
	padding:12px 0;
	background-color:#4171a8;
	font-size: 16px;
}
#aside .contact p.lead01{
	font-size: 13px;
	font-weight:bold;
	line-height:1.2;
	padding:20px 0;
}
#aside .contact p.lead01 span{
	color:#4171a8;
}
#aside .contact ul.btnList li:first-child{
	border-bottom: 1px solid #eee;
	padding-bottom:20px;
}
/* no.3827373 2020.03.25 ここから修正 */
#aside .contact ul.btnList li:first-child.none{
	border-bottom: 0;
	padding: 15px 0 0;
}
#aside .contact ul.btnList .tel {
    margin-top: 10px;
}
#aside .contact ul.btnList .tel span {
    color: #4171a8;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -5px;
}
#aside .contact ul.btnList .tel span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../image/pc/phone.png) no-repeat center;
    background-size: cover;
    margin-right: 5px;
}
/* no.3827373 2020.03.25 ここまで修正 */
#aside .contact p.btn01 a{
	text-align:left;
	position:relative;
	height: 50px;
	padding: 7px 21px;
	font-size: 15.5px;
}
#aside .contact p.btn01 a:before {
    content: ">";
    position: absolute ;
    right: 20px;
	top: 50%;
	margin-top:-10px;
}
/* no.3827373 2020.03.25 ここから修正 */
#aside .contact p.btn01 a.new,#aside .contact p.btn01 a.new2{
	text-align:center;
	position:relative;
	height: 50px;
	padding: 10px 10px 0px 20px;
	font-size: 13px;
}
#aside .contact p.btn01 a.new:before ,#aside .contact p.btn01 a.new2:before {
    content: ">";
    position: absolute ;
    right: 10px;
	top: 50%;
	margin-top:-10px;
}
#aside .contact p.btn01 a.new:after {
    content: "";
    width: 19px;
    height: 24px;
    background: url(/fap/img/ico_btn_check.png) no-repeat center;
    position: absolute ;
    left: 9px;
	top: 23px;
	margin-top:-10px;
}
#aside .contact p.btn01 a.new2:after {
    content: "";
    width: 23px;
    height: 19px;
    background: url(/fap/img/ico_btn_mail.png) no-repeat center;
    position: absolute ;
    left: 7px;
	top: 25px;
	margin-top:-10px;
}

/* no.3827373 2020.03.25 ここまで修正 */



#aside .contact ul.lead02List{
	margin-top: 20px;
	font-size:14px;
}
#aside .contact ul.lead02List a {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #eee;
    position: relative;
	text-align:left;
}
#aside .contact ul.lead02List li a:after {
    content: ">";
    position: absolute;
    right: 0;
}


#aside .company{
	font-size:14px;
}
#aside .company p{
  font-size: 16px;
  color:#fff;
  padding-bottom: 10px;
  text-align: center;
  background-color: #4171a8;
  padding:10px;
}
#aside .company ul{
	border-left: 1px solid #4171a8;
	border-right: 1px solid #4171a8;
	border-bottom: 1px solid #4171a8;
	padding:5px 20px;
}
#aside .company li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
#aside .company ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
	top: 50%;
    margin-top: -10px;
}
#aside .company ul li:last-child a {
    border: none;
}
#aside .flowArea_aside{
	display:block;
	box-sizing:border-box;
	border-top:2px solid #2fbe16;
}

#aside .flowArea_aside p.ttl{
	color:#329d20;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding:12px 0 10px;
	background-color:#d2f0cd;
	}
#aside .flowArea_aside .flowAreaInner{
	border:2px solid #d2f0cd;
	}
#aside .flowArea_aside p.flow{
	margin:20px;
}

#aside .flowArea_aside ul.points{
	margin:20px auto;
	width:186px;
	}

#aside .flowArea_aside ul.points li{
	font-size:14px;
	line-height:1.5;
	background-image:url('../image/pc/aside_flow_iconTickbox.gif');
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding-left:30px;
	margin:0 0 6px 0;
	}

/* --------------------------------
	pankusu
-------------------------------- */
#pankuze {
	background-color: #4171a8;
	padding: 6px 0;
	width: 100%;
	line-height: 1;
}
#pankuze ul{
	width: 964px;
	margin: 0 auto;
}
#pankuze li,
#pankuze a{
	color:#fff;
}
#pankuze li{
	display: inline-block;
}
#pankuze li:after{
  content:">";
  padding:0 15px;
  opacity: 0.7;
  font-weight: lighter;
}
#pankuze li:last-child:after{
  content:"";
  padding: 0;
  opacity: 1;
}
#pankuze li:not(li:first-child):before{
	content:">";
}


/* --------------------------------
	form
-------------------------------- */
.checkbox_input{
	display: none;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.checkbox_label{
	font-size: 13px;
	padding:2px 2px 2px 27px;
	background: url(../../search/img/icon_form_chk.gif) no-repeat left center;
	cursor: pointer;
}
.checkbox_label_selected{
	background: url(../../search/img/icon_form_chk_on.gif) no-repeat left center;
	color:#00bef5;
}
.checkbox_label.type02{
	background: url(../image/pc/icon_form_chk02.gif) no-repeat left center;
	color:#4171a8;
	font-size: 14px;
	font-weight: bold;
}
.checkbox_label_selected.type02{
	background: url(../image/pc/icon_form_chk02_on.gif) no-repeat left center;
}
.checkbox_label.type03{
	background: url(../image/pc/icon_form_chk03.gif) no-repeat 21px center;
}
.checkbox_label_selected.type03{
	background: url(../image/pc/icon_form_chk03_on.gif) no-repeat 21px center;
}
.selectBox01{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../../search/img/icon_pdown01.gif) no-repeat right 2px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:solid 1px #2dc9f7;
	width: 168px;
	height: 28px;
	padding:0 28px 0 3px;
	font-size: 14px;
}
.searchText01{
	width: 250px;
	padding:9px 13px 9px 40px;
	background: #fff url(../../search/img/icon_search01.gif) no-repeat 9px center;
	border:solid 1px #96e0dc;
	line-height: 21px;
	height: 35px;
}

div.tableCheckWidth .font_small {
	font-size: 83%;
}

/* --------------------------------
	recicle item
-------------------------------- */
.btn_module{
	text-align: center;
	padding: 15px 5px;
	display: block;
	color:#fff;
	font-size: 18px;
  height: 50px;
}
.btn_module:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.orangeBtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8817+0,ff750c+64,ff6102+100 */
	background: rgb(255,136,23); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,136,23,1) 0%, rgba(255,117,12,1) 64%, rgba(255,97,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,136,23,1)), color-stop(64%,rgba(255,117,12,1)), color-stop(100%,rgba(255,97,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,136,23,1) 0%,rgba(255,117,12,1) 64%,rgba(255,97,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,136,23,1) 0%,rgba(255,117,12,1) 64%,rgba(255,97,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,136,23,1) 0%,rgba(255,117,12,1) 64%,rgba(255,97,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,136,23,1) 0%,rgba(255,117,12,1) 64%,rgba(255,97,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8817', endColorstr='#ff6102',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.entryBtn:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 18px;
	height: 22px;
	overflow: hidden;
	background:url(../image/pc/mrk_entry.png)no-repeat left center;
	background-size: contain;
	margin-right: 10px;
	margin-top: -5px;
}
.pinkBtn.btn_module{
	margin: 0 auto 6px;
	height: 49px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	background: #fd93c5;
	background: -moz-linear-gradient(top,  #fd93c5 0%, #fd78b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd93c5), color-stop(100%,#fd78b7));
	background: -webkit-linear-gradient(top,  #fd93c5 0%,#fd78b7 100%);
	background: -o-linear-gradient(top,  #fd93c5 0%,#fd78b7 100%);
	background: -ms-linear-gradient(top,  #fd93c5 0%,#fd78b7 100%);
	background: linear-gradient(to bottom,  #fd93c5 0%,#fd78b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd93c5', endColorstr='#fd78b7',GradientType=0 );
}
.appendBtn{
	display: block;
	color:#fff;
	padding:6px 15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background: #02bef5;
	background: -webkit-linear-gradient(top, #33cbf7 0%, #02bef5 100%);
	background: linear-gradient(to bottom, #33cbf7 0%, #02bef5 100%);
}
.blueBtn01{
	display: block;
	width: 230px;
	height: 50px;
	padding-top:14px;
	background: #02bef5;
	background: -webkit-linear-gradient(top, #33cbf7 0%, #02bef5 100%);
	background: linear-gradient(to bottom, #33cbf7 0%, #02bef5 100%);
	color:#fff;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
  line-height: 1;
}
.blueBtn01.icon01:before{
	content:"";
	background:url(../../search/img/btn_search01.png)no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-top: -2px;
	vertical-align: middle;
}
.orangeBtn01{
	display: block;
	width: 330px;
	height: 50px;
	padding-top:12px;
	background: #ff6001;
	background: -webkit-linear-gradient(top, #ff8a18 0%, #ff6001 100%);
	background: linear-gradient(to bottom, #ff8a18 0%, #ff6001 100%);
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border:solid 1px #ff8101;
}
.orangeBtn01.icon01:before{
	content:"";
	background:url(../../search/img/btn_entry01.png)no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 22px;
	margin-right: 8px;
	margin-top: -3px;
	vertical-align: middle;
}
.grayBtn{
  display: block;
  width: 330px;
  height: 50px;
  padding-top:15px;
  background: #ccc;
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #ccc 100%);
  background: linear-gradient(to bottom, #d6d6d6 0%, #ccc 100%);
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.deepRedBtn {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FF6159),color-stop(1, #FB4444));
	background-image: -o-linear-gradient(bottom, #FF6159 0%, #FB4444 100%);
	background-image: -moz-linear-gradient(bottom, #FF6159 0%, #FB4444 100%);
	background-image: -webkit-linear-gradient(bottom, #FF6159 0%, #FB4444 100%);
	background-image: -ms-linear-gradient(bottom, #FF6159 0%, #FB4444 100%);
	background-image: linear-gradient(to bottom, #FF6159 0%, #FB4444 100%);
	color:#fff;
  	font-size: 16px;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	text-align: center;
}
.logBtn {
  height: 49px;
	border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0068b6+25,00538e+100 */
   background: #0068b6; /* Old browsers */
   background: -moz-linear-gradient(top, #0068b6 25%, #00538e 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #0068b6 25%,#00538e 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #0068b6 25%,#00538e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b6', endColorstr='#00538e',GradientType=0 ); /* IE6-9 */
  color: #fff;
  margin: auto;
}
/* no.3827373 2020.03.25 ここから修正 */
.yellowBtn {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffc028),color-stop(1, #efae11));
	background-image: -o-linear-gradient(bottom, #ffc028 0%, #efae11 100%);
	background-image: -moz-linear-gradient(bottom, #ffc028 0%, #efae11 100%);
	background-image: -webkit-linear-gradient(bottom, #ffc028 0%, #efae11 100%);
	background-image: -ms-linear-gradient(bottom, #ffc028 0%, #efae11 100%);
	background-image: linear-gradient(to bottom, #ffc028 0%, #efae11 100%);
	color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
/* no.3827373 2020.03.25 ここまで修正 */


/*  table
-------------------------------- */
.mainTable{
	width: 100%;
	border: solid 1px #eeeeee;
	border-bottom: none;
	margin:30px 0 0;
	padding:0;
	border-spacing:0;
}
.mainTable tr{
	border:none;
	margin:0;
	padding:0;
}
.mainTable th ,
.mainTable td{
	border-bottom: solid 1px #eeeeee;
}
.mainTable th{
	width: 182px;
	padding:17px;
	color:#4171a8;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.mainTable td{
	padding:3px 15px 13px;
	font-size: 14px;
}
.mainTable th .tableIcon{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.mainTable th span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 94px;
	line-height: 1.2;
}
.mainTable .searchBtArea{
	background: #fff8c0;
}
.mainTable .searchBtArea .mt10{
  margin: 0 auto;
  display: table;
}
.mainTable .searchBtArea .leftArea{
/* 	margin-left: 213px;
 */	margin-right: 30px;
   	margin-top: 8px;
}
.mainTable .arwRight01{
	margin:8px 11px 0 13px;
}
.mainTable .arwDown01{
	padding-right: 11px;
	background: url(../../search/img/arw_down01.gif) no-repeat right center;
}
.mainTable .arwUp01{
	padding-right: 11px;
	background: url(../../search/img/arw_up01.gif) no-repeat right center;
}
.mainTable .titleArea{
  background-color: #4171a8;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-bottom: none;
}
.mainTable .moreBtArea{
  padding:10px;
  text-align: center;
  color:#00bef5;
  font-size: 14px;
  cursor: pointer;
}
.mainTable .moreBtArea:after{
  content:"";
  background:url(../../search/img/arw_down01.gif)no-repeat right center;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
.mainTable.noBorder{
  border-top: none;
}
.mainTable .tableCheckWidth{
  width: 239px !important;
}
.mainTable.jobhistory_tbl{
  border-left: 1px solid #d4dee9; 
}
.mainTable.type02 th{
	width: 226px;
	color:#333333;
	font-size: 14px;
	line-height: 1.4;
	table-layout: fixed;
}
.mainTable.type02 td{
	padding: 20px;
	font-size: 13px;
	word-break:break-all;
	table-layout: fixed;
}

/*detailArea
-------------------------------- */
.detailAreaTop{
  display: table;
  width: 100%;
}
.detailAreaTop .leftArea{
	display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
}
.detailAreaTop .rightArea{
	display: table-cell;
  vertical-align: bottom;
  text-align: right;
  padding-right: 20px;
}
.detailArea{
	margin-top: 20px;
	padding:20px;
	background: #ecf1f6;
}
.detailArea article .title{
	background: #4171a8;
	font-size: 17px;
	color:#fff;
	margin-top: 7px;
	padding:21px 29px;
}
.detailArea article .title.checkType{
  position: relative;
  padding:0;
}
.detailArea article .title.checkType .checkbox_input{
  left: 0;
}
.detailArea article .title.checkType .checkbox_label{
  float: left;
  padding:61px 0 0 60px;
  width: 60px;
  display: block;
  border-right: solid 1px #a0b8d4;
}
.detailArea article .title.checkType a{
  color:#fff;
  display: block;
  padding: 22px 0 22px 60px;
}

.detailArea .mainArea{
	padding:15px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.detailArea .mainArea .detailLine{
	border-bottom: solid 1px #e5e5e5;
}
.detailArea .mainArea .detailLeft{
	float: left;
	position: relative;
	width: 531px;
}
.detailArea .mainArea .detailLeft--listpage{
	float: left;
	position: relative;
	width: 350px;
}
.detailArea .mainArea .detailLeft dt, .detailArea .mainArea .detailLeft--listpage dt{
	position: absolute;
	left: 0;
	width: 82px;
	color:#4171a8;
	font-weight: bold;
	padding:15px 0 15px 0;
}
.detailArea .mainArea .detailLeft dd, .detailArea .mainArea .detailLeft--listpage dd{
	padding:15px 0 15px 82px;
	border-bottom: solid 1px #e5e5e5;
}
.detailArea .mainArea .detailLeft dd:last-child, .detailArea .mainArea .detailLeft--listpage dd:last-child{
	border-bottom: none;
}

.detailArea .mainArea .detailRight{
	float: right;
    background: #f5f8fa;
    margin-right: 15px;
    padding: 10px 15px;
    width: 333px;
    height: 250px;
}
.detailArea .mainArea .detailRight--listpage{
	float: right;
	background: #f5f8fa;
	padding: 10px 15px;
	width: 280px;
	height: 194px;
}
.detailArea .mainArea .detailRight img, .detailArea .mainArea .detailRight--listpage img{
  width: 100%;
}
.detailArea .mainArea .detailIconArea{
	padding:9px 15px 15px 9px;
	border-bottom: solid 1px #e5e5e5;
}
.detailArea .mainArea .detailIconArea li{
	float: left;
	padding: 6px 0 0 6px;
}
.detailArea .mainArea .clm3area{
	border-top: solid 1px #e5e5e5;
	display: -wbkit-flex;
	display: flex;
}
.detailArea .mainArea .clm3area li{
	float: left;
	width: 298px;
	padding: 14px;
	border-left: solid 1px #e5e5e5;
}
.detailArea .mainArea .clm3area li:first-child{
	border-left: none;
}
.detailArea .mainArea .entryBt{
	margin:15px 0 0 112px;
}
.detailArea .mainArea .entry_flow{
    background: url(/common/image/arw_down_orange.png)no-repeat center bottom / 36px 10px;
    padding: 0 0 15px;
}
.detailArea .mainArea .entry_flow p {
    border: 2px solid #ff8033;
    padding: 12px 10px 8px;
	text-align:center;
    font-size: 18px;
}
.detailArea .mainArea .entry_flow p:before{
	content: "";
	background: url(/common/image/icon_recommend_orange.png)no-repeat 0 0 / 33px 35px;
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 38px;
	position: relative;
	overflow: hidden;
}
#areaChangeTxt{
	display: none;
}
.removeWrap{
  position: relative;
  width: 100%;
}
.detailArea .removeWrap .mainArea .detailLeft{
  float: none;
  width: auto;
}
.detailArea .noteArea{
  margin-top: 30px;
  padding: 20px;
  border:solid 1px #fff;
  line-height: 1.7;
  font-size: 11px;
}
.removeWrap .remove{
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.removeWrap .remove p{
  color:#fff;
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}
.detailArea .removeWrap .mainArea{
  padding-bottom: 0;
}
.detailArea .removeWrap .mainArea .detailLine {
  border-bottom: none;
}
#entryArea{
  display: none;
  position: fixed;
  bottom: 0;
  width:100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
#entryArea .btn {
  width: 430px;
  height: 54px;
  display: block;
  margin:8px auto 0;
  background: #fff;
  border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#entryArea .btn a{
  display: block;
  font-size: 20px;
  padding-top: 12px;
  height: 54px;
}
.redLineArea{
  padding: 20px;
  border:solid 1px #fb4444;
  font-size: 14px;
}
.redLineArea li{
  color:#fb4444;
  margin-top: 12px;
  font-size: 13px;
}
.grayArea{
  padding: 20px;
  background: #eee;
  font-size: 14px;
  line-height: 1;
}
.grayArea li{
  padding-bottom: 20px;
}

/* --------------------------------
	colorbox type01
-------------------------------- */
#cboxLoadedContent{
	background: #eee;
	overflow:hidden;
	margin:0;
	padding: 0;
}
.cboxAreaChange{
	position: relative;
}
.cboxAreaChange .mainTitle{
	height: 27px;
	padding:10px 0;
	font-size: 20px;
	color:#fff;
	background: #4171a8;
	text-align: center;
}
.cboxAreaChange .closeBtn{
	position: absolute;
	top: 8px;
	right:8px;
	cursor: pointer;
}
.cboxAreaChange .mainArea{
	padding:20px;
}
.cboxAreaChange .tabArea li{
	float: left;
	width:122px;
	height: 26px;
	margin-left: 6px;
	padding-top: 8px;
	background: #85b0e3;
	background: -webkit-linear-gradient(top, #9dc0e9 0%, #85b0e3 100%);
	background: linear-gradient(to bottom, #9dc0e9 0%, #85b0e3 100%);
	color:#fff;
	text-align: center;
	font-size: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	cursor: pointer;
}
.cboxAreaChange .tabArea li:first-child{
	margin-left: 0;
}
.cboxAreaChange .tabArea .on{
	background: #fff;
	color:#4171a8;
	cursor: default;
}
.cboxAreaChange .checkArea{
	position: relative;
	overflow:auto;
	display: none;
	width:850px;
	height:368px;
	padding:20px;
	background: #fff;
	font-size: 13px;
}
.cboxAreaChange .checkArea#tab1{
	display: block;
}
.cboxAreaChange .checkArea .anchorList li{
	float:left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	color:#4171a8;
	border-left: solid 1px #4171a8;
}
.cboxAreaChange .checkArea .anchorList li:first-child{
	margin-left: 0;
}
.cboxAreaChange .checkArea .prefectureLabel{
	display: block;
	padding: 10px 15px 10px 45px;
	background: url(../../search/img/icon_form_chk.gif) no-repeat 15px center #dae7f7;
	cursor: pointer;
}
.cboxAreaChange .checkArea .prefectureLabel.checkbox_label_selected{
	background: url(../../search/img/icon_form_chk_on.gif) no-repeat 15px center #dae7f7;
}
.cboxAreaChange .checkArea .cityArea{
	position: relative;
	padding: 15px 30px;
	border-top: solid 1px #f5f5f5;
}
.cboxAreaChange .checkArea .cityArea:first-child{
	border-top: none;
}
.cboxAreaChange .checkArea .underArea{
	position: relative;
	padding: 5px 15px 5px 5px;
}
.cboxAreaChange .checkArea .underArea.type02{
	position: relative;
	padding: 5px 45px 15px 35px;
}
.cboxAreaChange .checkArea .underArea li{
	float: left;
	width: 178px;
	margin:10px 0 0 10px;
}
.cboxAreaChange .btArea{
	padding: 10px 0;
	background: #fcf6c9;
	text-align: center;
}
.cboxAreaChange .btArea a{
	margin:0 auto;
}
/* --------------------------------
	skype-icon hidden
-------------------------------- */
span.skype_pnh_container {
	display: none !important;
}

span.skype_pnh_print_container {
	display: inline !important;
}
/* --------------------------------
	link arrw mark
-------------------------------- */
.link_arw:before{
  content:"<";
  padding-right: 5px;
  font-weight: bold;
}
/* --------------------------------
	job tag
-------------------------------- */
.job_table{
	width: 100%;
	border-collapse: separate;
	border-spacing:3px;
  table-layout:fixed;
}
.job_table .job_tag{
	width: 100%;
}
.job_table .job_tag td{
	background-color: #eee;
	margin-right: 2px;
	margin-bottom: 5px;
	color:#4171a8;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px 7px 27px;
	line-height: 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
 	width: 159px;

   text-align: center;
   float: left;
}
/*job infomation*/
.job_table .job_tag .tag01{
	background: url(../../sp/search/img/icon_sc_v03_2_19.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag02{
	background: url(../../sp/search/img/icon_sc_v03_2_30.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag03{
	background: url(../../sp/search/img/icon_sc_v03_2_03.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag04{
	background: url(../../sp/search/img/icon_sc_v03_2_32.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag05{
	background: url(../../sp/search/img/icon_sc_v03_2_21.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
/* no.3827344 2020.03.02 ここから修正 */
.job_table .job_tag .tag06,
.job_table .job_tag .tag24{
	background: url(../../sp/search/img/icon_sc_v03_2_16.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
/* no.3827344 2020.03.02 ここまで修正 */
.job_table .job_tag .tag07{
	background: url(../../sp/search/img/icon_sc_v03_2_17.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag08{
	background: url(../../sp/search/img/icon_sc_v03_2_29.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag09{
	background: url(../../sp/search/img/icon_sc_v03_2_18.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag10{
	background: url(../../sp/search/img/icon_sc_v03_2_23.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag11{
	background: url(../../sp/search/img/icon_sc_v03_2_25.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag12{
	background: url(../../sp/search/img/icon_sc_v03_2_26.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag13{
	background: url(../../sp/search/img/icon_sc_v03_2_10.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag14{
	background: url(../../sp/search/img/icon_sc_v03_2_08.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag15{
	background: url(../../sp/search/img/icon_sc_v03_2_22.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag16{
	background: url(../../sp/search/img/icon_sc_v03_2_02.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag17{
	background: url(../../sp/search/img/icon_sc_v03_2_27.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag18{
	background: url(../../sp/search/img/icon_sc_v03_2_28.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag19{
	background: url(../../sp/search/img/icon_sc_v03_2_24.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag20{
	background: url(../../sp/search/img/icon_sc_v03_2_09.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag21{
	background: url(../../sp/search/img/icon_sc_v03_2_20.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag22{
	background: url(../../sp/search/img/icon_sc_v03_2_31.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
.job_table .job_tag .tag23{
	background: url(../../sp/search/img/icon_sc_v03_2_33.png)no-repeat 4px center #eee;
	background-size: 15px 15px;
}
/* --------------------------------
	派遣で働きたいと思ったら
-------------------------------- */
.want_work{
	 background-color: #678db9;
	 padding: 30px;
	 margin-top: 70px;
	 /*margin-bottom: 100px;*/
}
.want_work .main_ttl{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.want_work .topic {
	float: left;
	width: 320px;
	background-color: #fff;
	padding: 20px;
}
.want_work .topic:nth-child(1){
	margin-right: 20px;
}
.want_work .topic .ttl{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.want_work .topic .ttl.orange{
	color:#ff8033;
}
.want_work .topic .ttl.blue{
	color: #4171a8;
}
.want_work .topic .lead{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
/* --------------------------------
	共通素材
-------------------------------- */
#contentsArea .title_1 {
	margin:70px 0 0;
	font-size: 18px;
	color: #4171a8;
	font-weight: bold;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 10px;
}
/* --------------------------------
	共通素材
-------------------------------- */
.mrk_blank:before{
  content: "";
  background:url(../image/pc/icon_gruop.png)no-repeat left center;
  display: inline-block;
  width: 8px;
  height: 7px;
  margin:0 4px;
}
.hr_gray{
  border-top: 1px solid #e7e7e7;
  width: 100%;
}

/* --------------------------------
  log in username
-------------------------------- */
.username {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.username p {
  width: 964px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin: 0 auto;
  padding: 8px 0;
}
.username p span {
  display: inline-block;
  margin-right: 5px;
}
#aside .entry.kz {
    background-color: #fff8c0;
    border: 1px solid #fc8800;
    padding: 10px;
}
#aside .entry.kz img {
    width: 100%;
}
.mainTable .jobBox td.nb{
  border-bottom: none;
  padding-bottom: 0;
}

.mainTable .jobBox th:last-child ,
.mainTable .jobBox td:lsat-child{
	border-bottom: solid 1px #eeeeee;
}
/* no.3827373 2020.03.25 ここから修正 */

/* --------------------------------
  footer お問い合わせ・ご依頼はこちら
-------------------------------- */
#aside .company p span{
  display: block;
  font-size: 12px;
}

#fixorder {
  display: block;
  min-width: 964px;
  background-color: rgba(85,85,85,0.85);
  padding: 0 0;
  position: relative;
  z-index: 150;
}
.fixed {
   width: 100%;
   position: fixed !important;
   bottom: 0;
}
#fixorder .inner {
  display: flex;
  align-items: center;
  padding: 15px;
}
#fixorder p {
  font-size: 16px;
  line-height: 1.5;
}
#fixorder .text {
  color:#fff;
  padding-right: 20px;
  width: 50%;
}
#fixorder .btn {
  width: 450px;
  position: relative;
}
#fixorder .btn a{
  font-size: 17px!important;
  padding-left: 25px;
}

#fixorder .btn a:before {
    content: ">";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
}
#fixorder .btn a:after {
  display: inline-block;
    content: "";
    width: 19px;
    height: 24px;
    background: url(/fap/img/ico_btn_check.png) no-repeat center;
    position: absolute ;
    left: 29%;
	top: 23px;
	margin-top:-10px;
}
#fixorder.footer_in .btn a:after {
  display: inline-block;
    content: "";
    width: 19px;
    height: 24px;
    background: url(/fap/img/ico_btn_check.png) no-repeat center;
    position: absolute ;
    left: 78px;
	top: 23px;
	margin-top:-10px;
}

.footer_contact_area{
  display: block;
  min-width: 964px;
  background-color: #F5F4EB;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.footer_contact_area .inner {
  display: flex;
  align-items: center;
  padding: 15px;
}
.footer_contact_area p {
  font-size: 16px;
  line-height: 1.5;
}
.footer_contact_area .text {
  color:#333;
  padding-right: 20px;
  width: 50%;
}
.footer_contact_area .btn {
  width: 450px;
  position: relative;
}
.footer_contact_area .btn a{
  font-size: 17px!important;
  padding-left: 20px;
}

.footer_contact_area .btn a:before {
    content: ">";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;


}
.footer_contact_area .btn a:after {
  content: "";
  width: 23px;
  height: 19px;
  background: url(/fap/img/ico_btn_mail.png) no-repeat center;
  position: absolute ;
  left: 65px;
	top: 26px;
	margin-top:-10px;
}
.footer_contact_area .box {
  background: #fff;
  padding: 30px;
  width: 964px;
  margin: 10px auto;
}
.footer_contact_area .box .in{
  display: flex;

}

.footer_contact_area .box dl{
  width: 50%;
}
.footer_contact_area .box .check_list dt {
  color: #325C98;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #325C98;
  margin-right: 30px;
}
.footer_contact_area .box{
}
.footer_contact_area .box .check_list dd{
}
.footer_contact_area .box .check_list dd .check li{
  position: relative;
  font-size: 14px;
  padding: 20px 0 0 30px;
  line-height: 1.6;
}

.footer_contact_area .box dd .check li:before{
  content: "";
  width: 24px;
  height: 21px;
  background: url(/common/image/ico_form_check01_on.png) no-repeat center;
  background-size: contain;
  position: absolute ;
  left: 0px;
	top:20px;
}
.footer_contact_area .box .mail_btn{
  text-align: center;
  margin: 30px auto 0 ;
  width: 50%;
}
header .logoBlock_n{
  float:left;
}
header .logoBlock_n .lead{
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
header .subItemsArea_n .b_menu.job_area{
  display: flex!important;
  border-top: 1px solid #eee!important;
  padding-top: 10px;
  text-align: right;
  padding-left: 40px;
}
header .subItemsArea_n .b_menu.job_area .tel_n{
margin-right: 0;
letter-spacing: -0.03em;

}

/* log in */
header .b_menu .logBtn_n {
  width: 140px!important;
  height: auto!important;
  line-height: 1;
  font-size: 13px!important;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 12px 0 12px 3px;
}
.saveBtn_n{
  background:url(../image/pc/saveBtn_n.png)no-repeat left center!important;
  width: 140px!important;
  height: 35px!important;
  padding-top: 11px;
  padding-left: 38px!important;
  font-weight: bold;
  vertical-align: middle;
  font-size: 12px!important;
  line-height: 1;
  display: block;
}
header .b_menu .tel_n a{
  font-size: 17px!important;
  font-weight: bold;
  color:#4171a8;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0;
}
header .subItemsArea_n{
  display: flex;
  
}
header .subItemsArea_n .fap_area{
  background: #d9e3ee;
  padding: 5px 5px 10px;
  margin-left: 15px;
  border-radius: 5px;
  text-align: center;
  width: 230px;
}
header .subItemsArea_n .fap_area .underLineArea{
  background: #fff;
  padding: 4px;
  text-align: center;
}
header .subItemsArea_n .fap_area .b_menu{
  display: block!important;
  text-align: center!important;
  margin: 0 auto!important;
  width: 75%;
}

header .subItemsArea_n .fap_area .b_menu .tel{
  text-align: right;
  margin: 0 auto!important;
  padding: 0!important;
  letter-spacing: -0.03em;
}
header .subItemsArea_n .fap_area .b_menu .tel a{
    letter-spacing: 0;
}
.foot_r.new{
  float: right;
  width: 500px;
}
.foot_r.new .ttl{
  font-size: 13px;
  color: #4171a8;
  background-color: #fff;
  padding: 15px 0;
  margin: 0 2px;
  text-align: center;
  font-weight: bold;
}
.foot_r.new .num{
  padding: 20px 0 10px;
}

.foot_r.new >div{
  padding: 10px 10px 0;
  width: 242px;
  height: 150px;
}
.foot_r.new .contact{
  float: right;
  background-color: #d9e3ee;
}
.foot_r.new .contact .lead{
  text-align: center;
  font-size: 13px;
}
.foot_r.new .contact_job{
  float: left;
  background-color: #fff;
  border: 5px solid #d9e3ee;
}
.foot_r.new .contact_job .ttl{
  border-bottom: 2px solid #d9e3ee;
}
.foot_r.new >div.contact_job{
  padding: 5px 10px 0;
  width: 242px;
  height: 150px;
}
header .subItemsArea_n.logout .globalMenu{
  margin-top: 10px;
  
}
#fixorder.footer_in {
    z-index: 1;
}
body.fap{
  margin-bottom: 40px;
}
/* no.3827373 2020.03.25 ここまで修正 */
/*no.3827379 2020.04.10ここから修正*/
.ls_01{
  letter-spacing: -0.1em;
}
/*no.3827379 2020.04.10ここまで修正*/
