/*
Theme Name: KCS 2018
Version: 1.0
*/
@charset "UTF-8";
.transition, a, .panel-filter .panel-heading-collapse, .panel-filter .panel-heading-collapse:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.block-content {
  padding: 25px 0; }

.block-item-head {
  text-align: center;
  margin-bottom: 45px; }
  .block-item-head .block-item-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5; }
  .block-item-head .block-item-desc {
    font-size: 13px;
    line-height: 1.75; }
  .block-item-head.block-item-head-txt-white {
    color: #fff; }

#main-content {
  padding-top: 60px; }
  #main-content:before, #main-content:after {
    content: " ";
    clear: both;
    display: block; }

@media only screen and (min-width: 992px) {
  .row-reset {
    margin: 0 -27px; }
  .col-reset {
    padding: 0 27px; }
  #main-content {
    padding-top: 88px; }
  .block-content {
    padding: 40px 0 60px; } }

@media only screen and (max-width: 1199px) {
  .container {
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  #main-content {
    padding-top: 88px; } }

.breadcrumb {
  border-radius: 0;
  background: #ededed; }
  .breadcrumb .icon-home {
    background: url("./assets/images/common/icon_home.png") no-repeat 50%;
    width: 20px;
    height: 17px;
    float: left; }
  .breadcrumb > li {
    vertical-align: middle;
    line-height: 19px;
    padding: 0 3px 0 10px;
    position: relative; }
    .breadcrumb > li a {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      float: left;
      height: 19px; }
    .breadcrumb > li + li:before {
      content: "";
      color: #3c7cff;
      font-size: 16px;
      float: left;
      border-left: 1px solid #3c7cff;
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      left: 0; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    /* checkbox aspect */
    /* checked mark aspect */ }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:before, [type="checkbox"]:checked + label:after {
      display: inline-block;
      font: normal normal normal 20px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
      content: "\f096";
      position: absolute;
      left: -1px;
      top: 0; }
    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
      content: "\f00c";
      position: absolute;
      top: 4px;
      left: 0;
      font-size: 14px;
      line-height: 0.8;
      color: #3c7cff;
      transition: all .3s; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

select {
  background: none; }

input {
  border: 1px solid #999; }

.form-inline .form-group {
  margin-top: 10px !important; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-style: normal;
  background: #fff;
  color: #444;
  overflow: hidden;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", sans-serif;
  min-width: 320px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div {
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  transition: width .3s; }

*:focus {
  outline: none; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    opacity: .8; }
  a img {
    border: none;
    display: block; }

img {
  max-width: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/** Typography **/
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

*, *:focus {
  outline: none !important;
  outline-offset: 0 !important; }

#show-nav {
  display: block;
  width: 50px;
  height: 50px;
  padding: 11px;
  position: absolute;
  top: 0;
  right: 0; }
  #show-nav:before, #show-nav:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px; }
  #show-nav span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0; }

.navbar {
  background: rgba(30, 35, 37, 0.8);
  margin: 0;
  border-radius: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  border: none; }

.logo a {
  display: block;
  padding: 10px 0; }
  .logo a img {
    display: block;
    height: 40px; }

#main-menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  line-height: 1.69231; }

.icon-nav {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.icon-search {
  background: url("./assets/images/common/icon_search_min.png") no-repeat 50%; }

.icon-star {
  background: url("./assets/images/common/icon_star.png") no-repeat 50%; }

.icon-domain {
  background: url("./assets/images/common/icon_domain_min.png") no-repeat 50%; }

.icon-people {
  background: url("./assets/images/common/icon_people.png") no-repeat 50%; }

@media only screen and (min-width: 768px) {
  .text-header-top {
    color: #3c7cff;
    margin-top: 10px;
    padding-left: 8px; }
  .logo {
    float: left;
    max-width: 20%;
    color: #fff;
    font-size: 13px; }
    .logo a {
      padding: 10px 0; }
      .logo a img {
        height: 52px; }
  #show-nav {
    display: none; }
  #main-menu {
    padding: 20px 0 25px;
    float: right; }
    #main-menu ul li a {
      padding: 0 20px;
      border-right: 1px solid #fff;
      line-height: 1.69231; }
    #main-menu ul li:last-child a {
      padding-right: 0;
      border-right: none; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  #main-menu {
    padding: 33px 0;
    float: right;
    font-size: 10px; }
    #main-menu ul li a {
      padding: 0 15px; } }

.fa-user-circle-o {
  font-size: 16px; }

.toppage-content {
  padding-top: 0 !important; }

#feature-top {
  position: relative;
  padding: 0;
  background: url("./assets/images/baner.png") no-repeat;
  background-size: cover;
  max-height: 580px;
  background-position: center; }
  #feature-top .feature-top-caption {
    margin: 100px 0;
    display: inline-block;
    width: 100%; }
    #feature-top .feature-top-caption .feature-content {
      display: block;
      text-align: center;
      font-weight: bold; }
    #feature-top .feature-top-caption h2 {
      color: #fff;
      font-size: 40px;
      margin-bottom: 20px;
      line-height: 1.5375; }
    #feature-top .feature-top-caption .btn-feature {
      background: #3c7cff;
      color: #fff;
      text-align: center;
      font-size: 15px;
      padding: 12px 20px; }
  #feature-top .reg-user {
    background: #fff;
    padding: 0;
    width: 100%;
    overflow: hidden; }
    #feature-top .reg-user form {
      padding: 15px;
      background: rgba(0, 0, 0, 0.35); }
      #feature-top .reg-user form :after {
        content: '';
        display: block;
        clear: both; }
    #feature-top .reg-user .form-group {
      margin-bottom: 14px; }
      #feature-top .reg-user .form-group label {
        color: #fff;
        font-weight: 500; }
    #feature-top .reg-user .form-control {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px;
      height: 40px;
      border: none; }
  #feature-top .btn-find-job {
    background: #FF376C;
    line-height: 36px;
    margin-top: 16px;
    font-size: 15px;
    color: #fff;
    float: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }
    #feature-top .btn-find-job .icon-find-job {
      margin-right: 25px;
      background: url("./assets/images/common/icon_search_min.png") no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }

