@charset "UTF-8";
/* *****************************
 * Import file to Scss or Sass.
 **************************** */
/* ------------ Color Code Import ------------ */
/* $darkBlue: #3498db; */
#zenkokuText {
  margin-top: 20px;
  text-align: center;
  font-size: 12px; }

#zenkokuArea {
  position: relative;
  margin: 0 5px; }

#zenkokuArea .navCopy {
  margin: 0 -5px;
  position: relative;
  display: block;
  margin-bottom: -4px;
  height: 50px;
  line-height: 55px;
  background: #6c0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
  z-index: 2;
  border-radius: 4px 4px 0 0; }
  #zenkokuArea .navCopy:before {
    content: " ";
    position: absolute;
    bottom: -8px;
    z-index: 2;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 5px 8px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #5C9233; }
  #zenkokuArea .navCopy:after {
    content: " ";
    position: absolute;
    bottom: -8px;
    z-index: 2;
    right: 0;
    width: 0;
    height: 0;
    border-width: 8px 5px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #5C9233; }

#zenkokuArea .base {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #CfF4AB;
  border-top: none; }

#zenkokuArea .areaMap {
  position: relative;
  height: 515px; }

#zenkokuArea .areaMap .areaDmyMap {
  width: 950px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999; }

#zenkokuArea .areaMap .areaDmyMap area {
  outline: none;
  border: none; }

#zenkokuArea .areaMap .areaOverMap {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0; }

#zenkokuArea .areaMap .areaMapImg {
  position: absolute;
  left: 0;
  top: 0; }

#zenkokuArea .glass {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 4; }

/* ------------ ZenkokuJobList ------------ */
#zenkokuJobList {
  clear: both;
  margin-top: 25px; }

#zenkokuJobList .jobListTitle {
  position: relative;
  display: block;
  margin-bottom: -4px;
  height: 42px;
  line-height: 38px;
  padding: 0 15px;
  background: #6c0;
  font-size: 16px;
  line-height: 2.7;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  border-radius: 4px 4px 0 0; }

#zenkokuJobList .jobListContent {
  padding: 10px 20px 20px;
  background: #fff;
  border: 1px solid #CfF4AB;
  border-top: none;
  border-radius: 0 0 4px 4px; }

#zenkokuJobList .list {
  margin-top: 10px;
  font-size: 14px; }

#zenkokuJobList .list + .list {
  margin-top: 30px; }

#zenkokuJobList .list h2 {
  position: relative;
  padding: 0 12px;
  height: 48px;
  line-height: 52px;
  font-weight: bold;
  color: #444;
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #fff;
  font-size: 15px;
  border-radius: 3px; }

#zenkokuJobList .list h2:before {
  content: "\f002";
  position: relative;
  top: -2px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  font-size: 17px;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  color: #6c0; }

#zenkokuJobList .list h2:after {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  display: block;
  width: 943px;
  height: 4px;
  background: #6c0;
  border-radius: 3px 3px 0 0; }

#zenkokuJobList .list table {
  width: 95%;
  margin: 10px auto 0; }

#zenkokuJobList .list table a {
  font-size: 13px; }

#zenkokuJobList .list table tr + tr {
  border-top: 1px dotted #ccc; }

#zenkokuJobList .list table th {
  width: 18%;
  padding: 8px 20px 8px 10px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  color: #694908; }

#zenkokuJobList .list table th span.cNowrap {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap; }

#zenkokuJobList .list table th span.cNowrap a {
  color: #694908; }

#zenkokuJobList .list table th span.cNowrap a:hover {
  color: #f90; }

#zenkokuJobList .list table td {
  width: auto;
  padding: 8px 0; }

#zenkokuJobList .list table td a {
  font-size: 12px;
  line-height: 1.8; }

#zenkokuJobList .list table td a + a:before {
  content: "|";
  margin: 0 8px;
  color: #aaa;
  cursor: default; }

