/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

@font-face {
  font-family: han-sans-jp-regular;
  src: url(../fonts/han-sans-jp-regular.otf);
}

@font-face {
  font-family: noto-sans-jp-regular;
  src: url(../fonts/noto-sans-jp-regular.otf);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto !important;
  padding: 0;
  text-align: left;
  max-width: 1800px !important;
}

@media only screen and (min-width: 1800px) {
  body {
    border: 1px solid #ccc !important;
  }
}

/********************
bootstrap 5カラム用
*********************/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/********************
COMMON
*********************/
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.section-title {
  text-align: center;
  padding-top: 6.25rem;
}

.hr-line {
  display: table;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 1.4rem;
}

.member-tip-image {
  width: 100%;
  height: 150px;
  overflow: hidden
}

.more-width {
  width: 11%;
}

.about-width {
  width: 9%;
}

.hr-line:before,
.hr-line:after {
  content: '';
  color: #000000;
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.hr-line:after {
  border-left: 1em solid transparent;
}

.hr-line:before {
  border-right: 1em solid transparent;
}

/***** テキストカラー *******/
.color-ateneo-blue {
  color: #053769;
}

.color-white {
  color: #ffffff;
}

.color-grey {
  color: #aaaaaa;
}

.color-yellow {
  color: #ffae00;
}

.color-black {
  color: #000000;
}

.color-brown {
  color: #a37647;
}

/***** フォントサイズ ******/
.font-208 {
  font-size: 13rem;
}

.font-64 {
  font-size: 4rem;
}

.font-48 {
  font-size: 3rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-35 {
  font-size: 2.18rem;
}

.font-32 {
  font-size: 2rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-25 {
  font-size: 1.56rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-17 {
  font-size: 1.0625rem
}

.font-16 {
  font-size: 1rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-12 {
  font-size: 0.75rem;
}

/***** ボタン ******/
.btn-white {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
}

.btn-black {
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 24%, #000000 100%);
  background: -webkit-linear-gradient(top, #45484d 24%, #000000 100%);
  background: linear-gradient(to bottom, #45484d 24%, #000000 100%);
}

.btn-pink {
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
}

.btn-yellow {
  background: rgb(255, 166, 18);
  background: -moz-linear-gradient(top, rgb(255, 166, 18) 24%, rgb(255, 156, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 166, 18) 24%, rgb(255, 156, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 166, 18) 24%, rgb(255, 156, 0) 100%);
}

.btn-r25 {
  border-radius: 25px;
}

/* ヒーロー */
.hero-btn {
  border: 3px solid #000000;
  border-radius: 5px;
}

/* もっと知る */
.more-btn {
  border: 3px solid #053769;
  width: 95%;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 5px;
}

/* フッター */
.foot-btn {
  border: 1px solid #aaaaaa;
  padding: 15px 20px;
  width: 83%;
  display: inline-block;
}

@media (max-width: 480px) {
  .no-hero_nav.about-pub_nav {
    padding-top: 120px;
    margin-top: 0;
  }
  
  .h-decision-button-read-5 {
    padding: 14px !important;
    font-size: 1rem !important;
  }
  
}

/********************
ヘッダー
*********************/
.head-top-text {
  background: #fff;
}

.head-top-text p {
  width: 67%;
  margin: 0 auto;
}

.head-menu.table td,
.head-menu.table th {
  border-top: none;
}

.header-container {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.head-menu.table {
  background-color: #053769;
}

.head-icon {
  width: 26.4%;
  text-align: right;
  padding-right: 20px;
  border-right: none;
}

.head-icon > img {
  margin: 10px 20px;
}

.head-table-td p {
  margin: 0;
  display: inline-block;
}

.head-nav-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  width: 85%;
}

.head-nav a:not(:last-child) {
  margin-right: 80px;
}

.head-company,
.head-login,
.head-guide {
  position: relative;
}

.head-company:before,
.head-login:before {
  position: absolute;
  left: -30px;
  top: 1px;
}

.head-guide:before {
  position: absolute;
  left: -20px;
  top: 1px;
}

.head-company:before {
  content: url('../images/head_company-icon.png');
}

.head-login:before {
  content: url('../images/head_login-icon.png');
}

.head-guide:before {
  content: url('../images/head_guide-icon.png');
}


/**** ヘッドボタンエリア ****/
.head-btn-area {
  text-align: right;
  width: 80%;
}

.head-btn-area a.head-keep:hover {
  color: #053769 !important;
  text-decoration: none !important;
}

.head-btn-area a.head-register:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.head-btn-area a {
  position: relative;
  padding: 7px 30px;
  width: 175px;
  display: inline-block;
}

.head-btn-area a:before {
  position: absolute;
}

.head-keep {
  margin-right: 30px;
}

.fav-keep-btn:before {
  content: url('../images/fav_keep-icon.png') !important;
}

.head-keep:before {
  content: url('../images/head_keep-icon.png');
  left: 20%;
}

.star-keep:before {
  left: 10% !important;
}

.head-register:before {
  content: url('../images/head_register-icon.png');
  left: 10%
}

.header-sp {
  display: none;
}

/********************
ヒーロービジュアル
*********************/
.hero {
  position: relative;
}

.hero img {
  width: 100%;
}

.hero__body {
  position: absolute;
  top: 64%;
  left: 33%;
  transform: translate(-50%, -50%);
}

.hero__body > h1 {
  line-height: 1.88;
  font-weight: bold;
  margin-bottom: 2.81rem;
}

.hero__body > p {
}

/* ボタン */
.hero-btn-area {
  margin: 4.375rem 0 3.125rem 0;
}

.hero-btn-area a {
  text-align: right;
  position: relative;
  width: 35%;
  display: inline-block;
  background-color: white;
}

.hero-btn-area a:before {
  position: absolute;
}

.register {
  padding: 10px 45px;
  margin-right: 3.125rem;
}

.login {
  padding: 10px 23px;
}

.register:before {
  content: url('../images/register-icon.png');
  top: 16%;
  left: 19%;
}

.login:before {
  content: url('../images/login-icon.png');
  top: 16%;
  left: 9%;
}

/* お知らせ */
.hero__info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  padding: 20px 50px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}

.hero__info p {
  margin: 0;
}

.info-title {
  padding-right: 3.43rem;
  border-right: 1px solid;
}

.info-text {
  padding: 0 6.25rem 0 3.43rem;
}

.info-text a {
  padding-left: 20px;
}

/*********************
求人
*********************/
.job {
  margin: 4.375rem auto 0 auto;
  width: 57.3%;
}

.job__col {
  position: relative;
}

.job__col img {
  width: 100%;
}

.recruit-title {
  position: absolute;
  top: 3%;
  left: 10%;
  background: #ffffff;
  padding: 0 18px;
}

.recruit-title > p {
  display: inline-block;
  vertical-align: sub;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}

.recruit-title .recruit-num-item  {
  display: inline-block;
  vertical-align: sub;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.875rem;
}

.arrow {
  width: fit-content;
  height: 23px;
  background: #000000;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  --after-left: 46%;
  white-space: nowrap;
}

.arrow:after {
  border-left: 9px solid #000000;
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  left: var(--after-left, 0) !important;
  top: 0;
}

.arrow span {
  margin-left: 2px;
  font-size: 0.75rem !important;
  line-height: 1;
}

.recruit-num {
  font-size: 2rem;
  font-weight: bold;
}

/*********************
看護jobとは
**********************/
.about-job {
  margin-bottom: 6.25rem;
}

.about-job__container {
  margin-top: 4.0625rem;
}

.about__col {
  text-align: center;
}

.about-text h3,
.about-text p {
  line-height: 1.75;
}

.about-text h3 {
  margin: 3.125rem 0 2.187rem 0;
}

/*********************
なるほどRehaLance
**********************/
.job-detail {
  background: rgb(255, 252, 244);
}

.job-detail-title {
  position: relative;
}

.job-detail-title:before {
  content: url('../images/light-bulb-icon.png');
  position: absolute;
  left: 41%;
  top: -17%;
}

.job-detail__body {
  margin: 4.68rem auto 0 auto;
  padding-bottom: 4.06rem;
  width: 57.3%;
}

.job-detail__col {
  background: white;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.job-detail__col:last-child {
  border: 1px solid #e5e5e5;
}

.job-detail__img {
  text-align: center;
  padding: 1.56rem .625rem;
}

.job-detail__img img {
  width: 100%;
}

.date-area {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.job-detail-text {
  line-height: 1.7;
}

.date-area p {
  margin: 0;
}

.job-column {
  padding: 3px 10px;
  background: #053769;
}

.job-detail-more {
  text-align: right;
  margin-top: 2.18rem;
}

.job-detail-more a:before {
  content: url('../images/humberger-menu.png');
  padding-right: 15px;
}

/*********************
もっと知る
**********************/
.job-more__container {
  margin: 4.0625rem 0 6.25rem 0;
}

.job-more__col {
  text-align: center;
  margin-bottom: 1.875rem;
}

.job-more__col a {
  position: relative;
  color: #000000;
}

.job-more__col a:before {
  position: absolute;
  top: 24%;
  left: 7%;
}

.job-more__col a:after {
  content: url('../images/more_arrow.png');
  position: absolute;
  right: 7%;
}

/* ご利用ガイド */
.col-guide a:before {
  content: url('../images/icon_guide.png');
}

/* 祝い金 */
.col-money a:before {
  content: url('../images/icon_money.png');
}

/* ミッション */
.col-mission a:before {
  content: url('../images/icon_mission.png');
  
}

/* 求人掲載 */
.col-publish a:before {
  content: url('../images/icon_publish.png');
}

/**********************
フッターヒーロー
***********************/
.foot-hero {
  position: relative;
}

.foot-hero.background-container {
  background: url(/images/index_foot-hero.png) no-repeat 26% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
}

.foot-hero .foot-hero__image {
  display: none;
}

.foot-hero__content {
  margin: 3rem;
}

.foot-hero__content h2 {
  margin-bottom: 4rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 2px;
}


.foot-hero__body h2 {
  margin-bottom: 4rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 2px;
}


.foot-hero img {
  width: 100%;
}

.foot-hero__body {
  position: absolute;
  left: 43%;
  top: 49%;
  transform: translate(-50%, -50%);
}

.foot-hero__body h2 {
  margin-bottom: 6rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 2px;
}


/********************
sp用
*********************/
.foot-nav-sp {
  display: none;
}

/**********************
フッター
***********************/
.foot__body {
  background: #000000;
}

.foot__container {
  padding: 3.125rem 0;
}

.foot__col {
}

.foot-img {
  text-align: center;
}

.foot-bar {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  margin: 0 30px;
}

.foot-bar > p,
.foot-bar > ul {
  margin: 20px;
}

.foot__list li {
  line-height: 1.8;
}

/* お問い合わせボタン */
.contact {
  position: relative;
  text-align: center;
  margin: 25px 30px 0 30px;
}

.contact:before {
  background: #aaaaaa;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
}

.contact:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #000000;
}

/* コピーライト */
.copyright {
  text-align: center;
}


/*********************************
メディアクエリ
**********************************/
/*** rem調整 ***/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
  .font-12 {
    font-size: 0.9rem;
  }
  .font-20 {
    font-size: 1.35rem;
  }

  .font-14 {
    font-size: 1rem;
  }
}

/*** ヒーロービジュアル調整 ***/
@media (min-width: 1200px) and (max-width: 1850px) {
  .hero img {
    height: 110vh;
    object-fit: cover;
  }
  
  .hero__body {
    top: 59%;
  }
  
  .hero__info {
    width: 100%;
  }
  
  .job {
    width: 80%;
  }
  
  .job-detail-title:before {
    left: 37%;
  }
}

@media (min-width: 1200px) {
  .job-detail__body {
    width: 1100px;
  }
}

/*** SP対応 ***/
@media (max-width: 480px) {
  
  /**** ヘッダー ******/
  .header-container {
    position: fixed;
    top: 0;
  }
  
  .h-new-body {
    margin-top: 0 !important;
  }
  
  .header-container p,
  .head-menu {
    display: none;
  }
  
  /**** spヘッダー ****/
  .header-sp {
    display: block;
    background-color: #053769;
  }
  
  .header-sp__img {
    width: 25%;
    margin-left: 10px;
    padding-top: 5px;
  }
  
  .header-sp__img img {
    width: 100%;
  }
  
  .head-btn-area {
    width: 100%;
    padding: 13px;
    text-align: center;
  }
  
  .head-btn-area a {
    display: inline;
  }
  
  .head-keep {
    margin-right: 15px;
  }
  
  .head-register:before,
  .head-keep:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  
  .head-register:before {
    left: 8%;
    top: 7%;
  }
  
  .head-keep:before {
    left: 10%;
    top: 13%;
  }
  
  /**** ハンバーガーメニュー ****/
  .toggle {
    position: fixed;
    right: 13px;
    top: 7px;
    display: block;
    width: 42px;
    height: 39px;
    cursor: pointer;
    z-index: 3;
    background: #ffffff;
  }
  
  .toggle span {
    display: block;
    position: absolute;
    /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #053769;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }
  
  .toggle span:nth-child(1) {
    top: 3px;
  }
  
  .toggle span:nth-child(2) {
    top: 13px;
  }
  
  .toggle span:nth-child(3) {
    top: 23px;
  }
  
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* .global_nav */
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #000;
    background: #053769;
    transition: all 0.8s;
  }
  
  .global_nav ul {
    padding: 0;
    margin: 0;
  }
  
  .global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
    border-top: none;
  }
  
  .global_nav .nav_li a {
    display: block;
  }
  
  /* .global_navに.activeが追加 */
  .global_nav.active {
    transform: translateY(0%);
  }
  
  .head-company:before,
  .head-login:before {
    left: 50px;
  }
  
  .head-guide:before {
    left: 55px;
  }
  
  /**** ヒーロービジュアル・テキスト *****/
  .hero img {
    height: 40vh;
    object-fit: cover;
    padding-top: 86px;
  }
  
  
  .hero__body {
    position: static;
    transform: none;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  
  .hero-btn-area {
    text-align: center;
    margin: 0 0 25px 0;
  }
  
  .hero-btn-area a {
    margin: 0 0 10px 0;
    width: 200px;
  }
  
  .register:before,
  .login:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 10%;
  }
  
  /**** info *****/
  .hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: none;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .hero__info .show_notice_list {
    margin-top: 20px;
  }
  
  .hero__info p {
    margin-bottom: 10px;
  }
  
  .hero__info > a {
    display: block;
    text-align: right;
  }
  
  .info-title {
    padding: 0;
    border: none;
  }
  
  .info-text {
    padding: 0;
  }
  
  /**** 求人 *****/
  .job__col {
    margin-bottom: 25px;
  }
  
  .arrow {
    height: 20px;
  }
  
  .arrow span {
    margin-left: 5px;
  }
  
  .arrow:after {
    border-left: 9px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
  .recruit-title {
    padding: 0 25px;
  }
  
  /**** RehaLanceとは ****/
  .about-width {
    width: 32%;
  }
  
  /**** なるほどjob *****/
  .job-detail__body {
    width: 70%;
  }
  
  .job-detail__col {
    margin-bottom: 25px;
  }
  
  .job-detail-title:before {
    left: 14%;
    top: -37%;
    transform: scale(0.8);
  }
  
  /**** もっと知る ****/
  .more-width {
    width: 45%;
  }
  
  .job-more__col a:before {
    transform: scale(.8);
  }
  
  /**** フッターヒーロー *****/
  .foot-hero__body {
    position: static;
    transform: none;
    width: 90%;
    margin: 0 auto;
  }
  
  .foot-hero__body h2 {
    margin-bottom: 2rem;
  }
  
  .foot-hero img {
    height: 30vh;
    object-fit: cover;
  }
  
  /**** sp用nav ****/
  .foot-nav-sp {
    display: block;
    position: fixed;
  }
  
  /**** フッター *****/
  .foot__col:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .foot-img img {
    width: 30%;
  }
}

@media (max-width: 320px) {
  .job-detail-title:before {
    left: 9%;
  }
  
  .job-more__col a:before {
    left: 3%;
  }
  
  .recruit-title {
    padding: 0 13px;
  }
}


/***********************************************************
求人掲載について
************************************************************/
/****************
COMMON
*****************/
.about-pub-title {
  background-color: #053769;
  padding: 18px 0;
  letter-spacing: 2px;
}

/*****************
ヒーロービジュアルs
*****************/
.about-pub_hero {
  position: relative;
}

.about-pub_hero-sp {
  display: none;
}

.about-pub_hero__body {
  position: absolute;
  top: 65%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.about-pub_hero__body > h1 {
  line-height: 1.3;
  letter-spacing: 1.2px;
}

.abou-pub_hero__btn {
  padding: 6px 23px;
  margin: 1.25rem 0;
  letter-spacing: 1px;
  display: inline-block;
}

.about-pub_hero__body > p {
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
}

.about-pub_hero__body > p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #053769;
}

.about-pub_hero__body > p > a {
  text-decoration: underline;
}

.zero-area {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-pub_hero__zero {
  position: relative;
  line-height: 0.9;
}

.balloon-img {
  position: absolute;
  top: 15px;
  left: 150px;
  transform: translate(-50%, -50%);
}

.zero-unit {
  font-weight: bold;
}

/****************
ナビゲーション
*****************/
.about-pub_nav {
  width: 57.3%;
  margin: 2.8rem auto 1.875rem auto;
}

.about-pub_nav > ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.about-pub_nav > ul > li {
  position: relative;
}

.about-pub_nav > ul > li:not(:first-child) {
  padding-left: 25px;
}

.about-pub_nav > ul > li:not(:first-child):before {
  content: '';
  top: 7px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #053769;
  border-right: 1px solid #053769;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/***************
各種案内
****************/
.about-pub__guid {
  background: rgb(255, 252, 244);
  padding: 4.06rem 0;
}

.about-pub__guid-col:first-child {
  margin-bottom: 3.75rem;
}

.about-pub__guid-col a {
  position: relative;
  display: inline-block;
  text-align: right;
}

.about-pub__guid-col a:before {
  position: absolute;
}

/* 掲載申込 */
.about-pub__guid-apply {
  width: 37%;
  padding: 13px 52px;
}

.about-pub__guid-apply:before {
  content: url('../images/about-pub_money-icon.png');
  left: 43px;
  top: 10px;
}

/* フリーダイアル　*/
.about-pub__guid-tel {
  padding: 0 50px;
  width: 70%;
  border: 3px solid;
}

/* 質問・相談 */
.about-pub__guid-ques {
  padding: 10px 50px;
  width: 70%;
}

.about-pub__guid-ques:before {
  content: url('../images/about-pub_mail-icon.png');
  left: 35px;
  top: 14px;
}

/*************
選ばれる理由
***************/
.about-pub-reason__container {
  margin: 6.25rem 0;
}

.about-pub-reason__container.container {
  max-width: 1100px;
}

.about-pub__reason-col {
  margin: 0 30px;
  border: 1px solid #e5e5e5;
}

.about-pub__reason-col.col-md-4 {
  padding-right: 0;
  padding-left: 0;
}

.about-pub__reason-col > h3 {
  position: relative;
  line-height: 1.625;
  padding: 0.937rem 0;
  background-color: #053769;
  padding-left: 80px;
}

.about-pub__reason-col > h3:before {
  position: absolute;
  left: 20px;
}

.reason-point1:before {
  content: url('../images/about-pub_point1-icon.png');
}

.reason-point2:before {
  content: url('../images/about-pub_point2-icon.png');
}

.reason-point3:before {
  content: url('../images/about-pub_point3-icon.png');
}

.about-pub__reason-img {
  margin: 25px 0;
}

.about-pub__reason-col > p {
  line-height: 1.714;
  margin: 0;
  padding: 0 1.56rem 1.56rem 1.56rem;
}

/****************
人材採用をサポート
*****************/
.about-pub-support__container {
  margin: 6.25rem 0 7.5rem 0;
}

.about-pub-support__container.container {
  max-width: 1100px;
}

.about-pub-support__col:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.about-pub-support__col h3,
.about-pub-support__col p {
  padding: 0 1.875rem;
}

.about-pub-support__col h3 {
  line-height: 1.66;
  margin: 1.875rem 0 1.56rem 0;
}

.about-pub-support__col p {
  line-height: 1.714;
}

.support-img-area {
  position: relative;
}

.support-logo {
  position: absolute;
  top: -4px;
  left: 15px;
}

.support-logo span {
  display: block;
}

.support-logo span:last-child {
  line-height: 0.8;
}

.device-img {
  width: 48%;
  margin: 0 auto;
}

.device-img img {
  width: 100%;
  margin: 6rem 0;
}

/*****************
人材不足解決
******************/
.about-pub-solution__container.container {
  max-width: 1070px;
}

.about-pub-solution__container {
  margin: 6.25rem 0;
}

.about-pub-solution__col.col-md-8,
.about-pub-solution__col.col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.about-pub-solution__col h3 {
  line-height: 1.333;
  margin-bottom: 2.81rem;
}

.about-pub-solution__col p {
  line-height: 2;
}

.solution-img img {
  width: 100%;
}

/**************
ご利用の流れ
***************/
.about-pub-flow > h3 {
  margin: 6.25rem 0;
}

.about-pub-flow__container.container {
  max-width: 1070px;
}

.about-pub-flow__container {
  margin-bottom: 6.25rem;
}

.about-pub-flow__col img {
  width: 100%;
}

/****************
各種案内（フッター）
*****************/
.bill-mrg {
  margin-bottom: 3.75rem;
}

.about-pub__guid-bill {
  border: 3px solid #053769;
  width: 36%;
  padding: 7px 52px;
}

.account-announcement__date {
  color: #053769;
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  line-height: 20px;
  white-space: nowrap;
}

.account-announcement__title {
  color: #053769;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-pub__guid-bill:before {
  background: #053769;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.about-pub__guid-bill:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 6px solid transparent;
  border-left: 8px solid #ffffff;
}

/*******************
メディアクエリ
********************/
@media (min-width: 1200px) and (max-width: 1800px) {
  .about-pub_hero > img {
    height: 75vh;
    object-fit: cover;
  }
  
  .zero-area {
    top: 68%;
    left: 59%;
  }
}

@media (min-width: 1200px) {
  .about-pub_nav {
    width: 1100px;
  }
}

@media (min-width: 768px) {
  .about-pub__reason-col.col-md-4 {
    flex: 0 0 27%;
  }
}

@media (max-width: 768px) {
  .about-pub_nav ul {
    display: none;
  }
}

@media (max-width: 480px) {
  
  /** ヒーローイメージ **/
  .about-pub_hero-sp {
    display: block;
    height: 45vh;
    object-fit: cover;
  }
  
  .about-pub_hero-pc {
    display: none;
  }
  
  .about-pub_hero__body {
    position: static;
    transform: none;
    padding: 20px;
    background: rgb(246, 246, 246);
  }
  
  .zero-area {
    display: none;
  }
  
  /** ナビゲーション **/
  .about-pub_nav {
    width: 90%;
  }
  
  .about-pub_nav > ul > li {
    font-size: 1rem;
  }
  
  /** 各種問い合わせ **/
  .about-pub__guid-apply,
  .about-pub__guid-ques,
  .about-pub__guid-tel {
    width: 90%;
  }
  
  .about-pub__guid-apply:before,
  .about-pub__guid-ques:before,
  .about-pub__guid-tel:before {
    transform: scale(0.8);
  }
  
  .about-pub__guid-apply:before {
    left: 35px;
    top: 7px;
  }
  
  .about-pub__guid-ques:before {
    top: 10px;
  }
  
  .about-pub__guid-tel:before {
    left: 45px;
    top: 4px;
  }
  
  .about-pub__guid-col:nth-child(2) {
    margin-bottom: 3.75rem;
  }
  
  /** 選ばれる理由 **/
  .about-pub__reason-col:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .reason-point1:before,
  .reason-point2:before,
  .reason-point3:before {
    transform: scale(0.8);
    top: 4px;
  }
  
  /** 人材採用サポート **/
  .about-pub-support__col:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .device-title {
    width: 85%;
    margin: 0 auto;
  }
  
  .device-img {
    width: 90%;
  }
  
  /** ご利用の流れ **/
  .about-pub-flow > h3 {
    width: 85%;
    margin: 6.25rem auto;
  }
  
  .about-pub-flow__container.container {
    width: 80%;
  }
  
  .about-pub-flow__col:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .about-pub__guid-apply {
    font-size: 1rem;
  }
  
  .about-pub__guid-apply:before {
    left: 21px;
    top: 5px;
  }
  
  .about-pub__guid-tel {
    font-size: 2rem;
  }
  
  .about-pub__guid-tel:before {
    left: 16px;
  }
  
  .about-pub__guid-ques {
    font-size: 1.4rem;
  }
  
  .about-pub__guid-ques:before {
    top: 8px;
    left: 17px;
  }
}


/****************************************************************
祝い金について
*****************************************************************/

/***************
ヒーローイメージ
****************/
.congra-money__hero {
  position: relative;
}

.congra-money__hero-sp {
  display: none;
}

.congra-money__hero-body {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
}

/******************
祝い金について
*******************/
.congra-money__about {
  width: 57.3%;
  margin: 0 auto;
}

.congra-money__about > h2 {
  margin-bottom: 1.56rem;
  letter-spacing: 1.5px;
}

.congra-money__about > p {
  line-height: 1.75;
  letter-spacing: 1.5px;
}

/********************
祝い金を受け取るには
*********************/
.congra-money__flow {
  width: 57.3%;
  margin: 2.81rem auto 0 auto;
}

.congra-money__flow > h2 {
  padding-left: 15px;
  position: relative;
}

.congra-money__flow > h2:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.congra-money__flow-container {
  margin-top: 2.81rem;
}

.congra-money__flow-container.container {
  max-width: 1214px;
}

.congra-money__flow-col {
  border: 1px solid #e5e5e5;
  position: relative;
}

.congra-money__flow-col:nth-child(1) {
  margin-right: 50px;
}

.congra-money__flow-col:nth-child(2) {
  margin: 0 50px;
}

.congra-money__flow-col:nth-child(3) {
  margin-left: 50px;
}

.congra-money__flow-col:nth-child(1):after,
.congra-money__flow-col:nth-child(2):after {
  border-left: 20px solid #ff76a0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  content: "";
  position: absolute;
  left: 107%;
  top: 45%;
}

.congra-money__flow-col:nth-child(2):before,
.congra-money__flow-col:nth-child(3):before {
  border-left: 20px solid #053769;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  content: "";
  position: absolute;
  left: -14%;
  top: 45%;
}

.congra-money__flow-col.col-md-4 {
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 26.5%;
}

.congra-money__flow-col > h3 {
  margin-bottom: 1.56rem;
  background-color: #053769;
  padding: 0.625rem 0;
}

.congra-money__flow-col > p {
  line-height: 1.73;
  margin: 0;
  padding: 0 1.56rem 1.56rem 1.56rem;
  letter-spacing: 1px;
}

.congra-money__flow-img {
  margin-bottom: 1.875rem;
}

.congra-flow-num {
  background: #ff76a0;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}


/** 申請ボタン **/
.congra-money-apply {
  margin: 4.375rem 0;
}

.congra-money-btn {
  position: relative;
  padding: 12px 67px;
  display: inline-block;
  width: 27%;
  text-align: right;
}

.congra-money-btn:before {
  content: url(../images/about-pub_money-icon.png);
  left: 35px;
  position: absolute;
  top: 10px;
}

/** 注意 **/
.congra-money-caution {
  background-color: rgb(246, 246, 246);
  padding: 2.81rem 3.125rem;
}

.congra-money-caution ul li {
  line-height: 1.8;
}

/** キーワード検索 **/
.congra-money-keyword {
  margin: 6.25rem 0;
}

.keyword-search-area {
  position: relative;
  width: 45%;
  margin: 0 auto;
}


.keyword-search-form {
  display: flex;
}

.keyword-search {
  position: relative;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 0 3rem;
  padding-right: 5px;
  height: 75px;
  width: 100%;
  border: 1px solid rgb(125, 125, 125);
  /* background: rgb(253, 243, 246); */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.keyword-search-icon-btn {
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 75px;
  line-height: 75px;
  padding: 0 20px;
  background: #053769;
  border: 1px solid rgb(125, 125, 125);
  border-left: 0;
  cursor: pointer;
}

.keyword-search:focus {
  outline: 0;
}

/************************
各種問い合わせ
*************************/
.congra-money-contanct {
  background-color: rgb(238, 230, 213);
}

.contact-container.container {
  max-width: 1100px;
}

.congra-money__register,
.congra-money__contact {
  position: relative;
  /* padding: 16px 77px; */
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  /* text-align: right; */
}

.congra-money__register .icon,
.congra-money__contact .icon {
  max-width: 28px;
  max-height: 28px;
}

/* .congra-money__register:before {
  content: url('./images/register-white-icon.png');
  position: absolute;
  left: 40px;
  top: 5px;
} */

/* .congra-money__contact:before {
  content: url('./images/tel-icon.png');
  position: absolute;
  left: 66px;
  top: 7px;
} */

.congra-money-contanct__col {
  background-color: #ffffff;
  margin: 6.25rem 0;
}

.congra-money-contanct__col.col-md-6 {
  padding: 2.81rem 0;
}

.contanct__col-body {
  padding: 0 4.68rem;
}

.contact__col-bar {
  border-right: 1px solid #e5e5e5;
}

.contanct__col-body > h3 {
  margin-bottom: 2.18rem;
}

.contanct__col-body > p {
  margin-bottom: 2.81rem;
}

.contact-btn-area {
  margin-bottom: 1.56rem;
}

/**********************
新着記事
***********************/
.congra-job-detail__body {
  margin: 6.25rem auto 6.25rem auto;
  width: 57.3%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.congra-job-detail__body > h2 {
  font-weight: bold;
  letter-spacing: 1px;
  background: #fffaee;
  padding: 0.937rem 0 0.937rem 4.06rem;
  position: relative;
}

.congra-job-detail__body > h2:before {
  content: url('../images/light-bulb-icon_brown.png');
  position: absolute;
  top: 10px;
  left: 30px;
}

.congra-job-detail-btn {
  margin-top: 2.18rem;
  padding-bottom: 2.18rem;
}

/*******************
メディアクエリ
********************/
@media (min-width: 1200px) and (max-width: 1800px) {
  
  /** ヒーローイメージ **/
  .congra-money__hero-pc {
    height: 70vh;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  
  .congra-money__about,
  .congra-money__flow,
  .congra-job-detail__body {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  
  /** ヒーローイメージ **/
  .congra-money__hero-pc {
    display: none;
  }
  
  .congra-money__hero-sp {
    display: block;
    height: 45vh;
    object-fit: cover;
  }
  
  .congra-money__hero-body {
    top: 70%;
    left: 36%;
  }
  
  .congra-money__hero-body > h1,
  .congra-money__hero-body > p {
    font-size: 2rem;
  }
  
  /** 受け取るには **/
  .congra-money__about,
  .congra-money__flow {
    width: 90%;
  }
  
  .congra-flow-num {
    height: 20px;
    width: 20px;
  }
  
  .congra-money__flow-col.col-md-4 {
    flex: none;
  }
  
  .congra-money__flow-col:nth-child(2),
  .congra-money__flow-col:nth-child(3) {
    margin: 0;
  }
  
  .congra-money__flow-col:nth-child(1):after,
  .congra-money__flow-col:nth-child(2):after {
    display: none;
  }
  
  .congra-money__flow-col:nth-child(2):before,
  .congra-money__flow-col:nth-child(3):before {
    display: none;
  }
  
  .congra-money__flow-col:not(:last-child) {
    margin: 0 0 20px 0;
  }
  
  .congra-money-btn {
    width: 77%;
  }
  
  .congra-money-btn:before {
    top: 5px;
  }
  
  /** 各種問い合わせ **/
  .congra-money-contanct__col {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .congra-money-contanct__col:nth-child(1) {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .congra-money-contanct__col:nth-child(2) {
    margin-top: 0;
  }
  
  .contanct__col-body {
    padding: 0 2rem;
  }
  
  .contact__col-bar {
    border-right: none;
  }
  
  .congra-money__register,
  .congra-money__contact {
    width: 100%;
  }
  
  .congra-money__register:before {
    left: 35px;
    top: 3px;
    transform: scale(0.8);
  }
  
  .congra-money__contact:before {
    left: 52px;
    top: 5px;
    transform: scale(0.8);
  }
  
  /** キーワード検索 **/

  .keyword-search-area {
    width: 100%;
  }
  
  .keyword-search-area:after {
    right: -4px;
    top: 4px;
  }
  
  /** なるほど訪看 **/
  .congra-job-detail__body {
    width: 70%;
  }
  
  .congra-job-detail__body > h2:before {
    top: 6px;
    left: 22px;
  }
}

@media (max-width: 320px) {
  
  .congra-money__register,
  .congra-money__contact {
    padding: 16px 40px;
  }
  
  .congra-money__register:before {
    left: 20px;
  }
  
  .congra-money__contact:before {
    left: 35px;
  }
}

/********************************************************
求人掲載の申し込み画面
*********************************************************/
.apply-step {
  padding-top: 15rem;
  width: 57.3%;
  margin: 0 auto;
}

.apply-step > h1 {
  margin-bottom: 1.56rem;
  position: relative;
  padding-left: 15px;
}

.apply-step > h1:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.apply-step > p {
  line-height: 1.8;
}

.apply-step-mrg {
  margin: 2.18rem 0 2.81rem 0;
}

.apply-step__container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.apply-step__container-body {
  flex: 0 0 24.7272%;
  padding: 1.375rem 0;
  position: relative;
}

.apply-step__container-body > h2 {
  display: inline-block;
  background: #ffffff;
  padding: 0 0.9375rem;
  margin-bottom: 1rem;
}

.apply-step__container-body > p {
  line-height: 1.8;
}

.apply-step__container-body:nth-child(1) {
  background-color: #053769;
}

.apply-step__container-body:nth-child(1):after {
  border-left: 33px solid #053769;
  border-top: 106px solid transparent;
  border-bottom: 97px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
}

.apply-step__container-body:nth-child(2),
.apply-step__container-body:nth-child(3) {
  background-color: rgb(246, 246, 246);
}

.apply-step__container-body:nth-child(2):after,
.apply-step__container-body:nth-child(3):after {
  border-left: 33px solid rgb(246, 246, 246);
  border-top: 106px solid transparent;
  border-bottom: 97px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
}

/***** フォーム ********/
.apply-form {
  width: 57.3%;
  margin: 6.25rem auto 0 auto;
}

.apply-form > h2 {
  margin-bottom: 2.815rem;
}

.apply-form__table {
  width: 100%;
}

.apply-form__table tbody th,
.apply-form__table tbody td {
  padding: 1.875rem 0;
}

.apply-form__table tbody th {
  border-top: 1px solid #dee0e1;
  border-left: 1px solid #dee0e1;
  border-right: 1px solid #dee0e1;
  background-color: rgb(252, 250, 246);
  padding-left: 4.375rem;
  padding-right: 2.81rem;
  vertical-align: middle;
}

.last-th,
.last-td {
  border-bottom: 1px solid #dee0e1;
}

.apply-form__table tbody td {
  border-top: 1px solid #dee0e1;
  border-right: 1px solid #dee0e1;
  padding-left: 3.125rem;
}

.apply-input-company,
.apply-input-name,
.apply-input-tel,
.apply-input-mail {
  padding: 8px 15px;
  border: 1px solid #dee0e1;
}

.apply-input-company {
  width: 62%;
}

.apply-input-name {
  width: 30%;
}

.apply-input-name:first-child {
  margin-right: 8px;
}

.apply-input-tel,
.apply-input-mail {
  width: 47%;
}

.apply-concent-area {
  margin: 2.375rem 0 1rem 0;
}

.apply-concent {
  width: 36%;
  padding: 12px 52px;
  position: relative;
  display: inline-block;
  margin-bottom: 1.56rem;
}

.apply-concent:before {
  background: #ffffff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.apply-concent:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 6px solid transparent;
  border-left: 8px solid #053769;
}

.terms-service {
  display: block;
}

.essential {
  position: relative;
  display: block;
}

.essential:after {
  content: '必須';
  font-size: 14px;
  position: absolute;
  left: 83%;
  top: 10%;
  padding: 2px 12px;
  background: #053769;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 400;
}

/*********************
メディアクエリ
**********************/
@media (min-width: 1200px) {
  
  .apply-step,
  .apply-form {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  
  .apply-step,
  .apply-form {
    width: 90%;
  }
  
  .apply-step {
    padding-top: 11rem;
  }
  
  .apply-step__container {
    margin: 0 auto;
    width: 80%;
  }
  
  .apply-step__container-body {
    flex: 0 0 100%;
  }
  
  .apply-step__container-body:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .apply-step__container-body:after {
    display: none;
  }
  
  /** テーブル **/
  .apply-form__table tbody th,
  .apply-form__table tbody td {
    display: block;
  }
  
  .apply-form__table tbody th {
    padding: 1.875rem 2rem;
  }
  
  .apply-form__table tbody td {
    padding: 1.875rem 2rem;
    border-left: 1px solid #dee0e1;
  }
  
  .last-th {
    border-bottom: none;
  }
  
  .apply-input-company,
  .apply-input-tel,
  .apply-input-mail {
    width: 100%;
  }
  
  .apply-input-name {
    width: 48%;
  }
  
  .apply-concent {
    width: 95%;
  }
  
  .essential:after {
    left: 78%;
    top: 5%;
    font-size: 11px;
  }
}


/*****************************************************
職種検索
******************************************************/

/*****************
ヒーローイメージ
*****************/
.search-job__hero {
  position: relative;
}

.search-job__hero-body {
  position: absolute;
  top: 60%;
  left: 19%;
  transform: translate(-50%, -50%);
}

/*******************
タブエリア
********************/
.nav-link.active {
  background: #ffffff;
  font-weight: bold;
}

.job-nav.nav {
  justify-content: space-between;
}

.job-nav-link.nav-link {
  padding: 1.5625rem 5rem;
}

.search-job-content {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 0.9375rem 1.875rem;
}

/*** 地域から検索 ***/
.search-job-content-sp {
  display: none;
}

.from-region {
  position: relative;
}

.from-region > img {
  padding-bottom: 10.9rem;
}

.region-detail {
  position: absolute;
  padding: 15px;
  width: 210px;
  border-radius: 5px;
}

.region-detail ul li {
  float: left;
  width: 88px;
  line-height: 1.7;
}

.region-name {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  position: relative;
  padding-left: 15px;
}

.region-name:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
}

.search-near-home-btn {
  padding-bottom: 2.81rem;
}

.search-near-home {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: right;
  padding: 10px 29px 10px 65px;
}

.search-near-home:before {
  content: url('../images/search-icon.png');
  left: 22px;
  top: 9px;
  position: absolute;
}

.disabled {
  pointer-events: none;
  color: grey !important;
}

/** 北海道・東北 **/
.region-hokkaido {
  border: 2px solid rgb(35, 172, 56);
  top: 200px;
  left: 547px;
}

.hokkaido-arrow:before {
  border-left: 5px solid rgb(35, 172, 56);
}

/** 中国　**/
.region-china {
  border: 2px solid rgb(255, 16, 51);
  top: 50px;
  left: -15px
}

.china-arrow:before {
  border-left: 5px solid rgb(255, 16, 51);
}

/** 九州・沖縄 **/
.region-kyushu {
  border: 2px solid rgb(223, 128, 58);
  top: 200px;
  left: -15px;
}

.kyushu-arrow:before {
  border-left: 5px solid rgb(223, 128, 58);
}

/** 信越・北陸 **/
.region-hokuriku {
  border: 2px solid rgb(165, 211, 36);
  top: 50px;
  left: 210px;
}

.hokuriku-arrow:before {
  border-left: 5px solid rgb(165, 211, 36);
}

/** 関東 **/
.region-kanto {
  border: 2px solid rgb(255, 127, 0);
  top: 373px;
  left: 547px;
}

.kanto-arrow:before {
  border-left: 5px solid rgb(255, 127, 0);
}

/** 東海 **/
.region-toukai {
  border: 2px solid rgb(255, 200, 44);
  top: 580px;
  left: 337px;
}

.toukai-arrow:before {
  border-left: 5px solid rgb(255, 200, 44);
}

/** 関西 **/
.region-kansai {
  border: 2px solid rgb(12, 161, 154);
  top: 705px;
  left: 337px;
}

.kansai-arrow:before {
  border-left: 5px solid rgb(12, 161, 154);
}

/** 四国 **/
.region-shikoku {
  border: 2px solid rgb(241, 161, 182);
  top: 729px;
  left: 110px;
}

.shikoku-arrow:before {
  border-left: 5px solid rgb(241, 161, 182);
}

/****************
キーワード検索
*****************/
.search-job-keyword {
  margin-top: 3.43rem;
}

.w-65.keyword-search-area {
  width: 65%;
}

/*****************
特集
******************/
.new-icon:before {
  content: 'NEW';
  padding: 3px 10px;
  background: #053769;
  color: #ffffff;
  font-size: 12px;
  margin-right: 22px;
}

.job-feature-contents {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 3.125rem;
}

.job-feature-contents > h3 {
  font-weight: bold;
  letter-spacing: 1px;
  background: #fffaee;
  padding: 0.937rem 0 0.937rem 1.875rem;
}

.job-search_feature-container.container {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px
}

.job-search_feature-col {
  margin-bottom: 2.125rem;
}

.job-feature-title {
  margin: 4.375rem 0;
}

.job-search-hospital {
  padding: 1.875rem 0 0.9375rem 0;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.job-search_feature-img {
  width: 100%;
}

.job-search-condition,
.job-search-address {
  position: relative;
  padding-left: 25px;
  letter-spacing: 1px;
}

.job-search-condition:before {
  content: url('../images/job-search_condition-icon.png');
  position: absolute;
  top: 10%;
  left: 0;
}

.job-search-address:before {
  content: url('../images/job-search_address-icon.png');
  position: absolute;
  top: 10%;
  left: 0;
}

.job-search-detail-btn {
  padding-bottom: 30px;
}

/*************************
求人の多い条件
*************************/
.recruit-condition {
  width: 57.3%;
  margin: 4.375rem auto 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.recruit-condition > h2 {
  font-weight: bold;
  letter-spacing: 1px;
  background: #fffaee;
  padding: 0.937rem 0;
  margin: 0;
}

.recruit-condition > h2:before {
  content: url('../images/job-search_more-condition-icon.png');
  margin: 0 10px 0 30px;
}

.recruit-condition_table.table {
  margin: 0;
}

.recruit-condition_table tbody th {
  padding: 1.5625rem 3rem 1.5625rem 1.875rem;
  vertical-align: middle;
}

.recruit-condition_table tbody td {
  padding: 1.5625rem 11.8rem 1.5625rem 0;
  width: 74%;
}

.recruit-condition-list ul {
  margin-bottom: 0;
}

.recruit-condition-list ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 10px;
  border: 1px solid rgb(209, 197, 180);
  background-color: #ffffff;
}

.even-row {
  background-color: rgb(252, 250, 246);
}

/** なるほどRehaLance **/
.search-job-detail.congra-job-detail__body {
  margin-top: 3.125rem;
}

/*********************
サイドメニュー
**********************/
.side-col.col-md-3 {
  padding-right: 0;
}

/** 登録案内 **/
.side-register-area {
  padding: 0 12px;
  border: 1px solid #053769;
}

.side-register-area > h4 {
  margin: 0;
  padding: 20px 0;
}

.side-register-area > h4:before {
  content: '＼';
  margin-right: 10px;
  color: #053769;
}

.side-register-area > h4:after {
  content: '／';
  color: #053769;
}

.side-privilege li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 8px;
}

.side-privilege li:before {
  position: absolute;
  left: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #053769;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.side-privilege li:nth-child(1):before {
  content: '1';
}

.side-privilege li:nth-child(2):before {
  content: '2';
}

.side-privilege li:nth-child(3):before {
  content: '3';
}

.side-register-btn-area {
  padding: 10px 0 20px 0;
}

.side-register-btn {
  position: relative;
  display: flex;
  width: 92%;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}

.side-register-btn .icon {
  max-width: 28px;
  max-height: 28px;
}

/* .side-register-btn:before {
  content: url('./images/register-white-icon.png');
  position: absolute;
  transform: scale(0.7);
  top: 0;
  left: 7px;
} */

/** おすすめのコラム **/
.side-colmun-area {
  margin-top: 1.875rem;
}

.side-colmun-area > h4 {
  padding: 10px 0;
  background-color: #053769;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

.side-colmun-area > h4:before {
  content: url('../images/search-job_colmun-icon.png');
  position: absolute;
  left: 10px;
}

.side-colmun-list {
  padding: 0 12px;
  margin: 0;
  background-color: rgb(255, 248, 250);
  
}

.side-colmun-list li {
  padding: 15px 0;
  font-weight: bold;
}

.side-colmun-list li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.side-colmun-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.side-colmun-list li a:after {
  content: '〉';
  position: absolute;
  right: 0;
}

/** お助けリンク集 **/
.side-help-area {
  margin-top: 1.875rem;
}

.side-help-area > h4 {
  padding: 10px 0;
  background-color: #053769;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.side-help-list {
  padding: 15px 12px;
  margin: 0;
  background-color: rgb(255, 248, 250);
}

.side-help-list li {
  line-height: 2;
}

/** お知らせ**/
.side-info-area {
  margin-top: 1.875rem;
}

.side-info-area > h4 {
  padding: 10px 0;
  background-color: #053769;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.side-info-list {
  padding: 0 12px;
  margin: 0;
  background-color: rgb(255, 248, 250);
}

.side-info-list li {
  padding: 20px 0;
}

.side-info-list li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.side-info-date {
  margin-bottom: 12px;
  display: inline-block;
  font-weight: bold;
}

.side-info-text {
  margin: 0;
  line-height: 1.8;
}

/** 矢印 **/
.side-help-area > h4:before,
.side-info-area > h4:before {
  content: url('../images/search-job_side-arrow.png');
  position: absolute;
  left: 0;
  top: 29%;
  height: 17px;
}

/***************************
メディアクエリ
****************************/
@media (min-width: 1200px) and (max-width: 1800px) {
  
  /** ヒーローイメージ **/
  .search-job__hero > img {
    height: 70vh;
    object-fit: cover;
  }
}

@media (max-width: 1199px) {
  
  .search-job-container .keyword-search-form {
    height: 60px;
    margin-bottom: 25px;
  }

  .search-job-data {
    height: 100%;
  }

  .search-job-data-icon-btn {
    height: 100%;
    line-height: 40px;
    padding: 0 20px 5px 20px;
  }
}

@media (max-width: 560px) {

  .search-job-container {
    width: 100% !important;
  }

  .search-job-data {
    padding: 0 1.5rem;
  }

  .search-job-container input::-webkit-input-placeholder{
    font-size: 1.2rem !important;
  }
}

@media (max-width: 600px) {

  .search-job__hero-body h1, .search-job__hero-body p {
    font-size: 1.875rem;
  }

}

@media (max-width: 450px) {

  .search-job-container .keyword-search-form {
    height: 45px;
  }

  .search-job-data {
    padding: 0 1rem;
  }

  .search-job-container input::-webkit-input-placeholder{
    font-size: 1rem !important;
  }
}

@media (max-width: 400px) {
  .search-job-container input::-webkit-input-placeholder{
    font-size: 0.865rem !important;
  }
}

@media (max-width: 380px) {
  .search-job-data-icon-btn {
    padding: 0 17px 5px 15px !important;
  }

  .search-job-data-icon-btn img {
    height: 20px !important;
  }
}

@media (max-width: 330px) {
  .search-job-data-icon-btn {
    padding: 0 12px 5px 12px !important;
  }

  .search-job-data {
    padding: 0 0.7rem;
  }
}

@media (min-width: 1200px) {
  .recruit-condition {
    width: 1100px;
  }
}

@media (max-width: 767.98px) {
  .search-job__hero-body {
    left: 3%;
    transform: translate(0, -50%);
  }

  .search-job__hero-body h1 {
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #FFF;
  }

  .search-job__hero-body p {
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #FFF;
  }
}
@media (max-width: 320px) {
  .search-job__hero > img {
    height: 30vh !important;
    object-fit: cover;
    object-position: -200px;
  }
}

@media (max-width: 767px) {
  
  .container {
    max-width: 100% !important;
  }
  
  /** ヒーローイメージ **/
  .search-job__hero > img {
    height: 20vh;
    object-fit: cover;
    object-position: 70%;
  }
  
  
  /** 検索一覧 **/
  .job-nav.nav,
  .search-job-content {
    display: none;
  }
  
  .search-job-content-sp {
    display: block;
  }
  
  .search-job-content-sp h2 {
    padding: 10px 12px;
    background-color: #053769;
  }
  
  .region-name-sp {
    background-color: #053769;
    padding: 10px 12px;
    position: relative;
  }
  
  .region-name-sp::after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-top: 12px solid #053769;
    border-right: 10px solid transparent;
    right: 15px;
    top: 15px;
  }
  
  .search-region-sp ul {
    display: none;
  }
  
  .search-region-sp ul li:first-child {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  
  .search-region-sp ul li:not(:first-child) {
    border-bottom: 1px solid #dee2e6;
  }
  
  .search-region-sp ul li {
    padding: 15px 12px;
  }
  
  .search-region-sp ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .search-region-sp ul li a:after {
    content: '〉';
    position: absolute;
    right: 0;
  }
  
  .search-near-home-btn {
    margin-top: 20px;
  }
  
  .search-near-home {
    width: auto;
    padding-left: 65px;
  }
  
  .search-near-home:before {
    transform: scale(0.8);
    top: 6px;
  }

  .search-condition-sp,
  .search-feature-sp {
    position: relative;
  }
  
  .search-condition-sp > a,
  .search-feature-sp > a {
    display: inline-block;
    width: 100%;
  }
  
  .search-condition-sp::before,
  .search-feature-sp::before {
    content: '〉';
    position: absolute;
    right: 0;
    font-size: 28px;
    color: #ffffff;
  }
  
  /** キーワード検索 **/
  .w-65.keyword-search-area {
    width: 90%;
  }
  
  /** 掲載数の多い求人の条件 **/
  .recruit-condition {
    width: 90%;
  }
  
  .recruit-condition_table tbody td {
    padding: .75rem;
    width: 62%;
  }
  
  /** サイドメニュー **/
  .side-col.col-md-3 {
    padding-right: 15px;
  }
  
  .side-privilege {
    width: 73%;
    margin: 0 auto;
  }
  
  .side-register-btn {
    width: 260px;
    /* padding-right: 20px; */
  }
  
  /* .side-register-btn:before {
    transform: scale(0.6);
    top: -4px;
  } */
  .foot-hero.background-container {
    background-image: none;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  
  .foot-hero .foot-hero__image {
    display: block !important;
  }
  
  .foot-hero__content {
    margin: 2rem;
  }
  
  .foot-hero__content h2 {
    margin-bottom: 2rem;
  }
  
  .imp__hero-body {
    left: 38% !important;
  }
}

@media (max-width: 320px) {
  
  /** 地域から検索 **/
  .search-near-home {
    width: auto;
    padding-left: 65px;
  }

  /** キーワード検索 **/
  .w-65.keyword-search-area {
    width: 100%;
  }
  
  .keyword-search-area:after {
    right: -8px;
  }
  
  .side-register-btn {
    width: 72%;
  }
  
  /** 特集から探す **/
  .new-icon:before {
    margin-right: 18px;
  }
}

/**************************************************
訪看無料相談
***************************************************/

/**********************
ヒーローイメージ
***********************/
.sup__hero {
  position: relative;
}

.sup__hero-sp {
  display: none;
}

.sup__hero-body {
  position: absolute;
  top: 60%;
  left: 23%;
  transform: translate(-50%, -50%);
}

/******************
 無料相談について
********************/
.sup__about {
  width: 57.3%;
  margin: 0 auto;
}

.sup__about > h2 {
  margin-bottom: 1.56rem;
  letter-spacing: 1.5px;
}

.sup__about > p {
  line-height: 1.75;
  letter-spacing: 0.7px;
}

.sup__about p:first-of-type {
  margin-bottom: 1.56rem;
}

/********************
転職サポート流れ
*********************/
.sup__flow {
  width: 57.3%;
  margin: 4rem auto 0 auto;
}

.sup__flow > h2 {
  padding-left: 15px;
  position: relative;
}

.v-bar:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.sup__flow-container {
  margin-top: 2.81rem;
}

.sup__flow-container.container {
  max-width: 1214px;
}

.sup__flow-col {
  border: 1px solid #e5e5e5;
  position: relative;
}

.sup__flow-col:nth-child(1) {
  margin-right: 15px;
}

.sup__flow-col:nth-child(2),
.sup__flow-col:nth-child(3) {
  margin: 0 15px;
}

.sup__flow-col:nth-child(4) {
  margin-left: 15px;
}

.sup__flow-col:nth-child(1):after,
.sup__flow-col:nth-child(2):after,
.sup__flow-col:nth-child(3):after {
  border-left: 20px solid #ff76a0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  content: "";
  position: absolute;
  left: 103%;
  top: 45%;
}

.sup__flow-col.col-md-3 {
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 22.9%;
}

.sup__flow-col > h3 {
  margin-bottom: 1.56rem;
  background-color: #053769;
  padding: 0.625rem 0;
}

.sup__flow-col > p {
  line-height: 1.73;
  margin: 0;
  padding: 0 1.56rem 1.56rem 1.56rem;
  letter-spacing: 1px;
}

.sup__flow-img {
  margin-bottom: 1.875rem;
}

.congra-flow-num {
  background: #ff76a0;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}

/*********************
許認可
**********************/
.sup__approval {
  width: 57.3%;
  margin: 6.25rem auto 0 auto;
  padding-bottom: 6.25rem;
}

.sup__approval > p {
  margin-top: 3.125rem;
}

.sup__approval > h2 {
  padding-left: 15px;
  position: relative;
}

/***************
会員登録
****************/
.pub_register-w-addjust.congra-money__register {
  width: 31%;
}

/***************
他の求人を探す
***************/
.sup__more-search {
  width: 100%;
  margin: 0 auto;
  padding: 6.25rem 0;
}

.sup__more-search > h2 {
  margin-bottom: 0;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgb(210, 210, 210);
}

.sup__more-search-body {
  margin-top: 1.875rem;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  flex-wrap: wrap;
  justify-content: space-between;
}

.sup__more-search-list {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  flex-wrap: wrap;
}


.sup__more-search-list > li {
  margin-bottom: 16px;
}

.sup__more-search-list li {
  margin-left: 0.935rem;
  margin-right: 3.43rem;
  position: relative;
  /* flex: 1; */
}

.sup__more-search-list li li {
  /* margin-right: 16px; */
  width: max-content;
}

.sup__more-search-list li:before {
  border-left: 7px solid rgb(210, 210, 210);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  top: 4px;
  left: -14px;
}

/*******************
メディアクエリ
*******************/
@media (min-width: 1200px) and (max-width: 1800px) {
  
  /** ヒーローイメージ **/
  .sup__hero > img {
    height: 70vh;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  
  .sup__about,
  .sup__flow,
  .sup__approval,
  .sup__more-search {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  
  .sup__about,
  .sup__flow,
  .sup__approval,
  .sup__more-search {
    width: 90%;
  }
  
  /** ヒーローイメージ **/
  .sup__hero > img {
    height: 45vh;
    object-fit: cover;
  }
  
  .sup__hero-body {
    top: 74%;
    left: 44%;
    width: 80%;
  }
  
  /** サポートの流れ **/
  .congra-flow-num {
    height: 21px;
    width: 22px;
  }
  
  .sup__flow-col:not(:last-child) {
    margin: 0 0 40px 0;
  }
  
  .sup__flow-col:last-child {
    margin: 0;
  }
  
  .sup__flow-col.col-md-3 {
    flex: none;
  }
  
  .sup__flow-col:nth-child(1):after,
  .sup__flow-col:nth-child(2):after,
  .sup__flow-col:nth-child(3):after {
    display: none;
  }
  
  /** 会員登録 **/
  .pub_register-w-addjust.congra-money__register {
    width: 90%;
  }
  
  .about-pub__guid-col:nth-child(3) {
    margin-bottom: 3.75rem;
  }
  
  .sup__more-search-list li li {
    margin-right: 16px;
  }
}

/*****************************************************
ご利用ガイド
******************************************************/

/***************
ヒーローイメージ
****************/
.guide__hero {
  position: relative;
}

.guide__hero-sp {
  display: none;
}

.guide__hero-body {
  position: absolute;
  top: 60%;
  left: 23%;
  transform: translate(-50%, -50%);
}

/**********************
リード
***********************/
.guide__lead {
  margin-bottom: 6.25rem;
}

.guide__lead > p {
  width: 57.3%;
  margin: 0 auto 2.5rem auto;
}

.guide__lead-col > h2 {
  margin-bottom: 2.5rem;
}

.guide__lead-col > p {
  line-height: 2.28;
}

.guide__lead-col-img > img {
  width: 100%;
}

.guide__lead-col.col-md-5 {
  padding: 0;
}

/**********************
RehaLanceを利用するメリット
***********************/
.guide__m-container {
  margin: 4.375rem 0 6.25rem 0;
}

.guide__m-container .row {
  justify-content: center;
}

.guide__m-col.col-md-6 {
  flex: 0 0 34.72%;
}

.guide__m-col > h3 {
  position: relative;
}

.guide__m-col:nth-child(1) > h3 {
  padding-left: 66px;
}

.guide__m-col:nth-child(2) > h3 {
  padding-left: 38px;
}

.guide__m-col:nth-child(1) > h3::before {
  content: url('../images/guide_merit1-logo.png');
  position: absolute;
  left: 10%;
  top: -37%;
}

.guide__m-col:nth-child(2) > h3::before {
  content: url('../images/guide_merit2-logo.png');
  position: absolute;
  left: -7%;
  top: -37%;
}

.guide__m-col:nth-child(1) {
  margin-right: 65px;
}

.guide__m-col:nth-child(2) {
  margin-left: 65px;
}

.guide__m-col > p {
  line-height: 1.7;
}

.guide__m-img {
  margin: 4.6875rem 0;
}

/*****************
RehaLance活用
******************/
.guide__step-body {
  width: 57.3%;
  margin: 4.375rem auto 6.25rem auto;
}

.sp-guide__step-body {
  display: none;
}

.guide__step-col {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.guide__step-col:not(:last-child) {
  margin-bottom: 4.375rem;
}

.guide__step {
  margin-top: 1.875rem;
}

.guide__step-title {
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 2.5rem;
}

.guide__step-title > h3 {
  position: relative;
}

.step-logo {
  position: absolute;
  top: -28px;
  left: 0;
}

.step-logo span {
  display: block;
}

.step-logo span:first-child {
  letter-spacing: 4px;
  font-weight: bold;
}

.step-logo span:last-child {
  line-height: 0.8;
}

.guide__step > p {
  line-height: 1.8;
}

.guide__step-1,
.guide__step-3 {
  margin-left: 50px;
}

.guide__step-2 {
  margin-right: 50px;
}

.guide__step-img {
  width: 83%;
}

.guide__step-img > img {
  width: 100%;
}

/*****************
祝い金贈呈
******************/
.guide__money {
  background-color: rgb(255, 248, 250);
  padding: 6.25rem 0;
}

.guide__money-col > h3 {
  margin-bottom: 4.025rem;
}

.guide__money-col > p {
  line-height: 1.714;
}

/******************
職種検索
******************/
.guide__key-search {
  width: 100%;
  margin: 6.25rem auto;
}

.guide__key-search > p {
  margin-bottom: 3.125rem;
}

.guide__key-search-body {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  flex-wrap: wrap;
}

.guide__select-area {
  width: 35%;
  margin: 0 2.8rem;
  position: relative;
}

.guide__select-area::before {
  content: '〉';
  transform: rotate(90deg);
  position: absolute;
  right: 8%;
  top: 40%;
  color: #053769;
}

.key-select-area {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding-right: 5rem;
  padding-left: 2.18rem;
  width: 100%;
  height: 75px;
  border: 1px solid #053769;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.key-select-area:focus {
  outline: 0;
}

.guide-key-search-area {
  position: relative;
}

.guide-key-search-area::before {
  position: absolute;
  content: '×';
  font-size: 30px;
  left: -13%;
  top: 20%;
}

/*******************
メディアクエリ
********************/
@media (min-width: 1200px) and (max-width: 1800px) {
  
  /** ヒーローイメージ **/
  .guide__hero > img {
    height: 70vh;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  
  .guide__lead-container.container,
  .guide__m-container.container,
  .guide__lead > p,
  .guide__step-body,
  .guide__key-search {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  
  /** ヒーローイメージ **/
  .guide__hero > img {
    height: 45vh;
    object-fit: cover;
  }
  
  .guide__hero-body {
    left: 30%;
  }
  
  /** リード **/
  .guide__lead > p {
    width: 90%;
  }
  
  .guide__lead-container.container {
    width: 90%;
  }
  
  /** メリット **/
  .guide__m-col:nth-child(1) {
    margin: 0 0 40px 0;
  }
  
  .guide__m-col:nth-child(2) {
    margin: 0;
  }
  
  .guide__m-col.col-md-6 {
    flex: initial;
  }
  
  .guide__m-col:nth-child(1) > h3::before {
    left: 19%;
    top: -78%;
    transform: scale(0.8);
  }
  
  .guide__m-col:nth-child(2) > h3::before {
    left: 4%;
    top: -70%;
    transform: scale(0.8);
  }
  
  /** 活用にするには **/
  .guide__step-body {
    display: none;
  }
  
  .sp-guide__step-body {
    display: block;
    width: 90%;
    margin: 4.375rem auto 6.25rem auto;
  }
  
  .sp-guide__step-col:not(:last-child) {
    margin-bottom: 60px;
  }
  
  .sp-guide__step-img {
    margin-bottom: 35px;
  }
  
  .sp-guide__step-img > img {
    width: 100%;
  }
  
  .step-logo {
    top: -23px;
  }
  
  /** 祝い金 **/
  .solution-img {
    margin-top: 40px;
  }
  
  /** 求人検索 **/
  .guide__key-search {
    width: 90%;
  }
  
  .guide__select-area {
    width: 80%;
    margin-bottom: 3.8rem;
  }
  
  .guide-key-search-area::before {
    left: 45%;
    top: -70%;
  }
}

@media (max-width: 320px) {
  .guide__m-col:nth-child(1) > h3::before {
    left: 15%;
  }
  
  .guide__m-col:nth-child(2) > h3::before {
    left: -2%;
  }
}

/*******************************************
job訪看
********************************************/
.colmun-icon:before {
  content: 'コラム';
  padding: 3px 10px;
  background: #053769;
  color: #ffffff;
  font-size: 12px;
  margin-right: 22px;
}

/**************
リードカラム
***************/
.med__lead-title > h1 {
  position: relative;
}

.med__lead-title > h1::before {
  content: url('../images/light-bulb-icon_pink.png');
  position: absolute;
  left: 34%;
}

.med__lead-title > span {
  width: 145px;
}

.med__lead-title > p {
  margin-top: 2.81rem;
}

.med__lead-container {
  margin-top: 5rem;
}

.med__lead-container.container {
  max-width: 1100px;
}

.med__lead-col {
  border: 1px solid #e5e5e5;
}

.med__lead-col:nth-child(1) {
  margin-right: 25px;
}

.med__lead-col:nth-child(2) {
  margin: 0 25px;
}

.med__lead-col:nth-child(3) {
  margin-left: 25px;
}

.med__lead-col.col-md-4 {
  padding: 0;
  flex: 0 0 30%;
}

.med__lead-img {
  padding: 2.5rem 3.437rem;
}

.med__lead-text-area {
  padding: 0 1.56rem 2.18rem 1.56rem;
}

.med__lead-text-area > span {
  display: block;
  position: relative;
}

.med__lead-text-area .colmun-icon:before {
  position: absolute;
  margin: 0;
  left: 0;
}

.med__lead-text-area > h2 {
  margin-top: 1.25rem;
  line-height: 1.555;
  font-weight: bold;
}

/*****************
アンダーエリア
******************/
.med-under__container {
  margin-top: 3.125rem;
}

.med-under__container.container {
  max-width: 1100px;
}

/** サイドエリア **/
.med-side__col.col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.med-side__col-area.side-colmun-area {
  margin-top: 0;
}

.med-side__reg-area {
  margin-top: 1.875rem;
}

.med-side__info-list {
  font-weight: bold;
}

.med-side__info-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 58px;
  padding-right: 28px;
}

.med-side__info-list li a::before {
  position: absolute;
  left: 0;
  top: 30%;
}

.med-side__info-list li:nth-child(1) a::before {
  content: url('../images/med_rank1.png');
}

.med-side__info-list li:nth-child(2) a::before {
  content: url('../images/med_rank2.png');
}

.med-side__info-list li:nth-child(3) a::before {
  content: url('../images/med_rank3.png');
}

.med-side__info-list li:nth-child(4) a::before,
.med-side__info-list li:nth-child(5) a::before {
  content: 'PR';
  color: #ffffff;
  padding: 3px 11px;
  border-radius: 5px;
  background-color: rgb(255, 124, 164);
}

.med-side__info-list li a:after {
  content: '〉';
  position: absolute;
  right: 0;
  top: 35%;
}

.med-side__search {
  margin-top: 1.875rem;
}

.med-side__search .form-control {
  margin-right: 10px;
}

.med-side__search span button {
  background-color: rgb(248, 248, 248);
  border: 1px solid #e5e5e5;
  font-weight: bold;
}

/** メインエリア **/
.med-main__col.col-md-9 {
  padding-left: 40px;
  padding-right: 0;
}

.med-main__container {
  border: 1px solid #e5e5e5;
}

.med-main__container.container {
  padding: 1.875rem 1.875rem 6.25rem 1.875rem;
}

.med-main__row:not(:last-child) {
  margin-bottom: 3.125rem;
}

.med-main__text > h2 {
  margin: 1.5625rem 0;
  line-height: 1.555;
  font-weight: bold;
}

.med-main__text > p {
  line-height: 1.71;
}

/** ページボタン  **/
.med-main__page-btn {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  justify-content: center;
  margin: 40px 0 0 0;
}

.med-main__page-btn > li > a {
  padding: 15px;
  border: 1px solid #e5e5e5;
  line-height: 0.8;
  display: inline-block;
}

.med-main__page-btn > li:not(:last-child) {
  margin-right: 10px;
}

.med-active {
  background-color: #053769;
  color: #ffffff;
}

.med-main__text-style {
  margin-top: 5rem;
  line-height: 1.714;
}

.med-main__contact.contact-btn-area {
  margin-top: 4.375rem;
}

.congra-money__register.med-main__contact-register {
  width: 42%;
}

/*******************
メディアクエリ
********************/

@media (min-width: 480px) {
  
  /** ヘッダー **/
  .med-head.header-container {
    position: static;
  }
}

@media (max-width: 480px) {
  
  /** タイトル **/
  .med__lead-title > h1::before {
    left: 7%;
  }
  
  /*** リードカラム **/
  .med__lead-container.container {
    width: 80%;
    margin: 5rem auto 0 auto;
  }
  
  .med__lead-col:not(:last-child) {
    margin: 0 0 40px 0;
  }
  
  .med__lead-col:last-child {
    margin: 0;
  }
  
  .med__lead-col.col-md-4 {
    flex: initial;
  }
  
  /*** サイドカラム ***/
  .med-side__col.col-md-3 {
    width: 90%;
    margin: 0 auto;
  }
  
  /** メインカラム **/
  .med-main__col.col-md-9 {
    width: 90%;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  
  .congra-money__register.med-main__contact-register {
    width: 82%;
  }
}

@media (max-width: 320px) {
  
  /** タイトル **/
  .med__lead-title > h1::before {
    display: none;
  }
}

/*************************************************
プライバシーポリシー
**************************************************/

/***************
共通コンテナー
****************/
.pri-container {
  width: 57.3%;
  margin: 0 auto 3.75rem auto;
  border: 2px solid #e5e5e5;
}

.pri-container > h2 {
  padding: 0.625rem 1.25rem;
  border-bottom: 4px solid #053769;
  margin-bottom: 0.625rem;
  font-weight: bold;
}

.pri-container__body {
  padding: 0 1.25rem 1.875rem 1.25rem;
}

.pri-container__col > h3 {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

.pri-container__col > h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.pri-container__col > ol {
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}

.pri-container__col > ol > li {
  margin-bottom: 5px;
}

.paren {
  counter-reset: item;
  padding-left: 1rem;
}

.paren > li::before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

.paren > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-bottom: 5px;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .pri-container {
    width: 1100px;
  }
}

@media (min-width: 480px) {
  
  /***************
  ヘッダー
  ***************/
  .pri-head.header-container {
    position: static;
  }
}

@media (max-width: 480px) {
  .pri-head-title {
    width: 90%;
    margin: 0 auto;
  }
  
  .pri-container {
    width: 90%;
  }
}

/***********************************************
お知らせ一覧
************************************************/
.note-common-icon::before {
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-right: 22px;
  padding: 3px 10px;
  background: #053769;
}

.note-press-icon::before {
  content: 'プレスリリース'
}

.note-info-icon::before {
  content: 'お知らせ'
}

/**********
コンテナー
***********/
.note-container {
  width: 57.3%;
  margin: 0 auto 3.75rem auto;
  border: 2px solid #e5e5e5;
}

.note-container__list {
  margin-bottom: 0;
}

.note-container__list > li {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 1.56rem 2.37rem;
}

.note-container__list > li:nth-child(even) {
  background-color: #fbfbfb;
}

.note-container__list > li:hover {
  background-color: rgb(255, 248, 250);
}

.note-container__img {
  margin-right: 1.25rem;
}

.note-container__info > a {
  display: block;
  margin-top: 0.5rem;
}

.note__page-btn {
  margin-bottom: 4.375rem;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .note-container {
    width: 1100px;
  }
}

@media (min-width: 480px) {
  
  /***********
  ヘッダー
  ***********/
  .note-head.header-container {
    position: fixed;
  }
}

@media (max-width: 480px) {
  .note-container {
    width: 90%;
  }
}


/*************************************************
お知らせ一覧詳細
**************************************************/
.note-d-icon {
  display: block;
  position: relative;
}

.note-d-icon.note-common-icon::before {
  position: absolute;
  margin-right: 0;
  left: 0;
  font-size: 0.937rem;
}

/*****************
コンテナー
******************/
.note-d-container {
  width: 57.3%;
  margin: 0 auto 3.75rem auto;
  border: 2px solid #e5e5e5;
  padding: 1.56rem 2.5rem;
}

.note-d-container > h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.notice-d-title {
  padding-bottom: 1.56rem;
}

.notice-bar {
  border-bottom: 1px solid #e5e5e5
}

.notice-d-title > h2 {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.notice-d-title > h2::before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: -moz-linear-gradient(top, #053769 24%, #053769 100%);
  background: -webkit-linear-gradient(top, #053769 24%, #053769 100%);
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.note-d-col {
  margin-bottom: 40px;
}

.sns-btn {
  width: 6%;
  display: inline-block;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .note-d-container {
    width: 1100px;
  }
  
  .foot-hero .foot-hero__content {
    margin: 5rem 3rem;
  }
  
  .foot-hero .foot-hero__content h2 {
    margin-bottom: 4rem
  }
  
}

@media (max-width: 480px) {
  .note-d-container {
    width: 90%;
  }
  
  .sns-btn {
    width: 13%;
  }
}

/**************************************************
訪看が大切にしていること
***************************************************/

/**********************
ヒーローイメージ
***********************/
.imp__hero-body {
  position: absolute;
  top: 60%;
  left: 28%;
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .imp__hero-body {
    left: 38%;
  }
}

/**********************
RehaLanceへの想い
***********************/
.imp_about,
.imp_search {
  margin: 0 auto;
}

.imp_about > h1 {
  margin: 4.375rem 0 3.125rem;
  position: relative;
  padding-left: 15px;
  line-height: 1.091;
}

.imp_about > p {
  line-height: 1.75;
}

.imp_about > h1:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.imp__signature {
  line-height: 2;
}

.imp__text-area {
  margin: 3.25rem 0 1.75rem;
}

.imp__text-area p {
  line-height: 1.714;
}

/**********************
求人検索
***********************/
.imp_search {
  margin: 6.25rem auto;
}

.imp_search > div > p {
  margin-bottom: 1.85rem;
}

.select-occupations-area {
  display: inline-block;
}

.select-occupations {
  display: inline-block;
  border-width: 1px;
  border-color: #053769;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 24.25rem;
  border-radius: 40px;
  padding: 1.875rem 5rem 1.875rem 2.18rem;
}

.select-occupations :after {
  position: absolute;
  content: url('../images/select-icon.png');
  right: 14px;
  top: 14px;
  cursor: pointer;
  padding: 15px;
}

.imp__job-detail {
  margin: 6.25rem auto 0;
}

.imp__keyword-search-area {
  display: inline-block;
}

.imp__keyword-search {
  position: relative;
  border-radius: 40px;
  padding: 1.875rem 5rem 1.875rem 2.18rem;
  width: 100%;
  border: 1px solid rgb(125, 125, 125);
  background: linear-gradient(90deg, rgb(253, 243, 246) 0%, rgb(253, 243, 246) 87%, #053769 87%, #053769 100%);
}

.search-area {
  padding: 0 2.8125rem;
}

.mark-times {
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.067;
  display: inline-block;
  font-size: 1.875rem;
  width: 6.25rem;
  text-align: center;
}

/**********************
メディアクエリ
***********************/
@media (min-width: 1200px) {
  
  .imp_about,
  .imp_search {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  
  .imp_about,
  .imp_search {
    width: 90%;
  }
}

/**************************************************
フリーランス・副業で働きたい方向けのログイン画面
***************************************************/
.sign-in__top,
.recruitment-step {
  width: 57.3%;
  margin: 0 auto;
}

.sign-in__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.head-main {
  width: 100%;
  display: table;
  font-weight: bold;
  border-bottom: 4px solid #053769;
  padding: 10px 20px;
  box-sizing: border-box;
}

.form-block {
  margin-top: 1.875rem;
  padding: 0 1.25rem;
}

.table-gray {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  line-height: 1.8;
}

.form-block th {
  background: #f9f9f9;
}

.form-block th,
.form-block td {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: left;
  padding: 13px 20px;
  line-height: 1.8;
}

.form-block th {
  width: 30%;
}

.login-form {
  line-height: 22px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  padding: 8px;
}

.login-form-area {
  margin: 0 0 15px 0;
}

.mail-form {
  width: 65%;
}

.pass-form {
  width: 65%;
}

.unregistered-area {
  margin-top: 30px;
  padding: 0 20px;
}

.btn-sign-in-area {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.btn-sign-in {
  width: 17.5rem;
  padding: 0.875rem;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #444444 !important;
  text-align: center;
  box-sizing: border-box;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
}

.head-nav a:hover,
.h-sidebar ul li a:hover,
.h-decision-button-read:hover,
.h-decision-button-read-5:hover,
.h-back-btn-1:hover {
  text-decoration: none !important;
}

a.btn-sign-in:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

.contact:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.head-nav a:hover {
  color: #053769 !important;
  text-decoration: none !important;
}

.btn-login {
  width: 15rem;
  padding: 14px 0;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  border-radius: 4px;
  margin-bottom: 0.625rem;
}

.recruitment-step {
  padding: 45px 0 60px;
}

.border-gray {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 2.8125rem;
}

/**************************************************
採用管理画面口
***************************************************/
.back-color-ateneo-blue {
  background: #053769;
}

.header-icon {
  margin: 10px;
}

.c-login-form-area {
  padding: 2.5rem;
  margin: 20px auto;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px;
  display: block;
}

.c-heading {
  font-weight: 700;
  line-height: 1.45455;
  word-break: break-word;
  text-align: center;
}

.c-text-field {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  color: rgb(55, 71, 79);
  font-weight: 400;
  height: 2.375rem;
  line-height: normal;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(176, 190, 197);
  border-image: initial;
  border-radius: 3px;
  padding: 0 15px;
}

.c-login-form {
  background-color: #fff;
  border: 1px solid #b0bec5;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3);
  color: #37474f;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: normal;
  padding: 0 15px;
  width: 100%;
}

.c-login-form__foot {
  margin: 30px 0 0;
  text-align: center;
}

.login-btn {
  width: 12.5rem;
  margin: 1.875rem 0 0;
  text-align: center;
  padding: 16px 20px;
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  border: none;
  color: #ffffff !important;
  margin: 0 auto;
  cursor: pointer;
  display: table;
  font-weight: 700;
  line-height: 1.42857;
  border-radius: 3px;
}

.c-login-form__help {
  line-height: 1.42857;
  margin: 1.25rem;
}

.u-fw-bold {
  font-weight: 700;
}

.c-guide-panel__detail {
  margin: auto;
  width: 15rem;
}

.c-guide-panel__item {
  text-align: center;
}

.c-button-secondary {
  background-color: #3c78c3;
  background-image: none;
  border: 1px solid #3163a2;
  color: #fff;
  cursor: pointer;
  display: table;
  font-weight: 700;
  line-height: 1.42857;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.c-guide-panel__title {
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 20px;
}

.c-guid-panel-second {
  margin-top: 2.5rem;
}


.c-table,
.c-form th,
.c-form td {
  border: none;
}

.c-form th {
  background-color: white;
}

.c-table {
  margin: 0 auto;
}

/*********************
メディアクエリ
**********************/

@media (min-width: 1200px) {
  
  .sign-in__top,
  .recruitment-step {
    width: 1100px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  
  .sign-in__top,
  .recruitment-step {
    width: 90%;
  }
  
  .sign-in__top {
    /*padding-top: 8rem;*/
  }
  
  .form-block th,
  .form-block td {
    display: block;
    width: 100%;
  }
  
  .mail-form,
  .pass-form {
    width: 100%;
  }
  
  .c-login-form-area {
    padding: 20px 0px;
  }
}

/**************************************
各記事詳細ページ
***************************************/
/******* メインカラム ********/
.med-d-main__container {
  border: 1px solid #e5e5e5;
  padding-bottom: 3.125rem;
}

.med-d-main__col {
  padding: 1.875rem 1.875rem 0 1.875rem;
}

.med-d-main__col > h2,
.med-d-main__col > h3 {
  line-height: 1.5;
}

.med-d-main__col > p {
  line-height: 1.71;
  margin-bottom: 2.81rem;
}

.med-d-date {
  display: inline-block;
  margin-bottom: 1rem;
}

.med-d-main__sns {
  padding: 2.5rem 8.125rem;
  background-color: rgb(255, 248, 250);
  position: relative;
}

.med-d-main__twitter {
  position: absolute;
  right: 18%;
  top: 35%;
}

.med-d-main__img {
  padding: 3.25rem 11.5rem;
}

.med-d-main__link > h2 {
  padding: 0.937rem 1.875rem;
  font-weight: bold;
  background-color: rgb(255, 248, 250);
  margin-top: 3.125rem;
  margin-bottom: 0;
}

.med-d-main__link > ul {
  padding: 0 1.875rem;
  margin-bottom: 0;
}

.med-d-main__link > ul > li {
  padding: 1.56rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.med-d-main__to-top {
  display: block;
  margin-top: 1.25rem;
  position: relative;
  padding-right: 23px;
}

.med-d-main__to-top:before {
  background: #053769;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.med-d-main__to-top:after {
  display: block;
  content: "";
  position: absolute;
  top: 62%;
  right: 3px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

/****** 新着求人 *********/
.med-d-rec {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  margin: 4.68rem auto 0 auto;
}

.med-d-rec > h3 {
  padding: 0.937rem 0 0.937rem 1.875rem;
  background-color: #fffaee;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.med-d-rec__container.container {
  max-width: 1100px;
}

.med-d-rec__col {
  margin-bottom: 2.125rem;
}

/************************
メディアクエリ
*************************/
@media (min-width: 1200px) {
  .med-d-rec {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  .med-d-main__sns {
    padding: 2.5rem 1.125rem;
  }
  
  .med-d-main__twitter {
    right: 8%;
    top: 31%;
  }
  
  .med-d-main__img {
    padding: 2.25rem 1.5rem;
  }
  
  .med-d-rec {
    width: 90%;
  }
}

@media (max-width: 320px) {
  .med-d-main__sns {
    padding-bottom: 5rem;
  }
  
  .med-d-main__twitter {
    right: 40%;
    top: 55%;
  }
}


/*******************************************
選択職種の求人一覧ページ
********************************************/

/****** メインカラム **********/
.j-list-main__condition {
  border: 1px solid #e5e5e5;
  border-top: 8px solid #053769;
  border-radius: 5px;
}

.j-list-main__condition > li {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  justify-content: space-between;
  padding: 1.75rem 0 1.75rem 4rem;
}

.j-list-main__condition > li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.find-region,
.find-condition,
.find-feature {
  position: relative;
}

.find-region:before,
.find-condition:before,
.find-feature:before {
  position: absolute;
  left: -35px;
}

.find-region:before {
  content: url('../images/region-icon.png');
}

.find-condition:before {
  content: url('../images/condition-icon.png');
}

.find-feature:before {
  content: url('../images/feature-icon.png')
}

.j-list__other-opt > span {
  position: relative;
}

.j-list__other-opt > span:nth-child(1) {
  padding-right: 1.875rem;
}

.j-list__other-opt > span:nth-child(2),
.j-list__other-opt > span:nth-child(3) {
  padding: 0 1.875rem;
}

.j-list-bar > span:not(:last-child) {
  content: '|';
  color: #053769;
  position: absolute;
  right: 0;
}

.j-list__rec-btn {
  margin: 3.125rem 0;
  display: flex;
  justify-content: space-between;
}

.j-list__rec-btn > a {
  padding: 14px 40px 14px 89px;
  position: relative;
}

.j-list__rec-btn > a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 33px;
  height: 31px;
  background-image: url('../images/mail-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/********* 求人一覧 ************/
.j-list-card {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
  margin-top: 1.875rem;
}

.j-list-card > h2 {
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
}

.j-list__job-num {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: 6.25rem;
}

.j-list-hos-name {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.j-list__card-col.col-md-6 {
  padding-left: 0;
}

.offer-num {
  line-height: 1;
}

.j-list__job-btn {
  padding: 15px;
  border: solid 1px #053769;
}

.j-list__job-btn:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

.j-list__job-btn:nth-of-type(2) {
  border-radius: 0 5px 5px 0;
}


.j-list-active {
  border: none;
  background-color: #053769;
  color: #ffffff !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

.j-list__items li {
  padding: 5px 12px;
  background-color: rgb(229, 229, 229);
  margin: 2px 0;
}

.j-list__table tbody th {
  width: 27%;
  position: relative;
}

.j-list__table tbody th,
.j-list__table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.j-list__table tr:last-child th,
.j-list__table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

.j-list-money,
.j-list-hospital,
.j-list-address {
  position: relative;
}

.j-list-money:before {
  content: url(../images/money-icon.png);
  position: absolute;
  top: 21%;
  left: 0;
}

.j-list-hospital:before {
  content: url(../images/hospital-icon.png);
  position: absolute;
  top: 11%;
  left: 0;
}

.j-list-address:before {
  content: url(../images/job-search_address-icon.png);
  position: absolute;
  top: 14%;
  left: 0;
}


/********** ボタン ***********/
.sp-j-list__btn-area {
  display: none;
}

.j-list__keep-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 25px 0 0 25px;
  padding: 5px 0;
  width: 50%;
  vertical-align: middle;
}

.j-list__keep-btn:before {
  content: url(../images/head_keep-icon.png);
  position: absolute;
  left: 22%;
  top: 28%;
}

.j-list__det-btn {
  display: inline-block;
  width: 49%;
  padding: 15px 0;
  border-radius: 0 25px 25px 0;
  vertical-align: middle;
  padding-left: 120px;
  position: relative;
}

.j-list__det-btn:before {
  content: url(../images/note-icon.png);
  position: absolute;
  left: 20%;
}

.j-list__keep-btn > span {
  display: block;
}

/*********** 会員登録メリット **********/
.j-list__merit {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 2.5rem 4.1rem;
  margin-top: 6.25rem;
}

.j-list__merit-each-num {
  background: #ff76a0;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}

.j-list__merit > h2 {
  margin-bottom: 2.81rem;
}

.j-list__merit-num {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #ff76a0;
  color: #ffffff;
  display: inline-block;
}

.j-list__merit-row {
  justify-content: space-between;
}

/*.j-list__merit-col.col-md-6 {
  flex: 0 0 46%;
}*/

.j-list__merit-col > p {
  line-height: 1.71;
}

.j-list__merit-img {
  padding: 1.25rem 0;
}

.j-list__register.congra-money__register {
  width: 50%;
}

.j-list__btn-area {
  margin-top: 3.75rem;
}

/********** 特集から探す **********/
.j-list__find {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 4.37rem;
}

.j-list__find > h3 {
  font-weight: bold;
  letter-spacing: 1px;
  background: #fffaee;
  padding: 0.937rem 0 0.937rem 3.875rem;
  margin-bottom: 0;
  position: relative;
}

.j-list__find > h3:before {
  content: url(../images/page-icon.png);
  position: absolute;
  left: 4%;
}

.j-list__find-job {
  display: inline-block;
  width: 49%;
}

.j-list__find-job > a {
  padding: 1.56rem 0 1.56rem 1.875rem;
  display: inline-block;
  width: 100%;
}

.j-list__find-job:nth-of-type(1) {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.j-list__find-job:nth-of-type(2) {
  border-bottom: 1px solid #e5e5e5;
}

.j-list__find-job:nth-of-type(3) {
  border-right: 1px solid #e5e5e5;
}

/********* 求人の多い条件 *********/
.j-list__condition .list-inline-item:not(:last-child) {
  margin-right: 2.5rem;
}

.j-list__condition > h3 {
  margin-bottom: 1.875rem;
}

/********* なるほど！新着記事 ************/
.j-list__new-art.congra-job-detail__body {
  margin-bottom: 0;
}

/************************
サイドメニュー
*************************/
.j-list__side-col.col-md-3 {
  padding-right: 0;
}

.j-list__side-col > a {
  position: relative;
}

.j-list__side-col > a:before {
  position: absolute;
  content: url('../images/region-icon_bold.png');
  left: 20px;
}

.find-map-btn {
  padding: 15px 40px 15px 40px;
  border: 1px solid #053769;
  border-radius: 5px;
  display: block;
}

/***********************
メディアクエリ
***********************/
@media (max-width: 480px) {
  
  .find-region:before,
  .find-condition:before,
  .find-feature:before {
    display: none;
  }
  
  .j-list__card-col.col-md-6 {
    padding-right: 0;
  }
  
  .j-list__card-col-r.col-md-6 {
    padding: 0;
  }
  
  .j-list-main__condition > li {
    padding: 1.75rem 0 1.75rem 1rem;
  }
  
  .j-list__keep-btn,
  .j-list__det-btn {
    display: none;
  }
  
  .sp-j-list__btn-area {
    display: block;
  }
  
  .sp-j-list__det-btn {
    display: block;
    padding: 14px 0;
    margin-top: 20px;
    padding-left: 100px;
    position: relative;
  }
  
  .sp-j-list__det-btn:before {
    content: url(../images/note-icon.png);
    position: absolute;
    left: 15%;
    top: 20%;
  }
  
  .sp-j-list__keep-btn {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-top: 20px;
    position: relative;
  }
  
  .sp-j-list__keep-btn:before {
    content: url(../images/head_keep-icon.png);
    position: absolute;
    left: 16%;
    top: 28%;
  }
  
  .sp-j-list__keep-btn > span {
    display: block;
  }
  
  /********* メリット **********/
  .j-list__merit-col.col-md-6 {
    flex: initial;
  }
  
  .j-list__merit-col > h3 {
    text-align: center;
  }
  
  .j-list__merit-each-num {
    height: 20px;
    width: 20px;
  }
  
  .j-list__merit-num {
    width: 30px;
    height: 30px;
  }
  
  .j-list__merit {
    padding: 2.5rem 0;
  }
  
  .j-list__register.congra-money__register {
    width: 83%;
  }
  
  /*******************
  サイドメニュー
  *******************/
  .j-list__side-col.col-md-3 {
    padding-left: 0;
    width: 90%;
    margin: 3rem auto 0 auto;
  }
}


@media (max-width: 480px) {

  .j-list__rec-btn {
    justify-content: center;
  }

  .j-list__rec-btn > a {
    padding: 10px 20px 10px 60px;
    text-align: end;
  }
  
  .j-list__rec-btn > a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 30px;
    height: 25px;
    background-image: url('../images/mail-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
}

@media (max-width: 420px) {
  .j-list__offer-num > span:last-child {
    display: block !important;
  }

}

@media (max-width: 380px) {
  .j-list__rec-btn > a {
    padding: 14px 14px 14px 14px;
    font-size: 15px;
  }
  
  .j-list__rec-btn > a:before {
    display: none;
  }
  
  .sp-j-list__det-btn {
    padding-left: 77px;
  }

  .j-list__job-num > .pt-3 {
    display: flex;
    flex-direction: column;
  }
}

/*************************************************
求人詳細
**************************************************/
#update {

}

.job-icon {
  padding: 5px 12px;
  background-color: rgb(229, 229, 229);
  display: inline-block;
  margin: 3px 3px;
}

/****** 詳細カード ********/
.j-dtl__card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem 1.875rem 6rem 1.875rem;
}

.j-dtl__col-l.col-md-5 {
  padding-left: 0;
}

.j-dtl__table tbody th {
  background-color: rgb(252, 250, 246);
  vertical-align: middle;
  width: 25%;
  position: relative;
}

.j-dtl__table tbody td {
  padding-left: 20px;
}

.j-dtl__table tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

/*** ↓　ヘッドテーブルのみ ****/
.j-dtl__table-head tbody th {
  padding-left: 3rem;
}

.j-dtl__table-head tbody th:before {
  position: absolute;
}

.j-dtl__table-head tbody tr:nth-of-type(1) th:before,
.j-dtl__table-head tbody tr:nth-of-type(2) th:before {
  content: url('../images/money-icon_black.png');
  left: 1rem;
}

.j-dtl__table-head tbody tr:nth-of-type(3) th:before {
  content: url('../images/address-icon_black.png');
  left: 1.1rem;
}

.googlemap {
  background-color: rgb(238, 238, 238);
  padding: 6rem;
  margin: 1.87rem 0;
}

/******* ボタン *********/
.sp-j-dtl__btn-area {
  display: none;
}

.j-dtl__btn-area {
  position: relative;
}

.j-dtl__keep-btn {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  border-radius: 25px 0 0 25px;
  width: 36%;
  vertical-align: middle;
}

.j-dtl__keep-btn:before {
  /* content: url(../images/head_keep-icon.png); */
  content: none;
  position: absolute;
  left: 22%;
  top: 28%;
}

.j-dtl__app-btn {
  display: inline-block;
  width: 36%;
  padding: 15px 0;
  border-radius: 0 25px 25px 0;
  vertical-align: middle;
  position: relative;
}

.j-dtl__app-btn:before {
  /* content: url(../images/check-icon.png); */
  content: none;
  position: absolute;
  left: 22%;
  top: 28%;
}

.j-dtl__app-btn > span {
  display: block;
}

.balloon-area {
  position: absolute;
  left: 23%;
  top: 69%;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background-color: #053769;
  border-radius: 5px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-bottom: 6px solid #053769;
}

.balloon p {
  margin: 0;
  padding: 0;
}

/********************
メインカラム
*********************/
.j-dtl__container.container {
  max-width: 1100px;
  margin-top: 1.875rem;
}

/***** メインカード　*****/
.j-dtl-main__card {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem 1.875rem 6rem 1.875rem;
}

.j-dtl-main__card > h2 {
  margin-bottom: 1.875rem;
}

.j-dtl-main__card > p {
  line-height: 1.71;
  margin-bottom: 1.875rem;
}

.p-chg tbody th {
  padding-left: 1rem;
}

.w-chg.j-dtl__keep-btn,
.w-chg.j-dtl__app-btn {
  width: 49%;
}

.w-chg.balloon-area {
  left: 12%;
}

.w-chg.j-dtl__btn-area {
  margin-bottom: 80px;
}

/********** Q and A ****************/
.j-dtl-main__ques-card {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem 0 3rem 0;
  margin-top: 4.375rem;
}

.j-dtl-main__ques dt {
  padding: 2.5rem 4.68rem;
  position: relative;
}

.j-dtl-main__ques dt:before {
  content: url('../images/ques-icon.png');
  position: absolute;
  left: 4%;
  top: 34%;
}

.j-dtl-main__ques dd {
  padding: 2.18rem 4.68rem 1.875rem 4.68rem;
  background-color: rgb(255, 248, 250);
  position: relative;
}

.j-dtl-main__ques dd:before {
  content: url('../images/ans-icon.png');
  position: absolute;
  left: 4%;
  top: 18%;
}

.j-dtl-main__ques dd p:first-child {
  margin-bottom: 1.25rem;
}

.j-dtl-main__ques dd p:last-child {
  line-height: 1.71;
}

.j-dtl-main__ques-btn {
  padding: 0 1.875rem;
}

.j-dtl-main__tel-btn {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  margin-top: 8rem;
}

.j-dtl__tel-btn.about-pub__guid-tel {
  position: relative;
  padding: 8px 79px;
  width: 67%;
  max-width: 100%;
  white-space: nowrap;
}

/********* 他の求人検索バナー　***********/
.other-job {
  padding: 1.25rem 0;
  margin: 4.375rem 0;
  border-top: 3px solid #053769;
  border-bottom: 3px solid #053769;
  position: relative;
}

.other-job:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.other-job:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #053769;
  z-index: 1;
}

/********** 他の都道府県 ************/
.j-dtl__prefe {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 57.3%;
  margin: 3.12rem auto 0 auto;
}

.j-dtl__prefe > h3 {
  padding: 0.937rem 0 0.937rem 4.06rem;
  background-color: #fffaee;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}

.j-dtl__prefe > h3:before {
  content: url('../images/address-icon_brown.png');
  position: absolute;
  left: 3%;
}

.j-dtl__prefe > ul {
  margin: 1.875rem 0;
  padding-left: 1.875rem;
}

/*******************
サイドエリア
********************/
.j-dtl__side-hos {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  aspect-ratio: 1.4;
}

.j-dtl__side-salary {
  position: relative;
  padding-left: 30px;
}

.j-dtl__side-salary:before {
  content: url('../images/money-icon_pink.png');
  position: absolute;
  left: 0;
}

/********************
メディアクエリ
*********************/
@media (min-width: 1200px) {
  
  .j-dtl__card,
  #update,
  .j-dtl__prefe {
    width: 1100px;
  }
  
  .j-dtl__container.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  
  .j-dtl__card,
  #update {
    width: 100%;
  }
  
  .j-dtl__col-l.col-md-5 {
    padding-right: 0;
  }
  
  .j-dtl__col-r.col-md-7 {
    padding: 0;
  }
  
  .j-dtl__table tbody th,
  .j-dtl__table tbody td {
    display: block;
    width: 100%;
  }
 
  /******* ボタン **********/
  .j-dtl__btn-area {
    display: none;
  }
  
  .sp-j-dtl__btn-area {
    display: block;
    position: relative;
  }
  
  .sp-j-dtl__app-btn {
    display: block;
    padding: 15px 0;
    position: relative;
    margin-top: 20px;
  }
  
  .sp-j-dtl__app-btn:before {
    /* content: url(../images/check-icon.png); */
    content: none;
    position: absolute;
    left: 20%;
    top: 21%;
  }
  
  .sp-j-dtl__app-btn span {
    display: block;
  }
  
  .sp-j-dtl__keep-btn {
    display: block;
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: 20px;
  }
  
  .sp-j-dtl__keep-btn:before {
    /* content: url(../images/head_keep-icon.png); */
    content: none;
    position: absolute;
    left: 22%;
    top: 28%;
  }
  
  .balloon-area {
    top: 85%;
  }
  
  /**************
  メインエリア
  *************/
  .j-dtl-main__l.col-md-9 {
    width: 100%;
    margin: 0 auto;
  }
  
  .j-dtl-main__tel-btn {
    flex-wrap: wrap;
  }
  
  .sp-btn-mrg {
    margin-bottom: 6rem;
  }
  
  /**** よくある質問 ****/
  .j-dtl-main__ques dt:before {
    top: 26%;
  }
  
  .j-dtl-main__ques dd:before {
    top: 9%;
  }
  
  .j-dtl__tel-btn.about-pub__guid-tel {
    padding: 0 10px;
    width: 100%;
  }
  
  /************
  サイドエリア
  **************/
  .j-dtl-side_col.col-md-3 {
    width: 90%;
    margin: 4rem auto 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  
  /****************
  近隣都道府県検索
  *****************/
  .j-dtl__prefe {
    width: 90%;
  }
}

@media (max-width: 320px) {
  .googlemap {
    padding: 4rem;
  }
}

/*********************************************************
地図からの求人検索
**********************************************************/

/****** タイトル ********/
.f-map-title span {
  width: 145px;
}

.f-map-find {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.f-map-find__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 10px 52px;
}

.f-map-find__btn:before {
  content: url(../images/search-icon.png);
  left: 22px;
  top: 11px;
  position: absolute;
}

/********* 検索エリア ***********/
.f-map-select {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 3.75rem;
  background-color: rgb(255, 248, 250);
  margin-top: 1.25rem;
  position: relative;
}

.f-map-select:before {
  content: '×';
  position: absolute;
  font-size: 30px;
  left: 49%;
  top: 28%;
}

.f-map-select__area.guide__select-area {
  width: 45%;
  margin: 0;
}

.f-map-select__choice.key-select-area {
  padding: 1.25rem 5rem 1.25rem 2.18rem;
}

/******** googleMap **********/
.f-map-google {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 1.25rem;
  margin: 3.125rem 0;
}

.f-map-google__map {
  background-color: rgb(238, 238, 238);
  height: 740px;
  padding-top: 370px;
}

/******** キーワードで探す *************/
.f-map-keyword.congra-money-keyword {
  margin: 3.125rem 0 0 0;
}

.f-map-keyword .keyword-search-area {
  width: 70%;
}

/*********************
サイドエリア
*********************/
.f-map-side-col.col-md-3 {
  padding-right: 0
}

/**************************
メディアクエリ
**************************/
@media (max-width: 480px) {
  .f-map-find {
    display: block;
  }
  
  .f-map-find__btn:before {
    left: 16px;
    top: 6px;
  }
  
  .f-map-find__btn {
    width: 82%;
  }
  
  .f-map-find__btn-area {
    text-align: center;
    margin-top: 20px;
  }
  
  .f-map-select__area.guide__select-area {
    width: 100%;
  }
  
  .f-map-select .f-map-select__area:first-child {
    margin-bottom: 40px;
  }
  
  .f-map-select:before {
    top: 34%;
  }
  
  .f-map-keyword .keyword-search-area {
    width: 100%;
  }
  
  .f-map-side-col.col-md-3 {
    padding-left: 0;
    margin: 4rem auto 0 auto;
    width: 90%;
  }
}

@media (max-width: 320px) {
  .f-map-find__btn {
    width: 98%;
  }
}

/**************************************************
ヘルプ・お問い合わせ
***************************************************/
/**********************
よくあるお問い合わせ一覧
***********************/
.inq__title {
  text-align: center;
  margin-top: 4.375rem;
}

.inq__title > h3 {
  line-height: 0.892;
}

.inq__hr-line {
  display: table;
  text-align: center;
  white-space: nowrap;
  margin: 1.4375rem auto 2.8125rem;
}

.inq__hr-line:before,
.inq__hr-line:after {
  content: "";
  display: inline-block;
  width: 2.8125rem;
  height: 0.1875rem;
  margin: 0 1.4375rem;
  background-color: #333;
  vertical-align: middle;
  line-height: 1.778;
}

.inq__container,
.inquires_btn {
  padding: 0 !important;
}

.inquires_btn {
  text-align: center;
  margin-bottom: 1.875rem;
  line-height: 1.273;
}

.inquires_btn a {
  position: relative;
  color: #000000;
}

.inquires_btn a:before {
  position: absolute;
  top: 24%;
  left: 7%;
}

.inquires_btn a:after {
  content: url('../images/icon_select.png');
  position: absolute;
  right: 7%;
}

.inq__details {
  margin-top: 6.25rem;
}

.inq__details-title {
  margin-bottom: 1.875rem;
  position: relative;
}

.last-inquiry {
  border-bottom: none !important;
}

.icon_person > h3:before,
.icon_person > a:before {
  content: url(../images/icon_person-plus.png);
}

.icon_check > h3:before,
.icon_check > a:before {
  content: url(../images/icon_check.png);
}

.icon_settings > h3:before,
.icon_settings > a:before {
  content: url(../images/icon_settings.png);
}

.icon_money > h3:before,
.icon_money > a:before {
  content: url(../images/icon_money-pink.png);
}

.icon_door > h3:before,
.icon_door > a:before {
  content: url(../images/icon_door.png);
}

.icon_hospital > h3:before,
.icon_hospital > a:before {
  content: url(../images/icon_hospital.png);
}

.icon_attention > h3:before,
.icon_attention > a:before {
  content: url(../images/icon_attention.png);
}

.inq__details-title > h3 {
  border-bottom: 5px solid #053769;
  font-size: 1.875rem;
  padding-left: 47px;
}

.inq__details-title > h3:before {
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
}

.inq__details-area > h3 {
  background-color: rgb(255, 248, 250);
  height: fit-content;
  border-bottom: 1px dotted rgb(210, 210, 210);
  padding: 1.5625rem 5.25rem 1.5625rem 5.25rem;
  color: #ff3875;
  line-height: 1.722;
  font-size: 1.125rem;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: start;
}

.inq__details-area > h3:before {
  content: url('../images/icon_question.png');
  top: 1.875rem;
  left: 1.875rem;
  position: absolute;
  display: block;
  line-height: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.inq__details-area > h3:after {
  content: url('../images/icon_plus.png');
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.inq__details-area ul {
  display: none;
}

.inq__details-area ul > li {
  padding: 0.9375rem 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

.to-inquires-list a:after {
  content: url('../images/icon_over-triangle.png');
  padding-left: 0.625rem;
}

.to-inquires-form a:after {
  content: url('../images/icon_under-triangle.png');
  padding-left: 0.625rem;
}

.to-corporation a:after {
  content: url('../images/icon_right-triangle.png');
  padding-left: 0.625rem;
}

.to-inquires-list,
.to-inquires-form {
  line-height: 2;
}

.inq__essential:after {
  content: '必須';
  font-size: 0.875rem;
  position: absolute;
  left: 78%;
  top: 10%;
  padding: 0.125rem 0.75rem;
  background: #053769;
  color: #ffffff;
  letter-spacing: 0.125rem;
  font-weight: 400;
}

.inq__essential {
  position: relative;
  display: block;
}

.apply-inquiry {
  width: 85%;
  height: 15rem;
  border: 1px solid #dee0e1;
}

.inq__text {
  margin-top: 40px;
  line-height: 1.714;
}

.inquiry-form-area > h3 {
  font-size: 1.875rem;
  border-bottom: 5px solid #053769;
}

.inquiry-form__table {
  margin-top: 3.125rem;
}

.inq-list-posting-job > a {
  padding: 0.375rem 2.5rem;
}

.inq-list-posting-job a:after {
  top: 1rem;
}

/*****************
メディアクエリ
*****************/
@media (max-width: 480px) {
  .inquiry-form__table tbody th {
    padding: 1.875rem 1.3rem !important;
  }
  
  .apply-inquiry {
    width: 100%;
  }
  
  .inq__details-title > h3:before {
    left: 0;
    top: -14px;
  }
  
  .inq__details-area > h3 {
    padding: 1.5625rem 2.5rem 1.5625rem 4rem;
  }
  
  .inq__details-area > h3:before {
    left: 5px;
    top: 30px;
  }
  
  .inq__details-area > h3:after {
    right: 5px;
    top: 28px;
  }
  
  .inquires_btn a:before {
    left: 2%;
  }
  
  .details-posting-job h3:before {
    top: 10px;
  }
  
  .details-interview h3:before {
    top: 0;
  }
  
  .inq__row {
    width: 100%;
    margin: 0 !important;
  }
  
  .inquires_btn > a {
    width: 100%;
  }
  
  .inq-list-posting-job > a {
    padding: 0.79rem 2.5rem;
  }
}

/**************************************************
RehaLance・利用規約
***************************************************/
.header-log-out {
  float: right;
  vertical-align: middle;
  line-height: 100px;
  padding: 0 0.9375rem;
}

.rule__container {
  padding-top: 10rem;
}

.rule__box {
  border: 2px solid #e5e5e5;
}

.rule__box > h2 {
  padding: 0.625rem 1.25rem;
  border-bottom: 4px solid #053769;
  margin-bottom: 0.625rem;
  font-weight: bold;
}

.rule__col > h3 {
  position: relative;
  font-weight: bold;
  line-height: 1.375;
  margin: 2.5rem 0 0 0;
}

.rule__col-top > h3 {
  margin: 0 !important;
}

.rule__col ol {
  padding-left: 1.60rem;
}

.rule__container-body {
  padding: 1.875rem 1.25rem;
}

.rule__container-sub-body {
  padding: 1.25rem 0 0;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}

.rule__container-last-body {
  line-height: 1.57143;
  margin-top: 2.5rem;
}

.rule__address {
  margin-top: 1.25rem;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .rule__container {
    width: 1100px;
    margin: 0 auto 3.75rem auto;
  }
}

@media (max-width: 480px) {
  .rule__container {
    width: 90%;
    margin: 0 auto 3.75rem auto;
  }
}

/**************************************************
採用担当FAQ・お問い合わせ
***************************************************/
.faq-list {
  margin-top: 1.875rem;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}

.faq-list-item {
  font-size: 13px;
  line-height: 1.38462;
  display: table-cell;
  padding: 5px 0;
  background-color: #FFFFFF;
  color: #3C78C3;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.faq-list-item-active {
  background-color: #ECEFF1;
  color: #37474F;
  font-weight: bold;
}

.faq-details-list {
  margin-top: 1.875rem;
  font-size: 16px;
  line-height: 1.375;
  margin-left: 2.5rem;
  list-style: disc;
}

.faq-details-list > li > a {
  color: #3C78C3;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.faq_box {
  margin: 1.25rem 0 0;
}

.faq__details-title {
  line-height: 1.375;
  font-weight: bold;
}

.faq__details {
  padding: 1.25rem 0 0;
  line-height: 1.42857;
}

.faq__border-bottom {
  border-bottom: 1px solid #ECEFF1;
  margin: 20px 0;
}

.faq__table th {
  padding: 20px;
  font-size: 14px;
  background-color: #FAFAFA;
  font-weight: bold;
}

.faq__essential:before {
  content: '必須';
  font-size: 11px;
  padding: 2px 12px;
  background: #053769;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.625rem;
}

.inq-type {
  -webkit-appearance: none;
  display: table;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #B0BEC5;
  background-image: -webkit-linear-gradient(#FDFEFF, #ECEFF1);
  background-image: linear-gradient(#FDFEFF, #ECEFF1);
  background-color: #FDFEFF;
  color: #37474F;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .faq__container {
    width: 1100px;
    margin: 0 auto 3.75rem auto;
  }
}

@media (max-width: 480px) {
  .faq__container {
    width: 90%;
    margin: 0 auto 3.75rem auto;
  }
}

/**************************************************
採用担当FAQ・お問い合わせ
***************************************************/
.faq__box-area > h2 {
  padding: 1.25rem;
}

.faq-list {
  margin-top: 1.875rem;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}

.faq-list-item {
  font-size: 13px;
  line-height: 1.38462;
  display: table-cell;
  padding: 5px 0;
  background-color: #FFFFFF;
  color: #3C78C3;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.faq-list-item-active {
  background-color: #ECEFF1;
  color: #37474F;
  font-weight: bold;
}

.faq-details-list {
  margin-top: 1.875rem;
  font-size: 16px;
  line-height: 1.375;
  margin-left: 2.5rem;
  list-style: disc;
}

.faq-details-list > li > a {
  color: #3C78C3;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.faq_box {
  margin: 1.25rem 0 0;
}

.faq__details-title {
  line-height: 1.375;
  font-weight: bold;
}

.faq__details {
  padding: 1.25rem 0 0;
  line-height: 1.42857;
}

.faq__border-bottom {
  border-bottom: 1px solid #ECEFF1;
  margin: 20px 0;
}

.faq__table th {
  padding: 20px;
  font-size: 14px;
  background-color: #FAFAFA;
  font-weight: bold;
}

.faq__essential:before {
  content: '必須';
  font-size: 11px;
  padding: 2px 12px;
  background: #053769;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.625rem;
}

.inq-type {
  -webkit-appearance: none;
  display: table;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #B0BEC5;
  background-image: -webkit-linear-gradient(#FDFEFF, #ECEFF1);
  background-image: linear-gradient(#FDFEFF, #ECEFF1);
  background-color: #FDFEFF;
  color: #37474F;
  font-size: 0.875rem;
  font-weight: normal;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.faq__apply-btn > input {
  font-size: 14px;
  line-height: 1.42857;
  padding: 12px 20px;
  border: 1px solid #B0BEC5;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  color: #ffffff;
  width: 20rem;
}

.faq__apply-btn {
  margin: 2.5rem 0 1.25rem;
}

.faq__apply-text {
  font-size: 14px;
  line-height: 1.42857;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.apply-input-form {
  padding: 0.5rem 0.9375rem;
  border: 1px solid #dee0e1;
}

.w-80 {
  width: 80%;
}

.w-40 {
  width: 40%;
}

/*****************
メディアクエリ
*****************/
@media (min-width: 1200px) {
  .faq__container {
    width: 1100px;
    margin: 0 auto 3.75rem auto;
  }
}

@media (max-width: 480px) {
  .faq__container {
    width: 90%;
    margin: 0 auto 3.75rem auto;
  }
  
  .faq__table th,
  .faq__table td {
    display: block;
  }
  
  .faq__apply-btn > input {
    width: 80%;
  }
  
  .apply-input-form,
  .inq-type {
    width: 100%;
  }
}

/**************************************************
キープリスト
***************************************************/
.keep__title {
  margin-top: 1rem;
  font-weight: bold;
}

.keep__title-text {
  line-height: 1.714;
}

.keep-money {
  font-weight: bold;
  position: relative;
  padding-left: 1.875rem;
}

.keep-money:before {
  content: url(../images/money-icon-red.png);
  position: absolute;
  left: 0%;
}

.img-office {
  border-radius: 5px;
  float: left;
}

.office-title {
  line-height: 2.214;
  font-weight: bold;
  padding-left: 10px;
  float: left;
}

.office-area {
  height: 82px;
  margin-bottom: 10px;
}

.keep__search-job-area {
  background-color: rgb(255, 248, 250);
  padding: 2.875rem 0 3.125rem;
  margin: 3rem 0 0;
  font-weight: bold;
}

.keyword-text {
  line-height: 1.4;
}

.keyword-title {
  line-height: 1;
  margin-top: 2.8125rem;
}

/*****************
メディアクエリ
*****************/
@media (max-width: 480px) {
  .keep-money {
    padding-left: 2.3rem;
  }
  
  .keep-money:before {
    top: -23%;
  }
}


/**************************************************
新規会員登録
***************************************************/
.sign-up__area {
  margin: 0 auto !important;
}

.sign-up__title {
  position: relative !important;
  padding-left: 15px;
  line-height: 1.091;
  margin-top: 40px;
}

.sign-up__title:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #053769;
  background: linear-gradient(to bottom, rgb(25 77 134) 24%, #053769 100%);
  position: absolute;
  left: 0;
}

.sign-up__table th {
  width: 400px !important;
}

.sign-up__advantage-area {
  margin-top: 3.125rem !important;
}

.sign-up__ad-containts.container {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.sign-up__ad-containt-title {
  margin-bottom: 1.875rem;
}

.sign-up__ad-title {
  margin-bottom: 2.1875rem;
}

.sign-up__ad-img {
  float: left;
  margin-right: 1.875rem;
}

.sign-up__login-link:after {
  content: url(../images/icon_under-triangle.png);
  padding-left: 0.625rem;
}

.sign-up__essential.essential:after {
  left: 79%;
}

.sign-up__apply-text {
  line-height: 1.714;
  margin-top: 2.5rem;
}

.essential-color {
  background-color: rgb(255, 248, 250);
}

.sign-up__td-text {
  line-height: 2.286;
  margin-bottom: 0;
}

.sign-up__address {
  padding: 8px 15px;
  border: 1px solid #dee0e1;
  width: 408px;
  margin-top: 10px;
}

.sign-up__birthday {
  padding: 8px 15px !important;
  border: 1px solid #dee0e1;
  width: 120px !important;
  margin: 0 4px !important;
}

.sign-up__select {
  padding-left: 5px !important;
}

.sign-up__select-box {
  margin-right: 10px !important;
}

.sign-up__checkbox label {
  display: block !important;
  float: left !important;
  min-width: 135px !important;
}

.sign-up__checkbox .w-150 {
  width: 150px !important;
}

.sign-up__checkbox input[type=checkbox] + label::before {
  border: 1px solid #acacac !important;
  background-color: #F1F1F1;
  border-radius: 4px;
  
}

/**********************
メディアクエリ
***********************/
@media (min-width: 1200px) {
  .sign-up__area {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  .sign-up__area {
    width: 90%;
  }
  
  .sign-up__address {
    width: 100%;
  }
  
  .sign-up__table .sign-up__radio {
    display: inline-block;
  }
  
  .sign-up__table th {
    width: auto;
  }
  
  .sign-up__ad-img {
    margin: 0 auto 10px;
    display: block;
    float: initial;
    text-align: center;
  }
  
  .sign-up__ad-second {
    margin-top: 20px;
  }
  
  .sign-up__ad-containts.container {
    padding-right: 0;
    padding-left: 0;
  }
}

/*-----28.9.2018(start)-------*/
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
}

#app {
  font-size: 16px;
}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #fffcf4;
  position: fixed;
  width: 200px;
  height: 100%;
  color: #e1ffff;
  border-right: 1px solid #ffd1de;
  /*display: none;*/
}

.nav-side-menu .brand {
  background-color: #053769;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 50px;
  cursor: pointer;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
     */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #28a745;
  background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #28a745;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #28a745;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 40px;
  border-bottom: 1px solid #23282e;
  margin-left: 0;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0;
  border-bottom: 1px solid #ffd1de;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #474747;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  background-color: #ffdcdc;
  border-bottom: 1px solid #ff789e;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  
  .content {
    margin-left: 0 !important;
  }
  
  .form-block .btn-left {
    padding-left: 13% !important;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/*--------form--------*/
@media (min-width: 768px) {
  .field-label-responsive {
    padding-top: .5rem;
    text-align: right;
  }
}

.header-lg-title {
  padding-left: 5%;
}

.header-sm-title {
  padding-left: 2%;
}

.form-block .btn-left {
  padding-left: 21.3%;
}

.pagination > li {
  display: inline;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.modal-backdrop {
  z-index: -1 !important;
}

/*
Fix to show in full screen demo
*/
iframe {
  height: 700px !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff !important;
  background: #428bca !important;
  border-color: #357ebd !important;
  box-shadow: none !important;
}

.btn-danger {
  color: #fff !important;
  background: #d9534f !important;
  border-color: #d9534f !important;
  box-shadow: none !important;
}

.user-row {
  margin-bottom: 14px;
}

.user-row:last-child {
  margin-bottom: 0;
}

.dropdown-user {
  margin: 13px 0;
  padding: 5px;
  height: 100%;
}

.dropdown-user:hover {
  cursor: pointer;
}

.table-user-information > tbody > tr {
  border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
  border-top: 0;
}


.table-user-information > tbody > tr > td {
  border-top: 0;
}

.toppad {
  margin-top: 20px;
}

.profile-block {
  width: 80%;
  margin: 0 auto;
}

.profile-block .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.profile-block .panel-default {
  border-color: #ddd;
}

.profile-block .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/*----28.9.2018(end)---*/
.content {
  margin-left: 200px;
  padding: 0 20px;
  padding-top: 20px;
}

.e-card {
  background: white;
  box-shadow: 0 0px 4px 0px #6663, 0px 4px 4px 0px #7e7e7e33;
}

.e-card .card-body {
  background: white;
}

.e-card .card-header {
  background: white;
}

.e-card .card-footer {
  background: white;
}

.space-lg {
  width: 100%;
  height: 35px;
}

.space-lg {
  width: 100%;
  height: 30px;
}

.space {
  width: 100%;
  height: 25px;
}

.space-sm {
  width: 100%;
  height: 20px;
}

.space-xm {
  width: 100%;
  height: 15px;
}

.space-xxm {
  width: 100%;
  height: 5px;
}

/*selectbox*/
/*selectbox*/
/*selectbox*/
/*selectbox*/

.select {
  display: none;
}

.e-select {
  display: inline-block;
  width: 140px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.e-select-sm {
  width: 120px;
}

.e-select-lg {
  width: 180px;
}

.e-select div {
  background: #69ff8b;
  padding: 0 14px;
  line-height: 40px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #45a85c;
}

.e-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  margin: 10px;
  transform: rotate(45deg);
}

.e-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
  border-radius: 0 0 6px 6px;
  border: 1px solid #45a85c;
  border-top: none;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.e-select ul li:first-child {
  padding-top: 4px;
}

.e-select ul li:last-child {
  padding-bottom: 4px;
}

.e-select ul li {
  padding: 2px 14px;
}

.e-select ul li:hover {
  background: #d1ffdb;
}

.e-select div.show-select {
  border-radius: 6px 6px 0 0;
}

/*selectbox*/
/*selectbox*/
/*selectbox*/
/*selectbox*/

.e-radio {
  width: 20px;
  height: 20px;
  background: #686868;;
  position: relative;
  border-radius: 50%;
  margin-bottom: 0;
}

.e-radio:after {
  content: "";
  background: #fcfcff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.e-radio input[type="radio"] {
  position: absolute;
  opacity: 1;
  /*display: none;*/
  z-index: 1;
}

.e-radio span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3e3e3e;
  border-radius: 50%;
  z-index: 22;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h-card {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  width: 100%;
}

.h-border-buttom {
  border-bottom: 1px solid #adadad;
}

.h-all-border {
  border: 1px solid #adadad;
}

.h-no-padding {
  padding: 0;
}

.h-no-margin {
  margin: 0;
}

.h-card .card-header {
  background: white;
}

.h-center {
  text-align: center;
}

.h-p-30 {
  padding: 30px;
}

.h-p-20 {
  padding: 20px;
}

.h-p-b-10 {
  padding-bottom: 10px;
}

.h-p-l-20 {
  padding-left: 20px;
}

.h-p-25 {
  padding: 25px;
}

.h-m-b-10 {
  margin-bottom: 10px;
}

.h-m-t-30 {
  margin-top: 30px;
}

.h-m-t-b-20 {
  margin: 20px 0;
}

.h-m-auto {
  margin: auto !important;
}

.h-dim {
  color: #adadad;
}

.h-w-0 {
  width: 0 !important;
}

.h-w-80-per {
  width: 80% !important;
}

.h-filter-link-container {
  width: 45%;
  float: right;
  margin-top: -36px;
}

.h-f-r {
  float: right !important;
}


.h-f-l {
  float: left !important;
}

.h-button-sm,
.h-button,
.h-button-lg {
  background-image: linear-gradient(#fdfeff, #eceff1);
  border: 1px solid #b0bec5;
  border-radius: 3px;
  color: #3c78c3;
  font-size: 14px;
  font-weight: 700;
}

.h-button-sm {
  padding: 8px 20px !important;
}

.h-button {
  padding: 8px 20px !important;
}

.h-button-lg {
  padding: 12px 20px !important;
}

.h-button-f-w {
  width: 100%;
}

.h-button-primary {
  background: rgb(60, 120, 195);
  color: white;
}

.h-table-td-header {
  font-weight: 700;
}

.h-table-td-label {
  color: #78909c;
}

.h-use-second-max-width {
  max-width: 1024px;
}

.h-vertical-bar {
  width: 1px;
  height: 14px;
  margin: 0 4px;
  background: #b0bec5;
  display: inline-block;
  vertical-align: middle;
}

.h-badge-round {
  background-color: #eceff1;
  color: #37474f;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 5px;
  white-space: pre;
  border-radius: 2px;
}

.h-border-radius-10 {
  border-radius: 10px;
}

.h-l-b:after {
  content: "";
  display: block;
}

.h-fix-table {
  table-layout: fixed;
}

.h-table th,
.h-table td {
  border: rgb(236, 239, 241);
}

.h-text-dec-none {
  text-decoration: none !important;
}

.h-link-text-dec-none a {
  text-decoration: none !important;
}

.h-w-auto {
  width: auto;
}

.h-w-50-per {
  width: 50%;
}

/*for filter table*/
.h-filter-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.h-filter-item-container {
  display: table-cell;
}

.h-filter-label {
  width: 74px;
  display: table-cell;
  text-align: center;
}

.h-filter-select {
  width: 100%;
}

.h-filter-select select {
  width: 100%;
  display: table-cell;
  border: 1px solid #b0bec5;
  border-radius: 3px;
  color: #37474f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
  background: linear-gradient(#fdfeff, #eceff1);
  -moz-appearance: none;
}

.h-filter-select select:hover {
  background: linear-gradient(#eceff1, #eceff1)
}

.h-filter-item {
  width: 100%;
  display: table;
}

.h-search-button-container button {
  background-image: linear-gradient(#fdfeff, #eceff1);
  border: 1px solid #b0bec5;
  border-radius: 3px;
  color: #3c78c3;
  cursor: pointer;
  display: table;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
}

.search-button-container button:hover,
.btn:hover {
  background-image: linear-gradient(#eceff1, #eceff1);
}

/*for filter table*/

/*for checkbox*/
.h-checkbox input {
  opacity: 0.4;
}

.h-checkbox {
  position: relative;
}

.h-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: white;
  top: 5px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3);
  border: 1px solid #b0bec5;
}

.h-checkbox span {
  width: 8px;
  height: 16px;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-width: 0 2px 2px 0;
  border-color: black;
  border-style: solid;
  transform: rotate(45deg);
  display: none;
}

/*for checkbox*/


/*for popup*/
.h-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* This wrapper is just only for popup */

.h-popup-container {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  border-radius: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.h-popup-body {
  padding: 12px 20px;
}

.h-popup-header {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
}

.h-popup-footer {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
}

.h-popup-close {
  float: right;
}

/*for popup

/*for file upload*/
.h-file-upload-container {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100px;
}

.h-file-upload-container label {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 40px;
  padding-bottom: 30px;
  border: 1px dotted black;
  border-radius: 4px;
  cursor: pointer;
}

.h-file-upload-row {
  padding: 4px 0;
}

.h-file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
}

.h-file-upload-icon {
  font-size: 4em;
}

/*for file upload*/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006fff;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}


.h-button-pill .h-button {
  padding: 4px 8px !important;
}

.h-button-pill .h-button:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.h-button-pill .h-button:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.h-button-pill .h-link {
  padding: 4px 8px !important;
  background: #bfbfbf;
  color: #444;
  font-weight: 700;
  text-decoration: none !important;
}

.h-button-pill .h-link:hover {
  background: #a7a7a7;
}

.h-button-pill .h-link:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.h-button-pill .h-link:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.h-border-left-and-right {
  border: 1px;
  border-top: 0;
  border-bottom: 0;
  border-style: solid;
  border-color: #adadad;
}

.h-width-remove-10 {
  width: calc(100% - 10px);
}

.h-flex .flex-fill {
  border: 1px solid #adadad;
  border-top: transparent;
  border-bottom: transparent;
}

.h-flex .flex-fill:first-child {
  border-color: transparent;
}

.h-flex .flex-fill:last-child {
  border-color: transparent;
}

.h-border-right {
  border-right: 1px solid #adadad;
}

.h-no-p-l {
  padding-left: 0 !important;
}

.h-no-p-r {
  padding-right: 0 !important;
}

.block-step-p-x {
  padding-right: 0;
  padding-left: 0;
}

.block-p-x {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 1000px) {
  .block-step-p-x {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  #job-seeker .container-fluid, #job-seeker .content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .block-p-x {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

}


@media (max-width: 440px) {
  .recommended-candidates {
    display: block !important;
  }
  
  .recommended-candidates.h-flex .flex-fill {
    border-bottom: 1px solid #adadad !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  
  .application .h-no-p-l {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .body {
    margin-top: 0 !important;
  }
  
  .h-mobile {
    display: block !important;
  }
  
  .h-dsk {
    display: none !important;
  }
  
  .h-mobile-no-p-r {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .h-mobile {
    display: none !important;
  }
  
  .h-dsk {
    display: flex !important;
  }
  
  .h-mobile-no-p-r {
    /*padding-right: 0 !important;*/
  }
}


.h-nav {
  display: flex;
  background: #053769;
  line-height: 50px;
  height: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.h-nav-right {
  display: flex;
  margin-left: auto
}

.h-nav-right li {
  margin-right: 15px;
}

.h-nav-left {
  display: flex;
  margin-right: auto
}

.h-nav-left li {
  margin-left: 15px;
}

.h-nav-itmes ul {
  display: flex;
}

.h-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h-link-color-white a {
  color: white !important;
}

.h-nav-brand {
  padding: 0 8px;
}

.body {
  margin-top: 50px;
}

/*for employee*/

/*for login*/
.h-login-card {
  width: 100%;
  background: white;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
}

.h-login-card-header {
  font-size: 24px;
  font-weight: bold;
}

.h-login-card-header,
.h-login-card-body {
  padding: 20px;
}

.login-hr {
  border-bottom: 3px solid #053769;
}

.h-login-form-table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.h-login-form-table tr th {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  width: 30%;
  padding: 13px 20px;
}

.h-login-form-table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 20px;
}

.h-login-button {
  width: 240px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
}

.h-login-form-table .h-login-input {
  width: 410px;
  padding: 4px 8px;
  font-size: 12px !important;
  line-height: 1.3em;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
}

.h-sign-up-button {
  width: 280px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #444444 !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
}

.h-p-t-0 {
  padding-top: 0;
}

.h-p-b-0 {
  padding-bottom: 0;
}

/*for login*/
.h-card-1 {
  background: white;
}

.h-card-header-1 {
  font-size: 24px;
  font-weight: bold;
}

.h-card-header-1,
.h-card-body-1 {
  padding: 20px;
}

.h-form-table-1 {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.h-form-table-1 tr th {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  width: 30%;
  padding: 13px 20px;
}

.h-form-table-1 tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 20px;
}

.h-input-1 {
  width: 410px;
  padding: 4px 8px;
  font-size: 12px !important;
  line-height: 1.3em;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  margin-bottom: 5px;
}

.h-input-2 {
  width: 200px;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #c5cce2;
  margin: 5px 0;
}

.h-input-2-w-input-1 {
  width: 410px;
}

.h-select-1 {
  width: 100px;
  border-width: 2px 0 0 2px;
  border-color: #7b7b7b;
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #c5cce2;
}

.h-app-none {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.h-select {
  position: relative;
}

.h-select div {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 40px;
  display: none;
}

.h-select div img {
  width: 100%;
  height: 100%;
}

.h-m-b-0 {
  margin-bottom: 0;
}

.radio_container_1 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

.radio_container_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio_container_1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
}

.radio_container_1:hover input ~ .checkmark {
  background-color: #f5f5f5;
}

.radio_container_1 input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #353535;
}

.radio_container_1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_container_1 input:checked ~ .checkmark:after {
  display: block;
}

.radio_container_1 .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #353535;
}

.checkbox_container_1 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  font-weight: normal;
}

.checkbox_container_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.checkbox_container_1 .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #053769;
}

.checkbox_container_1 input:checked ~ .checkmark {
  background-color: transparent;
}

.checkbox_container_1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_container_1 input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_container_1 .checkmark:after {
  left: 5px;
  top: 0;
  width: 8px;
  height: 16px;
  border: solid #053769;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h-tag-1 {
  float: right;
  padding: 5px 5px 4px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  vertical-align: top;
  color: #fff;
  background-color: #fe415b;
}

.h-from-group-header {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  background: #053769;
  padding: 0 20px;
  margin-left: -20px;
  margin-right: -20px;
  color: white;
}

.h-from-group {
  padding-top: 20px;
}

.h-w-198 {
  width: auto;
}
.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 200px !important;
}

.h-button-1 {
  width: 100%;
  padding: 14px 0 11px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  background: #053769;
  background: -webkit-linear-gradient(top, #053769 0%, #053769 100%);
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #d12133;
}

.h-button-2 {
  width: 100%;
  padding: 14px 0 11px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  color: #4d4d4d;
  text-align: center;
  box-sizing: border-box;
  background: -webkit-linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #cecece;
}

.h-nav-bar {
}

.h-nav-bar .h-nav-row {
  padding: 5px 0;
}

.h-use-max-width {
  max-width: 960px;
}

.h-theme-bg-light {
  background-color: #053769;
}

.h-theme-bg {
  background-color: #053769;
}

.h-theme-bg-super-light {
  background-color: #fff2f6;
}

.h-theme-color {
  color: #053769;
}

.h-icon-menu .h-icon-menu-icon {
  width: 28px;
  height: 28px;
}

.h-nav-current-path a {
  color: #053769;
}

.h-nav-current-path a:last-child {
  color: black;
}

.h-nav-current-path-arrow {
  margin-right: 8px;
  margin-left: 8px;
}

.h-icon-menu {
  width: 70px;
  padding: 6px;
  background: white;
  margin-left: 6px;
  border-radius: 4px;
  font-size: 11px;
}

.h-icon-menu-icon {
  display: inline-block;
}

.h-color-black {
  color: black !important;
}

.h-color-white {
  color: white !important;
}

.h-font-size-11 {
  font-size: 11px;
}

.h-nav-brand img {
  width: 207px;
  height: auto;
}

.h-noti-count {
  position: absolute;
  display: inline-block;
  right: 2px;
  width: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 13px;
}

.h-icon-menu {
  position: relative;
}

.h-message {
  padding: 20px 40px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

.h-bg-warning {
  background: #053769;
}

.h-message-icon {
  width: 120px;
  height: 100px;
  background: white;
}

.h-m-20 {
  margin: 0 20px;
}

.h-btn-default-1 {
  width: 260px;
  border-bottom: 1px solid #bdbdbd !important;
  height: 65px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
}

.h-sidebar {
  width: 280px;
}

.h-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 2px #f1f1f1;
  border-radius: 4px;
}

.h-sidebar ul li {
  border-bottom: solid 1px #f1f1f1;
  font-weight: bold;
  position: relative;
  font-size: 0.95em;
}

.h-sidebar ul .h-sidebar-title a {
  padding: 10px 16px;
}

.h-sidebar ul .h-sidebar-title a {
  color: black !important;
}

.h-sidebar ul .h-sidebar-active {
  background-color: #053769 !important;
  color: #fff !important;
}

.h-sidebar ul .h-sidebar-active a {
  color: #fff !important;
}

.h-sidebar ul li a {
  color: #053769 !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 44px;
}

.h-sidebar ul li a:hover {
  background: #053769;
  color: #fff !important;
}

.h-sidebar ul li i {
  position: absolute;
  right: 8px;
  top: 12px;
}

.h-sidebar ul .h-sidebar-title a:hover {
  background-color: cornsilk;
  color: black !important;
}

.h-content {
  margin-left: 20px;
}

.h-g-content {
  width: 660px;
  margin-left: 20px;
}

.h-card-1 {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
}

.h-post-card {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.h-card-padding-header {
  padding: 20px;
}

.h-card-padding-button {
  padding: 0 20px 20px 20px;
}

.h-card-none-padding-x {
  padding: 20px;
}

.h-card-padding-body {
  padding: 20px;
}

.h-card-1 .h-card-header {
  padding: 20px;
  border-bottom: 6px solid #053769;
}

.h-card-1 .h-card-body {
  padding: 20px;
}

.h-card-1 .h-card-footer {
  padding: 20px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

.h-card-1 h1 {
  font-size: 22px;
  font-weight: bold;
}

.h-card-1 h2 {
  font-size: 20px;
  font-weight: bold;
}

.h-card-1 h3 {
  font-size: 18px;
  font-weight: bold;
}

.h-compare-item-container {
  display: flex;
}

.h-compare-item-container .h-compare-item {
  flex: 1 1 0;
  text-align: center;
  border: 0.5px solid #f1f1f1;
  border-top: 0;
  border-bottom: 0;
}

.h-compare-item-container .h-compare-item:first-child {
  border-left: 0;
}

.h-compare-item-container .h-compare-item:last-child {
  border-right: 0;
}

.h-compare-card {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  padding: 18px 14px;
}

.h-m-b-20 {
  margin-bottom: 20px;
}

.h-btn-default-2 {
  width: 260px;
  border: 1px solid #bdbdbd !important;
  height: 49px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
}

.h-btn-default-3 {
  width: 260px;
  border: 1px solid #bdbdbd !important;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
}

.h-post-card-header {
  display: flex;
  align-items: center;
}

.h-post-card-header .h-caller {
  font-weight: bold;
}

.h-post-card-header .h-caller.h-new {
  background: #053769;
  border-radius: 2px;
  color: white;
  padding: 2px 4px;
  font-size: 15px;
  margin-right: 4px;
}

.h-post-card-body {
  margin-top: 20px;
  display: flex;
}

.h-post-card-body .h-post-option img {
  width: 220px;
  height: auto;
}

.h-post-card-body .h-post-read {
  margin-left: 20px;
}

.h-theme-link {
  color: #ff4c7c !important;
  font-weight: bold;
}

.h-theme-link:hover {
  color: #ff4c7c;
}

.h-post-tag span {
  font-size: 12px;
  background: #dadada;
  border-radius: 4px;
  padding: 5px 6px;
  text-align: center;
  word-break: keep-all;
  margin: 4px 0;
  display: inline-block;
  font-weight: bold;
}

.h-post-read .h-post-info {
  margin-top: 8px;
}

.h-post-read .h-post-info .h-post-info-row {
  display: table;
  font-size: 13px;
  width: 100%;
}

.h-post-read .h-post-info .h-post-info-row {
  border-top: 1px solid #e0e0e0;
}

.h-post-read .h-post-info .h-post-info-row:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.h-post-read .h-post-info .h-post-info-row .h-post-info-title {
  width: 75px;
  min-width: 75px;
  display: table-cell;
  padding: 10px 0;
}

.h-post-read .h-post-info .h-post-info-row .h-post-info-text {
  padding: 10px 0 10px 10px;
}

.h-post-decision {
  display: flex;
  margin-top: 20px;
}

.h-decision-button-flat {
  width: 220px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  background-color: #fafafa;
  color: #444444;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

.h-decision-button-read {
  width: 90%;
  padding: 14px 0;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
}

.h-section-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.h-footer-info {
  width: 540px;
}

.h-footer-info-row h3 {
  font-size: 16px;
  font-weight: bold;
}

.h-footer-info-row span a {
  font-size: 12px;
  color: black !important;
}

.h-footer-info-row span a:after {
  content: "";
  padding-right: 2px;
  background: red;
  margin-left: 8px;
  margin-right: 8px;
}

.h-footer-info-row {
  margin-bottom: 30px;
}

.h-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-footer-form {
  width: 380px;
  margin-left: 40px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  background: #ff6594;
}

.h-footer-form .h-caller textarea {
  width: 100%;
  resize: vertical;
  border-radius: 4px;
  border: none;
  text-align: left;
  margin-bottom: 10px;
}

.h-footer-form-message {
  font-size: 12px;
  padding-bottom: 10px;
  color: white;
}

.h-footer-form-message a {
  color: #cc08a0;
}

.h-footer-form h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  color: white;
}

.h-footer-content {
  display: flex;
  align-items: flex-start;
}

.h-credit {
  background: #053769;
  padding: 13px;
}

.h-credit-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: white;
}

.h-icon-menu-container {
  display: flex;
  text-align: center;
}

.h-nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h-w-100per {
  width: 100% !important;
}

.h-sidebar-container {
  min-height: 70vh;
}

@media (min-width: 481px) and (max-width: 550px) {

  .h-form-table-1.schedule tr th {
    width: 105px !important;
  }
}

@media (min-width: 481px) and (max-width: 500px) {

  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 218px !important;
  }
  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 45px !important;
  }
}

@media (min-width: 333px) and (max-width: 352px) {

  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 218px !important;
  }
  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 45px !important;
  }
}

@media (max-width: 332px) {

  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 205px !important;
  }
  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 45px !important;
  }
  .h-form-table-1.schedule tr .xdsoft_datetimepicker .xdsoft_month {
    width: 80px !important;
  }
}

@media (max-width: 961px) {
  .h-card-1, .h-form-only-card {
    border-radius: 0;
  }
  
  .h-nav-bar .h-nav-row {
    /*padding: 10px 26px !important;*/
  }
  
  .h-nav-bar .h-nav-row .h-nav-content {
    flex-direction: column;
  }
  
  .h-nav-bar .h-nav-row .h-nav-content > div {
    width: 100%;
    text-align: center;
  }
  
  .h-nav-bar .h-nav-row .h-nav-content > div > .h-icon-menu-container > .h-icon-menu {
    width: 33.33%;
  }
  
  .h-nav-bar .h-nav-row .h-nav-content .h-icon-menu-container {
    margin-top: 20px;
  }
  
  .h-sidebar-container {
    flex-direction: column;
  }
  
  .h-sidebar-container .h-sidebar {
    width: 100%;
  }
  
  .h-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  
  .h-message-body {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  
  .h-message-text {
    margin: 20px 0 5px 0;
  }
  
  .h-compare-item-container {
    flex-wrap: wrap;
  }
  
  .h-compare-item-container .h-compare-item {
    min-width: 100%;
    border: none;
  }
  
  .h-post-card-body {
    flex-wrap: wrap;
  }
  
  .h-post-option {
    width: 100%;
  }
  
  .h-post-card-body .h-post-read {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  
  .h-post-card-body .h-post-option img {
    width: 100%;
  }
  
  .h-post-decision {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .h-post-decision {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  
  .h-post-decision .h-decision-button-flat {
    min-width: 100%;
  }
  
  .h-post-decision .h-decision-button-read {
    min-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  
  .h-card-content {
    flex-direction: column;
    align-items: center;
  }
  
  .h-compare-item .h-btn-default-2 {
    width: 100%;
  }
  
  .h-footer-content {
    flex-direction: column;
    align-items: center;
  }
  
  .h-footer-content .h-footer-info {
    width: 100%;
  }
  
  .h-footer-content .h-footer-form {
    width: 100%;
    margin: 0;
  }
  
  .h-footer-content .h-footer-form .h-btn-default-3 {
    width: 100%;
  }
}

.use-over-max-width {
  max-width: 1280px;
}

/*10/18/2018*/
.h-table-1-card {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.2);
  margin-top: -72px;
  position: relative;
  background: white;
}

.h-table-1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.h-table-1 thead tr {
  border-top: 4px solid #39bfb9;
  border-bottom: 4px solid #e0e0e0;
}

.h-table-1 thead tr th {
  padding: 20px 20px;
  padding-right: 0;
}

.h-table-1 thead tr th .h-caller {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.h-table-1 thead tr th:last-child .h-caller {
  border-right: 0;
}

.h-table-1 tbody tr td > a {
  text-decoration: none !important;
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 8px;
  display: flex;
}

.h-table-1 tbody tr td {
  border: 1px solid #e0e0e0;
}

.h-table-1 tbody tr td:first-child {
  border-left: 0;
}

.h-table-1 tbody tr td:last-child {
  border-right: 0;
}

.h-table-1 tbody tr:nth-child(even) td a {
  background: #fefaf3;
  border-top: 1px solid #f3ebda;
  border-bottom: 1px solid #f3ebda;
}

.h-table-1 tbody tr td a .h-td-key {
  font-size: 13px;
  color: black;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}

.h-table-1 tbody tr td a .h-td-value {
  font-size: 11px;
  color: blue;
  vertical-align: middle;
  text-align: right;
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
}


.h-table-2-card {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.2);
  position: relative;
  background: white;
}

.h-table-2 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.h-table-2 thead tr {
  border-top: 4px solid #39bfb9;
  border-bottom: 4px solid #e0e0e0;
}

.h-table-2 thead tr th {
  padding: 20px 20px;
  padding-right: 0;
  text-align: center;
}

.h-table-2 thead tr th .h-caller {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.h-table-2 thead tr th:last-child .h-caller {
  border-right: 0;
}

.h-table-2 tbody tr td > a {
  text-decoration: none !important;
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 8px;
  display: flex;
}

.h-table-2 tbody tr td {
  border: 1px solid #e0e0e0;
}

.h-table-2 tbody tr td:first-child {
  border-left: 0;
}

.h-table-2 tbody tr td:last-child {
  border-right: 0;
}

.h-table-2 tbody tr:nth-child(even) td a {
  background: #fefaf3;
  border-top: 1px solid #f3ebda;
  border-bottom: 1px solid #f3ebda;
}

.h-table-2 tbody tr td a .h-td-key {
  font-size: 13px;
  color: black;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}

.h-table-2 tbody tr td a .h-td-value {
  font-size: 11px;
  color: blue;
  vertical-align: middle;
  text-align: right;
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
}

.h-info-1 .h-info-1-header h3 {
  font-size: 22px;
  line-height: 1.18182;
  border-top: solid 2px #444444;
  border-bottom: solid 2px #444444;
  padding: 10px 0;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-weight: bold;
}

.h-info-1 .d-flex .h-info-1-item {
  flex: 1 1 0;
  text-align: center;
  padding: 0 20px;
}

.h-info-1 .d-flex .h-info-1-item img {
  width: 100%;
  padding: 20px 20px 0 20px;
  margin-top: 20px;
}

.h-info-1 .d-flex .h-info-1-item .h-info-1-centent h3 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.44444;
}

.h-info-1 .d-flex .h-info-1-item .h-info-1-centent p {
  font-size: 14px;
  line-height: 1.57143;
  margin-top: 10px;
}

.h-help-1-card .d-flex .h-help-1-tip-container .h-help-1-tip-header {
  text-align: center;
}

.h-help-1-card .d-flex .h-help-1-tip-container .h-help-1-tip-post-container .h-help-1-tip-post .h-help-1-tip-post-image-container {
}

.h-help-1-card .d-flex .h-help-1-tip-container .h-help-1-tip-post-container .h-help-1-tip-post .h-help-1-tip-post-image-container img {
  width: 120px;
}

.h-help-1-card .d-flex .h-help-1-tip-container .h-help-1-tip-post-container .h-help-1-tip-post .h-help-1-tip-post-content {
  padding-left: 20px;
}

.h-card-2 {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.2);
  padding: 30px;
}

.h-card-2 .h-card-2-header h3 {
  font-size: 26px;
  line-height: 1.23077;
  font-weight: bold;
}

.h-card-2 .h-card-2-header h4 {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: bold;
}

.h-card-2 .h-card-2-body .d-flex .h-slider {
  max-width: 380px;
  width: 380px;
}

.h-card-2 .h-card-2-body .d-flex .h-content table {
  border-top: #e0e0e0 solid 1px;
  width: 100%;
}

.h-card-2 .h-card-2-body .d-flex .h-content table tr td:first-child {
  width: 125px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #faf8f3;
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
  vertical-align: top;
  font-size: 14px;
}

.h-card-2 .h-card-2-body .d-flex .h-content table tr td {
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
}

.h-card-2 .h-card-2-body .h-fav-part {
  display: flex;
  text-align: right;
  margin-top: 40px;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller {
  width: 50%;
  position: relative;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller .h-fav-button {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller .h-fav-button a {
  display: block;
  width: 40%;
  line-height: 40px;
  box-sizing: border-box;
  background-color: #f1f0f0;
  color: #444444;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller .h-fav-button .h-fav-point {
  display: block;
  width: 40%;
  background-color: #39bfb9;
  border-radius: 15px;
  color: #fff;
  border: 0;
  position: relative;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller:first-child {
  width: 380px;
}

.h-card-2 .h-card-2-body .h-fav-part .h-caller:last-child a {
  width: 66%;
  margin-left: 10px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  float: left;
}

.h-detail-content-content-container {
  width: 640px;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.2);
  padding: 30px;
  box-sizing: border-box;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content h2 {
  font-size: 22px;
  line-height: 1.45455;
  font-weight: bold;
  color: #0da69d;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content .h-detail-content-text h3 {
  font-size: 16px;
  line-height: 1.375;
  margin: 20px 0 10px;
  font-weight: bold;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content .h-detail-content-text ul {
  padding-left: 20px;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content .h-detail-content-text table {
  border-top: #e0e0e0 solid 1px;
  width: 100%;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content .h-detail-content-text table tr td:first-child {
  width: 125px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #faf8f3;
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
  vertical-align: top;
  font-size: 14px;
}

.h-detail-content-card-1 .d-flex .h-detail-content-content .h-detail-content-text table tr td {
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
}

.h-g-fav-part {
  display: flex;
  margin: 20px 0;
}

.h-g-fav-part:last-child {
  margin-bottom: 0;
}

.h-g-fav-part .h-caller:first-child {
  width: 40%;
  margin-right: 10px;
}


.h-g-fav-part .h-caller:last-child {
  width: 60%;
  margin-left: 10px;
}

.h-g-fav-part .h-caller .h-fav-button a {
  display: block;
  width: 100%;
  line-height: 40px;
  box-sizing: border-box;
  background-color: #f1f0f0;
  color: #444444;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.h-g-fav-part .h-caller .h-fav-button .h-fav-point {
  display: block;
  width: 100%;
  background-color: #39bfb9;
  border-radius: 15px;
  color: #fff;
  border: 0;
  position: relative;
  font-size: 12px;
  margin: 5px 0;
  margin-right: 0;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
}

.h-g-fav-part .h-caller:last-child a {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
  text-decoration: none;
}

.h-detail-content-card-1 .d-flex .h-card-3 {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.2);
  padding: 30px;
  box-sizing: border-box;
}

.h-detail-content-card-1 .d-flex .h-card-3 h3 {
  font-weight: bolder;
  font-size: 22px;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group {
  margin-left: 40px;
  width: 280px;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar {
  width: 100%;
  padding: 8px 0;
  background: blue;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar > h3 {
  font-weight: bold;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post {
  border-bottom: 1px solid black;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post.h-first-post {
  border-top: 4px solid #f5f5f5;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post.h-last-post {
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post p {
  margin-bottom: 0;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post .h-image-container {
  width: 30%;
  display: inline-block;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post .h-image-container img {
  width: 100%;
}

.h-detail-content-card-1 .d-flex .h-detail-content-sidebar-group .h-detail-content-sidebar .h-detail-content-sidebar-post h3 {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.h-d-b {
  display: block;
}

.h-message-table {
  border: 2px solid #f1f1f1;
}

.h-message-table .h-message-row {
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none !important;
}

.h-message-table .h-message-row h3 {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

.h-message-table .h-message-row:last-child {
  border-bottom: 0;
  border-radius: 4px;
}

.h-req-label {
  padding: 5px 5px 4px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  vertical-align: top;
  color: #fff;
  background-color: #fe415b;
}

.h-btn-default-4 {
  width: 200px;
  font-size: 18px;
  border: 1px solid #bdbdbd !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 2.3em;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  margin-left: 20px;
  display: inline-block;
}

.h-decision-button-read-2 {
  width: 360px;
  margin-left: 20px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
}

.h-row-card {
  margin-top: 40px;
  background: #f8f8f8;
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}

.h-row-card .h-row-card-header {
  text-align: center;
}

.h-row-card .h-row-card-header h3 {
  font-size: 20px;
  font-weight: bold;
}

.h-row-card .h-row-card-header span {
  font-size: 16px;
}

.h-row-card .h-row-card-body {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  align-items: start;
  justify-content: center;
}

.h-row-card .h-row-card-body .h-row-card-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px 10px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  box-sizing: border-box;
  margin: 0 10px;
  flex: 1 1 0;
}

.h-row-card .h-row-card-body .h-row-card-item:first-child {
  margin-left: 0;
}

.h-row-card .h-row-card-body .h-row-card-item:last-child {
  margin-right: 0;
}

.h-row-card .h-row-card-body .h-row-card-item * {
  display: block;
}

.h-row-card .h-row-card-body .h-row-card-item img {
  padding: 4px;
  width: 100%;
}

.h-row-card .h-row-card-body .h-row-card-item span {
  padding: 5px 5px 4px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-weight: bold;
  font-size: 9px;
  line-height: 1em;
  vertical-align: top;
  color: #30c7be;
  background-color: #daf4f2;
}

.h-row-card .h-row-card-body .h-row-card-item p {
  font-size: 13px;
  color: black !important;
}

.h-row-card .h-row-card-footer {
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}

a {
  color: #053769;
}

a:hover {
  color: inherit;
}

a:visited {
  /*color: #053769;*/
}

.h-card-4 {
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}

.h-req-label-2 {
  font-size: 10px;
  line-height: 1.2;
  background-color: #d7d7f9;
  color: #053769;
  border: solid 1px #d7d7f9;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.h-tag-2 {
  font-size: 10px;
  margin-right: 5px;
  line-height: 1.2;
  background-color: #053769;
  color: white;
  border: solid 1px #053769;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.h-table-3 {
  width: 100%;
  margin-top: 30px;
}

.h-table-3 thead tr th {
  background: #053769;
  padding: 0 20px;
  position: relative;
}

.h-table-3 thead tr th h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  margin: 0;
}

.h-table-3 thead tr th a {
  padding: 7px 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  display: inline-block;
  color: #053769 !important;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}

.h-table-3 tbody tr td:first-child {
  width: 20%;
  font-weight: bold;
  background: #f9f9f9;
}

.h-table-3 tbody tr td {
  padding: 13px 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  word-break: break-all;
}

.h-card-5 {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 20px;
}

.h-card-5 .h-card-5-header {
  padding: 20px;
  border-bottom: 6px solid #053769;
  font-size: 20px;
  font-weight: bold;
}

.h-card-5 .h-card-5-body {
  padding: 20px;
}

.h-card-5 .h-card-5-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.h-card-5 .h-card-5-body ul li {
  padding: 20px 20px;
  background: #f5f5f5;
  padding-bottom: 0;
}

.h-card-5 .h-card-5-body ul li .h-caller {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

.h-card-5 .h-card-5-body ul li:last-child .h-caller {
  padding-bottom: 20px;
  border-bottom: 0;
}

.h-card-5 .h-card-5-body ul .h-card-5-info {
  margin-bottom: 20px;
}

.h-card-5 .h-card-5-body ul img {
  width: 16%;
  height: auto;
  margin-right: 20px;
}

.h-card-5 .h-card-5-body ul span {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.h-post-decision-2 {
  display: flex;
  flex: 1 1 0;
}

.h-post-decision-2 .h-btn-default {
  width: 48%;
  /*    font-size: 18px;*/
  border: 1px solid #bdbdbd !important;
  /*    font-size: 17px;*/
  font-weight: bold;
  line-height: 2.3em;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  display: inline-block;
}

.h-post-decision-2 .h-decision-button-read {
  width: 48%;
  padding: 14px 0;
  /*    font-size: 18px;*/
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
}

.h-btn-default-5 {
  color: #444444;
  text-decoration: none;
  background: -webkit-linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #bdbdbd;
  border-radius: 4px;
  margin-top: 20px;
  width: 400px;
  line-height: 46px;
}

.h-btn-default-6 {
  width: 260px;
  border: 1px solid #bdbdbd !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  color: black;
}

.h-card-6 {
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.h-card-6 .h-card-6-header {
  padding: 20px;
  border-bottom: 6px solid #053769;
  font-size: 20px;
  font-weight: bold;
}

.h-card-6 .h-card-6-header h3 {
  font-weight: bold;
}

.h-card-6 .h-card-6-body {
  padding: 20px;
}

.h-decision-button-read-3 {
  width: 80%;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  display: table;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
  margin: auto;
  margin-top: 20px;
}

.h-inner-style-1 {
  padding: 10px;
}

.h-card-7 {
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}

.h-card-7 .h-card-7-header {
  border-bottom: 6px solid #053769;
}

.h-card-7 {
}

.h-from-msg-container {
  display: flex;
  align-items: end;
  margin: 20px 0;
}

.h-to-msg-container {
  display: flex;
  align-items: end;
  margin: 10px 0;
  flex-wrap: wrap;
}

.h-from-msg {
  position: relative;
  background: #e0e0e0;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  margin-left: 15px;
  flex: 1;
}

.h-to-msg {
  position: relative;
  background: #ffa5bb;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  flex: 1;
}

.h-from-msg:after {
  right: 100%;
  top: 68%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 229, 229, 0);
  border-right-color: rgba(229, 229, 229, 0);
  border-right-color: #e0e0e0;
  border-width: 15px 15px 0 0;
  margin-top: -10px;
}

.h-to-msg:after {
  left: 100%;
  top: 68%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(218, 244, 242, 0);
  border-left-color: #ffa5bb;
  border-width: 15px 0 0 15px;
  margin-top: -10px;
}

.h-req-label-3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  border-radius: 2px;
  padding: 6px 8px;
  color: #4866c0;
  background: #e0e5f4;
}

.h-from-msg-date {
  padding: 10px;
  padding-bottom: 0;
  width: 70px;
}

.h-to-msg-date {
  padding: 10px;
  padding-bottom: 0;
  width: 70px;
}

.h-inner-style-2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.h-select-container {
  width: 100%;
  display: inline-block;
  position: relative;
}

.h-select-2 {
  width: 100%;
  border-width: 2px 0 0 2px;
  border-bottom-width: 0;
  border-color: #7b7b7b;
  border-bottom-color: rgb(123, 123, 123);
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #fefefe;
  border-bottom: 1px solid #e1e1e1;
}

.h-select-2-arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.h-select-2-arrow img {
  width: 17px;
  height: 40px;
}

.h-theme-textarea {
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  resize: vertical;
  background: #c5cce2;
  width: 100%;
  padding: 8px;
}

.h-theme-textarea-2 {
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  resize: vertical;
  background: #fff;
  width: 100%;
  padding: 8px;
}

.h-decision-button-read-4 {
  width: 100%;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  display: table;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
  margin: auto;
  margin-top: 20px;
}

.h-error-block-1 {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.h-error-block-2 {
  display: flex;
  justify-content: center;
  margin: 0;
}

.h-error-block-1 h3 {
  font-weight: bold;
  font-size: 20px;
  color: red;
}

.h-error-block-2 h3 {
  font-weight: bold;
  font-size: 20px;
  color: red;
}

.h-error-icon-1 {
  width: 84px;
  height: 68px;
}

.h-card-8 {
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.h-card-8 .h-card-8-header {
  padding: 20px;
  border-bottom: 6px solid #053769;
  font-size: 20px;
  font-weight: bold;
}

.h-card-8 .h-card-8-header h3 {
  font-weight: bold;
}

.h-card-8 .h-card-8-body {
  padding: 20px;
}

.h-decision-button-read-5 {
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  display: table;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
  border-radius: 4px;
  border: none;
  margin: auto;
  margin-top: 20px;
  padding: 20px 50px;
}

.h-form-only-card {
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.h-card-9 {
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 20px;
}

.h-card-9 h3 {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.h-bg-white {
  background: white !important;
}

.h-form-table-2 {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.h-form-table-2 {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.h-form-table-2 tr th {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  width: 28%;
  padding: 13px 20px;
  vertical-align: top;
}

.h-form-table-2 tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 20px;
}

.h-input-3 {
  width: 48%;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #fff;
  margin: 5px 0;
}

.h-input-4 {
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #fff;
  margin: 5px 0;
}

.h-input-5 {
  width: 70px;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #fff;
}

.h-select-3 {
  width: 100%;
  border-width: 2px 0 0 2px;
  border-color: #7b7b7b;
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-bottom: solid 1px #a9a9a9;
}

.h-select-5 {
  width: 190px;
  border-width: 2px 0 0 2px;
  border-color: #7b7b7b;
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-bottom: solid 1px #a9a9a9;
}

.h-select-4 {
  width: 100%;
  border-width: 2px 0 0 2px;
  border-color: #7b7b7b;
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-bottom: solid 1px #a9a9a9;
  min-width: 100px;
}

.h-select-5.disabled {
  background-color: gray;
  text-shadow: none;
  opacity: 0.5;
  border: none;
  border-radius: 4px;
}

.h-select-group {
  display: flex;
  flex-direction: column;
}

.h-select-group .h-select-row {
  display: flex;
  align-items: center;
}

.h-select-group .h-select-row .h-select {
  margin-right: 5px;
}

.h-select-group .h-select-row .h-select.h-select-20per {
  width: 20%;
}

.h-select-group .h-select-row .h-select.h-select-30per {
  width: 30%;
}

.h-select-group .h-select-row .h-select.h-select-70per {
  width: 70%;
}

.h-select-group .h-select-row .h-select select {
  border-width: 2px 0 0 2px;
  border-color: #7b7b7b;
  border-radius: 4px 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-bottom: solid 1px #a9a9a9;
  width: 100%;
}

.h-select-group .h-select-row .h-input {
  width: 20%;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #fff;
}

.h-select-group .h-select-row .h-select div {
  right: 0;
}

.h-profile-image-upload {
  display: block;
  position: relative;
  width: 120px;
  height: 160px;
  background-color: #fcfcfc;
  color: #ccc;
  border: 1px dashed #ccc;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

.h-profile-image-upload .h-img-preview {
  width: 120px;
  height: 160px;
  position: relative;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

#user-profile-image {
  width: 120px;
  height: 160px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

#user-profile-image > canvas {
}

.h-profile-image-upload .h-img-preview span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.h-profile-image-upload input[type="file"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.h-flex-0-0-0 {
  flex: 0 0 0;
}

.h-card-10 {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.h-inline-header-1 {
  background: #d7f5f5;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  line-height: 30px;
  margin-right: -20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h-form-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.h-form-row-3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.h-form-row-3 .checkbox_container_1 {
  width: 50%;
  margin-right: 0;
}

/*left: 100%;
top: 75%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(218,244,242,0);
  border-left-color: rgba(218, 244, 242, 0);
border-left-color: #d7f5f5;
border-width: 15px 0 0 15px;
margin-top: -10px*/
/*-------29.10.18--------*/
.h-lg-short {
  font-size: 22px !important;
  line-height: 1.18182;
}

.h-bdr-top {
  border-top: #e0e0e0 solid 1px;
}

.h-pd-20 {
  padding: 20px 20px !important;
}

.h-pd-top-20 {
  padding-top: 20px !important;
}

.h-pd-top-5 {
  padding-top: 5px !important;
}

.h-pd-top-10 {
  padding-top: 10px !important;
}

.h-bg-white {
  background: #ffffff !important;
}

.h-mrg-none {
  margin: 0 !important;
}

.h-list-inner {
  overflow: hidden;
  margin-top: -5px;
}

.h-list-item:last-child {
  margin: 5px 0 0;
}

.h-list-item {
  float: left;
  margin: 5px 5px 0 0;
}

.h-list-item a:hover {
  text-decoration: none;
}

.h-label {
  display: table;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #444444;
  background-color: #eeeeee;
  border: #eeeeee solid 1px;
  border-radius: 2px;
  border-collapse: separate;
}

.space {
  width: 100%;
  height: 25px;
}

/*------pop-up---------*/
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}

.popup-header {
  font-size: 20px;
}

/* Inner */
.popup-inner {
  max-width: 70%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
  border-radius: 6px;
  background: #fff;
}

.popup-block {
  width: 100%;
  margin: 0 auto;
}

.h-popup {
  width: 100%;
  height: 594px;
  padding: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.popup-body {
  width: 100%;
  font-size: 14px;
  line-height: 1.57143;
  height: 100%;
}

.popup-title {
  font-size: 22px;
  line-height: 1.18182;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.popup-close-btn {
  position: absolute;
  right: -19px;
  top: -20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: #f88a8a;
  padding: 9px 16px;
  border-radius: 35px;
}

/*--------grid-checkbox-------*/
.grid-checkbox {
  height: auto;
  vertical-align: baseline;
  padding-right: 10px;
  display: inline;
}

.grid-checkbox .grid-checkbox-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.grid-checkbox .checkmark {
  position: absolute;
  top: 20%;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 1px solid #b0bec5;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3) inset;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.grid-checkbox .grid-checkbox-label {
  cursor: pointer;
  margin: 0;
}

.grid-checkbox .grid-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.grid-checkbox .grid-checkbox-label input:checked ~ .checkmark::after {
  display: block;
}

.grid-checkbox .grid-checkbox-label .checkmark::after {
  left: 4px;
  top: -3px;
  width: 8px;
  height: 13px;
  border: 1px solid #444;
  border-radius: 3px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
}

/*----select----*/
.h-selectbox,
.h-selectbox-select {
  display: inline;
  position: relative;
  width: 30%;
  
}

.h-selectbox-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fdfeff;
  border: 1px solid #b0bec5;
  color: #37474f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
}

.select-arrow {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 43%;
  transform: translateY(-50%);
  width: 20px;
}

/*-----------------*/
.c-table {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border-top: #e0e0e0 solid 1px;
}

.c-table__head-align-middle {
  vertical-align: middle;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-wd-120 {
  width: 120px;
}

.o-center {
  text-align: center;
}

.o-center__item {
  margin: 0 auto;
  display: table;
}

.c-icon-search--white {
  background-image: url('../images/search-icon.png')
}

.c-icon--xlarge {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button__icon {
  display: inline-block;
  vertical-align: middle;
}

.c-button__icon--left {
  margin-right: 10px;
}

.c-button__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c-button {
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  border: solid 1px #bdbdbd;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
}

.c-button--primary {
  color: #ffffff;
  border: solid 1px #d12133;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #053769 0%, #053769 100%);
  background: linear-gradient(to bottom, #053769 0%, #4a4c6b 100%);
}

.u-m-l-auto {
  margin-left: auto;
}

.c-count__number {
  margin: 0 5px 0 0;
  color: #053769;
  font-size: 22px;
  font-weight: bold;
}

.c-count__body {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}

.c-count__head {
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.u-pr-20 {
  padding-right: 20px;
}

.o-column__item {
  display: table-cell;
  vertical-align: top;
}

.c-select-box {
  -webkit-appearance: none;
  border: solid 1px #0da69d;
  height: 48px;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  background-image: url('../images/download.svg');
  background-repeat: no-repeat;
  background-position: right 10px bottom 20px;
  font-size: 14px;
}

.u-al-right {
  text-align: right;
}

.o-column__half {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.o-column {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}

.o-column__half {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-wd-120 {
  width: 120px;
}

.u-ml-5 {
  margin-left: 5px;
}

.c-table__head {
  width: 125px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #faf8f3;
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
  vertical-align: top;
}

.c-segment__inner {
  padding: 20px;
}

.c-table__content {
  padding: 20px;
  border-bottom: #e0e0e0 solid 1px;
}

.o-inline-list {
  overflow: hidden;
}

.o-inline-list__item {
  float: left;
  margin: 5px 5px 0 0;
}

.o-inline-list__item--space-large {
  margin-right: 20px;
}

.c-checkbox {
  display: table;
  font-size: 14px;
}

.c-checkbox input[type="checkbox"],
.c-checkbox input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.c-checkbox__mimic-wrap {
  display: table-cell;
  vertical-align: middle;
}

.c-checkbox__input:checked + .c-checkbox__mimic-wrap > .c-checkbox__mimic::after {
  display: block;
  position: absolute;
  left: 5px;
  top: 9px;
  content: "";
  width: 9px;
  height: 2px;
  background: #053769;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.c-checkbox__input:checked + .c-checkbox__mimic-wrap > .c-checkbox__mimic::before {
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  content: "";
  width: 5px;
  height: 2px;
  background: #053769;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.c-checkbox__input:checked + .c-checkbox__mimic-wrap > .c-checkbox__mimic::before {
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  content: "";
  width: 5px;
  height: 2px;
  background: #053769;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.c-checkbox__input:checked + .c-checkbox__mimic-wrap > .c-checkbox__mimic::after {
  display: block;
  position: absolute;
  left: 5px;
  top: 9px;
  content: "";
  width: 9px;
  height: 2px;
  background: #053769;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.c-checkbox__mimic {
  display: block;
  border: 1px solid #053769;
  position: relative;
  margin-right: 4px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: transparent;
}

.c-checkbox__text {
  vertical-align: middle;
  display: table-cell;
}

.c-checkbox__input {
  -webkit-appearance: none;
  display: none;
}

[v-cloak] {
  display: none;
}


.h-block-control {
  display: flex;
}

.h-block-control-item-1 {
  width: 36%;
  font-weight: bold;
  display: inline-block;
  background-color: #daf4f1;
  position: relative;
  line-height: 34px;
  height: 34px;
  padding: 0 16px;
}

.h-block-control-item-2 {
  width: 60%;
  padding: 0 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px !important;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: block;
}

.h-block-control-item-3 {
  width: 15%;
  display: inline-block;
  padding: 6px 18px;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  color: #444444 !important;
  text-align: center;
}

.h-block-btn {
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  color: #444444 !important;
  text-align: center;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  cursor: pointer;
  margin-bottom: 20px;
}

.blocked_employer {
  display: flex;
  border-bottom: 2px solid #f1f1f1;
  margin: 0 -20px;
  padding: 20px;
}

.blocked_employer:first-child {
  border-top: 2px solid #f1f1f1;
}

.blocked_employer_left {
  width: 70%;
  box-sizing: border-box;
}

.blocked_employer_left h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.blocked_employer_right {
  width: 30%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blocked_employer_right a {
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  color: #444444 !important;
  text-align: center;
  box-sizing: border-box;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  cursor: pointer;
}

.h-pagen-btn {
  width: 10%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  color: #444444 !important;
  text-align: center;
  box-sizing: border-box;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  cursor: pointer;
}

.h-card-flex-header {
  display: flex;
  justify-content: space-between;
}

.h-pagen-session {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.h-pagen-link-session {
  margin-top: 40px;
}

.h-op-0 {
  opacity: 0;
}

.block_bg {
  background: #f6f6f6 !important;
}

.unblock_bg {
  background: white !important;
}

.h-back-btn-1 {
  display: table;
  margin: auto;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  line-height: 1.3em;
  color: #444444 !important;
  text-align: center;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #bdbdbd;
  cursor: pointer;
  margin-top: 20px;
}

.h-n-text {
  font-weight: normal;
  font-size: 18px;
}

.h-input-sm-2 {
  width: 100px;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  display: inline;
  line-height: 22px;
  padding: 8px;
  background-color: #fff;
  margin: 5px 0;
}

/*----------9.11.2018----------*/
.my-desc {
  clear: both;
  display: block;
  margin-top: 10px;
}

.h-l-h-54 {
  line-height: 54px !important;
}

.h-l-h-42 {
  line-height: 42px !important;
}

.h-h-0 {
  height: unset !important;
}

.j-dtl__keep-btn.left-12:before {
  left: 12% !important;
}

.h-fav-upkeep:before {
  content: url('../images/head_keep-icon.png');
}

.h-fav-keep:before {
  content: url('../images/fav_keep-icon.png');
}

.no-login-j-dtl__keep-btn {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  border: 1px solid #e5e5e5;
  border-radius: 25px 0 0 25px;
  width: 36%;
  vertical-align: middle;
  line-height: 18px;
}

.no-login-j-dtl__keep-btn::before {
  content: url(../images/head_keep-icon.png);
  margin: 0 2px 0 0 !important;
}

.definition-txt-error,
.definition-txt-error:focus {
  background-color: #d7d7f9;
  border: 1px solid #e52538;
}

.definition-txt-alert {
  display: block;
  padding-top: 5px;
  font-weight: bold;
  color: #e52538;
  font-size: 14px;
  margin: 0;
  clear: both;
  display: block;
}

.h-m-t-20 {
  margin-top: 20px;
}

.h-m-t-30 {
  margin-top: 30px;
}

.h-m-t-b-40 {
  margin: 40px 0;
}

.h-cele-card-header {
  border-bottom: solid 6px #053769;
  margin-bottom: 20px;
}

.h-cele-card-body {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.h-cele-card-item {
  width: 33%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  /*overflow: visible;*/
  /*min-height: 370px*/
}

.h-cele-card-item:nth-child(1n) .h-cele-card-item-header {
  background: #d7f5f5;
}

.h-cele-card-item:nth-child(2n) .h-cele-card-item-header {
  background: #fff8e1;
}

.h-cele-card-item:nth-child(3n) .h-cele-card-item-header {
  background: #d7d7f9;
}

.h-cele-card-item-header .num {
  font-size: 16px;
  width: 30px;
  height: 30px;
  margin: 4px 10px;
  display: inline-block;
  background-color: #053769;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  min-width: 30px;
}

.h-cele-card-item-header {
  display: flex;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.h-cele-card-item-body img {
  display: block;
  margin: 0 auto 10px;
}

.h-cele-card-item-body p {
  line-height: 1.6;
  font-size: 14px;
  margin: 0 10px;
}

.h-list-1 {
  list-style: disc;
  font-size: 14px;
}

.h-list-1 li {
  margin-left: 20px;
}

.h-f-14 {
  font-size: 14px;
}

.h-strong-sm {
  font-size: 14px;
  font-weight: bold;
}

.h-l-h-1 {
  line-height: 1.8;
}

.h-header-style-1 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
  position: relative;
}

.h-cele-card-post-body {
  display: flex;
  margin-bottom: 20px;
}

.h-cele-card-post-image {
  min-width: 80px;
  max-width: 80px;
}

.h-cele-card-post-image img {
  width: 100%;
  height: auto;
}

.h-cele-card-post {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
  border-bottom: solid 1px #e0e0e0;
  padding: 20px;
}

.h-cele-card-post-content {
  padding-left: 20px;
}


.h-cele-card-post-content a {
  font-size: 20px;
  line-height: 1.8;
  color: #053769;
  font-weight: bold;
}

.h-btn-default-7 {
  box-sizing: border-box;
  width: 200px;
  padding: 20px 50px;
  height: 65px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  color: #444444 !important;
  text-align: center;
  box-sizing: border-box;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border: #bdbdbd solid 1px;
  border-bottom: solid 2px #bdbdbd;
  border-radius: 4px;
}

.h-f-m-auto {
  display: block;
  margin: auto;
}

.h-header-style-2 {
  font-weight: bold;
  font-size: 22px;
}

.underline {
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
}

.underline::before {
  width: 100%;
  height: 11px;
  overflow: hidden;
  display: block;
  content: "";
  background-color: #ffe6ed;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 1;
}

.cele-data-row {
  padding: 20px 0;
  border-bottom: 1px dotted gray;
}

.cele-data-row:last-child {
  border-bottom: 0;
}

.cele-data h3 {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}

.cele-data p {
  margin: 0;
}

.cele-data h3::before {
  width: 4px;
  height: 30px;
  background: red;
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
}

.cele-options {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
}

.cele-options .checkbox_container_1 {
  width: 50%;
  margin-right: 0;
}

.cele-note {
  text-align: right;
}

.cele-note-2 {
  font-size: 15px;
}

.word-count-container {
  width: 80%;
  margin: 14px auto;
}

.h-select-group-1 {
  width: 80%;
  margin: auto;
}

.h-select-group-1 .h-edit-control {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.h-select-group-1 .h-edit-control .h-select {
  width: 30%;
}

.h-select-group-1 .h-edit-control .h-select-4 {
  width: 100%;
}

.h-select-group-1 .h-edit-control .h-select div {
  right: 0;
}

.cele-data-row p {
  font-size: 15px;
}

.cele-note-3 {
  font-weight: bold;
  font-size: 14px;
  color: red;
}

.h-edit-control-lg {
  width: 60%;
  margin: auto;
}

.h-edit-control-lg .h-select {
  width: 100%;
}

.h-edit-control-lg .h-select .h-select-4 {
  width: 100%;
}

.h-edit-control-lg .h-select div {
  right: 0;
}

.new-profile-image-container {
  width: 120px;
}

.new-profile-image-container img {
  width: 100%;
}

.sp-j-list__keep-btn {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  width: 100%;
  vertical-align: middle;
}

.j-is-keeped::before {
  content: url('../images/fav_keep-icon.png') !important;
}

.h-f-d-c-all {
  display: flex;
  flex-direction: column;
}

.h-w-w-b-a {
  word-wrap: break-word;
}

.qa_employer_info {
  display: flex;
  margin: 20px;
  margin-bottom: 0;
}

.qa_employer_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.qa_employer_img img {
  width: 50px;
  height: 50px;
}

.qa_employer_content {
  font-size: 12px;
  align-items: center;
  padding-left: 8px;
}

.table-sperator {
  background: #053769;
  padding: 0 20px;
  position: relative;
  color: #ffffff;
}

.table-sperator h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.table-sperator-no-bg {
  padding: 10px 0;
}

.h-apply-form {
  max-width: 956px;
  margin: auto;
}

.h-card-4-header {
  margin: 0 -20px;
  padding: 0 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #053769;
  font-weight: bold;
}

.h-card-4-header {
  font-weight: bold;
}

.apply_note_image_container {
  max-width: 600px;
  margin: 30px auto;
}

.apply_note_image_container img {
  width: 100%;
}

.apply_input_holder {
  max-width: 410px;
}

.text_warning {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.career_history_title {
  background: white !important;
  padding-left: 0 !important;
}


.btn-sign-in.btn-no-email {
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  padding: 8px 0;
}

.message-list-container {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}

.single-message-clok {
  display: block;
  color: black;
  border-bottom: solid 1px #e0e0e0;
}

.single-message-clok:hover {
  text-decoration: none;
  color: black;
  background: #feeeef;
}

.single-message-clok:last-child {
  border-bottom: 0;
}

.single-message-container {
  display: flex;
  width: 100%;
}

.single-message-thumb-container {
  width: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.single-message-thumb {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.single-message-thumb img {
  width: 100%;
  height: auto;
}

.single-message-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.single-message-header {
  display: flex;
  width: 100%;
  align-items: center;
}

.message-status {
  width: 50px;
}

.single-message-title {
  flex: 1;
  color: #053769;
  font-weight: bold;
  font-size: 18px;
}

.single-message-date {
  width: 90px;
  text-align: right;
  font-size: 13px;
}

.message-unread {
  color: #ffffff;
  background-color: #053769;
  border-color: #053769;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  border-radius: 2px;
  padding: 4px 8px;
}

.single-message-body {
  margin-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444;
  font-size: 13px;
}

.has-attachment {
  background: white;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  color: #f956cf;
  margin-right: 8px;
}

.view-attachments {
  width: 100%;
  flex: 0 0 100%;
  text-align: right;
}

.view-attachments p {
  margin-bottom: 3px;
  margin-top: 4px;
  font-size: 12px;
}

.view-attachments a {
  color: #053769;
}

.view-attachments a:hover {
  color: #053769;
}

.empe_get_message {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25;
  color: #053769;
  cursor: pointer;
}

.empe_get_message:hover {
  text-decoration: underline;
}

.gap-sm {
  width: 100%;
  height: 10px;
}

.apply-form-confirm {
  min-height: 60vh;
}

.apply-form-confirm h3 {
}

.side-info-area,
.side-help-area {
  color: #fff
}

/*FOOTER START*/
footer .footer-wrapper {
  padding: 40px 90px;
  background: #09447C;
}

footer .footer-wrapper .footer-menu,
footer .footer-wrapper .footer-info .info-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

footer .footer-wrapper .footer-menu .menu-item {
  font-family: noto-sans-jp-regular;
  min-width: 25%;
  margin-bottom: 15px;
  
}

footer .footer-wrapper .footer-menu .menu-item .title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-wrapper .footer-menu .menu-item .list .list-item .item-link,
footer .footer-wrapper .footer-info .info-list .list-item .item-link {
  font-size: 13px;
  color: #fff;
}

footer .footer-wrapper .footer-info .info-list .list-item {
  margin-right: 20px;
}

footer .footer-wrapper .copyright {
  font-family: noto-sans-jp-regular;
  font-size: 10px;
  margin-top: 30px;
}

/*FOOTER END*/


@media screen and (max-width: 768px) {
  
  .section-title,
  .section-title-alt {
    font-size: 20px;
  }
  
  .btn-register-section {
    font-size: 17px;
    height: 49px;
  }
  
  .btn-register-section::after {
    height: 49px;
  }
  
  .sp-none {
    display: none !important;
  }
  
  .sp-block {
    display: block !important;
  }
  
  .sp-flex {
    display: flex !important;
  }
  
  header .navigation.navigation-sp .top-navbar {
    padding-bottom: 0;
  }
  
  header .navigation.navigation-sp .top-navbar .upper-block {
    padding-bottom: 0;
  }
  
  header .navigation.navigation-sp .top-navbar .lower-block .navbar-links a.nav-link {
    font-size: 10px;
    width: 96px;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  header .navigation.navigation-sp .bottom-navbar {
    padding: 0;
    border-top: 1px solid var(--navbar-bg);
    border-left: 1px solid var(--navbar-bg);
    border-right: 1px solid var(--navbar-bg);
  }
  
  header .navigation.navigation-sp .bottom-navbar .navbar-menu .nav-item {
    margin-right: 0;
    width: 50%;
  }
  
  header .navigation.navigation-sp .bottom-navbar .navbar-menu .nav-item .nav-link {
    display: block;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid var(--navbar-border-color);
  }
  
  header .navigation.navigation-sp .bottom-navbar .navbar-menu .nav-item:first-of-type .nav-link,
  header .navigation.navigation-sp .bottom-navbar .navbar-menu .nav-item:nth-of-type(3) .nav-link {
    border-right: 1px solid var(--navbar-border-color);
  }
  
  header .navigation.navigation-sp .bottom-navbar.auth {
    border-top: 1px solid var(--theme-blue);
    border-left: 1px solid var(--theme-blue);
    border-right: 1px solid var(--theme-blue);
  }
  
  header .navigation.navigation-sp .bottom-navbar.auth .navbar-menu .nav-item .nav-link {
    border-bottom: 1px solid var(--navbar-border-auth-color);
  }
  
  header .navigation.navigation-sp .bottom-navbar.auth .navbar-menu .nav-item:first-of-type .nav-link,
  header .navigation.navigation-sp .bottom-navbar.auth .navbar-menu .nav-item:nth-of-type(3) .nav-link {
    border-right: 1px solid var(--navbar-border-auth-color);
  }
  
  header .navigation.navigation-sp .top-navbar-menu-sp {
    display: block;
  }
  
  footer .footer-wrapper {
    padding: 30px 15px;
  }
  
  footer .footer-wrapper .footer-menu,
  footer .footer-wrapper .footer-info .info-list {
    flex-direction: column;
    margin: 0;
  }
  
  footer .footer-wrapper .footer-menu .menu-item .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  
  footer .footer-wrapper .footer-menu .menu-item .list .list-item .item-link {
    font-size: 12px;
  }
}

table.calendar.table th,
table.calendar.table td {
  height: 85px;
  text-align: right;
  vertical-align: middle;
}

.event-exist {
  background-color: #d9d9a1;
}

.day.event-exist a {
  color: #d34d18;
}

.space-pd-btm-md {
  padding-bottom: 20px !important;
}

.zip-btn,
.registering-btn,
.blue-btn {
  background-color: #3163a2 !important;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 20px;
  border: 1px solid #3163a2;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.blue-btn {
  color: #ffffff !important;
}

.schedule-list-table {
  table-layout: fixed;
}

.schedule-list-table td {
  white-space: normal !important;
  word-wrap: break-word;
}

#dialog-delete-confirm {
  display: none;
}

.text-break {
  overflow-wrap: break-word;
  word-break: break-word
}

@media screen and (max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    font-size: 11px;
  }
  
  .fc-toolbar-chunk {
    display: table-row;
    text-align: center;
    padding: 5px 0;
  }
  
  .hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .hero__info .show_notice_list {
    margin-top: 20px;
  }
  
}

@media (max-width: 480px) {
  .xdsoft_datetimepicker .xdsoft_calendar table tr {
    flex-direction: row;
  }
}

.xdsoft_datetimepicker .xdsoft_label {
  z-index: 1 !important
}


.container__body {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1130px) {
  .container__body {
    margin: 0 10px;
    width: calc(100% - 20px);
    transition: all 0.2s;
  }
}

.job-type-selectbox {
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .pass-form {
    width: 100% !important;
  }
  
  .login-form {
    width: 100% !important;
  }
  
  .imp_about,
  .imp_search {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 10px !important;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .inq__details-title > h3:before {
    top: -10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .region-hokkaido {
    left: 445px !important;
  }
  
  .region-kanto {
    top: 342px !important;
    left: 445px !important;
  }
  
  .region-toukai {
    left: 270px !important;
    top: 540px !important;
  }
  
  .region-shikoku {
    left: 50px !important;
    top: 650px !important;
  }
  
  .region-kansai {
    left: 270px !important;
    top: 650px !important;
  }
  
  .search-near-home-btn {
    margin-top: 80px !important;
  }
  
  .w-65.keyword-search-area {
    width: 75% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .region-hokkaido {
    left: 675px !important;
  }
  
  .region-kanto {
    left: 675px !important;
  }
  
  .region-toukai {
    top: 650px !important;
    left: 400px !important;
  }
  
  .region-shikoku {
    top: 780px !important;
    left: 180px !important
  }
  
  .region-kansai {
    top: 780px !important;
    left: 400px !important
  }
  
  .search-near-home-btn {
    margin-top: 0 !important;
  }
  
  .w-65.keyword-search-area {
    width: 75% !important;
  }
}

.apply-concent-area .apply-concent:hover {
  color: white;
  background: linear-gradient(to bottom, rgb(44, 91, 141) 24%, #144e89 100%);
}

.font-11 {
  font-size: 0.6875rem;
}

.font-10 {
  font-size: 0.625rem;
}

a[class="btn"], a[class^="btn-"], a[class*=" btn-"] {
  text-decoration: none !important;
}

input:disabled {
  background-color: #eee;
}

@media (min-width: 992px) {
  .auth-header__block-right .sidebar-navigate-xl {
      display: none !important;
  }

  .auth-header__block-right .auth-header__link-item {
      display: block !important;
  }
}
@media (min-width: 992px) {
  .auth-header .display-header-bar {
    display: block !important;
  }
}

.btn-back-notice {
	background: #09447C !important;
  font-size: 12px;
  line-height: 1.25;
  padding: 1px 7px !important;
  border-radius: 6px !important;
  color: #fff;
  cursor: pointer;
  border: unset;
}

.btn-back-notice:hover {
	background: #09447C !important;
	color: #fff !important;
}

.avatar-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-container {
  max-width: 400px;
}

.preview {
  overflow: hidden;
  min-width: 120px; 
  height: 160px;
  margin: 10px 0 10px 10px;
  border: 1px solid red;
}

.modal-select-image {
  margin: 1.75rem auto !important;
  width: fit-content !important;
}

#cropped-image-container {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .avatar-image {
    max-width: 80vw;
    max-height: 60vh;
  }

  .hero-btn-area {
    justify-content: center;
  }

  .hero-btn-area a {
    margin-left: 10px;
    margin-right: 10px;
    background: linear-gradient(to right, #dd840b, #e8aa00);
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    border: none;
    width: 150px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    text-decoration: none !important;
  }

  .hero-btn-area a:last-child {
    background: linear-gradient(to right, #09447C, #3273b1);
  }

  .hero-btn-area a img {
    display: none;
  }

  .hero-btn-area a span {
    line-height: 1;
  }

  .bt-modal-center .modal-dialog {
    max-width: calc(100vw - 50px);
    width: 100vw !important;
  }
  .c-table__head {
    width: fit-content;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #faf8f3;
    padding: 10px;
    border-bottom: #e0e0e0 solid 1px;
    vertical-align: top;
  }

  .c-segment__inner {
    padding: 0;
  }

  .c-segment__inner .c-button--primary {
    width: fit-content;
    font-size: 15px;
    padding: 10px;
  }

  .c-segment__inner .c-button--primary i{
    display: none;
  }

  .c-table__content {
    padding: 10px;
    border-bottom: #e0e0e0 solid 1px;
  }

  .o-column.u-mt-20 {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .modal-dialog .popup-close-1 {
    width: 25px !important;
    height: 25px !important;
    padding-bottom: 5px;
    right: -10px !important;
    top: -10px !important;
  }
  .modal-dialog .c-select-box {
    height: 28px !important;
  }
  .modal-dialog  #salary-monthly-bottom, .modal-dialog  #salary-hourly-bottom {
    font-size: 11px !important;
  }

  .modal-body.job_search_prefecture_modal_body .font-18px {
    font-size: 18px !important;
  }

  .modal-body.job_search_prefecture_modal_body .font-16px {
    font-size: 16px !important;
  }
}
