@charset "UTF-8";
/*___Base____________________________________________________________________*/
/* line 2, ../../sass/_base.scss */
html {
  overflow-y: scroll;
  height: 100%;
}

/* line 7, ../../sass/_base.scss */
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

/* line 14, ../../sass/_base.scss */
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 18, ../../sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 22, ../../sass/_base.scss */
caption, th {
  text-align: left;
}

/* line 25, ../../sass/_base.scss */
q:before, q:after {
  content: '';
}

/* line 28, ../../sass/_base.scss */
object, embed {
  vertical-align: top;
}

/* line 31, ../../sass/_base.scss */
hr, legend {
  display: none;
}

/* line 34, ../../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 38, ../../sass/_base.scss */
img, abbr, acronym, fieldset {
  border: 0;
}

/* line 41, ../../sass/_base.scss */
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/* line 45, ../../sass/_base.scss */
ul li {
  list-style-type: none;
}

/* line 49, ../../sass/_base.scss */
a {
  text-decoration: none;
  color: #3967ea;
}

/* line 53, ../../sass/_base.scss */
div a {
  word-break: break-all;
}

/* line 56, ../../sass/_base.scss */
input {
  cursor: pointer;
}

/* line 61, ../../sass/_base.scss */
input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*_body_______________________________*/
/* line 68, ../../sass/_base.scss */
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
  height: 100%;
}

/* clearfix_________________________________ */
/* line 80, ../../sass/_base.scss */
.clearfix {
  display: block;
  clear: both;
  float: none;
}

/* line 85, ../../sass/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  font-size: 0;
}

/* レスポンシブ共通設定____________________________________________________*/
/* line 25, ../../sass/_setting.scss */
#main {
  width: 665px;
  float: left;
  padding: 1%;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  /* line 25, ../../sass/_setting.scss */
  #main {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}
/* line 35, ../../sass/_setting.scss */
#main .mainttl {
  width: 100%;
  margin: 0 0 10px;
}
/* line 39, ../../sass/_setting.scss */
#main h1 + p {
  background: url(../images/common/icon-three_arrow.png) top left no-repeat;
  padding: 3px 0 0 35px;
  font-size: 80%;
  line-height: 20px;
}

/* line 47, ../../sass/_setting.scss */
#side {
  width: 320px;
  float: right;
  padding: 1%;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  /* line 47, ../../sass/_setting.scss */
  #side {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}

/* ------ 色の設定 ---------------------------------- */
/* ------ 職種のアイコン ---------------------------------- */
/* ------ 表示の切り替え ---------------------------------- */
/* line 119, ../../sass/_setting.scss */
.sp-show {
  display: none;
}
@media screen and (max-width: 749px) {
  /* line 119, ../../sass/_setting.scss */
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  /* line 127, ../../sass/_setting.scss */
  .pc-show {
    display: none;
  }
}

/* ------ 箱わけする ---------------------------------- */
/* line 134, ../../sass/_setting.scss */
.col-set {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  *zoom: 1;
}
@media screen and (max-width: 749px) {
  /* line 134, ../../sass/_setting.scss */
  .col-set {
    *margin-bottom: 0;
  }
  /* line 142, ../../sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
  }
  /* line 142, ../../sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
  }
  /* line 142, ../../sass/_setting.scss */
  .col-set .col4 {
    float: none;
    width: 100%;
  }
}
/* line 149, ../../sass/_setting.scss */
.col-set .col2 {
  float: left;
  width: 50%;
}
/* line 153, ../../sass/_setting.scss */
.col-set .col3 {
  float: left;
  width: 33%;
  margin-left: 0.5%;
}
/* line 157, ../../sass/_setting.scss */
.col-set .col3:first-child, .col-set .col3:nth-of-type(3n+1) {
  margin-left: 0;
}
/* line 162, ../../sass/_setting.scss */
.col-set .col4 {
  float: left;
  width: 25%;
}
/* line 166, ../../sass/_setting.scss */
.col-set .col5 {
  float: left;
  width: 20%;
}
@media screen and (max-width: 999px) {
  /* line 166, ../../sass/_setting.scss */
  .col-set .col5 {
    width: 30%;
  }
}
@media screen and (max-width: 749px) {
  /* line 174, ../../sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 174, ../../sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_setting.scss */
  .col-set .col4 {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_setting.scss */
  .col-set .col5 {
    width: 50%;
    text-align: center;
  }
}

/* ------ 固定 ※以下なるべく触らない----------------------------------------- */
@media screen and (max-width: 749px) {
  /* line 200, ../../sass/_setting.scss */
  html {
    *overflow-x: hidden;
  }
}
/* line 205, ../../sass/_setting.scss */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*background:#F1F1F1;*/
  position: absolute;
  height: auto;
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

/* line 221, ../../sass/_setting.scss */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

/* ------ Contents ---------------------------------- */
/* line 230, ../../sass/_setting.scss */
#contents {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto 0;
  padding-bottom: 140px;
  width: 94%;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  /* line 230, ../../sass/_setting.scss */
  #contents {
    padding-bottom: 220px;
    width: 90%;
  }
}
/* line 245, ../../sass/_setting.scss */
#contents article section {
  width: 100%;
}

/* スマホカルーセルSlider --------------------------------*/
/* line 241, ../../sass/_js.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  margin: 0 auto  !important;
}

/* line 259, ../../sass/_js.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 265, ../../sass/_js.scss */
.slick-list:focus {
  outline: none;
}
/* line 268, ../../sass/_js.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 275, ../../sass/_js.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 284, ../../sass/_js.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
}
/* line 293, ../../sass/_js.scss */
.slick-track:before {
  display: table;
  content: '';
}
/* line 297, ../../sass/_js.scss */
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

/* line 304, ../../sass/_js.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 308, ../../sass/_js.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 315, ../../sass/_js.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 320, ../../sass/_js.scss */
.slick-slide img {
  display: block;
}
/* line 323, ../../sass/_js.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 326, ../../sass/_js.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 331, ../../sass/_js.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 335, ../../sass/_js.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 339, ../../sass/_js.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 345, ../../sass/_js.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 348, ../../sass/_js.scss */
.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../sp/fonts/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 364, ../../sass/_js.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  /*
  top: 50%;
  */
  bottom: -40px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

/* line 386, ../../sass/_js.scss */
.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 394, ../../sass/_js.scss */
.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 402, ../../sass/_js.scss */
.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

/* line 408, ../../sass/_js.scss */
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

/* line 413, ../../sass/_js.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 417, ../../sass/_js.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #4FAC39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 427, ../../sass/_js.scss */
.slick-prev {
  left: 25px;
}

/* line 431, ../../sass/_js.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 436, ../../sass/_js.scss */
.slick-prev:before {
  content: '←';
}

/* line 440, ../../sass/_js.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 444, ../../sass/_js.scss */
.slick-next {
  right: 25px;
}

/* line 448, ../../sass/_js.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 453, ../../sass/_js.scss */
.slick-next:before {
  content: '→';
}

/* line 457, ../../sass/_js.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 463, ../../sass/_js.scss */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 5px;
}
/* line 471, ../../sass/_js.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 479, ../../sass/_js.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 491, ../../sass/_js.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 494, ../../sass/_js.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 497, ../../sass/_js.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #4FAC39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 514, ../../sass/_js.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #4FAC39;
}

/*チェックボックス*/
/* line 3, ../../sass/_parts.scss */
input[type="checkbox"] {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: -5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: url(../images/page/check_off.png) left top no-repeat;
  -webkit-background-size: 30px 30px;
  border-style: none;
  outline: none;
  left: 0;
  top: 2px;
}

/* line 22, ../../sass/_parts.scss */
input[type="checkbox"]:checked {
  background: url(../images/page/check_on.png) left top no-repeat;
  -webkit-background-size: 30px 30px;
}

/* line 28, ../../sass/_parts.scss */
input[type="checkbox"]:disabled {
  background: url(../images/page/check_off.png) left top no-repeat;
  -webkit-background-size: 30px 30px;
}

/* line 34, ../../sass/_parts.scss */
label {
  vertical-align: middle;
  text-indent: 0;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
}

/*IE対策*/
@media all and (-ms-high-contrast: none) {
  /* line 51, ../../sass/_parts.scss */
  input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 3px;
  }
}
/*IE対策*/
/* line 58, ../../sass/_parts.scss */
input[type="checkbox"] {
  width: auto\9;
  height: auto\9;
  margin-top: 3px\9;
}

/*IE対策*/
@media all and (-ms-high-contrast: none) {
  /* line 68, ../../sass/_parts.scss */
  label {
    padding-left: 15px;
    margin-right: 7px;
  }
}
/*IE対策*/
/* line 76, ../../sass/_parts.scss */
label {
  padding-left: 15px\9;
  margin-right: 7px\9;
}

/*テキスト*/
/* line 85, ../../sass/_parts.scss */
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number] {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 2px;
  font-size: 18px;
  box-shadow: inset 1px 1px 4px #D1D1D1;
  margin-bottom: 5px;
  line-height: 38px;
  height: 38px;
  padding: 0 5px;
}

/*テキスエリアト*/
/* line 103, ../../sass/_parts.scss */
textarea {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 2px;
  font-size: 18px;
  box-shadow: inset 1px 1px 4px #D1D1D1;
  margin-bottom: 5px;
  height: 100px;
  padding: 5px 5px;
  width: 90%;
}

/*エラーメッセージ*/
/* line 120, ../../sass/_parts.scss */
.error_msg {
  margin: 0 0 10px;
  background-color: #FFF6F6;
  color: #FF5A5A;
  margin-top: 20px;
  padding: 10px;
  font-size: 14px;
  border: 2px dotted #FF5A5A;
}

/*　共通___________________________________________________________________*/
/*_＿＿＿＿＿＿＿＿＿
 　　　header
 _＿＿＿＿＿＿＿＿＿*/
/* line 5, ../../sass/_common.scss */
header {
  background-color: #fff;
  border-bottom: 7px solid #89C74D;
}
@media screen and (max-width: 749px) {
  /* line 5, ../../sass/_common.scss */
  header {
    width: 100%;
    border-bottom: 3px solid #D6D6D6;
    box-shadow: rgba(232, 232, 232, 0.47059) 0px 0px 21px 3px;
    -webkit-box-shadow: rgba(232, 232, 232, 0.47059) 0px 0px 21px 3px;
    -moz-box-shadow: rgba(232, 232, 232, 0.47059) 0px 0px 21px 3px;
    float: left;
  }
}
/* line 20, ../../sass/_common.scss */
header #header-inner {
  width: 92%;
  margin: 0 auto;
  background-image: url(../images/common/bg_header_town.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  /* line 20, ../../sass/_common.scss */
  header #header-inner {
    width: 100%;
    background-image: none;
  }
}
/* line 31, ../../sass/_common.scss */
header #header-inner .headerIn {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 749px) {
  /* line 31, ../../sass/_common.scss */
  header #header-inner .headerIn {
    height: 50px;
    width: 100%;
  }
}
/* line 41, ../../sass/_common.scss */
header #header-inner .headerIn #logo {
  padding-top: 19px;
  float: left;
  width: 440px;
}
@media screen and (max-width: 749px) {
  /* line 41, ../../sass/_common.scss */
  header #header-inner .headerIn #logo {
    width: 300px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 480px) {
  /* line 41, ../../sass/_common.scss */
  header #header-inner .headerIn #logo {
    width: 250px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  /* line 56, ../../sass/_common.scss */
  header #header-inner .headerIn #logo img {
    width: 100%;
    vertical-align: middle;
    padding-left: 5px;
  }
}
/* line 65, ../../sass/_common.scss */
header #header-inner .headerIn .motif {
  float: left;
  vertical-align: bottom;
}
@media screen and (max-width: 749px) {
  /* line 65, ../../sass/_common.scss */
  header #header-inner .headerIn .motif {
    padding-left: 10px;
    padding-top: 23px;
  }
}
/* line 88, ../../sass/_common.scss */
header #header-inner .headerIn .info ul li {
  float: left;
  font-size: 155%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #343434;
}
/* line 96, ../../sass/_common.scss */
header #header-inner .headerIn .info ul li span {
  font-size: 60%;
  font-weight: normal;
  letter-spacing: 2px;
}

/*_＿＿＿＿＿＿＿＿＿
 　グローバルナビ
 _＿＿＿＿＿＿＿＿＿*/
/* line 115, ../../sass/_common.scss */
#gnav {
  clear: both;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 749px) {
  /* line 115, ../../sass/_common.scss */
  #gnav {
    background: none;
  }
}
/* line 126, ../../sass/_common.scss */
#gnav nav {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 749px) {
  /* line 126, ../../sass/_common.scss */
  #gnav nav {
    width: 100%;
    overflow: hidden;
  }
}
/* line 135, ../../sass/_common.scss */
#gnav nav ul.navIn {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  /* line 135, ../../sass/_common.scss */
  #gnav nav ul.navIn {
    display: none;
    float: none;
    width: 100%;
    background-color: #fff;
  }
}
/* line 148, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con {
  border-right: 1px dotted #E8E8E8;
  float: left;
  width: 20%;
  text-align: center;
  margin-left: -2px;
  /*スマホドロップダウンメニュー*/
}
/* line 240, ../../sass/_mixin.scss */
#gnav nav ul.navIn li.nav-con label {
  display: block;
  cursor: pointer;
}
/* line 245, ../../sass/_mixin.scss */
#gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off {
  display: none;
}
/* line 249, ../../sass/_mixin.scss */
#gnav nav ul.navIn li.nav-con ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 155, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off ~ ul.sub {
  height: 0;
  overflow: hidden;
}
/* line 161, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con a {
  color: #fff;
  display: block;
}
/* line 166, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con:first-child {
  border-left: 3px solid #E8E8E8;
}
/* line 170, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con img {
  width: 126px;
}
/* line 175, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.sub {
  height: 67px;
}
@media screen and (max-width: 749px) {
  /* line 175, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.sub {
    height: auto;
  }
}
@media screen and (max-width: 749px) {
  /* line 184, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_2row {
    height: 66px;
  }
}
@media screen and (max-width: 749px) {
  /* line 189, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_3row {
    height: 99px;
  }
}
@media screen and (max-width: 749px) {
  /* line 194, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_4row {
    height: 132px;
  }
}
@media screen and (max-width: 749px) {
  /* line 199, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_5row {
    height: 165px;
  }
}
@media screen and (max-width: 749px) {
  /* line 204, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_6row {
    height: 198px;
  }
}
@media screen and (max-width: 749px) {
  /* line 209, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_7row {
    height: 231px;
  }
}
@media screen and (max-width: 749px) {
  /* line 148, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con {
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  /* line 221, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 749px) {
  /* line 228, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con.now .link {
    background-color: #EBEBEB;
    color: #000;
    background-clip: padding-box;
  }
}
@media screen and (min-width: 749px) {
  /* line 239, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con .link:hover {
    background-color: rgba(225, 253, 135, 0.3);
    background-clip: padding-box;
    color: #fff;
  }
}
/* line 248, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con .link {
  display: block;
  color: #000;
  font-size: 90%;
  letter-spacing: 2px;
}
@media screen and (max-width: 749px) {
  /* line 248, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con .link {
    display: block;
    zoom: 1;
    background: url(../images/common/icon_arrow_01.gif) right center no-repeat;
    padding: 10px 0 7px 15px;
  }
  /* line 261, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con .link span {
    background: none;
    background-image: url(../images/common/img_arw_right.png);
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  /* line 274, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con label.link {
    background-color: #A5D05B;
  }
}
@media screen and (max-width: 749px) {
  /* line 280, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked + label.link {
    background: url(../images/common/icon-w_tgl_on.png) right no-repeat;
  }
}
/* line 286, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con ul.sub {
  height: 53px;
  width: 1000px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 286, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub {
    background: #429230;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
/* line 297, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con ul.sub.job-link {
  display: block !important;
}
/* line 300, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con ul.sub li {
  background: #eee;
  border: 2px solid #fff;
  padding: 2px;
  margin-top: 7px;
  float: left;
  text-align: center;
  width: 325px;
}
@media screen and (max-width: 749px) {
  /* line 300, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li {
    width: 100%;
    float: none;
    border: none;
    text-align: left;
    padding: 0;
    margin: 5px 0 3px;
    background: none;
  }
  /* line 309, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li.off {
    background: url(../images/common/icon-w_tgl_on.png) no-repeat;
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -29px;
    right: 15px;
  }
}
/* line 326, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con ul.sub li a {
  color: #343434;
  letter-spacing: 3px;
  font-size: 100%;
  padding: 10px 0 9px;
  display: block;
}
/* line 332, ../../sass/_common.scss */
#gnav nav ul.navIn li.nav-con ul.sub li a span {
  background: url(../images/common/icon-arrow_green.gif) left center no-repeat;
  padding-left: 15px;
}
@media screen and (max-width: 749px) {
  /* line 326, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li a {
    padding: 0 0 2px 15px;
    font-size: 80%;
    color: #fff;
  }
  /* line 340, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li a span {
    background: url(../images/common/icon-arrow.gif) left center no-repeat;
  }
}
@media screen and (min-width: 749px) {
  /* line 345, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li.now {
    background: #fff;
    padding: 2px;
  }
  /* line 349, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li.now a {
    background: #ccc;
    color: #fff;
  }
  /* line 352, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li.now a span {
    background: url(../images/common/icon-arrow.gif) left center no-repeat;
  }
}
@media screen and (min-width: 749px) {
  /* line 359, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li:hover {
    background: #fff;
    background: none;
    border: 2px solid #4FAD3A;
  }
  /* line 364, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li:hover a {
    background: #666;
    color: #fff;
  }
  /* line 367, ../../sass/_common.scss */
  #gnav nav ul.navIn li.nav-con ul.sub li:hover a span {
    background: url(../images/common/icon-arrow.gif) left center no-repeat;
  }
}

/* ------ 750px以下の時に表示されるボタン ------ */
/* line 383, ../../sass/_common.scss */
#gnav-btn {
  display: none;
}
@media screen and (max-width: 749px) {
  /* line 383, ../../sass/_common.scss */
  #gnav-btn {
    display: block;
    width: 45px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
}

/*_＿＿＿＿＿＿＿＿＿
 　　　パンクズ 
 _＿＿＿＿＿＿＿＿＿*/