.find-job-thumbnail {
  border: none;
  padding: 0;
  background: #1E2325;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }
  .find-job-thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.47) 47%, rgba(0, 0, 0, 0.69) 69%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(47%, rgba(0, 0, 0, 0.47)), color-stop(69%, rgba(0, 0, 0, 0.69)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.47) 47%, rgba(0, 0, 0, 0.69) 69%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.47) 47%, rgba(0, 0, 0, 0.69) 69%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.47) 47%, rgba(0, 0, 0, 0.69) 69%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.47) 47%, rgba(0, 0, 0, 0.69) 69%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .find-job-thumbnail img {
    width: 100%; }
  .find-job-thumbnail .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-bottom: 30px; }
    .find-job-thumbnail .caption .find-job-ic-box {
      margin-bottom: 28px; }
    .find-job-thumbnail .caption .icon-directions-walk {
      background: url("./assets/images/top/icon_directions_walk.png") no-repeat 50%; }
    .find-job-thumbnail .caption .icon-domain {
      background: url("./assets/images/top/icon_domain.png") no-repeat 50%; }
    .find-job-thumbnail .caption .icon-place {
      background: url("./assets/images/top/icon_place.png") no-repeat 50%; }
    .find-job-thumbnail .caption .icon-find-job {
      width: 50px;
      height: 50px;
      display: block;
      margin: 0 auto;
      background-size: auto 90%; }
    .find-job-thumbnail .caption h3 {
      font-weight: 500;
      line-height: 2.33333; }
    .find-job-thumbnail .caption .job-desc {
      padding: 0 20px;
      line-height: 2;
      margin: 0 0 28px 0; }
    .find-job-thumbnail .caption .btn-job-info {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      padding: 7px 34px;
      font-size: 13px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }

#kind-career {
  background: url("./assets/images/top/bg_kind_career.png") no-repeat 50%;
  background-size: cover; }
  #kind-career .kind-career-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }
    #kind-career .kind-career-box .kind-career-title {
      font-size: 17px;
      text-align: center;
      line-height: 1.40625; }
    #kind-career .kind-career-box .kind-career-desc {
      text-align: center;
      line-height: 1.69231;
      margin-bottom: 30px; }
  #kind-career .btn-career-info {
    background: #3c7cff;
    padding: 9px 46px;
    color: #fff;
    font-size: 13px; }
  #kind-career .btn-career-more {
    display: block;
    padding: 10px 46px;
    font-size: 16px; }

#whats-new .block-item-content li .new-item-box {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden; }

#whats-new .new-thumb {
  margin-top: 10px;
  width: 25px;
  float: left; }

#whats-new .new-caption {
  float: left;
  padding: 5px 0 10px 5px;
  width: calc( 100% - 25px); }
  #whats-new .new-caption .new-url {
    display: block;
    color: #1E2325; }
  #whats-new .new-caption .new-date {
    color: #9B9B9B; }

#whats-new .btn-load-more {
  background: #3c7cff;
  color: #fff;
  padding: 0 43px;
  line-height: 40px;
  border: none;
  font-size: 16px; }

#partner {
  background: url("./assets/images/top/bg_partner.jpg") no-repeat 50%;
  background-size: cover; }
  #partner .partner-item {
    margin-bottom: 30px; }
    #partner .partner-item a, #partner .partner-item img {
      display: block;
      margin: 0 auto; }

@media only screen and (min-width: 768px) {
  #feature-top {
    height: 800px;
    overflow: hidden; }
    #feature-top .feature-top-caption {
      top: 50%; }
      #feature-top .feature-top-caption .feature-content {
        display: block; }
      #feature-top .feature-top-caption h2 {
        font-size: 50px; }
      #feature-top .feature-top-caption .btn-feature {
        font-size: 15px;
        padding: 12px 20px; }
    #feature-top .reg-user {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px 10px;
      width: 100%;
      background: rgba(0, 0, 0, 0.35); }
      #feature-top .reg-user form {
        padding: 0;
        background: transparent; }
      #feature-top .reg-user .form-group {
        width: 25%;
        float: left;
        padding: 0 5px; }
      #feature-top .reg-user .form-group:first-child {
        padding-top: 20px; }
      #feature-top .reg-user .btn-find-job {
        margin: 10px auto 0;
        width: 300px;
        float: none; }
  #partner {
    background: url("./assets/images/top/bg_partner.jpg") no-repeat 50%;
    background-size: cover; }
    #partner .partner-lists {
      margin: 0 -5px; }
      #partner .partner-lists .partner-item {
        padding: 5px;
        float: left;
        width: 20%;
        margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .find-job-thumbnail .caption {
    padding: 31px; }
    .find-job-thumbnail .caption .icon-find-job {
      width: 100px;
      height: 100px; }
  #kind-career .kind-career-box {
    margin-bottom: 50px;
    padding: 40px 5px; }
    #kind-career .kind-career-box .kind-career-title {
      font-size: 17px;
      white-space: nowrap; }
    #kind-career .kind-career-box .kind-career-desc {
      margin-bottom: 15px; }
  #whats-new .block-item-content {
    margin-bottom: 80px; } }

@media only screen and (max-width: 767px) {
  #feature-top {
    max-height: 375px;
    margin-bottom: 350px; }
    #feature-top .feature-top-caption h2 {
      font-size: 35px; }
  #whats-new .new-caption {
    padding: 0 0 0 10px; } }

