/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
*/
/*@import url("./assets/css/new_arrive.css");*/
@import url("./assets/css/search-form.css");
@import url("./assets/css/search-results.css");
@import url("./assets/css/flexbox.css");

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

#main-copy {
  font-size: 2.2em;
  line-height: 2.2em;
  /*margin-left: 5%;*/
}

#main-copy strong {
  /*background-color: var(--e-global-color-nvprimaryaccent);*/
  background-color: white;
  color: var(--e-global-color-nvprimaryaccent);
  /*white;*/
  padding: 10px 20px;
  border: 1px solid var(--e-global-color-nvprimaryaccent);
  width: 16em;
}

/*#quick-search-block {
  position: absolute;
  /bottom: 5%;
  right: 5%;
}*/

/*
===============================
    テーマ調整
===============================
*/
.nv-index-posts,
.nv-single-page-wrap,
.nv-single-post-wrap {
  margin-bottom: 0px !important;
}

html {
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro",
  "Yu Gothic Medium",
  "游ゴシック Medium",
  YuGothic,
  "游ゴシック体",
  "メイリオ",
  sans-serif;
}

/*.tnt-beginner:before {
  color: #208B55 !important;
}*/
/*
===============================
    お知らせ
===============================
*/
div.whatsnew {
  /*margin: 10px 0;*/
  /*font-size: 100%;*/
  word-break: break-all;
  overflow: hidden;
}

div.whatsnew a {
  padding: 7px 0;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew hr {
  margin: 0;
  padding: 0;
}

div.whatsnew .newmark {
  /*font-size: 74%;*/
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  border-radius: 3px;
}

div.whatsnew dl {
  margin: 0;
  padding: 0;
  border: 0;
}

div.whatsnew dt {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  color: Gray;
  font-weight: normal;
  white-space: nowrap;
}

div.whatsnew dd {
  margin: 0;
  padding: 0 2px;
}

@media screen and (min-width: 600px) {
  div.whatsnew dl {
    overflow: hidden;
  }

  div.whatsnew dt {
    float: left;
    width: 8.1em;
    overflow: hidden;
  }

  div.whatsnew dd {
    overflow: hidden;
  }
}

.text-white {
  color: white;
}

/*
===============================
    会社概要
===============================
*/
dl.company-profile {
  display: flex;
  flex-wrap: wrap;
  border: 0px solid #ccc;
  border-top: none;
  color: #EDEDED;
  font-size: 1.2em;
}

dl.company-profile dt {
  width: 25%;
  padding: 5px 0px 5px 5px;
  box-sizing: border-box;
  border-bottom: 1px dashed #EDEDED;
}

dl.company-profile dd {
  padding: 5px 0px;
  margin: 0;
  border-bottom: 1px dashed #EDEDED;
  width: 75%;
  box-sizing: border-box;
}

dl.company-profile dd li {
  margin: 0;
}

dl.company-profile dt:last-of-type,
dl.company-profile dd:last-of-type {
  border: none;
}

@media screen and (max-width: 320px) {
  dl.company-profile {
    flex-flow: column nowrap;
  }

  dl.company-profile dt,
  dl.company-profile dd {
    width: 100%;
  }

  dl.company-profile dd {
    border-left: none;
  }
}

/*
===============================
    会社案内
    沿革
===============================
*/
.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner div.twae-icon {
  border-width: 1px;
}

div.twae-icon i {
  color: #004098;
}

/*
===============================
    営業案内
    人材派遣サービス内容
===============================
*/
span.service-item {
  padding: 5px;
  margin-right: 1em;
  color: white;
  background-color: #1F7FB2;
}

span.service-item-description {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}

ul#lisence-list li {
  list-style-type: circle;
}

/*#nv-primary-navigation-main li {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#nv-primary-navigation-main li:nth-child(1) a::before,
#nv-primary-navigation-main li:nth-child(2) a::before,
#nv-primary-navigation-main li:nth-child(3) a::before {
  content: "#";
}
#nv-primary-navigation-main li:nth-child(4) {
    background-color: blue;
}
#nv-primary-navigation-main li:nth-child(5) {
    background-color: red;
}
#nv-primary-navigation-main li:nth-child(6) {
    background-color: green;
}
#nv-primary-navigation-main li:nth-child(7) {
    background-color: gray;
}
#nv-primary-navigation-bottom li a {
  font-size:0.8em;
  line-height: 1.2em;
}
#nv-primary-navigation-main li:nth-child(4) a,
#nv-primary-navigation-main li:nth-child(5) a,
#nv-primary-navigation-main li:nth-child(6) a,
#nv-primary-navigation-main li:nth-child(7) a {
  color: #fff;
}*/
div.nv-html-content p a small {
  /*font-size: 10px;*/
}

.builder-item {
  margin: 0;
}

.builder-item.has-nav.hfg-item-last {
  padding-right: 0;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

/*
 *  Web仮登録フォーム
 *  /we
*/

#web-entry-form-group {
  width: 90%;
  overflow: hidden;
  margin: 20px auto 0;
}

#web-entry-form-group dt {
  width: 25%;
  float: left;
  clear: left;
  padding: 0;
  margin: 0 1em 0 0;
}

#web-entry-form-group dd {
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
}

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

span.text-left {
  display: inline-block;
  text-align: left;
}

.text-center {
  text-align: right;
}

table#hoken-info {
  border-collapse: collapse;
  margin: 0;
}

table#hoken-info thead th,
table#hoken-info thead td,
table#hoken-info tbody th,
table#hoken-info tbody td {
  border: 1px solid #ccc;
  font-size: 13px;
}

table#hoken-info thead th {
  background-color: #eee;
}

table#hoken-info thead tr th:nth-of-type(1) {
  width: 20%;
}

table#yukyu-info {
  border-collapse: collapse;
  margin: 0;
}

table#yukyu-info thead th,
table#yukyu-info thead td,
table#yukyu-info tbody th,
table#yukyu-info tbody td {
  text-align: center;
  border: 1px solid #ccc;
}

table#yukyu-info thead th {
  background-color: #eee;
}

table#yukyu-info {
  border-collapse: collapse;
  margin: 0;
}

table#yukyu-info thead th,
table#yukyu-info thead td,
table#yukyu-info tbody th,
table#yukyu-info tbody td {
  text-align: center;
  border: 1px solid #ccc;
}

table#training-plan {
  border-collapse: collapse;
  margin: 0;
}

table#training-plan tbody th {
  width: 12em;
  background-color: #eee;
  text-align: center;
}

table#training-plan tbody th,
table#training-plan tbody td {
  border: 1px solid #ccc;
  font-size: 13px;
}

/*
 *新着求人リスト
 *TOPページ
**/
p.ae-acf-content-wrapper {
  padding-left: 1em;
  text-indent: -1em;
}

p.ae-acf-content-wrapper span.ae-prefix {
  color: var(--e-global-color-nvsecondaryaccent);
}

/*
 *  メディアリンクにアイコンを表示
**/
/* =ファイルアイコン */

a[href$=".pdf"] {
  background: url(./assets/images/pdf.png) no-repeat right center;
  padding-right: 20px;
}

a[href$=".doc"] {
  background: url(./assets/images/word.png) no-repeat right center;
  padding-right: 20px;
}

a[href$=".xls"] {
  background: url(./assets/images/excel.png) no-repeat right center;
  padding-right: 20px;
}

a.none[href$=".pdf"] {
  background: none;
  padding-right: 0px;
}

/*
* html a {
	behavior: expression(
	this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",
	this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",
	this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",
	this.style.behavior = "none"
	);
}
*/

a.ha-dual-btn {
  margin: 0;
}