/* line 397, ../../sass/_common.scss */
#pankuzu {
  width: 100%;
  background: url(../images/common/bg-pa.gif) repeat-x;
}
@media screen and (max-width: 749px) {
  /* line 397, ../../sass/_common.scss */
  #pankuzu {
    display: none;
  }
}
/* line 404, ../../sass/_common.scss */
#pankuzu ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 25px;
}
@media screen and (max-width: 749px) {
  /* line 404, ../../sass/_common.scss */
  #pankuzu ul {
    width: 100%;
  }
}
/* line 407, ../../sass/_common.scss */
#pankuzu ul li {
  float: left;
  font-size: 70%;
  letter-spacing: 2px;
  background: url(../images/common/icon-arrow_pa.png) left center no-repeat;
  padding: 5px 15px 4px 27px;
  line-height: 16px;
}
/* line 414, ../../sass/_common.scss */
#pankuzu ul li a {
  color: #343434;
}
/* line 416, ../../sass/_common.scss */
#pankuzu ul li a:hover {
  color: #2A86C8;
}
/* line 420, ../../sass/_common.scss */
#pankuzu ul li:first-of-type {
  background: none;
  padding-left: 15px;
}
/* line 425, ../../sass/_common.scss */
#pankuzu ul li:last-of-type a {
  color: #4FAD3A;
  font-weight: bold;
}

/*_＿＿＿＿＿＿＿＿＿
 　タイトルテンプレ 
 _＿＿＿＿＿＿＿＿＿*/
/* -- 大見出し -- */
/* line 439, ../../sass/_common.scss */
.ttl_basic {
  color: #666;
  border-bottom: 4px solid #89c74d;
  background-color: #fbffec;
  height: 50px;
  line-height: 50px;
  background-image: url(../images/common/sp/bg_h2.png);
  background-position: right 5% bottom;
  background-size: auto 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  /* line 439, ../../sass/_common.scss */
  .ttl_basic {
    background-repeat: no-repeat;
    background-size: auto 30px;
  }
}
/* line 457, ../../sass/_common.scss */
.ttl_basic span {
  height: 50px;
  line-height: 50px;
  background-image: url(../images/common/img_arw_right_green.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left 10px center;
  font-weight: bold;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-left: 30px;
  font-size: 120%;
}
@media screen and (max-width: 749px) {
  /* line 457, ../../sass/_common.scss */
  .ttl_basic span {
    font-size: 90%;
  }
}
/* line 474, ../../sass/_common.scss */
.ttl_basic .search {
  background-image: url(../images/common/sp/icon_search.png);
  background-position: left 10px center;
  background-size: 20px;
  padding-left: 35px;
}

/* line 483, ../../sass/_common.scss */
.h1-text {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  /* line 483, ../../sass/_common.scss */
  .h1-text {
    width: 100%;
  }
}
/* line 487, ../../sass/_common.scss */
.h1-text .textIn {
  padding: 15px;
  border-top: 2px dotted #ccc;
  line-height: 16px;
  font-size: 75%;
}
/* line 492, ../../sass/_common.scss */
.h1-text .textIn strong {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

/* -- 小見出し -- */
/* line 501, ../../sass/_common.scss */
.ttl_basic_sub {
  color: #666;
  line-height: 35px;
}
@media screen and (max-width: 749px) {
  /* line 501, ../../sass/_common.scss */
  .ttl_basic_sub {
    background-repeat: no-repeat;
    background-size: auto 30px;
  }
}
/* line 512, ../../sass/_common.scss */
.ttl_basic_sub span {
  margin-top: 10px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  margin: 10px auto 0;
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 749px) {
  /* line 512, ../../sass/_common.scss */
  .ttl_basic_sub span {
    font-size: 82%;
    line-height: 130%;
  }
}
/* line 525, ../../sass/_common.scss */
.ttl_basic_sub .search {
  background-image: url(../images/common/sp/icon_search.png);
}

/*オリジナルタイトル*/
/* line 532, ../../sass/_common.scss */
.bg_o {
  width: 100%;
  color: #fff;
  padding: 0;
}
/* line 538, ../../sass/_common.scss */
.bg_o span {
  background-color: #FF9D4D;
  margin: 0;
  width: 92%;
  line-height: 250%;
  background-image: url(../images/common/img_arw_right.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 4%;
}
@media screen and (max-width: 749px) {
  /* line 538, ../../sass/_common.scss */
  .bg_o span {
    line-height: 200%;
    text-align: center;
    padding-left: 0;
    width: 100%;
    background-image: none;
    padding: 5px 0;
  }
}

/* line 560, ../../sass/_common.scss */
.bg_b {
  color: #fff;
  width: 100%;
  padding: 0;
}
/* line 565, ../../sass/_common.scss */
.bg_b span {
  background-color: #3064AF;
  line-height: 250%;
  margin: 0;
  width: 92%;
  background-image: url(../images/common/img_arw_right.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 4%;
}
@media screen and (max-width: 749px) {
  /* line 565, ../../sass/_common.scss */
  .bg_b span {
    line-height: 200%;
    text-align: center;
    padding-left: 0;
    width: 100%;
    background-image: none;
    padding: 5px 0;
  }
}

/* line 588, ../../sass/_common.scss */
.subttl02 {
  font-size: 120%;
  letter-spacing: 2px;
  background: url(../images/common/h2-bg.gif) bottom repeat-x;
  margin-bottom: 15px;
  padding: 10px 0 15px;
  clear: both;
  float: none;
}
/* line 597, ../../sass/_common.scss */
.subttl02 span, .subttl02 a {
  background: url(../images/common/h2-icon.png) left center no-repeat;
  padding: 10px 0;
  padding-left: 30px;
  color: #343434;
}
/* line 603, ../../sass/_common.scss */
.subttl02 a:hover {
  color: #2A86C8;
}
@media screen and (max-width: 749px) {
  /* line 588, ../../sass/_common.scss */
  .subttl02 {
    font-size: 100%;
    width: 95%;
    margin: 0 auto 20px;
  }
}

/*--------------------

テーブル基本

----------------------*/
/* line 624, ../../sass/_common.scss */
.table_wrap {
  border: 5px solid #F3F3F3;
  margin: 4px 0 40px;
}
/* line 628, ../../sass/_common.scss */
.table_wrap .inquiry-mainIn {
  background: #fff;
  padding: 10px;
}

/* line 637, ../../sass/_common.scss */
.border_o {
  border: 3px solid #FF9D4D;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 3px center;
}

/* line 645, ../../sass/_common.scss */
.border_b {
  border: 3px solid #73ADFF;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 3px center;
}

/* line 652, ../../sass/_common.scss */
table {
  width: 100%;
  border-top: 1px solid #F0F0F0;
}
/* line 656, ../../sass/_common.scss */
table tr {
  font-size: 80%;
  border-top: 1px solid  #F0F0F0;
}
/* line 660, ../../sass/_common.scss */
table tr:first-of-type, table tr.border-none {
  border-top: 0;
}
/* line 662, ../../sass/_common.scss */
table tr:first-of-type th, table tr.border-none th {
  margin-top: 0;
}
/* line 667, ../../sass/_common.scss */
table tr.border-none th, table tr.border-none td {
  padding-top: 0;
}
/* line 672, ../../sass/_common.scss */
table tr th {
  font-weight: bold;
  text-align: left;
  width: 30%;
  padding: 13px 0 10px 10px;
  letter-spacing: 1px;
  vertical-align: top;
  position: relative;
  font-size: 110%;
}
@media screen and (max-width: 749px) {
  /* line 672, ../../sass/_common.scss */
  table tr th {
    padding: 0;
    margin-top: 10px;
  }
  /* line 684, ../../sass/_common.scss */
  table tr th span {
    font-weight: normal;
  }
}
/* line 689, ../../sass/_common.scss */
table tr td {
  padding: 13px 0 10px;
  font-size: 100%;
}
/* line 693, ../../sass/_common.scss */
table tr td .space {
  margin-top: 10px;
}
/* line 695, ../../sass/_common.scss */
table tr td .space:first-of-type {
  margin-top: 0;
}
/* line 706, ../../sass/_common.scss */
table tr td .box-text {
  width: 320px;
}
@media screen and (max-width: 749px) {
  /* line 706, ../../sass/_common.scss */
  table tr td .box-text {
    width: 94%;
  }
}
/* line 712, ../../sass/_common.scss */
table tr td .box-no {
  width: 250px;
}
@media screen and (max-width: 749px) {
  /* line 712, ../../sass/_common.scss */
  table tr td .box-no {
    width: 94%;
  }
}
/* line 718, ../../sass/_common.scss */
table tr td .box-mail {
  width: 400px;
}
@media screen and (max-width: 749px) {
  /* line 718, ../../sass/_common.scss */
  table tr td .box-mail {
    width: 94%;
  }
}
/* line 725, ../../sass/_common.scss */
table tr td textarea {
  vertical-align: top;
  height: 150px;
  width: 400px;
  resize: vertical;
}
@media screen and (max-width: 749px) {
  /* line 725, ../../sass/_common.scss */
  table tr td textarea {
    width: 94%;
  }
}
/* line 738, ../../sass/_common.scss */
table tr td.link-p .link-pIn {
  border: 1px solid #ccc;
  width: 80%;
  padding: 15px 0;
  margin: 10px auto;
  text-align: center;
}
/* line 744, ../../sass/_common.scss */
table tr td.link-p .link-pIn p {
  letter-spacing: 1px;
  font-size: 85%;
}
/* line 747, ../../sass/_common.scss */
table tr td.link-p .link-pIn p a:hover {
  opacity: 0.8;
}
/* line 751, ../../sass/_common.scss */
table tr td.link-p .link-pIn label {
  cursor: pointer;
  font-size: 110%;
}
/* line 754, ../../sass/_common.scss */
table tr td.link-p .link-pIn label:hover {
  color: #2A86C8;
}
@media screen and (max-width: 749px) {
  /* line 738, ../../sass/_common.scss */
  table tr td.link-p .link-pIn {
    width: 95%;
  }
  /* line 760, ../../sass/_common.scss */
  table tr td.link-p .link-pIn p {
    letter-spacing: 0px;
    line-height: 18px;
  }
  /* line 764, ../../sass/_common.scss */
  table tr td.link-p .link-pIn label {
    margin: 10px 0;
  }
  /* line 766, ../../sass/_common.scss */
  table tr td.link-p .link-pIn label input {
    width: auto;
  }
}
/* line 774, ../../sass/_common.scss */
table tr span {
  font-size: 85%;
  letter-spacing: 0px;
}
/* line 782, ../../sass/_common.scss */
table tr.need th span:first-of-type {
  position: absolute;
  right: 8px;
  top: 12px;
  padding: 0 5px;
  font-weight: normal;
}
/* line 788, ../../sass/_common.scss */
table tr.need th span:first-of-type.need-up {
  top: 10px;
  bottom: auto;
}
@media screen and (max-width: 749px) {
  /* line 788, ../../sass/_common.scss */
  table tr.need th span:first-of-type.need-up {
    top: auto;
  }
}
@media screen and (max-width: 749px) {
  /* line 782, ../../sass/_common.scss */
  table tr.need th span:first-of-type {
    top: auto;
  }
}
/* line 802, ../../sass/_common.scss */
table tr.need td input, table tr.need td textarea {
  background: #FFE8E8;
}
/* line 804, ../../sass/_common.scss */
table tr.need td input:focus, table tr.need td textarea:focus {
  background: #fff;
}
@media screen and (max-width: 749px) {
  /* line 812, ../../sass/_common.scss */
  table tr th, table tr td {
    width: 100%;
    display: block;
    font-size: 90%;
    padding-top: 5px;
  }
}

/*_＿＿＿＿＿＿＿＿＿
　　　 Footer 
 _＿＿＿＿＿＿＿＿＿*/
/* line 830, ../../sass/_common.scss */
footer {
  width: 100%;
  clear: both;
  float: none;
  background: #89C74D;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 5px solid #E5E5E5;
}
/* line 844, ../../sass/_common.scss */
footer #footer-inner .navi02 {
  float: none;
  clear: both;
}
/* line 848, ../../sass/_common.scss */
footer #footer-inner .navi02 nav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 800px;
  padding: 10px 0;
  font-size: 70%;
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
  padding: 10px 0;
  font-size: 80%;
}
@media screen and (max-width: 749px) {
  /* line 848, ../../sass/_common.scss */
  footer #footer-inner .navi02 nav {
    width: 95%;
  }
}
/* line 862, ../../sass/_common.scss */
footer #footer-inner .navi02 nav ul {
  letter-spacing: -.20em;
}
@media screen and (max-width: 749px) {
  /* line 862, ../../sass/_common.scss */
  footer #footer-inner .navi02 nav ul {
    width: 70%;
    margin: 0 auto;
  }
}
/* line 869, ../../sass/_common.scss */
footer #footer-inner .navi02 nav ul li {
  letter-spacing: normal;
  padding: 0 25px;
  border-left: solid 1px rgba(255, 255, 255, 0.28);
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}
/* line 876, ../../sass/_common.scss */
footer #footer-inner .navi02 nav ul li:first-child {
  border-left: none;
}
@media screen and (max-width: 749px) {
  /* line 869, ../../sass/_common.scss */
  footer #footer-inner .navi02 nav ul li {
    width: 95%;
    border: 0;
    padding: 2px 0;
    line-height: 100%;
  }
  /* line 888, ../../sass/_common.scss */
  footer #footer-inner .navi02 nav ul li:last-child {
    border-bottom: none;
    margin-right: 2px;
  }
}
/* line 896, ../../sass/_common.scss */
footer #footer-inner .navi02 nav ul li a {
  color: #fff;
}
@media screen and (max-width: 749px) {
  /* line 896, ../../sass/_common.scss */
  footer #footer-inner .navi02 nav ul li a {
    font-size: 100%;
    width: 100%;
    border: 0;
    padding: 2px 0;
    line-height: 100%;
    background-image: url(../images/common/img_arw_right.png);
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: left  center;
    padding-left: 10px;
  }
}
/* line 912, ../../sass/_common.scss */
footer #footer-inner .navi02 nav ul li a:hover {
  color: #EBFFD8;
  text-decoration: underline;
}
/* line 922, ../../sass/_common.scss */
footer #footer-inner .navi02 #copyright {
  text-align: center;
  color: #fff;
  font-size: 58%;
  letter-spacing: 1px;
  /* padding: 10px 0; */
  color: #FFFFFF;
  background: #7EB944;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  /* line 922, ../../sass/_common.scss */
  footer #footer-inner .navi02 #copyright {
    font-size: 60%;
    letter-spacing: 0;
  }
}
/* line 942, ../../sass/_common.scss */
footer #footer-inner .navi02 .foot_logo {
  height: 30px;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 749px) {
  /* line 942, ../../sass/_common.scss */
  footer #footer-inner .navi02 .foot_logo {
    text-align: center;
    margin: 5px 0 10px;
  }
}
/* line 952, ../../sass/_common.scss */
footer #footer-inner .navi02 .foot_logo img {
  width: 90px;
}

/*　pagetop_______________________________　*/
/* line 966, ../../sass/_common.scss */
#page-top {
  position: fixed;
  bottom: 330px;
  right: 0;
  z-index: 500;
}
@media screen and (max-width: 749px) {
  /* line 966, ../../sass/_common.scss */
  #page-top {
    background: rgba(255, 239, 96, 0.8);
    color: #fff;
    padding: 10px 0 8px;
    width: 50px;
    text-align: center;
    bottom: 80px;
    right: 0;
  }
  /* line 980, ../../sass/_common.scss */
  #page-top:after {
    content: "▲";
    font-size: 20px;
  }
  /* line 984, ../../sass/_common.scss */
  #page-top span {
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
    display: block;
    outline: none;
  }
}

/*――――――――――――――――
     各ページ固有
――――――――――――――――*/
/* ------ Mainvisual ------ */
/* line 9, ../../sass/_page.scss */
#mainimg .main_bnr {
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/page/top/mainimg_bg.png) repeat-x bottom;
}
/* line 13, ../../sass/_page.scss */
#mainimg .main_bnr .bnr {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 13, ../../sass/_page.scss */
  #mainimg .main_bnr .bnr {
    width: 100%;
  }
}
/* line 15, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li {
  float: left;
  margin-left: 7px;
  opacity: 0;
}
/* line 18, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li img {
  border: 1px solid #9dd100;
}
/* line 21, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li:first-of-type {
  margin-left: 0;
}
/* line 24, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li:hover {
  position: relative;
  bottom: 2px;
  right: 2px;
}
@media screen and (max-width: 749px) {
  /* line 15, ../../sass/_page.scss */
  #mainimg .main_bnr .bnr li {
    text-align: center;
    width: 46%;
  }
  /* line 34, ../../sass/_page.scss */
  #mainimg .main_bnr .bnr li:first-child {
    float: none;
    width: 95%;
    margin: 0 auto 10px;
  }
}
/* line 45, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li:nth-child(1) {
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}
/* line 45, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li:nth-child(2) {
  -webkit-animation: example 1s ease 2s 1 forwards;
  animation: example 1s ease 2s 1 forwards;
}
/* line 45, ../../sass/_page.scss */
#mainimg .main_bnr .bnr li:nth-child(3) {
  -webkit-animation: example 1s ease 3s 1 forwards;
  animation: example 1s ease 3s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
/*　TOP_______________________________　*/
/* line 70, ../../sass/_page.scss */
.top {
  padding-bottom: 180px;
  /* ------ side ------ */
  /* ------ main ------ */
  /* --------map-----------*/
  /* ------ボックス ------ */
}
@media screen and (max-width: 749px) {
  /* line 70, ../../sass/_page.scss */
  .top {
    padding-bottom: 240px;
  }
}
/* line 83, ../../sass/_page.scss */
.top #side .sideIn div {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 86, ../../sass/_page.scss */
  .top #side .sideIn div img {
    text-align: center;
    width: 100%;
  }
}
/* line 65, ../../sass/_mixin.scss */
.top #side .sideIn div a:hover {
  opacity: 0.6;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}