#zenkokuJobList .list.special .content {
  padding: 5px 15px;
  position: relative;
  min-height: 46px;
  table-layout: fixed; }
  #zenkokuJobList .list.special .content a {
    position: relative;
    display: block;
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    text-align: left; }
    #zenkokuJobList .list.special .content a:after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -10px;
      display: inline-block;
      color: #089de9;
      font-size: 14px;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased; }
    #zenkokuJobList .list.special .content a .text {
      display: table-cell;
      color: #089de9;
      text-align: left; }

/* ----- newList ----- */
#zenkokuJobList .list .newListWrap {
  margin: 20px 20px 0; }

#zenkokuJobList .list .newListWrap + .newListWrap {
  margin-top: 10px; }

#zenkokuJobList .list .newListWrap .newListTitleArea {
  position: relative;
  display: block;
  padding: 12px;
  border: 1px solid #e9e6db;
  border-radius: 3px;
  background: #fbfaf2; }

#zenkokuJobList .list .newListWrap .newListTitleArea .link {
  font-weight: bold;
  font-size: 13px;
  color: #694908; }

#zenkokuJobList .list .newListWrap .newListTitleArea .link:hover {
  color: #f90; }

#zenkokuJobList .list .newListWrap .newListTitleArea .toggleIcon:after {
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 8px;
  display: inline-block;
  width: inherit;
  font-size: 22px;
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  color: #694908; }

#zenkokuJobList .list .newListWrap .newListContent {
  display: none; }

#zenkokuJobList .list .newListWrap .newListContent .hideList {
  margin: 0 5px 10px;
  padding: 5px 10px; }

#zenkokuJobList .list .newListWrap .newListContent .hideList li:not(:last-child) {
  border-bottom: 1px dotted #ddd; }

#zenkokuJobList .list .newListWrap .newListContent .hideList li .link {
  display: block;
  position: relative;
  font-size: 12px;
  padding: 12px 16px; }

#zenkokuJobList .list .newListWrap .newListContent .hideList li .link:before {
  content: "\f105";
  position: absolute;
  left: 5px;
  top: 8px;
  display: inline-block;
  width: inherit;
  font-size: 16px;
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

#zenkokuJobList .list .newListWrap .newListContent .hideList li.jobNone p {
  display: block;
  position: relative;
  text-align: center;
  margin: 10px 0;
  padding: 70px 0;
  font-size: 12px;
  color: #777;
  background: #fafafa;
  border: 1px solid #eee; }

/* toggle open */
#zenkokuJobList .list .newListWrap.open .newListTitleArea .toggleIcon:after {
  content: "\f106"; }

#zenkokuJobList .list .newListWrap.open .newListContent {
  display: block; }

#zenkokuJobList .list.special .content {
  padding: 5px 15px;
  position: relative;
  min-height: 46px;
  table-layout: fixed; }

#zenkokuJobList .list.special .content a {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  text-align: left; }

#zenkokuJobList .list.special .content a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  display: inline-block;
  color: #089de9;
  font-size: 14px;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

#zenkokuJobList .list.special .content a .text {
  display: table-cell;
  color: #089de9;
  text-align: left; }

/* ------------ #seoText ------------ */
#seoText {
  margin: 20px;
  font-size: 12px;
  color: #777;
  line-height: 1.3; }
  #seoText h3 {
    display: block;
    margin-bottom: 10px;
    color: #555; }

/* ------------ signupInfo ------------ */
.signupInfo .base {
  margin-bottom: -5px; }

.signupInfo .base p {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px; }

/* ------------ Footer SEO ------------ */
#footerSeoBase {
  background: #fff; }

#footerSeoBase .footerSeoUnit .unitContent {
  border-top-color: #eee; }

/* ------------ Footer SEO ------------ */
.zenkokuAttentionCopy {
  margin-bottom: 15px; }

.zenkokuAttentionCopy a {
  display: block;
  padding: 15px;
  background: #fff;
  border: 1px solid #CfF4AB;
  line-height: 1;
  font-size: 14px;
  font-weight: bold; }

.zenkokuAttentionCopy a:hover {
  opacity: .7; }

/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease; }

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -5px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, -5px); }
  100% {
    -moz-transform: translate(0, 0); } }