@media only screen and (min-width: 1130px) {
  #feature-top .feature-top-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0; }
    #feature-top .feature-top-caption .feature-content {
      margin-top: 40px;
      display: inline-block; }
  #feature-top .reg-user {
    position: absolute;
    right: 75px;
    top: 25%;
    left: auto;
    bottom: auto;
    padding: 5px 30px;
    width: 350px;
    background: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }
    #feature-top .reg-user form {
      background: transparent;
      padding: 0; }
    #feature-top .reg-user .form-group {
      width: auto;
      float: none;
      padding: 0; }
    #feature-top .reg-user .form-group:first-child {
      padding-top: 22px; }
    #feature-top .reg-user .btn-find-job {
      height: 40px;
      float: none;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 15px; } }

.content-1-column {
  max-width: 970px;
  margin: 0 auto;
  padding: 20px 15px 35px; }
  .content-1-column:before, .content-1-column:after {
    content: "";
    clear: both; }

.block-head-page {
  margin-bottom: 25px; }
  .block-head-page .block-head-title {
    font-size: 36px;
    color: #3c7cff; }
  .block-head-page .block-head-desc {
    margin-top: 10px;
    font-size: 14px; }

label {
  font-weight: normal;
  font-size: 14px;
  color: black; }

.block-content-partner {
  padding-bottom: 35px; }

.icon-group-user {
  background: url("./assets/images/partner/icon_group_user.png") no-repeat 50%;
  width: 40px;
  height: 28px;
  float: left;
  margin-right: 20px;
  margin-top: 5px; }

.step-list {
  display: table;
  margin-bottom: 55px; }
  .step-list li {
    width: 100%;
    padding: 10px 0;
    display: table-row; }
    .step-list li .step-thumb {
      position: relative;
      width: 27.65%;
      vertical-align: middle;
      display: table-cell;
      border-top: 4px solid #3c7cff;
      padding: 17px 10px;
      float: none; }
      .step-list li .step-thumb:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(60, 124, 255, 0);
        border-top-color: #3c7cff;
        border-width: 10px;
        margin-left: -10px; }
      .step-list li .step-thumb a {
        display: -webkit-flex;
        display: flex;
        width: 219px;
        text-decoration: none;
        max-height: 117px; }
        .step-list li .step-thumb a img {
          max-width: 80% !important; }
        .step-list li .step-thumb a p {
          background: #ededed;
          padding: 15px 2px 0 17px;
          font-size: 18px;
          color: #b3b3b3; }
          .step-list li .step-thumb a p span {
            font-size: 50px; }
    .step-list li .step-caption {
      width: calc(100% - 27.65%);
      display: table-cell;
      vertical-align: middle;
      border-top: 4px solid #3c7cff;
      padding: 10px;
      float: none; }
      .step-list li .step-caption .step-title {
        font-weight: bold;
        font-size: 18px; }
      .step-list li .step-caption .step-desc {
        color: #747474;
        font-size: 14px; }
      .step-list li .step-caption .text-red {
        color: #FF0045; }

.parent-item {
  padding: 11px;
  background: #ccc;
  margin-top: 15px; }

.child-item {
  border: 1px solid #ccc;
  padding: 10px; }

.btn-contact-more {
  color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  line-height: 40px !important;
  width: 400px;
  background: #FF0045; }
  .btn-contact-more:hover {
    color: #fff; }

@media only screen and (max-width: 767px) {
  .btn-contact-more {
    width: auto;
    padding: 0 20px; }
  .step-list li .step-thumb {
    width: 127px;
    display: inline-block; }
    .step-list li .step-thumb a {
      width: 100px; }
      .step-list li .step-thumb a p {
        font-size: 10px;
        padding: 5px 3px 5px 10px; }
        .step-list li .step-thumb a p span {
          font-size: 20px; } }

#footer-top {
  background: #ededed;
  padding: 45px 0 55px; }
  #footer-top #footer-logo {
    margin-bottom: 25px; }
    #footer-top #footer-logo a {
      display: inline-block; }
  #footer-top .footer-info {
    font-size: 11px;
    line-height: 2.14286;
    margin-bottom: 45px; }

#footer-nav {
  background: #4a4a4a;
  padding: 85px 0; }
  #footer-nav .footer-nav-lists {
    text-align: center;
    margin-bottom: 10px; }
    #footer-nav .footer-nav-lists li {
      display: inline-block; }
      #footer-nav .footer-nav-lists li:first-child a {
        border-left: none; }
      #footer-nav .footer-nav-lists li a {
        color: #fff;
        display: block;
        border-left: 1px solid #fff;
        padding: 0 30px;
        line-height: 1; }

#copyright {
  background: #1E2325;
  padding: 20px 0;
  color: #9B9B9B;
  line-height: 1.38889; }

@media screen and (max-width: 767px) {
  #footer-nav {
    padding: 40px 0; }
    #footer-nav .footer-nav-lists {
      width: 50%;
      float: left; }
      #footer-nav .footer-nav-lists li {
        display: block;
        text-align: left; }
        #footer-nav .footer-nav-lists li a {
          border: none;
          padding: 10px 0; }
      #footer-nav .footer-nav-lists:last-child {
        padding-left: 15px; } }