@media screen and (max-width: 749px) {
  /* line 97, ../../sass/_page.scss */
  .top #side .sideIn .staff {
    margin-bottom: 40px;
  }
}
/* line 107, ../../sass/_page.scss */
.top #main section {
  margin-bottom: 15px;
}
/* line 118, ../../sass/_page.scss */
.top #map_area {
  position: relative;
  height: 540px;
  border-top: 8px solid #ECECEC;
  border-bottom: 8px solid #ECECEC;
  margin-bottom: 10px;
  /*マッピング*/
}
@media screen and (max-width: 1100px) {
  /* line 118, ../../sass/_page.scss */
  .top #map_area {
    border-top: none;
  }
}
@media screen and (max-width: 749px) {
  /* line 118, ../../sass/_page.scss */
  .top #map_area {
    height: auto;
  }
}
/* line 138, ../../sass/_page.scss */
.top #map_area .map_ttl {
  position: absolute;
  top: 4%;
  left: 23%;
  z-index: 100;
  width: 27%;
}
@media screen and (max-width: 1100px) {
  /* line 138, ../../sass/_page.scss */
  .top #map_area .map_ttl {
    position: static;
    width: 100%;
  }
}
/* line 152, ../../sass/_page.scss */
.top #map_area .map_ttl .sp-show {
  display: none;
}
@media screen and (max-width: 1100px) {
  /* line 152, ../../sass/_page.scss */
  .top #map_area .map_ttl .sp-show {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  /* line 160, ../../sass/_page.scss */
  .top #map_area .map_ttl .pc-show {
    display: none;
  }
}
/* line 176, ../../sass/_page.scss */
.top #map_area .map_color {
  background-color: #DAEFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 540px;
}
@media screen and (max-width: 1100px) {
  /* line 176, ../../sass/_page.scss */
  .top #map_area .map_color {
    height: 480px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 749px) {
  /* line 176, ../../sass/_page.scss */
  .top #map_area .map_color {
    position: static;
    height: auto;
    padding-top: 0;
  }
}
/* line 195, ../../sass/_page.scss */
.top #map_area .map_color img {
  width: 100%;
  max-width: 1200px;
}
/* line 205, ../../sass/_page.scss */
.top #map_area .map_btn {
  width: 200px;
  float: left;
  z-index: 100;
  position: absolute;
  top: 2%;
  left: 5%;
}
@media screen and (max-width: 749px) {
  /* line 205, ../../sass/_page.scss */
  .top #map_area .map_btn {
    position: static;
    float: none;
    width: 100%;
    margin: 5px auto 20px;
    overflow: hidden;
  }
}
/* line 226, ../../sass/_page.scss */
.top #map_area .map_btn ul {
  overflow: hidden;
}
/* line 229, ../../sass/_page.scss */
.top #map_area .map_btn ul li {
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  /* line 229, ../../sass/_page.scss */
  .top #map_area .map_btn ul li {
    float: left;
    width: 50%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
}
/* line 245, ../../sass/_page.scss */
.top #map_area .map_btn ul li.ttl {
  border: none;
  border-radius: none;
  border-radius: 0;
}
/* line 250, ../../sass/_page.scss */
.top #map_area .map_btn ul li.ttl:hover {
  opacity: 1.0;
}
/* line 261, ../../sass/_page.scss */
.top #map_area .map_btn ul li img {
  width: 200px;
  border-radius: 0px;
}
@media screen and (max-width: 749px) {
  /* line 261, ../../sass/_page.scss */
  .top #map_area .map_btn ul li img {
    width: 100%;
    box-shadow: #ccc -50px 34px 0px -49px inset;
    -webkit-box-shadow: #ccc -50px 34px 0px -49px inset;
    -moz-box-shadow: rgb #ccc -50px 34px 0px -49px inset;
    border-radius: 0;
  }
}
/* line 277, ../../sass/_page.scss */
.top #map_area .map_btn ul li.width {
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 281, ../../sass/_page.scss */
  .top #map_area .map_btn ul li.sp-show {
    width: 100%;
  }
}
/* line 287, ../../sass/_page.scss */
.top #map_area .map_btn ul li:hover {
  opacity: 0.8;
}
/* line 315, ../../sass/_page.scss */
.top .main-link ul {
  width: 94%;
  margin-bottom: 25px;
  margin-top: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  /* line 315, ../../sass/_page.scss */
  .top .main-link ul {
    width: 100%;
    background-color: #FFFEF9;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 327, ../../sass/_page.scss */
  .top .main-link ul .btn-main {
    margin: 0 auto 20px;
    width: 100%;
    text-align: left;
  }
}
/* line 335, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in {
  position: relative;
  margin: 0 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 749px) {
  /* line 335, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in {
    margin: 0;
  }
}
/* line 345, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .info {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  /* line 345, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info {
    width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 354, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .info .ttl {
  width: 90%;
  font-size: 100%;
  letter-spacing: 2px;
  margin-top: 5px;
  position: relative;
  background: #89C74D;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 5px 0;
  padding-left: 5%;
  padding-right: 5%;
  background-image: url(../images/common/img_arw_right.png);
  background-position: left 5% center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  padding-left: 6%;
}
@media screen and (max-width: 1100px) {
  /* line 354, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info .ttl {
    font-size: 68%;
    font-weight: bold;
    border-bottom: 5px solid #EAEAEA;
    width: 94%;
    line-height: 200%;
    background-position: left 0px top center;
    padding-left: 6%;
    letter-spacing: 0.01em;
    padding-right: 3%;
  }
}
@media screen and (max-width: 749px) {
  /* line 354, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info .ttl {
    border-radius: 0;
    background-position: left 4% center;
    width: 80%;
    margin: 20px auto 10px;
    color: #ffffff;
    border: none;
    line-height: 150%;
    border-radius: 30px;
  }
}
/* line 395, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .info .ttl span {
  z-index: 1;
}
@media screen and (max-width: 749px) {
  /* line 395, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info .ttl span {
    left: 5px;
  }
}
/* line 403, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .info .ttl span.two {
  top: 27px;
  line-height: 24px;
}
/* line 412, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .info .text {
  width: 70%;
  font-size: 90%;
  margin: 10px 0 0;
  line-height: 200%;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  /* line 412, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info .text {
    font-size: 70%;
    text-align: left;
    width: 86%;
  }
}
@media screen and (max-width: 749px) {
  /* line 412, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .info .text {
    font-size: 70%;
    line-height: 150%;
    text-align: left;
  }
}
/* line 437, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .photo {
  width: 55%;
  margin: 15px auto;
}
@media screen and (max-width: 749px) {
  /* line 437, ../../sass/_page.scss */
  .top .main-link ul .btn-main .btn-in .photo {
    width: 50%;
    margin-top: 5px;
  }
}
/* line 444, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .photo:hover {
  opacity: 0.7;
}
/* line 451, ../../sass/_page.scss */
.top .main-link ul .btn-main .btn-in .photo img {
  width: 100%;
}
/* line 466, ../../sass/_page.scss */
.top .kyoto_link {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
 
}
@media screen and (max-width: 749px) {
  /* line 466, ../../sass/_page.scss */
  .top .kyoto_link {
    margin-top: 0;
	overflow:hidden;
	height:auto;

  }
}
/* line 476, ../../sass/_page.scss */
.top .kyoto_link a:hover {
  opacity: 0.9;
}

/*　企業の担当者様へ_______________________________　*/
/* line 499, ../../sass/_page.scss */
#contents.client {
  /*　index　*/
  /*▼ご紹介の流れ（TOP・固有ページ共通）*/
  /*　ご紹介の流れ　*/
}
@media screen and (max-width: 749px) {
  /* line 177, ../../sass/_mixin.scss */
  #contents.client #side {
    margin-top: 20px;
  }
}
/* line 182, ../../sass/_mixin.scss */
#contents.client #side .btn-list a {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_mixin.scss */
  #contents.client #side .btn-list a img {
    width: 100%;
  }
}
/* line 192, ../../sass/_mixin.scss */
#contents.client #side .side-link {
  background: #fff;
  border: 1px solid #9a9a9a;
}
/* line 195, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn {
  border: 2px solid #ccc;
  padding: 10px;
}
/* line 198, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul {
  border-top: 1px dotted #9a9a9a;
  padding: 5px 0;
}
/* line 201, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul.now {
  background: #ccc;
}
/* line 205, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li {
  font-size: 85%;
  padding: 2px 10px;
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 210, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li a {
  color: #343434;
}
/* line 212, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li a:hover {
  color: #2A86C8;
}
/* line 216, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li:first-of-type {
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 5px 5px;
}
/* line 223, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn ul li:hover {
  background-color: #ccc;
}
/* line 229, ../../sass/_mixin.scss */
#contents.client #side .side-link .sideIn :first-child {
  border-top: none;
}
/* line 505, ../../sass/_page.scss */
#contents.client.home #main section {
  margin-top: 50px;
}
/* line 507, ../../sass/_page.scss */
#contents.client.home #main section:first-of-type {
  margin-top: 0;
}
/* line 510, ../../sass/_page.scss */
#contents.client.home #main section h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  /* line 513, ../../sass/_page.scss */
  #contents.client.home #main section p {
    text-align: left;
    margin-left: 5px;
  }
}
/* line 524, ../../sass/_page.scss */
#contents.client.home #main .link_merits ul li .colIn {
  position: relative;
  min-height: 180px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px 0;
  -webkit-border-radius: 5px 0;
  border-radius: 5px 0;
  margin: 5px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  /* line 524, ../../sass/_page.scss */
  #contents.client.home #main .link_merits ul li .colIn {
    margin-bottom: 10px;
  }
}
/* line 535, ../../sass/_page.scss */
#contents.client.home #main .link_merits ul li .colIn .info {
  padding: 15px;
}
/* line 537, ../../sass/_page.scss */
#contents.client.home #main .link_merits ul li .colIn .info h3 {
  background: url(../images/page/icon-point02.png) left top no-repeat;
  border-bottom: 1px dotted #9a9a9a;
  padding: 5px 0 10px  85px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #F29A00;
  font-size: 110%;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 537, ../../sass/_page.scss */
  #contents.client.home #main .link_merits ul li .colIn .info h3 {
    font-size: 100%;
    line-height: 20px;
  }
}
/* line 551, ../../sass/_page.scss */
#contents.client.home #main .link_merits ul li .colIn .info p {
  font-size: 85%;
  line-height: 20px;
}
/* line 567, ../../sass/_page.scss */
#contents.client.home #main .staff-interview ul li .list {
  height: 300px;
}
@media screen and (max-width: 749px) {
  /* line 567, ../../sass/_page.scss */
  #contents.client.home #main .staff-interview ul li .list {
    height: auto;
  }
}
/* line 573, ../../sass/_page.scss */
#contents.client.home #main .staff-interview ul li .list .ttl {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 90%;
  color: #4FAD3A;
}
@media screen and (max-width: 749px) {
  /* line 573, ../../sass/_page.scss */
  #contents.client.home #main .staff-interview ul li .list .ttl {
    font-size: 85%;
  }
}
/* line 584, ../../sass/_page.scss */
#contents.client.home #main .staff-interview ul li .list .info .type {
  padding: 3px 5px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 605, ../../sass/_page.scss */
#contents.client .link_service h2.subttl {
  margin-bottom: 5px;
}
/* line 607, ../../sass/_page.scss */
#contents.client .link_service h2.subttl + p {
  background: url(../images/common/icon-three_arrow.png) left top no-repeat;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 85%;
  letter-spacing: 1px;
}
@media screen and (max-width: 749px) {
  /* line 607, ../../sass/_page.scss */
  #contents.client .link_service h2.subttl + p {
    margin-left: 5px;
  }
}
/* line 619, ../../sass/_page.scss */
#contents.client .link_service h2.subttl02 {
  width: 95%;
  margin: 0 auto;
  font-size: 95%;
}
@media screen and (max-width: 749px) {
  /* line 619, ../../sass/_page.scss */
  #contents.client .link_service h2.subttl02 {
    font-size: 90%;
    letter-spacing: 1px;
  }
}
/* line 627, ../../sass/_page.scss */
#contents.client .link_service h2.subttl02 a {
  background: none;
  padding-left: 0;
}
/* line 630, ../../sass/_page.scss */
#contents.client .link_service h2.subttl02 a:hover {
  color: #2A86C8;
}
/* line 634, ../../sass/_page.scss */
#contents.client .link_service h2.subttl02 span {
  font-size: 120%;
  color: #1b2c86;
  font-weight: bold;
  padding-bottom: 8px;
}
/* line 639, ../../sass/_page.scss */
#contents.client .link_service h2.subttl02 span:hover {
  color: #2A86C8;
}
@media screen and (max-width: 749px) {
  /* line 634, ../../sass/_page.scss */
  #contents.client .link_service h2.subttl02 span {
    font-size: 110%;
  }
}
/* line 648, ../../sass/_page.scss */
#contents.client .link_service ul.step {
  width: 95%;
  margin: 10px auto 30px;
}
/* line 653, ../../sass/_page.scss */
#contents.client .link_service ul.step li h3 {
  background-color: #fff;
  border: 1px solid #9a9a9a;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 657, ../../sass/_page.scss */
#contents.client .link_service ul.step li h3 span {
  background: #9a9a9a;
  display: block;
  float: left;
  width: 45px;
  padding: 1px 13px 0px 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 85%;
  color: #fff;
  letter-spacing: 1px;
}
/* line 669, ../../sass/_page.scss */
#contents.client .link_service ul.step li h3 a {
  padding-left: 10px;
  font-size: 95%;
  letter-spacing: 1px;
  background: url(../images/common/icon-arrow_green.gif) left center no-repeat;
}
/* line 674, ../../sass/_page.scss */
#contents.client .link_service ul.step li h3 a:hover {
  color: #666;
}
/* line 680, ../../sass/_page.scss */
#contents.client .link_service ul.step li:last-of-type h3 {
  border: 1px solid #666;
}
/* line 682, ../../sass/_page.scss */
#contents.client .link_service ul.step li:last-of-type h3 span {
  background: #666;
}
/* line 687, ../../sass/_page.scss */
#contents.client .link_service ul.step li.arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: none;
  margin: 5px auto;
  width: 15px;
  height: 25px;
  background: url(../images/common/icon-arrow_pa.png) no-repeat;
}
/* line 705, ../../sass/_page.scss */
#contents.client.service .link_service h2.subttl02 span:hover {
  color: #1b2c86;
}
/* line 708, ../../sass/_page.scss */
#contents.client.service .link_service h2.subttl02 + p {
  font-size: 75%;
  line-height: 18px;
  width: 95%;
  margin: 5px auto;
}
/* line 713, ../../sass/_page.scss */
#contents.client.service .link_service h2.subttl02 + p span {
  display: block;
  padding: 10px 5px 5px;
  font-size: 95%;
}
/* line 723, ../../sass/_page.scss */
#contents.client.service .link_service ul.step li h3 {
  color: #fff;
  background: #666;
  font-size: 90%;
}
/* line 728, ../../sass/_page.scss */
#contents.client.service .link_service ul.step li p {
  background: #fff;
  padding: 10px;
  font-size: 80%;
}
/* line 734, ../../sass/_page.scss */
#contents.client.service .link_service ul.step li:last-of-type h3 {
  border: 1px solid #4FAD3A;
}
/* line 736, ../../sass/_page.scss */
#contents.client.service .link_service ul.step li:last-of-type h3 span {
  background: #4FAD3A;
}