.content-container {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .content-container ol {
    margin-top: 27px; }
    .content-container ol li + li:before {
      color: #428bca; }
    .content-container ol a {
      color: #3c7cff; }
  .content-container .title-content {
    font-size: 36px;
    color: #3c7cff; }
  .content-container .breadcrumb > li a {
    display: initial; }
  .content-container .breadcrumb-steps {
    margin-top: 20px;
    overflow: hidden;
    width: 100%; }
    .content-container .breadcrumb-steps li {
      font-size: 18px;
      position: relative;
      width: 280px;
      height: 60px;
      padding: 10px 30px;
      background: #EDEDED;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: #ffffff solid 3px;
      float: left; }
      .content-container .breadcrumb-steps li:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 25px 0 30px 28px;
        border-color: transparent #EDEDED;
        display: block;
        width: 0;
        z-index: 2;
        right: -28px;
        top: 0; }
      .content-container .breadcrumb-steps li:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 27px 0 32px 30px;
        border-color: transparent #ffffff;
        display: block;
        width: 0;
        z-index: 1;
        right: -33px;
        top: -2px; }
      .content-container .breadcrumb-steps li:hover {
        background-color: #3c7cff; }
        .content-container .breadcrumb-steps li:hover a {
          color: #fff; }
          .content-container .breadcrumb-steps li:hover a .index {
            color: #3c7cff; }
        .content-container .breadcrumb-steps li:hover:after {
          border-left-color: #3c7cff; }
      .content-container .breadcrumb-steps li a {
        text-decoration: none; }
        .content-container .breadcrumb-steps li a .index {
          width: 42px;
          padding: 3px 13px;
          height: 42px;
          margin-right: 10px;
          background: #fff;
          margin-top: -5px;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          float: left;
          font-size: 25px; }
    .content-container .breadcrumb-steps .active {
      background: #3c7cff; }
      .content-container .breadcrumb-steps .active a {
        color: #fff; }
        .content-container .breadcrumb-steps .active a .index {
          color: #3c7cff; }
      .content-container .breadcrumb-steps .active:after {
        border-left-color: #3c7cff; }
  .content-container .btn-pink {
    background: #FF0045;
    color: #fff;
    width: 170px;
    height: 40px;
    line-height: 40px; }
  .content-container .btn-gray {
    background: #9B9B9B;
    color: #fff;
    width: 300px;
    height: 50px;
    line-height: 40px;
    margin-top: 10px; }
  .content-container .btn-yellow {
    background: #fca400;
    color: #fff;
    width: 300px;
    height: 50px;
    line-height: 40px;
    margin-top: 10px; }
  .content-container .btn-red-light {
    background: #c42b02;
    color: #fff;
    width: 300px;
    height: 50px;
    line-height: 40px;
    margin-top: 10px; }
  .content-container .btn-gray-light {
    background: #ededed;
    color: #1E2325;
    width: 235px;
    height: 40px;
    line-height: 0; }
  .content-container .btn-pink-large {
    background: #FF376C;
    color: #fff;
    width: 300px;
    height: 50px;
    line-height: 40px;
    margin: 40px; }
  .content-container .btn-pink-small {
    background: #FF376C;
    color: #fff;
    width: 235px;
    height: 40px;
    line-height: 40px; }
  .content-container .sub-title {
    margin-top: 10px;
    font-size: 14px; }
  .content-container .table-info, .content-container .table-search {
    margin-top: 25px;
    font-size: 14px; }
    .content-container .table-info .first-row th, .content-container .table-search .first-row th {
      background: #3c7cff;
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      vertical-align: middle; }
    .content-container .table-info .label-info, .content-container .table-search .label-info {
      width: 42px;
      height: 20px;
      margin-right: 5px;
      padding: 3px 6px;
      color: #fff;
      font-size: 12px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      float: left;
      margin-bottom: 10px; }
    .content-container .table-info .label-pink, .content-container .table-search .label-pink {
      background: #FF376C; }
    .content-container .table-info .label-yellow, .content-container .table-search .label-yellow {
      background: #fca400; }
    .content-container .table-info .large-input, .content-container .table-search .large-input {
      width: 437px;
      height: 40px; }
    .content-container .table-info .medium-input, .content-container .table-search .medium-input {
      width: 317px;
      height: 40px; }
    .content-container .table-info .small-input, .content-container .table-search .small-input {
      width: 190px;
      height: 40px; }
    .content-container .table-info .micro-input, .content-container .table-search .micro-input {
      width: 40px;
      height: 40px; }
    .content-container .table-info th, .content-container .table-search th {
      width: 20%;
      background-color: #ededed;
      vertical-align: middle;
      font-weight: 500;
      color: black; }
    .content-container .table-info th.th-partner, .content-container .table-search th.th-partner {
      width: 30%; }
    .content-container .table-info td, .content-container .table-search td {
      line-height: 40px;
      font-size: 14px; }
      .content-container .table-info td .text-middle, .content-container .table-search td .text-middle {
        font-size: 16px;
        color: #3c7cff; }
      .content-container .table-info td .privacy-text, .content-container .table-search td .privacy-text {
        padding: 20px 20px 0 20px; }
      .content-container .table-info td .search-info, .content-container .table-search td .search-info {
        margin-bottom: 60px; }
        .content-container .table-info td .search-info .search-subtitle, .content-container .table-search td .search-info .search-subtitle {
          border-bottom: 1px solid #ededed;
          color: #3c7cff;
          font-size: 16px; }
        .content-container .table-info td .search-info .form-checkbox .checkbox, .content-container .table-search td .search-info .form-checkbox .checkbox {
          margin: 10px;
          font-size: 16px; }
      .content-container .table-info td .info-button-box, .content-container .table-search td .info-button-box {
        padding: 30px 0; }
        .content-container .table-info td .info-button-box button, .content-container .table-search td .info-button-box button {
          margin: 10px; }
      .content-container .table-info td .small-search-input, .content-container .table-search td .small-search-input {
        width: 235px;
        height: 40px; }
      .content-container .table-info td .text-pink, .content-container .table-search td .text-pink {
        color: #FF376C; }
      .content-container .table-info td .search-cor-ranger, .content-container .table-search td .search-cor-ranger {
        padding: 10px 15px 40px; }
      .content-container .table-info td .btn-support-bottom, .content-container .table-search td .btn-support-bottom {
        margin-top: -35px; }
      .content-container .table-info td .privacy-box, .content-container .table-search td .privacy-box {
        border: 1px solid #ededed;
        padding: 10px; }
    .content-container .table-info .label-info-2, .content-container .table-search .label-info-2 {
      width: 120px;
      text-align: right; }
    .content-container .table-info input[type="radio"], .content-container .table-search input[type="radio"] {
      width: 16px;
      height: 16px; }
    .content-container .table-info .radio, .content-container .table-search .radio {
      margin-right: 40px; }
    .content-container .table-info textarea, .content-container .table-search textarea {
      width: 100%; }
  .content-container .text-bottom {
    font-size: 18px;
    color: #3c7cff;
    margin-top: 90px; }
  .content-container .scroll-info {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    color: #797778;
    padding: 22px 95px 55px 15px;
    height: 236px;
    overflow: auto;
    font-size: 14px; }
    .content-container .scroll-info .scroll-title {
      margin-bottom: 20px; }
  .content-container .radio {
    color: #797778; }
  .content-container .info-bottom {
    width: 300px;
    margin-top: 30px;
    margin-left: 35%;
    margin-bottom: 90px; }
    .content-container .info-bottom .info-waring {
      background: #FFE8EC;
      color: #797778;
      padding: 15px; }
      .content-container .info-bottom .info-waring i {
        margin-right: 5px;
        color: #fca400; }
  .content-container .table-search {
    border: 1px solid #3c7cff; }
  .content-container .search-banner {
    color: #fff;
    height: 60px;
    background-image: url("./assets/images/top/banner_search.png");
    line-height: 60px;
    padding: 0 20px; }
    .content-container .search-banner button {
      margin-top: -50px; }
  .content-container .support-detail {
    font-size: 14px; }
    .content-container .support-detail .detail-top {
      margin-bottom: 15px;
      margin-top: 20px;
      position: relative;
      width: 100%;
      height: 5px;
      padding: 0;
      background: #0066cc;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .content-container .support-detail .detail-top:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 14px 0;
        border-color: #0066cc transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -10px;
        left: 245px; }
    .content-container .support-detail .row:last-child {
      color: #FF376C; }
    .content-container .support-detail .detail-title {
      font-size: 20px; }
  .content-container .img-news {
    margin: 20px 0; }
  .content-container .news-content {
    margin-bottom: 30px; }
  .content-container h4 {
    margin-top: 20px; }
  .content-container .title-policy {
    margin: 20px 0; }
  .content-container .section-child {
    padding: 0 20px; }
    .content-container .section-child .pr5 {
      padding-right: 5px; }
    .content-container .section-child .pl5 {
      padding-left: 5px; }
    .content-container .section-child .mb5 {
      margin-bottom: 5px; }
    .content-container .section-child .mb10 {
      margin-bottom: 10px; }
    .content-container .section-child .mt10 {
      margin-top: 10px; }
  .content-container .link-sty3 {
    margin-bottom: 10px;
    margin-left: 10px; }
  .content-container .no2-indent-square {
    margin-left: 20px; }
  .content-container .pl20 {
    padding-left: 10px; }
  .content-container .pl30 {
    padding-left: 15px; }

.cb-input {
  line-height: 18px; }

.job-detail-top p:nth-child(1) {
  float: left;
  font-size: 15px;
  font-weight: 600; }

.job-detail-top p:nth-child(2) {
  font-size: 13px; }

.bubble-steps {
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: hidden; }
  .bubble-steps li {
    float: left;
    position: relative;
    width: 20%;
    min-height: 145px;
    padding: 5px 11px 5px;
    background: #EDEDED;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: #ffffff solid 2px;
    border-left: 0;
    font-size: 14px; }
    .bubble-steps li:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 12px 0 12px 10px;
      border-color: transparent #EDEDED;
      display: block;
      width: 0;
      z-index: 2;
      right: -9px;
      top: 35px; }
    .bubble-steps li:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 14px 0 14px 12px;
      border-color: transparent #ffffff;
      display: block;
      width: 0;
      z-index: 2;
      right: -12px;
      top: 33px; }
    .bubble-steps li:last-child::after {
      content: normal; }
    .bubble-steps li:last-child::before {
      content: normal; }
    .bubble-steps li .bubble-title {
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      .bubble-steps li {
        font-size: 9px; } }
  .bubble-steps .partner-item {
    width: 25% !important; }

.input-add {
  margin: 10px 0; }
  .input-add .checkbox-fake {
    float: left;
    margin-right: 10px;
    color: black;
    padding: 0 5px;
    margin-top: 5px;
    line-height: 40px; }
    .input-add .checkbox-fake [type="checkbox"]:not(:checked) + label:before, .input-add .checkbox-fake [type="checkbox"]:checked + label:before {
      top: 12px; }
    .input-add .checkbox-fake [type="checkbox"]:not(:checked) + label:after, .input-add .checkbox-fake [type="checkbox"]:checked + label:after {
      top: 16px; }
    .input-add .checkbox-fake label {
      font-weight: 500; }

.child-item .checkbox-fake {
  float: left;
  margin-right: 15px;
  margin-top: 15px; }

.label-input:before, .label-input:after {
  margin-top: 10px; }

#main {
  padding: 15px;
  line-height: 30px; }
  #main .grayBox {
    background-color: #ededed;
    border: 1px solid;
    padding: 7px;
    line-height: 25px; }
  #main a {
    color: #0066cc; }
    #main a:hover {
      text-decoration: underline; }

.text-space {
  white-space: pre-line; }

@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .content-container {
    font-size: 13px; }
    .content-container .breadcrumb-steps li {
      font-size: 16px;
      width: 235px;
      padding: 11px 29px; } }

@media only screen and (max-width: 940px) {
  .content-container {
    width: 100%; }
  .bubble-steps {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 524px) {
  .content-container {
    font-size: 11px; }
    .content-container .title-content {
      font-size: 25px; }
    .content-container .breadcrumb > li a {
      font-size: 11px; }
    .content-container .breadcrumb-steps li {
      width: 265px; }
    .content-container .sub-title {
      margin-top: 15px; }
    .content-container .btn-pink {
      background: #FF0045;
      color: #fff;
      width: 170px;
      height: 40px;
      line-height: 40px; }
    .content-container .btn-gray {
      background: #9B9B9B;
      color: #fff;
      width: 210px;
      height: 50px;
      line-height: 40px;
      margin: 10px; }
    .content-container .btn-yellow {
      background: #fca400;
      color: #fff;
      width: 210px;
      height: 50px;
      line-height: 40px;
      margin: 10px; }
    .content-container .btn-red-light {
      background: #c42b02;
      color: #fff;
      width: 210px;
      height: 50px;
      line-height: 40px;
      margin: 10px; }
    .content-container .btn-gray-light {
      background: #ededed;
      color: #1E2325;
      width: 210px;
      height: 40px;
      line-height: 0; }
    .content-container .btn-pink-large {
      background: #FF376C;
      color: #fff;
      width: 210px;
      height: 50px;
      line-height: 40px;
      margin: 40px; }
    .content-container .btn-pink-small {
      background: #FF376C;
      color: #fff;
      width: 190px;
      height: 40px;
      line-height: 40px; }
    .content-container .table-info .label-info, .content-container .table-search .label-info {
      white-space: nowrap;
      float: none; }
    .content-container .table-info .label-info-2, .content-container .table-search .label-info-2 {
      text-align: left; }
    .content-container .table-info .large-input, .content-container .table-search .large-input {
      width: 190px;
      height: 40px; }
    .content-container .table-info .medium-input, .content-container .table-search .medium-input {
      width: 180px;
      height: 40px; }
    .content-container .table-info .small-input, .content-container .table-search .small-input {
      width: 130px;
      height: 40px; }
    .content-container .table-info .micro-input, .content-container .table-search .micro-input {
      width: 40px;
      height: 40px; }
    .content-container .table-info td .privacy-text, .content-container .table-search td .privacy-text {
      padding: 3px; }
    .content-container .table-info td .small-search-input, .content-container .table-search td .small-search-input {
      width: 158px;
      height: 40px; }
    .content-container .table-info td .btn-support-bottom, .content-container .table-search td .btn-support-bottom {
      margin-top: 10px;
      margin-right: 15%;
      padding: 0 13px; }
    .content-container .table-info td .info-button-box, .content-container .table-search td .info-button-box {
      padding: 0; }
    .content-container .text-bottom {
      margin-top: 50px; }
    .content-container .scroll-info {
      padding: 22px 20px 55px 15px;
      height: 150px; }
    .content-container .info-bottom {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 20px;
      margin-left: 0; }
    .content-container .search-banner {
      padding: 0 10px; }
      .content-container .search-banner button {
        margin-top: -50px; }
    .content-container .bubble-steps {
      display: none; }
    .content-container .support-detail {
      font-size: 12px; }
      .content-container .support-detail .detail-top:after {
        left: 95px; } }

.panel-kosaido-primary {
  margin-bottom: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #3c7cff; }
  .panel-kosaido-primary .panel-heading {
    background: #3c7cff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    padding: 7px 20px; }
  .panel-kosaido-primary .panel-body {
    color: #747474;
    font-size: 11px;
    line-height: 1.5; }

.panel-system-requirements .panel-body {
  padding: 30px 20px 50px; }

.company-address {
  margin-bottom: 20px; }

.company-profile {
  border: 1px solid #c4c4c4;
  padding: 25px 20px;
  margin-bottom: 30px; }
  .company-profile .company-profile-line {
    padding: 9px 0;
    overflow: hidden; }
  .company-profile .company-tools {
    float: left;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 11px;
    font-weight: 700;
    color: #4a4a4a; }
    .company-profile .company-tools i {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 24px;
      line-height: 24px;
      font-size: 11px;
      font-weight: 700;
      color: #4a4a4a;
      text-align: left; }
    .company-profile .company-tools .icon-star {
      background: url("./assets/images/companyprofile/icon_star_border.png") no-repeat left 0; }
    .company-profile .company-tools .icon-cake {
      background: url("./assets/images/companyprofile/icon_cake.png") no-repeat left 0; }
    .company-profile .company-tools .icon-atm {
      background: url("./assets/images/companyprofile/icon_atm.png") no-repeat left 3px; }
    .company-profile .company-tools .icon-person {
      background: url("./assets/images/companyprofile/icon_person.png") no-repeat left 0; }
    .company-profile .company-tools .icon-location {
      background: url("./assets/images/companyprofile/icon_location.png") no-repeat left 0; }
  .company-profile span {
    float: left;
    width: calc(100% - 130px);
    color: #747474;
    font-size: 11px; }

#maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  #maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.panel-filter-dark {
  border: 1px solid #9EAFB9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .panel-filter-dark .panel-heading {
    background: #1E2325; }
    .panel-filter-dark .panel-heading .panel-title {
      color: #fff; }

.block-content-result .panel {
  margin-bottom: 20px; }

.block-content-result .search-key {
  margin-bottom: 0; }

.list-items {
  padding: 10px;
  height: 350px;
  overflow-y: scroll; }

.tb-fake {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .tb-fake .tb-row {
    display: table-row; }
    .tb-fake .tb-row .tb-cell {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 20px;
      border: 1px solid #9eafb9; }
    .tb-fake .tb-row .tb-th {
      color: #3c7cff;
      font-size: 15px;
      background: #ededed;
      width: 20%;
      min-width: 150px;
      border-left: none; }
    .tb-fake .tb-row .tb-td {
      width: 80%;
      border-right: none;
      font-size: 14px;
      word-break: break-word; }

.block-head-page .block-head-desc {
  font-size: 14px;
  line-height: 1.38889;
  padding-top: 5px; }

.panel-kosaido-primary .panel-heading {
  padding: 16px 20px; }

.panel-kosaido-primary .search-key-list {
  margin-bottom: 15px; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 0 30px; }

.btn-small, .btn-primary, .btn-add-filter, .btn-default, .btn-pink {
  line-height: 40px;
  height: 40px; }

.btn-primary {
  background: #3c7cff; }

.btn-add-filter {
  background: #ededed;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #1E2224;
  width: 235px; }

.btn-default {
  background: #9B9B9B; }

.btn-pink {
  background: #FF0045;
  width: 290px;
  font-size: 15px; }
  .btn-pink span {
    display: inline-block;
    line-height: 1.2; }
    .btn-pink span .icon-search {
      background: url("./assets/images/common/icon_search_min.png") no-repeat; }

.btn-full-width {
  width: 100%; }

.table td, .table th {
  vertical-align: middle;
  padding: 10px 20px; }

.table th {
  color: #747474;
  font-size: 15px;
  background: #ededed;
  width: 20%;
  min-width: 150px; }

.search-item {
  display: inline-block;
  width: 235px; }

.search-input-box {
  display: inline-block;
  vertical-align: top; }

.input-filter-medium,
.input-filter-larger {
  line-height: 38px;
  width: 235px;
  border: 1px solid #D7D7D7;
  padding: 0 10px; }

.input-filter-larger {
  width: 550px; }

.filter-box-submit {
  padding: 15px 0 15px; }

.paging-box {
  font-size: 15px; }
  .paging-box .search-count-result {
    color: #3c7cff; }

.paging-box-bottom {
  padding: 10px 0; }

.toolbar-box {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #9B9B9B;
  cursor: pointer; }
  .toolbar-box .toolbar-select {
    background: #EDEDED;
    border: 1px solid #D7D7D7;
    height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0; }

.pagination-search {
  margin: 2px 0 0; }
  .pagination-search > li > a,
  .pagination-search > li > span {
    border: 1px solid #9B9B9B;
    margin: 0 3px;
    color: #4a4a4a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    line-height: 22px;
    padding: 0 7px;
    font-size: 11px; }

.search-key {
  width: 125px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #C4C4C4; }
  .search-key .panel-body {
    font-size: 13px; }
  .search-key .search-body {
    padding: 15px 5px 5px 5px;
    height: 70px; }

.job-desc {
  margin-bottom: 35px;
  font-size: 13px; }
  .job-desc .job-holidays {
    background-color: #EDEDED;
    padding: 7px 5px; }

.search-detail {
  font-size: 13px; }

.panel-btn-gr {
  margin: 0 -15px;
  padding: 15px 15px 0;
  border-top: 1px solid #d8d8d8; }
  .panel-btn-gr .btn {
    font-size: 13px; }
  .panel-btn-gr .btn-default {
    width: 205px; }
  .panel-btn-gr .btn-primary {
    width: 310px; }

.block-content-etc {
  padding: 15px;
  margin-bottom: 15px;
  background: #ededed; }
  .block-content-etc .etc-head {
    color: #3c7cff;
    display: inline-block;
    border-bottom: 4px solid #3c7cff;
    font-size: 15px;
    margin-bottom: 15px; }
  .block-content-etc .etc-lists a {
    display: inline-block;
    padding: 0 24px;
    line-height: 24px;
    color: #4a4a4a;
    line-height: 1.84615; }
    .block-content-etc .etc-lists a.no-pd-left {
      padding-left: 0; }

.panel-kosaido-primary .panel-body-detail {
  padding: 0; }
  .panel-kosaido-primary .panel-body-detail .search-key-list {
    padding: 10px; }
  .panel-kosaido-primary .panel-body-detail .table {
    margin-bottom: 0; }

.nav-tabs > li a {
  background: #fff;
  color: #747474;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  border: none;
  font-size: 13px;
  padding: 0 29px;
  line-height: 40px; }
  .nav-tabs > li a:hover {
    border: none;
    background: #3c7cff;
    color: #fff;
    background: #3c7cff;
    opacity: 1; }

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  border: none;
  background: #3c7cff;
  color: #fff;
  background: #3c7cff;
  opacity: 1; }

.tab-content {
  padding: 13px 10px; }

.panel-collapse {
  padding: 10px; }

.panel-filter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0 !important; }
  .panel-filter .checkbox-fake {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px; }
  .panel-filter .panel-heading-collapse {
    position: relative;
    background: none;
    border-bottom: 1px solid #9EAFB9;
    padding: 10px !important; }
    .panel-filter .panel-heading-collapse .checkbox-fake {
      margin-bottom: 0; }
    .panel-filter .panel-heading-collapse label {
      color: #4a4a4a;
      font-size: 13px;
      font-weight: normal; }
    .panel-filter .panel-heading-collapse:after {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      color: #4a4a4a;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f078";
      right: 10px;
      top: 25px;
      text-align: center;
      line-height: 24px;
      font-size: 18px;
      cursor: pointer; }
  .panel-filter .panel-collapse {
    box-shadow: none;
    border: 1px solid #3c7cff;
    border-top: none;
    padding-bottom: 0; }
    .panel-filter .panel-collapse .checkbox-fake {
      margin-bottom: 10px; }
    .panel-filter .panel-collapse label {
      padding-right: 23px;
      font-weight: normal; }
  .panel-filter.panel-dropdown {
    position: relative; }
    .panel-filter.panel-dropdown .panel-collapse {
      position: absolute;
      top: 100%;
      background: #fff;
      width: 100%;
      z-index: 10; }
  .panel-filter.open .panel-heading-collapse {
    background: #3c7cff; }
    .panel-filter.open .panel-heading-collapse label {
      color: #fff; }
    .panel-filter.open .panel-heading-collapse:after {
      color: #fff;
      transform: rotate(180deg); }

.modal-content .panel {
  margin-bottom: 0; }

.panel-heading {
  position: relative; }

.close-modal {
  position: absolute;
  top: 13px;
  right: 15px;
  border-radius: 50%;
  color: #fff;
  z-index: 5;
  opacity: 1; }
  .close-modal i {
    color: #fff; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 940px; } }

@media screen and (max-width: 768px) {
  .block-content-result .search-key {
    margin-bottom: 15px; }
  .btn-pink {
    width: 245px; }
  .block-content-search .search-input-box {
    display: block; }
    .block-content-search .search-input-box:first-child {
      margin-bottom: 15px; }
  .block-content-search .search-item {
    width: auto;
    display: block; }
  .block-content-search .input-filter-medium,
  .block-content-search .input-filter-larger {
    width: 100%; }
  .block-content-search .btn-add-filter {
    width: auto; }
  .block-content-search .pagination-search {
    float: right;
    margin: 15px 0;
    overflow: hidden; }
  .block-content-search .panel-btn-gr .btn {
    width: 100%; }
  .block-content-search .panel-btn-gr .btn-default {
    margin-bottom: 15px; }
  .tb-fake .tb-row .tb-th {
    min-width: 100px; } }

.staff-list {
  margin-bottom: 70px; }
  .staff-list .staff-item {
    position: relative;
    overflow: hidden;
    float: left;
    font-size: 13px;
    margin-top: 20px; }
    .staff-list .staff-item a {
      display: block; }
      .staff-list .staff-item a .img-staff {
        height: 300px;
        margin-bottom: 30px; }
    .staff-list .staff-item img {
      max-width: 100%; }
    .staff-list .staff-item .overlay {
      position: absolute;
      padding: 10px 15px 15px;
      top: 270px;
      background: #7b97ff;
      color: #fff;
      margin-right: 15px;
      min-height: 350px;
      width: 91%;
      -webkit-transition: 0.8s;
      transition: 0.8s; }
      .staff-list .staff-item .overlay:hover {
        top: 1px; }
      .staff-list .staff-item .overlay img {
        max-width: 140px; }
      .staff-list .staff-item .overlay .text-name {
        font-size: 20px;
        margin-bottom: 10px; }
      .staff-list .staff-item .overlay .staff-detail {
        margin-top: 5px;
        text-align: right; }
        .staff-list .staff-item .overlay .staff-detail a {
          color: #fff; }

#myModal .modal-header {
  background: #3c7cff;
  color: #fff; }
  #myModal .modal-header p {
    float: left;
    font-size: 25px; }

#myModal .modal-body {
  padding: 0 0 30px 0 !important; }

#myModal #myCarousel .carousel-inner .staff-jobs {
  margin-top: 20px;
  padding-left: 25px; }
  #myModal #myCarousel .carousel-inner .staff-jobs h4 {
    margin: 10px 0; }
  #myModal #myCarousel .carousel-inner .staff-jobs .job {
    color: #fff;
    background: #7b97ff;
    padding: 3px 5px;
    margin-top: 5px;
    display: inline-block;
    width: 49%;
    font-size: 12px; }

#myModal #myCarousel .carousel-inner .staff-detail-modal {
  font-size: 14px;
  padding-right: 20px; }
  #myModal #myCarousel .carousel-inner .staff-detail-modal h3 {
    margin: 20px 0; }
  #myModal #myCarousel .carousel-inner .staff-detail-modal ul li {
    background: #ededed;
    padding: 7px;
    margin-bottom: 5px; }

#myModal #myCarousel .carousel-control {
  background-image: none; }

#myModal #myCarousel .right.carousel-control {
  background-image: none !important;
  color: #3c7cff;
  right: -65px !important;
  margin-top: 20%; }

#myModal #myCarousel .left.carousel-control {
  background-image: none !important;
  color: #3c7cff;
  left: -65px;
  margin-top: 20%; }

@media only screen and (min-width: 320px) and (max-width: 520px) {
  .staff-list {
    margin-bottom: 30px; }
    .staff-list .staff-item .overlay {
      padding: 20px 25px 35px;
      top: 265px; }
      .staff-list .staff-item .overlay .text-name {
        font-size: 16px; }
      .staff-list .staff-item .overlay .staff-detail {
        margin-top: 0; }
  #myModal .modal-header p {
    font-size: 15px; }
  #myModal #myCarousel .carousel-inner .staff-jobs {
    text-align: center;
    padding-right: 25px; }
  #myModal #myCarousel .right.carousel-control {
    right: -16px !important;
    margin-top: 45%; }
  #myModal #myCarousel .left.carousel-control {
    left: -16px !important;
    margin-top: 45%; } }

@media only screen and (min-width: 772px) and (max-width: 1030px) {
  .staff-list {
    margin-bottom: 30px; }
    .staff-list .staff-item .overlay {
      top: 103px;
      font-size: 11px; }
  #myModal #myCarousel .right.carousel-control {
    right: -50px !important;
    margin-top: 45%; }
  #myModal #myCarousel .left.carousel-control {
    left: -50px !important;
    margin-top: 45%; } }


#top-interview .interview-box .caption {
  padding: 20px 10px;
}
#top-interview .interview-box .caption p {
  padding-bottom: 5px;
}
#top-interview .interview-box .caption p:last-child {
  padding-bottom: 0;
}


#archive-interview .interview-list .interview-list__item {
  padding: 0;
  margin-top: 20px;
}
#archive-interview .interview-list .interview-list__item:first-child {
  padding: 0;
  margin-top: 0;

}

.block-interview {
  margin-bottom: 50px;
}
.block-interview .block-interview__profile .block-interview__career{
  margin-top: 30px;
}
.block-interview .block-interview__question {
  margin-top:  50px;
}
.block-interview .block-interview__question .panel {
  margin-bottom: 20px;
}