/*　WP範囲_______________________________　*/
/* line 752, ../../sass/_page.scss */
.wp {
  /* 雇用・労働情報 */
  /* 一覧 */
  /* 詳細 */
}
@media screen and (max-width: 749px) {
  /* line 177, ../../sass/_mixin.scss */
  .wp #side {
    margin-top: 20px;
  }
}
/* line 182, ../../sass/_mixin.scss */
.wp #side .btn-list a {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_mixin.scss */
  .wp #side .btn-list a img {
    width: 100%;
  }
}
/* line 192, ../../sass/_mixin.scss */
.wp #side .side-link {
  background: #fff;
  border: 1px solid #9a9a9a;
}
/* line 195, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn {
  border: 2px solid #ccc;
  padding: 10px;
}
/* line 198, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul {
  border-top: 1px dotted #9a9a9a;
  padding: 5px 0;
}
/* line 201, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul.now {
  background: #ccc;
}
/* line 205, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li {
  font-size: 85%;
  padding: 2px 10px;
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 210, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li a {
  color: #343434;
}
/* line 212, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li a:hover {
  color: #2A86C8;
}
/* line 216, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li:first-of-type {
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 5px 5px;
}
/* line 223, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn ul li:hover {
  background-color: #ccc;
}
/* line 229, ../../sass/_mixin.scss */
.wp #side .side-link .sideIn :first-child {
  border-top: none;
}
/* line 757, ../../sass/_page.scss */
.wp.emp-list .news-list {
  margin: 0 0 30px;
  background: #fff;
}
/* line 761, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn {
  padding: 10px;
}
/* line 764, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table {
  width: 100%;
  border-spacing: 0 7px;
  border-collapse: separate;
}
@media screen and (max-width: 749px) {
  /* line 764, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table {
    width: 95%;
    margin: 0 auto;
    border-spacing: 0 5px;
  }
}
/* line 774, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr {
  letter-spacing: 1px;
}
@media screen and (max-width: 749px) {
  /* line 774, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table tr {
    background-color: #e5f5f0;
  }
}
/* line 780, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .day {
  font-size: 75%;
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 780, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table tr .day {
    width: 15%;
    display: inline-table;
    background: none;
    font-size: 70%;
    padding: 0 10px;
  }
}
/* line 793, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .category {
  background: #4FAD3A;
  color: #fff;
  padding: 2px 0;
  font-size: 75%;
  margin-right: 10px;
  text-align: center;
  width: 15%;
  position: relative;
}
/* line 803, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .category.info {
  background: #1b2c86;
}
/* line 807, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .category::after {
  border-left: 7px solid #4FAD3A;
  border-top: transparent 8px solid;
  content: "";
  margin: 0 0 0 10px;
  height: 0px;
  right: -7px;
  bottom: 0px;
  position: absolute;
  width: 0px;
}
@media screen and (max-width: 749px) {
  /* line 807, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table tr .category::after {
    display: none;
  }
}
/* line 823, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .category.new {
  background: #ff4040;
}
/* line 825, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .category.new::after {
  border-left-color: #ff4040;
}
@media screen and (max-width: 749px) {
  /* line 793, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table tr .category {
    width: 40%;
    display: initial;
    margin: 0;
    padding: 5px 10px;
    font-size: 70%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
/* line 840, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .event {
  padding-left: 13px;
  background-color: #e5f5f0;
  font-size: 80%;
}
@media screen and (max-width: 749px) {
  /* line 840, ../../sass/_page.scss */
  .wp.emp-list .news-list .news-listIn table tr .event {
    width: 95%;
    margin: 0 auto 0px;
    display: block;
    padding: 8px 0 10px;
    font-size: 70%;
    border-top: 1px solid #ccc;
  }
}
/* line 854, ../../sass/_page.scss */
.wp.emp-list .news-list .news-listIn table tr .red {
  color: #ff4040;
  font-weight: bold;
}
/* line 869, ../../sass/_page.scss */
.wp.list #main ul.col-set {
  width: 100%;
}
/* line 872, ../../sass/_page.scss */
.wp.list #main ul.col-set li {
  padding: 0 0 10px;
}
/* line 874, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn {
  margin: 0 5px;
  padding: 15px 15px 20px;
  background: url(../images/common/bg-now_navi.gif) bottom right no-repeat;
  background-color: #fff;
  -moz-border-radius: 5px 0;
  -webkit-border-radius: 5px 0;
  border-radius: 5px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
.wp.list #main ul.col-set li .colIn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 749px) {
  /* line 874, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn {
    background: url(../images/common/icon-arrow_side.gif) right center no-repeat;
    background-color: #fff;
    padding: 10px 20px 10px 10px;
  }
}
/* line 887, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn:hover {
  background-color: #e5f5f0;
}
/* line 890, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .img {
  background: #e5f5f0;
  width: 290px;
  height: 150px;
  display: table-caption;
  text-align: center;
  overflow: hidden;
}
/* line 93, ../../sass/_mixin.scss */
.wp.list #main ul.col-set li .colIn .img img {
  vertical-align: middle;
  max-width: 290px;
  max-height: 150px;
  width: auto;
}
@media screen and (max-width: 749px) {
  /* line 890, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .img {
    float: left;
    width: 40%;
    height: 100px;
    background-color: inherit;
  }
  /* line 898, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .img img {
    max-width: 100%;
    max-height: 100px;
  }
}
/* line 904, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .img02 {
  background: #e5f5f0;
  width: 290px;
  height: 100px;
  display: table-caption;
  text-align: center;
  overflow: hidden;
}
/* line 93, ../../sass/_mixin.scss */
.wp.list #main ul.col-set li .colIn .img02 img {
  vertical-align: middle;
  max-width: 290px;
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 749px) {
  /* line 904, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .img02 {
    float: left;
    width: 40%;
    height: 100px;
    background-color: inherit;
  }
  /* line 912, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .img02 img {
    max-width: 100%;
    max-height: 100px;
  }
}
@media screen and (max-width: 749px) {
  /* line 919, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .info {
    float: right;
    width: 58%;
  }
}
/* line 924, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .info .day, .wp.list #main ul.col-set li .colIn .info .name {
  font-size: 70%;
  letter-spacing: 1px;
  padding: 3px 0 0px;
  border-bottom: 1px dotted #9a9a9a;
  margin-bottom: 3px;
  color: #4FAD3A;
}
@media screen and (max-width: 749px) {
  /* line 924, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .info .day, .wp.list #main ul.col-set li .colIn .info .name {
    color: #4FAD3A;
    margin-right: 5px;
  }
}
/* line 936, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .info .name {
  padding: 5px 0 0px;
}
/* line 938, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .info .name span {
  float: left;
  font-size: 120%;
  color: #343434;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 936, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .info .name {
    padding: 5px 5px 0px;
    text-align: right;
    text-align: left;
    line-height: 1.5;
  }
  /* line 949, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .info .name span {
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* line 957, ../../sass/_page.scss */
.wp.list #main ul.col-set li .colIn .info .ttl {
  font-size: 90%;
}
@media screen and (max-width: 749px) {
  /* line 957, ../../sass/_page.scss */
  .wp.list #main ul.col-set li .colIn .info .ttl {
    margin-top: 10px;
    text-align: left;
  }
}
/* line 977, ../../sass/_page.scss */
.wp.single #main section {
  letter-spacing: 1px;
}
/* line 980, ../../sass/_page.scss */
.wp.single #main section .subttl {
  margin-bottom: 0;
}
/* line 984, ../../sass/_page.scss */
.wp.single #main section .con01.col-set {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 749px) {
  /* line 984, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set {
    padding: 0;
  }
}
/* line 993, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn {
  margin: 0 10px 10px;
  padding: 0 10px 10px;
}
@media screen and (max-width: 749px) {
  /* line 993, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .ttl .ttlIn {
    margin: 0;
    padding: 10px 10px 15px;
    border-bottom: 4px double #343434;
  }
}
/* line 1001, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .day {
  font-size: 85%;
  padding: 3px 10px 2px;
  background: #666;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 1001, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .ttl .ttlIn .day {
    text-align: left;
    padding-left: 10px;
  }
}
/* line 1012, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .type {
  font-size: 90%;
}
@media screen and (max-width: 749px) {
  /* line 1012, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .ttl .ttlIn .type {
    text-align: left;
  }
}
/* line 1017, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .type i {
  color: #666;
  margin-right: 5px;
}
/* line 1022, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .job-type {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-size: 90%;
}
/* line 111, ../../sass/_setting.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .job-type.factory {
  background-image: url(../images/page/list/icon-factory_gr.png);
}
/* line 111, ../../sass/_setting.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .job-type.medical_care {
  background-image: url(../images/page/list/icon-medical_care_gr.png);
}
/* line 111, ../../sass/_setting.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .job-type.office {
  background-image: url(../images/page/list/icon-office_gr.png);
}
/* line 111, ../../sass/_setting.scss */
.wp.single #main section .con01.col-set .ttl .ttlIn .job-type.service {
  background-image: url(../images/page/list/icon-service_gr.png);
}
@media screen and (max-width: 749px) {
  /* line 1022, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .ttl .ttlIn .job-type {
    text-align: left;
  }
}
/* line 1033, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .img {
  text-align: center;
  padding: 5px 10px 10px;
  margin-left: 10px;
  background: #e5f5f0;
  width: 290px;
  height: 180px;
  display: table-caption;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 93, ../../sass/_mixin.scss */
.wp.single #main section .con01.col-set .img img {
  vertical-align: middle;
  max-width: 290px;
  max-height: 180px;
  width: auto;
}
@media screen and (max-width: 749px) {
  /* line 1033, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .img {
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
}
/* line 1048, ../../sass/_page.scss */
.wp.single #main section .con01.col-set .img02 {
  text-align: right;
  padding: 5px 10px 10px;
  margin-left: 10px;
  background: #e5f5f0;
  width: 290px;
  height: 100px;
  display: table-caption;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 93, ../../sass/_mixin.scss */
.wp.single #main section .con01.col-set .img02 img {
  vertical-align: middle;
  max-width: 290px;
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 749px) {
  /* line 1048, ../../sass/_page.scss */
  .wp.single #main section .con01.col-set .img02 {
    padding: 5px;
    width: 95%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
}
/* line 1065, ../../sass/_page.scss */
.wp.single #main section .con02 {
  background: #fff;
  border-top: 2px solid #4FAD3A;
  padding: 15px 15px 30px;
  font-size: 85%;
  min-height: 60px;
  margin-top: 10px;
  /* 以下投稿時の表示 */
}
@media screen and (max-width: 749px) {
  /* line 1065, ../../sass/_page.scss */
  .wp.single #main section .con02 {
    border: none;
    margin: 0;
  }
}
/* line 1078, ../../sass/_page.scss */
.wp.single #main section .con02 h1 {
  background: #4FAD3A;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
  border-left: none;
  border-right: none;
  font-size: 120%;
  color: #fff;
  padding: 8px 10px 6px;
  margin: 10px 0;
}
/* line 1085, ../../sass/_page.scss */
.wp.single #main section .con02 h1:before {
  content: "■";
  color: #e5f5f0;
  margin-right: 3px;
}
/* line 1091, ../../sass/_page.scss */
.wp.single #main section .con02 h2 {
  background: url(../images/common/h2-bg.gif) bottom repeat-x;
  padding: 5px 5px 8px;
  margin: 10px 0;
  font-size: 120%;
  color: #4FAD3A;
  font-weight: bold;
}
/* line 1098, ../../sass/_page.scss */
.wp.single #main section .con02 h2:before {
  content: "●";
  color: #666;
  font-size: 110%;
  margin-right: 3px;
}
/* line 1105, ../../sass/_page.scss */
.wp.single #main section .con02 h3 {
  padding: 5px 5px 5px 25px;
  margin: 10px 0;
  font-size: 110%;
  background: url(../images/common/icon-h2ttl.png) left top no-repeat;
  border-bottom: dotted 1px #9a9a9a;
  font-weight: bold;
  color: #4a4a4a;
}
/* line 1114, ../../sass/_page.scss */
.wp.single #main section .con02 h4, .wp.single #main section .con02 h5, .wp.single #main section .con02 h6 {
  background: url(../images/common/icon-three_arrow.png) center left no-repeat;
  padding-left: 35px;
  margin: 10px 0;
  font-size: 110%;
  color: #4a4a4a;
  font-weight: bold;
}
/* line 1123, ../../sass/_page.scss */
.wp.single #main section .con02 em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: oblique;
}
/* line 1127, ../../sass/_page.scss */
.wp.single #main section .con02 blockquote {
  margin-left: 40px;
}
/* line 1130, ../../sass/_page.scss */
.wp.single #main section .con02 a:hover {
  color: #666;
}
/* line 1134, ../../sass/_page.scss */
.wp.single #main section .con02 ul li:before {
  content: "●";
  color: #666;
  margin-right: 3px;
}

/*　会社案内_______________________________　*/
/* line 1151, ../../sass/_page.scss */
#contents.company {
  /*　home　*/
  /*　アクセス　*/
}
@media screen and (max-width: 749px) {
  /* line 177, ../../sass/_mixin.scss */
  #contents.company #side {
    margin-top: 20px;
  }
}
/* line 182, ../../sass/_mixin.scss */
#contents.company #side .btn-list a {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_mixin.scss */
  #contents.company #side .btn-list a img {
    width: 100%;
  }
}
/* line 192, ../../sass/_mixin.scss */
#contents.company #side .side-link {
  background: #fff;
  border: 1px solid #9a9a9a;
}
/* line 195, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn {
  border: 2px solid #ccc;
  padding: 10px;
}
/* line 198, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul {
  border-top: 1px dotted #9a9a9a;
  padding: 5px 0;
}
/* line 201, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul.now {
  background: #ccc;
}
/* line 205, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li {
  font-size: 85%;
  padding: 2px 10px;
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 210, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li a {
  color: #343434;
}
/* line 212, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li a:hover {
  color: #2A86C8;
}
/* line 216, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li:first-of-type {
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 5px 5px;
}
/* line 223, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn ul li:hover {
  background-color: #ccc;
}
/* line 229, ../../sass/_mixin.scss */
#contents.company #side .side-link .sideIn :first-child {
  border-top: none;
}
/* line 1156, ../../sass/_page.scss */
#contents.company.home section {
  margin-bottom: 20px;
}
/* line 1158, ../../sass/_page.scss */
#contents.company.home section h2.subttl {
  margin-bottom: 0;
}
/* line 1161, ../../sass/_page.scss */
#contents.company.home section p {
  background: #fff;
  padding: 15px;
  font-size: 85%;
}
/* line 1165, ../../sass/_page.scss */
#contents.company.home section p .signature {
  display: block;
  width: 100%;
  text-align: right;
}
/* line 1174, ../../sass/_page.scss */
#contents.company.home section.info ul li {
  position: relative;
  background: url(../images/common/icon-arrow_side.gif) right center no-repeat;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #9a9a9a;
}
/* line 7, ../../sass/_mixin.scss */
#contents.company.home section.info ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 1181, ../../sass/_page.scss */
#contents.company.home section.info ul li:before {
  content: "●";
  color: #666;
  padding-right: 5px;
}
/* line 1186, ../../sass/_page.scss */
#contents.company.home section.info ul li:hover {
  background-color: #e5f5f0;
}
/* line 1203, ../../sass/_page.scss */
#contents.company.access .accessIn .mapIn {
  border: 5px solid #fff;
}
@media screen and (max-width: 749px) {
  /* line 1203, ../../sass/_page.scss */
  #contents.company.access .accessIn .mapIn {
    width: 90% !important;
    height: 250px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 749px) {
  /* line 1210, ../../sass/_page.scss */
  #contents.company.access .accessIn .mapIn #map_main {
    height: 250px !important;
  }
}
/* line 1217, ../../sass/_page.scss */
#contents.company.access .accessIn .con {
  margin-top: 5px;
}
/* line 1219, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul {
  background: #fff;
  padding: 15px;
  border: 5px solid #e7e6e6;
}
/* line 1223, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li {
  letter-spacing: 1px;
  padding-left: 35px;
}
@media screen and (max-width: 749px) {
  /* line 1223, ../../sass/_page.scss */
  #contents.company.access .accessIn .con ul li {
    padding: 0 4%;
    border-left: 5px solid #666;
  }
}
/* line 1231, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li.place {
  background: url(../images/common/icon-three_arrow.png) left center no-repeat;
  font-size: 110%;
}
/* line 1234, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li.place span {
  margin-right: 10px;
  font-size: 85%;
}
@media screen and (max-width: 749px) {
  /* line 1231, ../../sass/_page.scss */
  #contents.company.access .accessIn .con ul li.place {
    background: none;
    font-size: 95%;
  }
  /* line 1241, ../../sass/_page.scss */
  #contents.company.access .accessIn .con ul li.place span {
    display: block;
    width: 100%;
  }
}
/* line 1249, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li.station span {
  background: url(../images/common/icon-green.png) left center no-repeat;
  padding-left: 15px;
  margin-left: 5px;
  font-size: 85%;
}
/* line 1257, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li.tel {
  font-size: 85%;
  margin-top: 3px;
}
/* line 1260, ../../sass/_page.scss */
#contents.company.access .accessIn .con ul li.tel span {
  margin: 0 10px;
}
@media screen and (max-width: 749px) {
  /* line 1257, ../../sass/_page.scss */
  #contents.company.access .accessIn .con ul li.tel {
    font-size: 90%;
    border-color: #1b2c86;
  }
  /* line 1266, ../../sass/_page.scss */
  #contents.company.access .accessIn .con ul li.tel span {
    display: none;
  }
}

/*　プライバシーポリシー_______________________________　*/
@media screen and (max-width: 749px) {
  /* line 177, ../../sass/_mixin.scss */
  #contents.privacypolicy #side {
    margin-top: 20px;
  }
}
/* line 182, ../../sass/_mixin.scss */
#contents.privacypolicy #side .btn-list a {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 185, ../../sass/_mixin.scss */
  #contents.privacypolicy #side .btn-list a img {
    width: 100%;
  }
}
/* line 192, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link {
  background: #fff;
  border: 1px solid #9a9a9a;
}
/* line 195, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn {
  border: 2px solid #ccc;
  padding: 10px;
}
/* line 198, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul {
  border-top: 1px dotted #9a9a9a;
  padding: 5px 0;
}
/* line 201, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul.now {
  background: #ccc;
}
/* line 205, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li {
  font-size: 85%;
  padding: 2px 10px;
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 210, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li a {
  color: #343434;
}
/* line 212, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li a:hover {
  color: #2A86C8;
}
/* line 216, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li:first-of-type {
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 5px 5px;
}
/* line 223, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn ul li:hover {
  background-color: #ccc;
}
/* line 229, ../../sass/_mixin.scss */
#contents.privacypolicy #side .side-link .sideIn :first-child {
  border-top: none;
}
/* line 1288, ../../sass/_page.scss */
#contents.privacypolicy #main .con {
  margin-bottom: 30px;
  background: #fff;
  padding: 10px;
  font-size: 85%;
}
@media screen and (max-width: 749px) {
  /* line 1288, ../../sass/_page.scss */
  #contents.privacypolicy #main .con {
    margin: 10px;
    font-size: 75%;
  }
}
/* line 1297, ../../sass/_page.scss */
#contents.privacypolicy #main .con p {
  text-align: right;
}
@media screen and (max-width: 749px) {
  /* line 1300, ../../sass/_page.scss */
  #contents.privacypolicy #main .con ol {
    padding-left: 25px;
  }
}
/* line 1305, ../../sass/_page.scss */
#contents.privacypolicy #main .con ol li.parent_item {
  margin-bottom: 10px;
}

/*　サイトのご利用にあたって_______________________________　*/
/* line 1316, ../../sass/_page.scss */
.sitepolicy .home {
  width: 95%;
  margin: 0 auto;
}
/* line 1319, ../../sass/_page.scss */
.sitepolicy .home h2.subttl02 {
  width: 100%;
}
/* line 1322, ../../sass/_page.scss */
.sitepolicy .home .con {
  margin-bottom: 30px;
  background: #fff;
  padding: 10px 10px 20px;
  font-size: 85%;
}

/*　サイトマップ_______________________________　*/
/* line 1336, ../../sass/_page.scss */
.sitemap section {
  letter-spacing: 2px;
}
/* line 1339, ../../sass/_page.scss */
.sitemap section .home {
  background: url(../images/common/bg-now_navi.gif) no-repeat right bottom;
  background-color: #4FAD3A;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 10px 0 7px;
  margin: 15px 0 5px;
  position: relative;
}
/* line 1345, ../../sass/_page.scss */
.sitemap section .home:first-of-type {
  margin-top: 0;
  background-color: #ccc;
}
/* line 7, ../../sass/_mixin.scss */
.sitemap section .home a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 749px) {
  /* line 1339, ../../sass/_page.scss */
  .sitemap section .home {
    background: none;
    background-color: #4FAD3A;
  }
}
/* line 1354, ../../sass/_page.scss */
.sitemap section .home span {
  background: url(../images/common/icon-arrow.gif) no-repeat left center;
  color: #fff;
  margin-left: 15px;
  padding: 0 13px;
}
@media screen and (max-width: 749px) {
  /* line 1354, ../../sass/_page.scss */
  .sitemap section .home span {
    background: none;
    margin-left: 0px;
  }
}
/* line 1365, ../../sass/_page.scss */
.sitemap section .home:hover {
  background: #666;
}
@media screen and (max-width: 749px) {
  /* line 1339, ../../sass/_page.scss */
  .sitemap section .home {
    width: inherit;
    margin: 15px 10px 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 1375, ../../sass/_page.scss */
  .sitemap section .col-set {
    background-color: #fff;
    margin: 0 10px;
    box-sizing: border-box;
    width: inherit;
    padding: 4px 0;
  }
}
/* line 1383, ../../sass/_page.scss */
.sitemap section .col-set .col3 {
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
/* line 7, ../../sass/_mixin.scss */
.sitemap section .col-set .col3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 749px) {
  /* line 1383, ../../sass/_page.scss */
  .sitemap section .col-set .col3 {
    background-color: #fff;
    margin: 0 auto 0px;
    text-align: left;
    font-size: 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 4px 0;
  }
}
/* line 1397, ../../sass/_page.scss */
.sitemap section .col-set .col3 span {
  background: url(../images/common/icon-arrow_green.gif) no-repeat left center;
  margin-left: 10px;
  padding-left: 13px;
  font-size: 90%;
}
@media screen and (max-width: 749px) {
  /* line 1397, ../../sass/_page.scss */
  .sitemap section .col-set .col3 span {
    margin-left: 15px;
  }
}
/* line 1406, ../../sass/_page.scss */
.sitemap section .col-set .col3:hover {
  background: #e5f5f0;
}
@media screen and (max-width: 749px) {
  /* line 1334, ../../sass/_page.scss */
  .sitemap {
    /*リンクボタンアロー*/
  }
  /* line 1416, ../../sass/_page.scss */
  .sitemap li a.arrow, .sitemap .w_arrow {
    position: relative;
  }
  /* line 1420, ../../sass/_page.scss */
  .sitemap li a.w_arrow::after, .sitemap .w_arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 56%;
    margin-top: -7px;
  }
}

/*　エラーページ_______________________________　*/
/* line 1441, ../../sass/_page.scss */
.error .conIn {
  padding: 30px;
  margin: 15px auto;
  background: #fff;
  border-top: #343434 solid 2px;
  border-bottom: #343434 solid 2px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 749px) {
  /* line 1441, ../../sass/_page.scss */
  .error .conIn {
    text-align: center;
    padding: 20px 0;
    margin: 10px 0;
  }
}
/* line 1451, ../../sass/_page.scss */
.error .conIn h1 {
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
/* line 1457, ../../sass/_page.scss */
.error .conIn p {
  font-size: 95%;
  letter-spacing: 1px;
}

/*　マップスポット検索ページ_______________________________　*/
/* line 1469, ../../sass/_page.scss */
.search {
  /*開閉システム*/
  /*地域絞込み*/
  /*表示中店舗*/
  /*端末エラー*/
  /*フリーワード*/
}
/* line 1472, ../../sass/_page.scss */
.search .map_description {
  overflow: hidden;
  position: absolute;
  left: 213px;
  top: 5px;
}
@media screen and (max-width: 1000px) {
  /* line 1472, ../../sass/_page.scss */
  .search .map_description {
    float: none;
    position: static;
    margin-top: 8px;
    margin-left: 0;
  }
}
/* line 1488, ../../sass/_page.scss */
.search .map_description li {
  float: left;
  margin-left: 6px;
  margin-bottom: 2px;
}
/* line 1494, ../../sass/_page.scss */
.search .map_description li .ttl {
  font-size: 11px;
  margin-left: 0;
}
/* line 1499, ../../sass/_page.scss */
.search .map_description li .icon {
  margin: 10px 0;
}
/* line 1502, ../../sass/_page.scss */
.search .map_description li .icon img {
  width: 20px;
  vertical-align: top;
}
/* line 1507, ../../sass/_page.scss */
.search .map_description li .icon_name {
  font-size: 12px;
}
/* line 1519, ../../sass/_page.scss */
.search .center_area {
  margin: 20px auto 0px;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 1519, ../../sass/_page.scss */
  .search .center_area {
    margin: 10px auto 5px;
  }
}
/* line 1530, ../../sass/_page.scss */
.search .center_area .table_wrap {
  border: 2px solid #EBEBEB;
  padding: 1%;
  width: 97%;
  margin-top: 5px;
  clear: both;
}
/* line 1538, ../../sass/_page.scss */
.search .center_area .input_delete_btn {
  display: inline-block;
  line-height: 180%;
  cursor: pointer;
  margin-left: 5px;
}
@media screen and (max-width: 749px) {
  /* line 1538, ../../sass/_page.scss */
  .search .center_area .input_delete_btn {
    text-align: center;
    display: block;
    margin: 0;
  }
}
/* line 1549, ../../sass/_page.scss */
.search .center_area .input_delete_btn a {
  display: block;
}
/* line 1553, ../../sass/_page.scss */
.search .center_area .input_delete_btn img {
  height: 25px;
  border-radius: 5px;
}
/* line 1563, ../../sass/_page.scss */
.search .center_area iframe {
  width: 100%;
}
/* line 1567, ../../sass/_page.scss */
.search .center_area table {
  border: none;
}
/* line 1572, ../../sass/_page.scss */
.search .center_area table tr {
  border-color: #fff;
}
/* line 1575, ../../sass/_page.scss */
.search .center_area table td {
  padding: 3px;
  border-color: #fff;
  padding-left: 10px;
}
/* line 1589, ../../sass/_page.scss */
.search .center_area table th {
  background-color: #7FC7E5;
  width: 10%;
  text-align: center;
  color: #fff;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  /* line 1589, ../../sass/_page.scss */
  .search .center_area table th {
    background: #7FC7E5;
    width: 10%;
    text-align: center;
    color: #fff;
    padding: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 749px) {
  /* line 1567, ../../sass/_page.scss */
  .search .center_area table {
    border: 1px solid #ccc;
  }
  /* line 1615, ../../sass/_page.scss */
  .search .center_area table td {
    width: 98%;
    display: block;
    padding: 2%;
  }
  /* line 1620, ../../sass/_page.scss */
  .search .center_area table td label {
    width: 48%;
    margin-right: 5px;
    float: left;
  }
  /* line 1629, ../../sass/_page.scss */
  .search .center_area table th {
    width: 100%;
    display: block;
    background-color: #7FC7E5;
    padding: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
}
/* line 1655, ../../sass/_page.scss */
.search #main {
  width: 78%;
  padding-left: 0;
  clear: both;
}
@media screen and (max-width: 1100px) {
  /* line 1655, ../../sass/_page.scss */
  .search #main {
    width: 72%;
    /* height: 280px; */
    overflow: hidden;
  }
}
@media screen and (max-width: 749px) {
  /* line 1655, ../../sass/_page.scss */
  .search #main {
    width: 100%;
    height: 280px;
  }
}
/* line 1669, ../../sass/_page.scss */
.search #main #map {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 749px) {
  /* line 1669, ../../sass/_page.scss */
  .search #main #map {
    height: 280px;
  }
}
/* line 1681, ../../sass/_page.scss */
.search #side {
  width: 18%;
  /*　/side　*/
}
@media screen and (max-width: 1100px) {
  /* line 1681, ../../sass/_page.scss */
  .search #side {
    width: 25%;
  }
}
@media screen and (max-width: 749px) {
  /* line 1681, ../../sass/_page.scss */
  .search #side {
    width: 95%;
  }
}
/* line 1692, ../../sass/_page.scss */
.search #side table {
  border: 1px solid #ccc;
}
@media screen and (max-width: 749px) {
  /* line 1692, ../../sass/_page.scss */
  .search #side table {
    margin: 20px auto;
  }
}
/* line 1703, ../../sass/_page.scss */
.search #side table td {
  width: 90%;
  display: block;
  padding: 5%;
}
@media screen and (max-width: 1150px) {
  /* line 1703, ../../sass/_page.scss */
  .search #side table td {
    font-size: 95%;
  }
}
/* line 1711, ../../sass/_page.scss */
.search #side table th {
  width: 100%;
  display: block;
  background-color: #7FC7E5;
  padding: 0;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  /* line 1711, ../../sass/_page.scss */
  .search #side table th {
    font-size: 95%;
    line-height: 250%;
  }
}
@media screen and (max-width: 749px) {
  /* line 1711, ../../sass/_page.scss */
  .search #side table th {
    font-size: 100%;
    line-height: 200%;
  }
}
@media screen and (max-width: 749px) {
  /* line 1692, ../../sass/_page.scss */
  .search #side table {
    border: 1px solid #ccc;
  }
  /* line 1736, ../../sass/_page.scss */
  .search #side table tr {
    border: none;
  }
  /* line 1739, ../../sass/_page.scss */
  .search #side table td {
    display: block;
    padding: 3%;
    width: 94%;
  }
  /* line 1747, ../../sass/_page.scss */
  .search #side table td label {
    width: auto;
    margin-right: 5px;
  }
  /* line 1751, ../../sass/_page.scss */
  .search #side table td input {
    width: auto;
  }
  /* line 1755, ../../sass/_page.scss */
  .search #side table th {
    width: 100%;
    display: block;
    background-color: #7FC7E5;
    padding: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
}
/* line 1772, ../../sass/_page.scss */
.search #side .service_ttl {
  background-color: #FF5B5B;
  color: #fff;
  text-align: center;
  background-image: url(../images/page/icon_bottle_service.png);
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: left 9px center;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: bold;
  padding-left: 5px;
}
/* line 1797, ../../sass/_page.scss */
.search .shop_ttl {
  color: #666;
  border: 1px solid #ccc;
  border-bottom: 4px solid #68B7FA;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 10px auto 5px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 1797, ../../sass/_page.scss */
  .search .shop_ttl {
    line-height: 120%;
    height: auto;
    padding: 3px;
  }
}
/* line 1813, ../../sass/_page.scss */
.search .shop_ttl .icon {
  width: 8px;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 749px) {
  /* line 1813, ../../sass/_page.scss */
  .search .shop_ttl .icon {
    margin-right: 5px;
    width: 5px;
  }
}
/* line 1826, ../../sass/_page.scss */
.search .shop_ttl span {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  font-size: 140%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 1826, ../../sass/_page.scss */
  .search .shop_ttl span {
    font-size: 80%;
    line-height: 180%;
    height: auto;
    padding: 5px;
    width: 80%;
  }
}
/* line 1850, ../../sass/_page.scss */
.search #slide_btn {
  width: 200px;
  background: #89C74D;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  text-decoration: underline;
  display: block;
  text-align: center;
  background-image: url(../images/common/img_arw_right.png);
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: left 25px center;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  /* line 1850, ../../sass/_page.scss */
  .search #slide_btn {
    width: 97%;
    float: none;
  }
}
/* line 1871, ../../sass/_page.scss */
.search #slide_box {
  margin: 0;
}
/* line 1882, ../../sass/_page.scss */
.search ul.city_select {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 986px) {
  /* line 1882, ../../sass/_page.scss */
  .search ul.city_select {
    text-align: center;
  }
}
/* line 1891, ../../sass/_page.scss */
.search ul.city_select li {
  display: block;
  position: relative;
  display: inline-block;
  padding: 0;
  display: block;
  width: 48%;
  float: left;
  margin-right: 1%;
  background: #89C74D;
  margin-bottom: 1%;
  text-align: center;
  color: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 99%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 99%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 99%);
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-family: "メイリオ", sans-serif;
  font-weight: bold;
}
/* line 1914, ../../sass/_page.scss */
.search ul.city_select li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 986px) {
  /* line 1914, ../../sass/_page.scss */
  .search ul.city_select li:nth-child(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 986px) {
  /* line 1891, ../../sass/_page.scss */
  .search ul.city_select li {
    width: 98%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 1932, ../../sass/_page.scss */
.search ul.city_select li a {
  color: #4E4E4E;
  display: block;
  background-image: url(../images/common/img_arw_right_blue.png);
  background-position: left 10px center;
  background-size: 3px auto;
  background-repeat: no-repeat;
  line-height: 250%;
}
@media screen and (max-width: 749px) {
  /* line 1932, ../../sass/_page.scss */
  .search ul.city_select li a {
    line-height: 300%;
  }
}
/* line 1952, ../../sass/_page.scss */
.search .store {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  font-size: 90%;
}
@media screen and (max-width: 749px) {
  /* line 1952, ../../sass/_page.scss */
  .search .store {
    overflow: hidden;
  }
}
/* line 1965, ../../sass/_page.scss */
.search .store li {
  display: block;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  line-height: 135%;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 749px) {
  /* line 1965, ../../sass/_page.scss */
  .search .store li {
    width: 100%;
  }
}
/* line 1993, ../../sass/_page.scss */
.search .error_terminal {
  color: #0B872F;
  line-height: 250%;
}
@media screen and (max-width: 749px) {
  /* line 2000, ../../sass/_page.scss */
  .search .free {
    width: 94%;
    margin-right: 5px;
  }
}

/*　aboutページ_______________________________　*/
/* line 2020, ../../sass/_page.scss */
.about #main {
  width: 18%;
}
@media screen and (max-width: 749px) {
  /* line 2020, ../../sass/_page.scss */
  .about #main {
    width: 95%;
    margin-top: 10px;
  }
}
/* line 2027, ../../sass/_page.scss */
.about #main .cara {
  margin: 0 auto;
  width: 80%;
  padding: 5px;
}
@media screen and (max-width: 749px) {
  /* line 2027, ../../sass/_page.scss */
  .about #main .cara {
    width: 80%;
  }
}
/* line 2040, ../../sass/_page.scss */
.about #side {
  width: 78%;
  font-size: 80%;
}
@media screen and (max-width: 749px) {
  /* line 2040, ../../sass/_page.scss */
  .about #side {
    width: 100%;
    font-size: 60%;
  }
}
/* line 2049, ../../sass/_page.scss */
.about #side .detail {
  font-weight: bold;
  font-size: 115%;
  color: #525252;
  margin-top: 10px;
  line-height: 200%;
  height: 100%;
  padding: 10px;
  background-color: #FFFEF8;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  /* line 2049, ../../sass/_page.scss */
  .about #side .detail {
    background-position: center bottom 5px;
    line-height: 200%;
    background-size: auto 40px;
  }
}
/* line 2070, ../../sass/_page.scss */
.about #side .detail .point {
  color: #68B7FB;
  font-size: 120%;
  margin-right: 5px;
  margin-left: 5px;
  background: linear-gradient(transparent 60%, #FFFFFF 60%);
}
/* line 2081, ../../sass/_page.scss */
.about #side .mapspot_btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  /* line 2081, ../../sass/_page.scss */
  .about #side .mapspot_btn {
    margin-top: 20px;
  }
}
/* line 2089, ../../sass/_page.scss */
.about #side .mapspot_btn:hover {
  opacity: 0.8;
}
/* line 2093, ../../sass/_page.scss */
.about #side .mapspot_btn img {
  width: 350px;
}
@media screen and (max-width: 749px) {
  /* line 2093, ../../sass/_page.scss */
  .about #side .mapspot_btn img {
    width: 90%;
  }
}

/*　店舗情報登録・変更フォームページ_______________________________　*/
/* line 2119, ../../sass/_page.scss */
.register .descrption {
  font-size: 95%;
}
@media screen and (max-width: 749px) {
  /* line 2119, ../../sass/_page.scss */
  .register .descrption {
    font-size: 80%;
    line-height: 130%;
  }
}
/* line 2125, ../../sass/_page.scss */
.register .descrption .point {
  color: #FB5D5D;
}

/*　サイト運営_______________________________　*/
/* line 2141, ../../sass/_page.scss */
.site_manage table {
  border: none;
}
/* line 2144, ../../sass/_page.scss */
.site_manage table tr {
  border: none;
}
/* line 2147, ../../sass/_page.scss */
.site_manage table tr th {
  padding: 10px;
  background-color: rgba(203, 203, 203, 0.1);
  border-bottom: 2px #C8C8C8 dotted;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  /* line 2147, ../../sass/_page.scss */
  .site_manage table tr th {
    padding: 0;
  }
}
/* line 2156, ../../sass/_page.scss */
.site_manage table tr td {
  padding: 10px;
  border-bottom: 2px #C8C8C8 dotted;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  /* line 2156, ../../sass/_page.scss */
  .site_manage table tr td {
    padding: 0;
    border: none;
  }
}

/*　関連リンク_______________________________　*/
/* line 2183, ../../sass/_page.scss */
.link table {
  border: none;
}
/* line 2186, ../../sass/_page.scss */
.link table tr {
  border: none;
}
/* line 2189, ../../sass/_page.scss */
.link table tr th {
  padding: 10px;
  border-bottom: 2px #C8C8C8 dotted;
  margin-top: 5px;
  vertical-align: inherit;
  width: 60%;
}
@media screen and (max-width: 749px) {
  /* line 2189, ../../sass/_page.scss */
  .link table tr th {
    padding: 0;
    text-align: center;
    width: 100%;
    border-bottom: none;
    border-bottom: 2px #C8C8C8 dotted;
    padding-bottom: 30px;
  }
}
/* line 2205, ../../sass/_page.scss */
.link table tr td.logo {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 2205, ../../sass/_page.scss */
  .link table tr td.logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
/* line 2216, ../../sass/_page.scss */
.link table tr td.logo img {
  max-width: 180px;
  width: 70%;
}
@media screen and (max-width: 749px) {
  /* line 2216, ../../sass/_page.scss */
  .link table tr td.logo img {
    padding: 0;
    width: 30%;
  }
}
/* line 2228, ../../sass/_page.scss */
.link table tr td {
  padding: 10px;
  border-bottom: 2px #C8C8C8 dotted;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  /* line 2228, ../../sass/_page.scss */
  .link table tr td {
    padding: 0;
    border: none;
    text-align: center;
  }
}

/*――――――――――――――――
     各ページ固有
  →form系
――――――――――――――――*/
/* line 62, ../../sass/_js.scss */
#contents.inquiry .formError {
  z-index: 990;
}
/* line 64, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorContent {
  z-index: 991;
}
/* line 67, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow {
  z-index: 996;
}
/* line 72, ../../sass/_js.scss */
#contents.inquiry .ui-dialog .formError {
  z-index: 5000;
}
/* line 74, ../../sass/_js.scss */
#contents.inquiry .ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
/* line 77, ../../sass/_js.scss */
#contents.inquiry .ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
/* line 82, ../../sass/_js.scss */
#contents.inquiry .inputContainer {
  position: relative;
  float: left;
}
/* line 87, ../../sass/_js.scss */
#contents.inquiry .formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 749px) {
  /* line 87, ../../sass/_js.scss */
  #contents.inquiry .formError {
    left: 100px !important;
  }
}
/* line 97, ../../sass/_js.scss */
#contents.inquiry .formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
/* line 105, ../../sass/_js.scss */
#contents.inquiry .ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
/* line 113, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
}
@media screen and (max-width: 749px) {
  /* line 113, ../../sass/_js.scss */
  #contents.inquiry .formError .formErrorContent {
    max-width: 155px;
    line-height: 20px;
  }
}
/* line 126, ../../sass/_js.scss */
#contents.inquiry .formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
/* line 139, ../../sass/_js.scss */
#contents.inquiry .greenPopup .formErrorContent {
  background: #33be40;
}
/* line 143, ../../sass/_js.scss */
#contents.inquiry .blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
/* line 148, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
/* line 155, ../../sass/_js.scss */
#contents.inquiry body[dir='rtl'] .formError .formErrorArrow, #contents.inquiry body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
/* line 161, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
/* line 169, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
/* line 178, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
/* line 186, ../../sass/_js.scss */
#contents.inquiry .greenPopup .formErrorArrow div {
  background: #33be40;
}
/* line 190, ../../sass/_js.scss */
#contents.inquiry .blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
/* line 196, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
/* line 200, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
/* line 204, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line8 {
  width: 11px;
}
/* line 207, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line7 {
  width: 9px;
}
/* line 210, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line6 {
  width: 7px;
}
/* line 213, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line5 {
  width: 5px;
}
/* line 216, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line4 {
  width: 3px;
}
/* line 219, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
/* line 225, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
/* line 230, ../../sass/_js.scss */
#contents.inquiry .formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
/* line 9, ../../sass/_inquiry.scss */
#contents.inquiry .step {
  height: 50px;
  margin: 10px 0 15px;
}
@media screen and (max-width: 749px) {
  /* line 9, ../../sass/_inquiry.scss */
  #contents.inquiry .step {
    margin: 5px 0 10px;
    height: 33px;
  }
}
/* line 17, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li {
  background: url(../images/page/list/bg-step.png) no-repeat bottom left;
  float: left;
  width: 300px;
  height: 50px;
}
@media screen and (max-width: 749px) {
  /* line 17, ../../sass/_inquiry.scss */
  #contents.inquiry .step ul li {
    margin-bottom: 15px;
    background-size: 660px;
    width: 220px;
    height: 36px;
  }
  /* line 27, ../../sass/_inquiry.scss */
  #contents.inquiry .step ul li.step01, #contents.inquiry .step ul li.step02, #contents.inquiry .step ul li.step03 {
    display: none;
  }
  /* line 30, ../../sass/_inquiry.scss */
  #contents.inquiry .step ul li.now {
    display: block;
  }
}
/* line 35, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li.step01.now {
  background-position: top left;
}
/* line 39, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li.step02 {
  background-position: bottom center;
}
/* line 41, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li.step02.now {
  background-position: top center;
}
/* line 45, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li.step03 {
  background-position: bottom right;
}
/* line 47, ../../sass/_inquiry.scss */
#contents.inquiry .step ul li.step03.now {
  background-position: top right;
}
/* line 55, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main {
  margin-bottom: 50px;
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  text-align: left;
  /*エラーメッセージ*/
}
@media screen and (max-width: 749px) {
  /* line 55, ../../sass/_inquiry.scss */
  #contents.inquiry .inquiry-main {
    width: 98%;
    padding: 0;
    margin: 10px auto 20px;
  }
}
/* line 68, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main p {
  font-size: 100%;
  letter-spacing: 2px;
  margin-bottom: 10px;
  float: none;
  clear: both;
}
@media screen and (max-width: 749px) {
  /* line 68, ../../sass/_inquiry.scss */
  #contents.inquiry .inquiry-main p {
    margin: 5px;
  }
}
/* line 79, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main p span.icon-need, #contents.inquiry .inquiry-main .need th span:first-of-type {
  color: #FFFFFF;
  font-size: 70%;
  padding: 5px 5px;
  background: #FFA648;
  margin-right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 91, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .care {
  border: #ff4040 5px solid;
  margin: 15px 0 20px;
  padding: 15px 20px;
  background: #fff;
  color: #ff4040;
}
/* line 97, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .care .ttl {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 97, ../../sass/_inquiry.scss */
  #contents.inquiry .inquiry-main .care .ttl {
    font-size: 100%;
  }
}
/* line 105, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .care .careIn {
  text-align: left;
}
/* line 107, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .care .careIn p {
  line-height: 18px;
}
/* line 109, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .care .careIn p:before {
  content: "※";
  margin-right: 3px;
  color: #ff4040;
}
/* line 120, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .button {
  margin: 20px 0 0px;
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
/* line 138, ../../sass/_mixin.scss */
#contents.inquiry .inquiry-main .button .btn {
  position: relative;
  width: 100%;
  position: relative;
  background-color: #FF5A5A;
  border: none;
  color: #fff;
  line-height: 45px;
  padding-top: 5px;
  font-weight: bold;
  box-shadow: 0 3px 0 rgba(104, 104, 104, 0.37);
  cursor: pointer;
  background-image: url(../images/common/img_arw_right.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 2%;
}
/* line 7, ../../sass/_mixin.scss */
#contents.inquiry .inquiry-main .button .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 157, ../../sass/_mixin.scss */
#contents.inquiry .inquiry-main .button .btn span {
  font-size: 90%;
  letter-spacing: 1px;
}
/* line 164, ../../sass/_mixin.scss */
#contents.inquiry .inquiry-main .button .btn:active {
  box-shadow: none;
}
/* line 169, ../../sass/_mixin.scss */
#contents.inquiry .inquiry-main .button .btn_ref {
  background-color: #6194D8;
}
/* line 125, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .button .btn {
  width: 300px;
  border-radius: 3px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 90%;
}
@media screen and (max-width: 749px) {
  /* line 125, ../../sass/_inquiry.scss */
  #contents.inquiry .inquiry-main .button .btn {
    width: 100%;
    padding-top: 1px;
  }
}
/* line 135, ../../sass/_inquiry.scss */
#contents.inquiry .inquiry-main .button .btn .buttonIn {
  font-size: 120%;
  letter-spacing: 1px;
}
@media screen and (max-width: 749px) {
  /* line 135, ../../sass/_inquiry.scss */
  #contents.inquiry .inquiry-main .button .btn .buttonIn {
    font-size: 100%;
  }
}
/* line 149, ../../sass/_inquiry.scss */
#contents.inquiry .add-auto {
  background-color: #FF4C4F;
  color: #fff;
  padding: 1px;
  margin-left: 5px;
}

/* 送信確認________＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 749px) {
  /* line 175, ../../sass/_inquiry.scss */
  #contents.conf .inquiry-main form .inquiry-mainIn table tr {
    border: none;
  }
  /* line 179, ../../sass/_inquiry.scss */
  #contents.conf .inquiry-main form .inquiry-mainIn table tr.border-none th {
    padding: 0;
  }
}
/* line 184, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main form .inquiry-mainIn table tr th {
  padding: 7px 0 10px  5px;
}
@media screen and (max-width: 749px) {
  /* line 187, ../../sass/_inquiry.scss */
  #contents.conf .inquiry-main form .inquiry-mainIn table tr td {
    background: #e5f5f0;
    padding: 3%;
    vertical-align: central;
    width: 94%;
    min-height: 20px;
  }
  /* line 194, ../../sass/_inquiry.scss */
  #contents.conf .inquiry-main form .inquiry-mainIn table tr td.link-p {
    background: #fff;
  }
}
/* line 198, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main form .inquiry-mainIn table tr td ul {
  padding-bottom: 0;
}
/* line 201, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main form .inquiry-mainIn table tr td ul li:before {
  content: "・";
}
/* line 204, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main form .inquiry-mainIn table tr td ul li:hover {
  background: none;
}
/* line 213, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main form .inquiry-mainIn table tr.need th span:first-of-type {
  bottom: 9px;
}
/* line 224, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main .button .btn {
  width: 250px;
}
@media screen and (max-width: 749px) {
  /* line 224, ../../sass/_inquiry.scss */
  #contents.conf .inquiry-main .button .btn {
    width: 100%;
  }
}
/* line 230, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main .button .back {
  margin: 10px 0;
  background: #f0801d;
  width: 150px;
  border-bottom-color: #f0ff00;
  box-shadow: 0 3px 0 #f0ff00;
}
/* line 236, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main .button .back:hover {
  box-shadow: 0 7px 0 #f0ff00;
}
/* line 239, ../../sass/_inquiry.scss */
#contents.conf .inquiry-main .button .back span {
  background: url(../images/common/icon-arrow_back.png) no-repeat right center;
}

/* 確認完了________＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/* line 250, ../../sass/_inquiry.scss */
.inquiry-main {
  text-align: center;
  background: #fff;
  padding: 10px;
}
/* line 255, ../../sass/_inquiry.scss */
.inquiry-main .thanks, .inquiry-main .error {
  padding: 15px;
  text-align: center;
}
/* line 259, ../../sass/_inquiry.scss */
.inquiry-main .thanks .ttl, .inquiry-main .error .ttl {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0 15px;
}
/* line 267, ../../sass/_inquiry.scss */
.inquiry-main .error {
  border-color: #ff4040;
}
/* line 269, ../../sass/_inquiry.scss */
.inquiry-main .error .ttl {
  color: #ff4040;
}

/* 自動入力_______＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/* line 277, ../../sass/_inquiry.scss */
.add_auto {
  display: inline-block;
  background-color: #E15052;
  color: #fff;
  margin-left: 5px;
  padding: 0px 5px;
}

/*――――――――――――――――
     sp people
――――――――――――――――*/
/*-sp-----------------------------*/
/* line 8, ../../sass/_sp.scss */
.sp {
  /*  次へボタン  */
  width: 100% !important;
  /*header--------------------*/
  /* グローバルナビ--------------------*/
  /* -- h1 大見出し -- */
  /*モーダルチェンジ--------------------*/
  /*モーダルセクション*/
  /*pcページのイメージ画像を隠す*/
  /*地域検索 背景色*/
  /*モーダル*/
  /*一覧ページ直リンク隠す*/
  /*詳細ページ*/
  /*詳細ページtable*/
  /*}*/
  /*一覧ページカルーセル*/
  /*詳細ページカルーセル(関連求人)*/
  /*リンクボタンアロー*/
  /*スタッフインタビュー詳細ボタン*/
  /* balloon-1 left */
  /*一覧ページフッター条件を絞り込むボタン*/
  /*下　閉じるボタン*/
  /*Footer _＿＿＿＿＿＿＿＿＿*/
  /*　pagetop_______________________________　*/
}
/* line 6, ../../sass/_js.scss */
.sp .carousel {
  margin: 0 auto;
  width: 100%;
  height: 310px;
  text-align: left;
  position: relative;
  padding: 0;
}
/* line 14, ../../sass/_js.scss */
.sp .carousel .carousel_wrap ul {
  display: inline-block;
  overflow: hidden;
}
/* line 15, ../../sass/_js.scss */
.sp .carousel .carousel_wrap ul li {
  width: 306px;
  height: 310px;
  float: left;
  display: inline;
}
/* line 21, ../../sass/_js.scss */
.sp .carousel .carousel_wrap ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* line 35, ../../sass/_js.scss */
.sp .carousel_prev, .sp .carousel_next {
  top: 0;
  height: 100%;
  max-width: 40px;
  cursor: pointer;
  position: absolute;
}
/* line 43, ../../sass/_js.scss */
.sp .carousel_prev {
  left: 0;
  width: 40px;
  background: url(../images/page/list/icon_prev.png) center;
}
/* line 49, ../../sass/_js.scss */
.sp .carousel_next {
  right: 0;
  width: 40px;
  background: url(../images/page/list/icon_next.png) center;
}
/* line 13, ../../sass/_sp.scss */
.sp header {
  background: url(../images/common/h-mininavi_bg_sp.png) no-repeat right;
  background-color: #fff;
  border-bottom: 3px solid #9a9a9a;
  width: 100%;
  height: 80px;
}
/* line 20, ../../sass/_sp.scss */
.sp header #header-inner {
  width: 100%;
}
/* line 22, ../../sass/_sp.scss */
.sp header #header-inner .headerIn {
  height: 80px;
  width: 100%;
}
/* line 25, ../../sass/_sp.scss */
.sp header #header-inner .headerIn #logo {
  padding-left: 10px;
  padding-top: 23px;
}
/* line 32, ../../sass/_sp.scss */
.sp header #logo {
  padding-left: 10px;
  padding-top: 23px;
}
/* line 40, ../../sass/_sp.scss */
.sp #gnav {
  clear: both;
  width: 100%;
}
/* line 44, ../../sass/_sp.scss */
.sp #gnav nav {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn {
  display: none;
  float: none;
  width: 100%;
  border-bottom: solid 3px #1b2c86;
  background-color: #4FAD3A;
}
/* line 56, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con {
  float: none;
  width: 100%;
  border-bottom: 1px dotted #666;
  text-align: left;
  /*スマホドロップダウンメニュー*/
}
/* line 240, ../../sass/_mixin.scss */
.sp #gnav nav ul.navIn li.nav-con label {
  display: block;
  cursor: pointer;
}
/* line 245, ../../sass/_mixin.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off {
  display: none;
}
/* line 249, ../../sass/_mixin.scss */
.sp #gnav nav ul.navIn li.nav-con ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 62, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con:last-child {
  border-bottom: none;
}
/* line 66, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off ~ ul.sub {
  height: 0;
  overflow: hidden;
}
/* line 71, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.sub {
  height: auto;
}
/* line 77, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_2row {
  height: 66px;
}
/* line 80, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_3row {
  height: 99px;
}
/* line 83, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_4row {
  height: 132px;
}
/* line 86, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_5row {
  height: 165px;
}
/* line 89, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_6row {
  height: 198px;
}
/* line 92, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked ~ ul.drop_7row {
  height: 231px;
}
/* line 97, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con .link {
  color: #fff;
  font-size: 90%;
  letter-spacing: 2px;
  display: block;
  zoom: 1;
  padding: 10px 0 7px 15px;
}
/* line 104, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con .link span {
  background: none;
  padding-left: 0;
}
/* line 110, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con label.link {
  background: url(../images/common/icon-w_tgl_off.png) right no-repeat;
}
/* line 113, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con input[type="checkbox"].on-off:checked + label.link {
  background: url(../images/common/icon-w_tgl_on.png) right no-repeat;
}
/* line 117, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub {
  position: relative;
  width: 100%;
  padding: 0;
  background: #429230;
}
/* line 122, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub.job-link {
  display: block !important;
}
/* line 125, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub li {
  margin: 5px 0 3px;
  width: 100%;
  text-align: left;
  float: none;
  background: #429230;
  border: none;
  padding: 0;
}
/* line 133, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub li.off {
  background: url(../images/common/icon-w_tgl_on.png) no-repeat;
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -29px;
  right: 15px;
}
/* line 142, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub li a {
  color: #fff;
  letter-spacing: 3px;
  font-size: 100%;
  padding: 0 0 2px 15px;
  display: block;
  font-size: 80%;
}
/* line 149, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub li a:hover {
  background: none;
}
/* line 152, ../../sass/_sp.scss */
.sp #gnav nav ul.navIn li.nav-con ul.sub li a span {
  background: url(../images/common/icon-arrow.gif) left center no-repeat;
  padding-left: 15px;
}
/* line 166, ../../sass/_sp.scss */
.sp #gnav-btn {
  display: block;
  width: 50px;
  position: absolute;
  top: 14px;
  right: 13px;
}
/* line 175, ../../sass/_sp.scss */
.sp h1.mainttl {
  color: #fff;
  background: #666;
}
/* line 178, ../../sass/_sp.scss */
.sp h1.mainttl .ttlIn {
  width: 100%;
  letter-spacing: 2px;
  font-size: 100%;
  padding: 12px 0;
}
/* line 183, ../../sass/_sp.scss */
.sp h1.mainttl .ttlIn i {
  color: #f0ff00;
  margin-right: 3px;
}
/* line 187, ../../sass/_sp.scss */
.sp h1.mainttl .ttlIn span {
  font-size: 60%;
  letter-spacing: 2px;
  margin-left: 27px;
  line-height: 130%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 197, ../../sass/_sp.scss */
.sp .h1-text {
  width: 100%;
  background: url(../images/common/bg-now_navi.gif) bottom right no-repeat;
  background-color: #fff;
}
/* line 201, ../../sass/_sp.scss */
.sp .h1-text .textIn {
  padding: 15px;
  border-top: 2px dotted #ccc;
  line-height: 16px;
  font-size: 75%;
}
/* line 206, ../../sass/_sp.scss */
.sp .h1-text .textIn strong {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
/* line 215, ../../sass/_sp.scss */
.sp #wrapper {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
/* line 224, ../../sass/_sp.scss */
.sp #modalWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(212, 212, 212, 0.44);
  display: none;
  padding-bottom: 50px;
  margin-bottom: 0;
}
/* line 234, ../../sass/_sp.scss */
.sp #inputSearchModal {
  display: none;
}
/* line 238, ../../sass/_sp.scss */
.sp #contents {
  width: 100%;
  margin-top: 0;
}
/* line 241, ../../sass/_sp.scss */
.sp #contents.detail h1 + p {
  display: none;
}
/* line 247, ../../sass/_sp.scss */
.sp .pc-show {
  display: none;
}
/* line 258, ../../sass/_sp.scss */
.sp .bg_toggle .toggle .nosub .areaPrefecture + label {
  background-color: #EDFFEA !important;
}
/* line 267, ../../sass/_sp.scss */
.sp .accordion-search > li {
  border-bottom: 1px solid #ddd;
}
/* line 270, ../../sass/_sp.scss */
.sp .accordion-search .search_body {
  display: none;
}
/* line 273, ../../sass/_sp.scss */
.sp .accordion-search ul.list_view {
  border-top: 1px solid #ddd;
  padding-left: 15px;
}
/* line 276, ../../sass/_sp.scss */
.sp .accordion-search ul.list_view li {
  border-bottom: 1px solid #ddd;
}
/* line 281, ../../sass/_sp.scss */
.sp .accordion-search ul.list_view li:nth-last-of-type(1) {
  border-bottom: none;
}
/* line 286, ../../sass/_sp.scss */
.sp .accordion-search li .choose {
  margin: 0 auto !important;
}
/* line 290, ../../sass/_sp.scss */
.sp .accordion-search .nosub {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 1px #fff;
  box-shadow: inset 0 2px #fff;
  background: #fff;
  display: table;
  width: 100%;
  position: relative;
  cursor: pointer;
  position: relative;
  padding: 0;
}
/* line 303, ../../sass/_sp.scss */
.sp .accordion-search .nosub label, .sp .accordion-search .nosub a {
  display: table-cell;
  vertical-align: middle;
}
/* line 307, ../../sass/_sp.scss */
.sp .accordion-search .nosub label {
  height: 50px;
  background: #fff;
  border-right: solid 1px #DDD;
  text-align: left;
  display: table-cell;
  word-break: keep-all;
  background-image: url(../images/page/list/icon-checkbox_off.png);
  background-size: 19px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
}
/* line 323, ../../sass/_sp.scss */
.sp .accordion-search .nosub input {
  opacity: 0;
  display: none;
}
/* line 327, ../../sass/_sp.scss */
.sp .accordion-search .nosub input[type=checkbox]:checked + label {
  background-image: url(../images/page/list/icon-checkbox_on.png);
  /*background-color:#EFFFDD;*/
}
/* line 337, ../../sass/_sp.scss */
.sp .btn_search ul {
  margin: 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 342, ../../sass/_sp.scss */
.sp .btn_search li {
  vertical-align: middle;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 347, ../../sass/_sp.scss */
.sp .btn_search li span {
  display: table;
  margin: 0 auto;
}
/* line 352, ../../sass/_sp.scss */
.sp .btn_search input {
  /*margin-top: 0 !important;*/
  border: none;
}
/* line 356, ../../sass/_sp.scss */
.sp .btn_search .btnSearch:disabled {
  border: 1px solid #929292 !important;
  background-color: #929292 !important;
  text-shadow: 0 -1px 1px #858585;
  pointer-events: none;
  height: auto;
}
/* line 367, ../../sass/_sp.scss */
.sp .searchbox_sp {
  margin: 0px 0 30px;
  background: #94C500;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
/* line 371, ../../sass/_sp.scss */
.sp .searchbox_sp h1 {
  /*background: url(../images/common/ttl-img02.png) right top no-repeat;*/
  padding: 20px 0 15px 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 378, ../../sass/_sp.scss */
.sp .searchbox_sp .searchboxFrame {
  padding: 15px;
  background: url(../images/common/bg-now_navi.gif) right bottom no-repeat;
  background-color: #fff;
  border: #94C500 3px solid;
  margin-bottom: 20px;
}
/* line 388, ../../sass/_sp.scss */
.sp .searchboxIn_sp {
  margin-bottom: 20px;
}
/* line 390, ../../sass/_sp.scss */
.sp .searchboxIn_sp h2.ttl {
  clear: both;
  border-bottom: 3px solid #dadada;
  margin: 5px 0 0px;
  padding: 5px 0 9px;
  font-size: 120%;
  letter-spacing: 2px;
}
/* line 397, ../../sass/_sp.scss */
.sp .searchboxIn_sp h2.ttl span {
  background: url(../images/page/list/icon-search.png) left center no-repeat;
  padding: 15px 0 15px 30px;
}
/* line 402, ../../sass/_sp.scss */
.sp .searchboxIn_sp .button input {
  height: auto;
  border: none;
}
/* line 407, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 {
  background-color: #EDFFEA;
  position: relative;
}
/* line 410, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 img {
  display: inline-block;
  vertical-align: middle;
}
/* line 414, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 input {
  opacity: 0;
  display: none;
}
/* line 418, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 label {
  display: inline-block;
  padding: 10px 0 10px 5px;
  width: 80%;
  vertical-align: middle;
}
/* line 423, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 label:after {
  content: "";
  background: url(../images/page/list/icon_tgl_off.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  top: 15px;
  position: absolute;
  right: 10px;
  display: block;
}
/* line 436, ../../sass/_sp.scss */
.sp .searchboxIn_sp .choose h3 input[type=checkbox]:checked + label:after {
  content: "";
  background: url(../images/page/list/icon_tgl_on.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  top: 15px;
  position: absolute;
  right: 10px;
  display: block;
}
/* line 456, ../../sass/_sp.scss */
.sp .none_link .accordion-search li label {
  border-right: none;
}
/* line 459, ../../sass/_sp.scss */
.sp .none_link .accordion-search li a {
  display: none;
}
/* line 464, ../../sass/_sp.scss */
.sp .accordion-search li a {
  width: 50px;
}
/* line 467, ../../sass/_sp.scss */
.sp .accordion-search li a .icon-right-open::before, .sp .accordion-search li a .icon-right-open::after {
  content: "";
  display: block;
  position: absolute;
  /*top: 50%;*/
  right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 477, ../../sass/_sp.scss */
.sp .accordion-search li a .icon-right-open::before {
  margin-top: -8.5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  width: 20px;
  height: 20px;
}
/* line 487, ../../sass/_sp.scss */
.sp .accordion-search li a .icon-right-open::after {
  margin-top: -3px;
  margin-right: 9px;
  border: 3px solid #4FAD3A;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 500, ../../sass/_sp.scss */
.sp .side_tab {
  position: fixed;
  left: 0;
  z-index: 1000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 0px;
  padding-bottom: 0px;
  /*padding-top:1px;*/
  bottom: 0;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}
/* line 516, ../../sass/_sp.scss */
.sp .side_tab .btn_search ul {
  margin-top: 0px;
}
/* line 519, ../../sass/_sp.scss */
.sp .side_tab .btn_search ul li input {
  padding: 10px 0 !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}
/* line 524, ../../sass/_sp.scss */
.sp .side_tab .btn_search ul li span {
  font-size: 12px;
  color: #fff;
  text-align: center;
  /*検索ページ共通　条件にマッチする求人文言を隠す*/
}
/* line 530, ../../sass/_sp.scss */
.sp .side_tab .btn_search ul li span.display_none {
  display: none;
}
/* line 533, ../../sass/_sp.scss */
.sp .side_tab .btn_search ul li span strong {
  font-size: 16px;
  font-weight: 700;
  padding: 0 4px;
}
/* line 545, ../../sass/_sp.scss */
.sp #side {
  float: none;
  width: 95%;
  margin: 0 auto;
}
/* line 553, ../../sass/_sp.scss */
.sp .staff-interview ul li {
  width: auto;
}
/* line 555, ../../sass/_sp.scss */
.sp .staff-interview ul li .list {
  width: auto;
  height: auto;
  box-sizing: border-box;
}
/* line 559, ../../sass/_sp.scss */
.sp .staff-interview ul li .list .img {
  width: inherit;
}
/* line 564, ../../sass/_sp.scss */
.sp .staff-interview ul li:nth-child(n + 2) {
  display: none;
}
/* line 570, ../../sass/_sp.scss */
.sp #main {
  margin: 0px 0 45px;
  float: none;
  width: 100%;
}
/* line 575, ../../sass/_sp.scss */
.sp #main .searchbox_sp .button input {
  border: none;
}
/* line 579, ../../sass/_sp.scss */
.sp #main .main-list .f-pager {
  padding: 20px 0;
  margin-bottom: 10px;
}
/* line 583, ../../sass/_sp.scss */
.sp #main h1 {
  background: #dcdcdc;
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  border: none;
}
/* line 589, ../../sass/_sp.scss */
.sp #main h1 .ttlIn {
  background-image: none !important;
  padding: 0px;
  margin: 0 10px;
}
/* line 593, ../../sass/_sp.scss */
.sp #main h1 .ttlIn span {
  font-size: 95%;
  margin-left: 0px;
  display: inline-block;
  line-height: 1.5;
  padding-top: 5px;
}
/* line 602, ../../sass/_sp.scss */
.sp #main h1 .mainttl span {
  font-size: 16px;
  line-height: 1;
}
/* line 609, ../../sass/_sp.scss */
.sp #main .main-list .h-pager {
  text-align: center;
}
/* line 611, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .count {
  text-align: left;
  padding-bottom: 10px;
  background: url(../images/common/h2-icon.png) left top no-repeat;
  padding-left: 30px;
  margin-top: 10px;
  margin-left: 5px;
}
/* line 618, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .count .red {
  font-size: 130%;
  padding-left: 0px;
}
/* line 622, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .count strong {
  display: block;
  margin-left: -5px;
}
/* line 627, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .pager {
  position: inherit;
  overflow: hidden;
  display: inline-block;
  font: 80% Arial, Helvetica, sans-serif;
}
/* line 633, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .pager li.prev, .sp #main .main-list .h-pager .pager li.next {
  border: none;
  background: none;
  font: 70% Arial, Helvetica, sans-serif;
  margin-top: 5px;
}
/* line 641, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .kyujin_zero {
  text-align: left;
  font-size: 11px;
  border: dashed 3px #1b2c86;
  padding: 10px;
  margin: 10px;
  background: #fff;
}
/* line 648, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .kyujin_zero span {
  color: #1b2c86;
  font-weight: bold;
  font-size: 14px;
}
/* line 654, ../../sass/_sp.scss */
.sp #main .main-list .h-pager .re_search_txt {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  color: #4FAD3A;
  font-weight: 700;
}
/* line 664, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl {
  border-top: 4px solid #4FAD3A;
  background-color: #F0FFED;
}
/* line 667, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn {
  margin-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
/* line 672, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name {
  background: none !important;
  display: block;
  font-size: 14px;
  color: #333;
  padding: 0px;
  margin-left: 0px;
}
/* line 679, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name span {
  font-weight: 700;
  display: block;
  color: #4FAD3A;
  padding: 10px 10px 5px;
  line-height: 1.3;
}
/* line 685, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name span.side_bar {
  padding-left: 10px;
}
/* line 688, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name span.icon_osusume {
  background: url(../images/page/list/icon-recommended.png) no-repeat 10px 0;
  background-size: 40px auto;
  padding-left: 55px;
  min-height: 30px;
}
/* line 694, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name span.icon_new {
  background: url(../images/page/list/icon-new.png) no-repeat 10px 0;
  background-size: 40px auto;
  padding-left: 55px;
  min-height: 30px;
}
/* line 702, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .type {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 10px;
}
/* line 705, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .type span {
  font-size: 10px;
}
/* line 707, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .type span.cate_job {
  background: #1b2c86;
  padding: 0px 5px 0;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
  margin-bottom: 5px;
}
/* line 717, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .type span.job-type {
  background: #FAC31C;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px 0;
  color: #774400;
  line-height: 1.8;
  margin-bottom: 5px;
  margin-left: 5px;
}
/* line 728, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .type span.id-no {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 700;
  float: right;
}
/* line 747, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box {
  border-top: none;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 0px 30px;
}
/* line 754, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left {
  width: 95%;
  margin: 5px auto;
  box-sizing: border-box;
}
/* line 758, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table {
  margin-top: 5px;
}
/* line 760, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr {
  border-bottom: 3px solid #fff;
}
/* line 762, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th {
  background: none;
  text-align: left;
  background-color: #F5F5F5;
  padding-left: 5px;
  width: 100px;
  word-break: break-word;
}
/* line 769, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th span {
  padding-left: 25px;
  display: block;
  font-size: 11.5px;
  color: #4FAD3A;
  font-weight: 700;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_kinmuchi {
  background: url(../images/page/list/icon_kinmuchi.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_eki {
  background: url(../images/page/list/icon_eki.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_money {
  background: url(../images/page/list/icon_money.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_kinmujikan {
  background: url(../images/page/list/icon_kinmujikan.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_gyoushu {
  background: url(../images/page/list/icon_gyoushu.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_start {
  background: url(../images/page/list/icon_start.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_kodawari {
  background: url(../images/page/list/icon_kodawari.png) no-repeat left center;
  background-size: 20px;
}
/* line 777, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr th .icon_holiday {
  background: url(../images/page/list/icon_holiday.png) no-repeat left center;
  background-size: 20px;
}
/* line 783, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr td {
  padding: 10px 0 10px 10px;
  line-height: 1.5;
  font-size: 11.5px;
  word-break: break-word;
}
/* line 788, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr td .job-feature {
  background-color: #fff;
  color: #343434;
  clear: both;
  font-size: 11.5px;
  float: left;
  width: 100%;
  margin-top: 0px;
}
/* line 796, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr td .job-feature li {
  color: #fff;
  float: left;
  background: #9a9a9a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  height: 18px;
}
/* line 808, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left table tr td .job-feature li span {
  background: url(../images/common/icon-arrow.gif) left center no-repeat;
  background-size: 4px auto;
  padding-left: 8px;
  position: relative;
  top: 2px;
  letter-spacing: 1px;
}
/* line 825, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .type-content {
  padding: 10px;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 130%;
}
/* line 833, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .img_box .img {
  float: none;
  border: 1px solid #ccc;
  margin: 0px auto 10px;
  padding: 2px;
  text-align: center;
  width: 29%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
/* line 844, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .img_box .img img {
  width: 100%;
  max-width: 160px;
}
/* line 849, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .img_box .job_txt {
  width: 69%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: underline;
}
/* line 855, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .img_box .job_txt h2 {
  font-weight: 700;
  border-bottom: none;
  padding: 0px 5px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}
/* line 867, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .no_image .img {
  display: none;
}
/* line 870, ../../sass/_sp.scss */
.sp #main .main-list .job-list-sp .box .boxIn .box-main .left .no_image .job_txt {
  width: 100%;
}
/* line 880, ../../sass/_sp.scss */
.sp #main .btn {
  height: inherit;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e5e5e5;
  position: relative;
}
/* line 887, ../../sass/_sp.scss */
.sp #main .btn ul {
  text-align: center;
  width: 100%;
  position: static !important;
  padding: 10px;
  box-sizing: border-box;
}
/* line 894, ../../sass/_sp.scss */
.sp #main .btn ul li {
  float: none;
  text-align: center;
}
/* line 897, ../../sass/_sp.scss */
.sp #main .btn ul li.responsible {
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}
/* line 901, ../../sass/_sp.scss */
.sp #main .btn ul li.responsible a {
  color: #1B2C86;
  text-decoration: underline;
}
/* line 904, ../../sass/_sp.scss */
.sp #main .btn ul li.responsible a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 910, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-apply {
  position: static !important;
  margin-top: 0px !important;
  margin-right: 0px;
  float: none !important;
  width: 45%;
  height: inherit;
  display: inline-block;
  vertical-align: middle;
}
/* line 919, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-apply a {
  position: relative;
  background-size: 100%;
  padding: inherit;
  padding-left: 25px;
  display: block;
  line-height: 3;
  font-size: 15px;
  background: #8fc400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fc400), color-stop(100%, #8fc400));
  background: -webkit-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8fc400 0%, #8fc400 100%);
  /* W3C */
  border: 2px solid #709805;
}
/* line 935, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-apply a:before {
  content: "";
  background: url(../images/page/list/icon_mail.png) no-repeat center left;
  background-size: 20px;
  width: 20px;
  height: 45px;
  position: absolute;
  left: 15%;
  display: block;
}
/* line 948, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-detail {
  width: 45%;
  height: inherit;
  display: inline-block;
  vertical-align: middle;
}
/* line 953, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-detail a {
  position: relative;
  padding: inherit;
  padding-left: 25px;
  display: block;
  line-height: 3;
  font-size: 15px;
  background: #ffaf4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
  background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
  border: 2px solid #DE7E08;
  letter-spacing: 0;
}
/* line 969, ../../sass/_sp.scss */
.sp #main .btn ul li.btn-detail a:before {
  content: "";
  background: url(../images/page/list/icon_next_arrow.png) no-repeat center left;
  background-size: 20px;
  width: 20px;
  height: 45px;
  position: absolute;
  left: 10%;
  display: block;
}
/* line 991, ../../sass/_sp.scss */
.sp p.txt_sub {
  box-sizing: border-box;
  width: auto;
  line-height: 1.5;
  margin: 0px 10px;
}
/* line 996, ../../sass/_sp.scss */
.sp p.txt_sub span {
  font-size: 12px;
  background: none;
  padding: 5px 5px 5px;
  display: block;
}
/* line 1005, ../../sass/_sp.scss */
.sp #side .job-recommended .btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* line 1009, ../../sass/_sp.scss */
.sp #side .job-recommended .btn a {
  padding: 10px 15px;
  width: 100%;
  background-color: #1b2c86;
  border-radius: 4px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  box-shadow: 0 3px 0 #566ef0;
  cursor: pointer;
}
/* line 1019, ../../sass/_sp.scss */
.sp #side .job-recommended .btn a span {
  padding-right: 20px;
  font-size: 15px;
  letter-spacing: 1px;
}
/* line 1030, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box {
  border-top: 2px solid #4FAD3A;
  border-top: none;
  box-sizing: border-box;
}
/* line 1035, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .ttl {
  position: relative;
  background-color: #4FAD3A;
  border-top: none;
}
/* line 1039, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn {
  margin-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
/* line 1043, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .job-feature li {
  font-size: 80%;
}
/* line 1048, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .ttl .ttlIn .name span.side_bar {
  color: #fff;
}
/* line 1056, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .job-type {
  background: #94C500;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 3px;
}
/* line 1063, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .job-type span.cate_job {
  background: #1b2c86;
  padding: 0px 5px 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.8;
  margin-right: 5px;
}
/* line 1074, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .job-type span.id-no {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 700;
  float: right;
}
/* line 1082, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .job-type span.update {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 700;
  float: right;
}
/* line 1092, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main {
  padding: 5px 0;
}
/* line 1094, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left {
  width: 100%;
}
/* line 1098, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .box-info {
  background-color: #fff;
  padding: 5px 5px 0;
  font-size: 95%;
}
/* line 1102, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .box-info .txt_pr {
  padding-bottom: 0;
}
/* line 1107, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .text {
  border-top: 4px double #94C500;
  padding: 10px 5px;
  font-size: 85%;
  line-height: 16px;
  margin: 10px auto 0;
}
/* line 1113, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .text .job-feature {
  background-color: #fff;
  color: #343434;
  clear: both;
  font-size: 11.5px;
  float: left;
  width: 100%;
  margin-top: 0px;
}
/* line 1121, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .text .job-feature li {
  color: #fff;
  float: left;
  background: #9a9a9a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  height: 18px;
}
/* line 1133, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .left .text .job-feature li span {
  background: url(../images/common/icon-arrow.gif) left center no-repeat;
  background-size: 4px auto;
  padding-left: 8px;
  position: relative;
  top: 2px;
  letter-spacing: 1px;
}
/* line 1146, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .page_link_btn {
  margin: 10px auto;
  text-align: center;
}
/* line 1149, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .page_link_btn a {
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  padding-left: 0;
  color: #fff;
  background-color: #FF7100;
}
/* line 1156, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .page_link_btn a i {
  font-size: 16px;
}
/* line 1159, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .page_link_btn a:nth-child(1) {
  margin-right: 10px;
}
/* line 1164, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .img_dtl {
  float: none;
  margin: 10px 0px 0;
  text-align: center;
  width: inherit;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
/* line 1172, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .img_dtl img {
  width: 45%;
  max-width: 160px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 1px;
}
/* line 1180, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main .txt_sub_in {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  margin: 10px;
}
/* line 1190, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .main-list .job-list-sp .box .boxIn .box-main h2 {
  border-bottom: 4px double #94C500;
  /*padding: 8px 6px 3px;*/
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.4;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
/* line 1208, ../../sass/_sp.scss */
.sp .btn-cms {
  height: inherit;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  overflow: hidden;
}
/* line 1223, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border {
  /*border: 2px solid #4FAD3A;*/
  border-top: none;
}
/* line 1226, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border table.detail-more-sp {
  border-left: #dcdddd 1px solid;
  border-right: none;
  border-bottom: #dcdddd 1px dotted;
  border-top: #fff 1px solid;
  background-color: #efefef;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
/* line 1235, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border table.detail-more-sp th {
  width: 30%;
  padding: 4px;
  text-align: left;
  font-size: 85%;
  border-top: 1px solid #fff;
}
/* line 1241, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border table.detail-more-sp th.t_top {
  border-top: #4FAC39 4px solid;
}
/* line 1245, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border table.detail-more-sp td {
  background-color: #fff;
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
  line-height: 19px;
  font-size: 80%;
}
/* line 1252, ../../sass/_sp.scss */
.sp .contents_inner_dtl #main .box02_sp .boxIn02_sp .box_border table.detail-more-sp td.t_top {
  border-top: #b3b3b3 4px solid;
}
/* line 1275, ../../sass/_sp.scss */
.sp .staff-interview ul li {
  float: none;
  margin: 0 auto;
}
/* line 1279, ../../sass/_sp.scss */
.sp .staff-interview ul li .list .img {
  width: inherit;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: none;
  background-color: inherit;
}
/* line 1286, ../../sass/_sp.scss */
.sp .staff-interview ul li .list .img img {
  background-color: #fff;
  display: inline;
  border: solid 1px #ccc;
  padding: 3px;
  box-sizing: border-box;
}
/* line 1300, ../../sass/_sp.scss */
.sp .recommended-list .list_sp {
  position: relative;
  margin: 0 5px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  min-height: inherit;
  height: inherit;
  display: block;
}
/* line 1312, ../../sass/_sp.scss */
.sp .recommended-list .list_sp a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 1320, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .type {
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #94C500;
}
/* line 1329, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .name {
  font-size: 80%;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 4px double #94C500;
  width: inherit;
  white-space: inherit;
  overflow: auto;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #3967ea;
  text-decoration: underline;
}
/* line 1342, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .info {
  width: 100%;
  display: block;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 75%;
  border-collapse: separate;
  border-spacing: 0 5px;
  line-height: 1.5;
}
/* line 1353, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .info tbody {
  width: 100%;
  display: block;
}
/* line 1357, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .info tbody tr th {
  width: 13%;
  background-color: #F0FFED;
  font-size: 100%;
  text-align: center;
  padding: 5px 0px 5px 0;
  margin-right: 10px;
  color: #666;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
}
/* line 1368, ../../sass/_sp.scss */
.sp .recommended-list .list_sp .info tbody tr td {
  width: 40%;
  font-size: 100%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px dotted #ccc;
}
/* line 1381, ../../sass/_sp.scss */
.sp section {
  margin-bottom: 45px;
}
/* line 1384, ../../sass/_sp.scss */
.sp section h2.subttl {
  position: relative;
}
/* line 1388, ../../sass/_sp.scss */
.sp section h2.subttl .more {
  position: absolute;
  right: 5px;
  top: 13px;
}
/* line 1392, ../../sass/_sp.scss */
.sp section h2.subttl .more a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #94C500;
  border: 1px #fff solid;
  padding: 3px 5px 3px;
  font-size: 70%;
  color: #fff;
}
/* line 1399, ../../sass/_sp.scss */
.sp section h2.subttl .more a:hover {
  background-color: #1b2c86;
}
/* line 1410, ../../sass/_sp.scss */
.sp .relation-job {
  margin-bottom: 45px;
  margin-top: 20px;
}
/* line 1413, ../../sass/_sp.scss */
.sp .relation-job .list_sp {
  position: relative;
  background: url(../images/common/bg-now_navi.gif) bottom right no-repeat;
  background-color: #fff;
  border: 2px solid #94C500;
  margin: 0 5px;
  padding: 5px;
  height: inherit;
}
/* line 1421, ../../sass/_sp.scss */
.sp .relation-job .list_sp .type {
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #94C500;
}
/* line 1430, ../../sass/_sp.scss */
.sp .relation-job .list_sp h3 {
  font-size: 80%;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 4px double #94C500;
  width: inherit;
  white-space: inherit;
  overflow: auto;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #3967ea;
  text-decoration: underline;
}
/* line 1443, ../../sass/_sp.scss */
.sp .relation-job .list_sp .info {
  width: 100%;
  display: block;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 75%;
  border-collapse: separate;
  border-spacing: 0 5px;
  line-height: 1.5;
}
/* line 1454, ../../sass/_sp.scss */
.sp .relation-job .list_sp .info tbody {
  width: 100%;
  display: block;
}
/* line 1458, ../../sass/_sp.scss */
.sp .relation-job .list_sp .info tbody tr th {
  width: 13%;
  background-color: #F0FFED;
  font-size: 100%;
  text-align: center;
  padding: 5px 0px 5px 0;
  margin-right: 10px;
  color: #666;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
}
/* line 1469, ../../sass/_sp.scss */
.sp .relation-job .list_sp .info tbody tr td {
  width: 40%;
  font-size: 100%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px dotted #ccc;
}
/* line 1479, ../../sass/_sp.scss */
.sp .relation-job .list_sp a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/* line 1497, ../../sass/_sp.scss */
.sp li a.arrow, .sp .arrow {
  position: relative;
}
/* line 1501, ../../sass/_sp.scss */
.sp li a.arrow::after, .sp .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #4FAD3A;
  border-right: 3px solid #4FAD3A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 56%;
  margin-top: -7px;
}
@keyframes powawan {
  from {
    opacity: 1.0;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 13px;
  }
  to {
    opacity: 0.0;
    height: 65px;
    width: 65px;
    top: -6px;
    left: -1px;
  }
}
@-moz-keyframes powawan {
  from {
    opacity: 1.0;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 13px;
  }
  to {
    opacity: 0.0;
    height: 65px;
    width: 65px;
    top: -6px;
    left: -1px;
  }
}
@-webkit-keyframes powawan {
  from {
    opacity: 1.0;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 13px;
  }
  to {
    opacity: 0.0;
    height: 65px;
    width: 65px;
    top: -6px;
    left: -1px;
  }
}
/* line 1568, ../../sass/_sp.scss */
.sp button.btn_detail {
  width: 90px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  background: transparent;
  border: none;
}
/* line 1578, ../../sass/_sp.scss */
.sp button.btn_detail:before {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 51%;
  left: 0;
  top: 50%;
  width: 80px;
  height: 14px;
  margin: -7px 0 0 -7px;
  font-size: 14px;
  color: #4FAC39;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
  /*
  content: ">";
  transform: rotate(90deg);
  */
  content: "詳細を見る";
  speak: none;
  line-height: 1;
}
/* line 1599, ../../sass/_sp.scss */
.sp button.btn_detail:after {
  z-index: 1;
  content: '';
  position: absolute;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #4FAC39;
  top: -4px;
  left: -3px;
  width: 50px;
  height: 50px;
  -webkit-animation: powawan 2s infinite;
  -moz-animation: powawan 2s infinite;
  animation: powawan 2s infinite;
}
/* line 1614, ../../sass/_sp.scss */
.sp button.btn_detail:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1621, ../../sass/_sp.scss */
  .sp ::i-block-chrome, .sp button {
    display: none;
    /* Safari */
  }
}
/* line 1627, ../../sass/_sp.scss */
.sp .rec_comments {
  position: relative;
  display: inline-block;
  width: auto;
  border: 1px solid #ff9500;
  z-index: 0;
}
/* line 1633, ../../sass/_sp.scss */
.sp .rec_comments:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}
/* line 1647, ../../sass/_sp.scss */
.sp .rec_comments:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ff9500 transparent transparent;
  z-index: -1;
}
/* line 1663, ../../sass/_sp.scss */
.sp .footer_search_btn {
  margin-top: 15px;
}
/* line 1667, ../../sass/_sp.scss */
.sp .button {
  margin: 0 auto;
  text-align: center;
  width: inherit !important;
}
/* line 1671, ../../sass/_sp.scss */
.sp .button input, .sp .button label, .sp .button a {
  width: 90%;
  height: inherit;
  background-color: #1b2c86;
  padding: 16px 0;
  margin: 10px auto;
  color: #fff;
  letter-spacing: 3px;
  font-size: 105%;
  font-weight: bold;
  /*border:5px solid $light-color;*/
  text-decoration: none;
  display: block;
}
/* line 1684, ../../sass/_sp.scss */
.sp .button input:hover, .sp .button label:hover, .sp .button a:hover {
  background: #4FAD3A;
  text-decoration: none;
}
/* line 1692, ../../sass/_sp.scss */
.sp .foot_nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: rgba(51,51,51,.9);*/
  display: none;
}
/* line 1703, ../../sass/_sp.scss */
.sp .foot_nav input, .sp .foot_nav label {
  width: 100% !important;
}
/* line 1708, ../../sass/_sp.scss */
.sp .modal-open, .sp .modal-close {
  color: #00f;
  text-decoration: underline;
}
/* line 1712, ../../sass/_sp.scss */
.sp .modal-open:hover, .sp .modal-close:hover {
  cursor: pointer;
  color: #f00;
}
/* line 1718, ../../sass/_sp.scss */
.sp .button-link {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #94C500;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  margin: 0px;
  margin-top: 10px;
  display: block;
  width: 20%;
  font-size: 12px;
  text-align: center;
  float: right;
}
/* line 1731, ../../sass/_sp.scss */
.sp .button-link:before {
  content: "x";
  font-size: 18px;
  margin-right: 5px;
}
/* line 1740, ../../sass/_sp.scss */
.sp .under_btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #94C500;
  border: 2px solid #7AA201;
  margin: 10px auto 0;
  width: 20%;
  float: none;
  display: block;
}
/* line 1752, ../../sass/_sp.scss */
.sp footer {
  width: 100%;
  clear: both;
  float: none;
  background: #fff;
}
/* line 1760, ../../sass/_sp.scss */
.sp footer #footer-inner .info {
  width: 100%;
}
/* line 1763, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul {
  padding: 0;
}
/* line 1765, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li {
  float: left;
}
/* line 1767, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.logo {
  margin: 20px 33px 20px 0;
}
@media screen and (max-width: 999px) {
  /* line 1767, ../../sass/_sp.scss */
  .sp footer #footer-inner .info ul li.logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 999px) and (max-width: 749px) {
  /* line 1771, ../../sass/_sp.scss */
  .sp footer #footer-inner .info ul li.logo img {
    width: 40%;
  }
}

/* line 1779, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.info {
  color: #343434;
  letter-spacing: 1px;
  width: 100%;
  float: none;
  background: #4FAD3A;
  padding: 10px 0 8px;
  margin: 0;
}
/* line 1788, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.info ul {
  padding: 0;
}
/* line 1790, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.info ul li {
  float: none;
  font-size: 80%;
}
/* line 1793, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.info ul li.tel {
  font-size: 120%;
}
/* line 1795, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.info ul li.tel a {
  color: #fff;
}
/* line 1802, ../../sass/_sp.scss */
.sp footer #footer-inner .info ul li.mark {
  float: none;
  text-align: center;
  padding: 8px 0 10px;
  margin: 0 auto;
  border-top: 3px solid #9a9a9a;
}
/* line 1814, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 {
  float: none;
  clear: both;
  background: #358422;
  border-top: solid 2px #f0ff00;
}
/* line 1820, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 nav {
  background: none;
  width: 95%;
  padding: 15px 0;
  font-size: 80%;
}
/* line 1826, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 nav ul li {
  padding: 3px 0;
  display: inline-block;
  *display: inline;
  *margin-bottom: 12px;
  border-left: none;
  *zoom: 1;
  text-align: center;
  font-size: 80%;
  width: 49%;
  border-bottom: 1px #fff dotted;
}
/* line 1837, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 nav ul li:last-child {
  /*border-bottom: none;*/
}
/* line 1840, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 nav ul li.btn-twitter {
  border-bottom: none;
  padding: 0 1px;
  width: 50%;
  margin-top: 10px;
}
@media screen and (max-width: 350px) {
  /* line 1840, ../../sass/_sp.scss */
  .sp footer #footer-inner .navi02 nav ul li.btn-twitter {
    padding: 0;
  }
}
/* line 1849, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 nav ul li.btn-facebook {
  border-bottom: none;
  width: 48%;
  margin-top: 10px;
}
/* line 1858, ../../sass/_sp.scss */
.sp footer #footer-inner .navi02 #copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60%;
  letter-spacing: 0;
  padding: 10px 0;
}
/* line 1874, ../../sass/_sp.scss */
.sp #page-top {
  position: fixed;
  z-index: 500;
  background: #1b2c86;
  cursor: pointer;
  border-top: 3px solid #3b4ba1;
  border-bottom: 3px solid #3b4ba1;
  border-left: none;
  border-right: none;
  color: #fff;
  padding: 10px 0 8px;
  width: 50px;
  text-align: center;
  bottom: 80px;
  right: 0;
  /*letter-spacing:2px;*/
}
/* line 1887, ../../sass/_sp.scss */
.sp #page-top:after {
  content: "▲";
  font-size: 20px;
}
/* line 1891, ../../sass/_sp.scss */
.sp #page-top span {
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  display: block;
  outline: none;
}


/*　presentページ_______________________________　*/
/* line 2020, ../../sass/_page.scss */
.present #main {
  width: 18%;
}
@media screen and (max-width: 749px) {
  /* line 2020, ../../sass/_page.scss */
  .present #main {
    width: 95%;
    margin-top: 10px;
  }
}
/* line 2027, ../../sass/_page.scss */
.present #main .cara {
  margin: 0 auto;
  width: 80%;
  padding: 5px;
}
@media screen and (max-width: 749px) {
  /* line 2027, ../../sass/_page.scss */
  .present #main .cara {
    width: 80%;
  }
}
/* line 2040, ../../sass/_page.scss */
.present #side {
  width: 78%;
  font-size: 80%;
}
@media screen and (max-width: 749px) {
  /* line 2040, ../../sass/_page.scss */
  .present #side {
    width: 100%;
    font-size: 60%;
  }
}
/* line 2049, ../../sass/_page.scss */
.present #side .detail {
  font-weight: bold;
  font-size: 115%;
  color: #525252;
  margin-top: 10px;
  line-height: 200%;
  height: 100%;
  padding: 10px;
  background-color: #FFFEF8;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  /* line 2049, ../../sass/_page.scss */
  .present #side .detail {
    background-position: center bottom 5px;
    line-height: 200%;
    background-size: auto 40px;
  }
}
/* 20170804 */
/* line 2070, ../../sass/_page.scss */
.present #side .detail .point {
  color: #68B7FB;
  font-size: 120%;
  margin-right: 5px;
  margin-left: 5px;
  background: linear-gradient(transparent 60%, #FFFFFF 60%);
}
/* line 2081, ../../sass/_page.scss */
.present #side .mapspot_btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  /* line 2081, ../../sass/_page.scss */
  .present #side .mapspot_btn {
    margin-top: 20px;
  }
}
/* line 2089, ../../sass/_page.scss */
.present #side .mapspot_btn:hover {
  opacity: 0.8;
}
/* line 2093, ../../sass/_page.scss */
.present #side .mapspot_btn img {
  width: 350px;
}
@media screen and (max-width: 749px) {
  /* line 2093, ../../sass/_page.scss */
  .present #side .mapspot_btn img {
    width: 90%;
  }
}
.p-campaign{
	width:100%;
	margin:0.5em 0;	
	overflow:hidden;
	border:#8fc31f 1px solid;
	float:left;
	
	}
	.p-campaign p{
		width:100%;
	}
.p-campaign-left {
  margin: 0 auto;
  width: 40%;
  padding: 5px;
  float:left;
}
@media screen and (max-width: 749px) {
 
.p-campaign-left{
    width: 100%;
  }
}

.p-campaign-righr {
	float:right;
	width:55%;
  font-weight: bold;
  font-size: 115%;
  color: #525252;
  height: 100%;
  padding: 10px;
  overflow:hidden;
  text-align:left;

}
@media screen and (max-width: 749px) {

  .p-campaign-righr {
width:90%;
padding:20px;

  }
}
.p-campaign-o{
	width:100%;
	margin:0.5em 0;	

		
	}
.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background:#f08300;
	height:80px;
	width:48%;
	float:left;
	overflow:hidden;
	color:#fff;
	 font-weight: bold;
  font-size: 115%;
   line-height:80px;
}
.border_radius02 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background:#f08300;
	height:80px;
	width:48%;
	float:right;
	overflow:hidden;
	color:#fff;
		 font-weight: bold;
  font-size: 115%;
	 font-weight: bold;
	 line-height:80px;

	 
}
.border_radius03 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background:#38bbed;
	height:100px;
	width:100%;
	float:left;

	color:#fff;
		 font-weight: bold;
  font-size: 115%;
	 font-weight: bold;
	 line-height:80px;
	 text-align:center;

	 
}
  
@media screen and (max-width: 749px) {

.border_radius{
width:90%;
padding:20px;
margin: 0.5em 0;
float:none;

  }
  .border_radius02{
width:90%;
padding:20px;
margin: 0.5em 0;
float:none;
  }
}
.p-campaign-get {
  display: inline-block;
  background-color: #8dc21f;
  color: #fff;
  margin: 0.5em 0;
  padding: 1em;
  width:100%;
   font-weight: bold;
  font-size: 115%;
  overflow:hidden;
}
.oyomikudasai{
	width:100%;
	float:left;
	 padding: 1em;
	 overflow:hidden;
	 text-align:left;
}
.oyomikudasai p{
	width:98%;
	
	 	
}
@media screen and (max-width: 749px) {
	.oyomikudasai p{
	width:90%;
	
	 	
}
}
.oteire{
	width:94%;
	 padding: 1em;
	 float:left;
	 overflow:hidden;
}
/*キャンペーンページへのリンク */
.top .present_link {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  overflow:hidden;
}
.cam01{
	 width: 46%;
  margin: 0 auto;
  margin-top: 40px;
  float:left;
}
.cam02{
	 width: 46%;
  margin: 0 auto;
  margin-top: 40px;
  float:right;
}
.cam01 img{
	margin-bottom: 8px;
}
.cam02 img{
	margin-bottom: 8px;
}

@media screen and (max-width: 749px) {
	.top .present_link {
  width: 90%;
  margin: 0 auto;
  height: auto auto;

}
	.cam01{
	 width: 100%;
  margin: 0 auto;


}
.cam02{
	 width: 100%;
  margin: 0 auto;
  margin-top: 20px;

}


  /* line 466, ../../sass/_page.scss */
  .top .present_link {
    margin-top: 0;
  }
}
/* line 476, ../../sass/_page.scss */
.top .present_link a:hover {
  opacity: 0.9;
}
＃n-qa .qa{
	background-color: #F9F9BF;
    padding: 4px;
    margin-top: 10px;
    width: 100%x;
}
.qa dl {
    border: 2px solid #FFF;
    padding: 15px 15px;
}
.qa dd{
    background-image: url(../images/present/icon_a.jpg);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left:35px;
}
.qa dt{
    font-size: 1.2em;
    font-weight: bold;
    color: #81A628;
    margin-bottom: 5px;
    background-image: url(../images/present/icon_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    line-height: 1.7;
}
/*============================
  参加店一覧
=============================*/
#sankaten{
		width:100%;
}
.sankaten-l{
	width:100%;
	float:left;
	margin:1em 0 0 0;
}

.sankaten-l p{
	
	
}
#demo0 1table {
    
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
}
#demo01 th, td {

    
    padding: 5px;
	width:25%;
}
#sankaten th { background-color: #61c5bb; color: #fff;}

@media screen and (max-width: 749px) {
#demo01 table { width: 100%; border:none; padding: 10px;}
#demo01 thead { display: none;}
#demo01 tr {

    display: block;
    margin-bottom: 20px;
}
#demo01 td {
  
    border-bottom: none;
    display: block;
    padding: 0;
}
}
.gred{
	width: 94%;
	margin:0 auto;

}