/* header */
header .navbar {
  padding: 0 15px;
  height: 60px;
  background-color: #FFF;
}

header .navbar-brand {
  margin: 10px 0 10px;
  font-size: 10px;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: unset;
}

header .navbar img {
  height: 30px;
}

header .navLp {
  color: #FFF;
  background-color: #F77296;
  padding: 2px 3px;
  margin-left: .5rem;
  position: absolute;
  top: 20px;
  left: 90px;
  font-size: 12px;
}

header .navbar ul, 
header .navbar li {
  float: none;
  display: inline-block;
}

header .navbar ul,
header .navbar li {
  float: none;
  display: inline-block;
}

header .nav-item,
header .nav-item a {
  border-bottom: none;
  font-size: 8px;
}

header .nav-item a {
  color: black;
}

header #nav-drawer {
  position: relative;
}

header .nav-unshown {
  display:none;
}

header i.far,
header i.fas {
  font-size: 1.5rem;
}


header #nav-open {
  display: inline-block;
}

header #nav-open span, 
header #nav-open span:before, 
header #nav-open span:after {
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

header #nav-open span:before {
  bottom: -8px;
}

header #nav-open span:after {
  bottom: -16px;
}

header #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: .3s ease-in-out;
}

header #nav-content {
  overflow: auto;
  position: fixed;
  top: 3.8rem;
  right: 0;
  z-index: 9999;
  width: 90%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

header a.dropdown-parent:after {
  content: "＋";
  color: #F07D0C;
  position: absolute;
  right: 1.5rem;
}

header a.dropdown-parent[aria-expanded="true"]:after {
  content: "ー";
  color: #F07D0C;
  position: absolute;
  right: 1.5rem;
}

header a.dropdown-item {
  color: #555555;
  font-size: 16px;
  background-color: #FFF;
}
header span.dropdown-item {
  color: #555555;
  font-size: 16px;
  background-color: #FFF;
}

header a.dropdown-item:hover,
header a.dropdown-item:active,
header a.dropdown-item:focus,
header span.dropdown-item:hover,
header span.dropdown-item:active,
header span.dropdown-item:focus {
    background-color: rgba(13,145,217,.3);
    color: #8E8E8E;
}

header a.dropdown-subitem {
  background-color: #dddddd;
}

header input[type=checkbox] {
  display: block;
  visibility: hidden;
  width: 0;
}
/* header */

/* Site Top */
section#siteTop .top-banner {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 390px;
    overflow: hidden;
    background: url(/img/lp-top_sp.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #FFF;
    /*
     *   filter: brightness(0.6);
     *     -webkit-filter: brightness(0.6);
     *       -moz-filter: brightness(0.6);
     *         -o-filter: brightness(0.6);
     *           -ms-filter: brightness(0.6);
     *             */
}
section#siteCategoryTop .top-banner {
  margin: 20px 0px 0 0;
  padding: 0;
  min-height: 270px;
  width: 100%;
  overflow: hidden;
  color: #FFF;
}
section#siteCategoryTop .top-banner.category1 {
  background: url(/img/category_top1.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category2 {
  background: url(/img/category_top2.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category3 {
  background: url(/img/category_top3.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category4 {
  background: url(/img/category_top4.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category5 {
  background: url(/img/category_top5.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category6 {
  background: url(/img/category_top6.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category7 {
  background: url(/img/category_top7.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category8 {
  background: url(/img/category_top8.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category9 {
  background: url(/img/category_top9.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category10 {
  background: url(/img/category_top10.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category11 {
  background: url(/img/category_top11.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category12 {
  background: url(/img/category_top12.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category13 {
  background: url(/img/category_top13.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category14 {
  background: url(/img/category_top14.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category15 {
  background: url(/img/category_top15.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category16 {
  background: url(/img/category_top16.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category17 {
  background: url(/img/category_top17.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category18 {
  background: url(/img/category_top18.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
section#siteCategoryTop .top-banner.category24 {
  background: url(/img/category_top24.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: 0px;
}
main#PageTopSpMain section#siteTop .top-carousel {
        margin: 60px 0 0 0;
}
@media screen and (max-width: 375px) {
  section#siteTop .top-banner {
    background-position-x: -40px;
  }
}

section#siteTop .banner-text {
    margin-top: 30px;
    margin-left: 0px;
    font-size: 14px;
}
section#siteTop .banner-text h1 {
    font-size: 20px;
    color: #0D91D9;
}
section#siteCategoryTop {
  margin-top: 60px;
}
section#siteCategoryTop .banner-text {
    margin-top: 1rem;
    margin-left: 0px;
    font-size: 14px;
}
section#siteCategoryTop .banner-text h1 {
    font-size: 1.5rem;
    color: #414141;
}

section#LpTypeSearchHead,
section#AreaSearch {
  margin-top: -55px;
  background-color: #FFF;
}

section#AreaSearch {
  margin-top: 20px;
  background-color: #FFF;
}
section#LocationEmpTypeSearch {
  margin-top: -165px;
}


#TopSearchBoxSp {
    background: white;
    border-radius: 20px;
}

#TopSearchBoxSp .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    background-color: #eeeeee;
    border: 1px solid transparent;
    border-radius: .5rem;
}

#TopSearchBoxSp input[type=text], #TopSearchBoxSp select, #TopSearchBoxSp select option {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #6c757d;
}

#TopSearchBoxSp .btn-blue {
    font-size: 0.8rem;
}

main#PageTopSpMain section#LpTypeSearchHead {
    margin-top: 0px;
}


.header-text2,
.header-text4 {
  /* font-family: vdl-pengentle, sans-serif; */
  font-weight: 900;
  font-style: normal;
}
#siteCategoryTop .header-text2 {
  font-size: 30px;
}

.header-text3 {
  font-size: 32px;
  color: #0D91D9;
  /* font-family: vdl-pengentle, sans-serif; */
  font-weight: 900;
  font-style: normal;
}

.header-text5 {
  font-size: 10px;
  color: #797979;
  line-height: 1.3;
  margin-top: 1rem;
}
.header-text5-category {
  font-size: 10px;
  color: #414141;
  line-height: 0;
}

.header-text6 {
  position: absolute;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  font-size:14px;
  line-height: 1.5;
  background-color: rgba(255,255,255,.8);
}

.reason-multiregist {
  font-weight: 400;
  color: #0D91D9;
}

section#siteTop .btn-shadow {
    box-shadow: 0px 2px 2px #0000002e;
}
/* Site Top */


/* Common */
a {
    color: #8E8E8E;
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #8E8E8E;
}

.site-text {
    color: #707070;
}

h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}

h1.color {
  color: #0D91D9;
}

h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}

h2.color {
    color: #0D91D9;
}

#NearRecruitmentBox h2 {
    font-size: 18px;
    height: 57px;
}

h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid #58C4FF;
}

h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
}

h4.color {
    font-size: 22px;
    color: #0D91D9;
}

.alert-blue {
    color: #004085;
    background-color: #0D91D9;
    border-color: #0D91D9;
}

.btn-lightblue {
    color: #FFF;
    font-size:12px;
    background-color: #58C4FF;
    border-color: #58C4FF;
    border: 1px solid #58C4FF;
}

.btn-lightblue:hover {
    color: #FFF;
    background-color: #58C4FF;
    border-color: #58C4FF;
    border: 1px solid #58C4FF;
}

.btn-blue {
    color: #FFF;
    background-color: #0D91D9;
    border-color: #0D91D9;
    border: 1px solid #0D91D9;
    padding-top: 8px;
}

.btn-blue:hover {
    color: #FFF;
    background-color: #1670A0;
    border-color: #1670A0;
    border: 1px solid #1670A0;
}

.btn-blue-border {
    color: #0D91D9;
    background-color: #FFF;
    border: 1px solid #0D91D9;
    padding-top: 8px;
}

.btn-blue-border:hover {
    color: #1670A0;
    background-color: #dddddd;
    border-color: #1670A0;
}

.btn-white-border {
    color: #555555;
    background-color: #FFF;
    border: 1px solid #d0d0d0;
    padding-top: 8px;
}

.btn-white-border:hover {
    color: #222222;
    background-color: #dddddd;
    border-color: #222222;
}

.btn-gray {
    background-color: #e9ecef;
    border: 1px solid transparent;
    padding: 4px 2px 2px 2px;
    font-size: 12px;
}

.btn-gray:hover {
    background-color: #e9ecef;
    border: 1px solid transparent;
}

.btn-transparent-border {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
    padding-top: 8px;
}

.btn-transparent-border:hover {
    color: #222222;
    background-color: rgba(255,255,255, 0.5);
    border-color: #222222;
}

#TopApplicationSp, #TopTelphoneSp, #TopFormalAccountSp, #TopRegistrationSp {
    background-color: #FFF;
}
img.btn-shadow {
    filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.3));
}

a .phone {
   color: #0D91D9;
   font-size: 24px;
   font-weight: 700;
}

main#PageTopSpMain a .phone {
    font-size: 33px;
    font-weight: 300;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #0D91D9;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:active, 
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #0D91D9;
}

.card-body span {
    font-size: 14px;
    color: #373A3C;
}

.card-body.contents {
    font-size: 13px;
}

.card-body .title {
    color: #939191;
}

.card-body .twoline {
    height: 38px;
}

.card-body .feature {
    height: 82px;
}

.card-footer {
    font-weight: bold;
    padding: .75rem 1.25rem;
    background-color: rgba(255,255,255);
    border-top: 1px solid rgba(0,0,0,.125);
}

.link-detail, .link-keep {
  cursor: pointer;
}

.card-footer .link-keep {
    color: #F77296;
}

.card-footer .link-detail a{
    color: #0D91D9;
    font-size: 16px;
    display:block;
}

.card-footer .favoriteDel {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 700;
}

.favorite {
    color: #F77296;
    font-weight: 700;
    cursor: pointer;
}
.favorite-detail, .favorite-detail-near{
    color: #F77296!important;
    font-weight: 700;
    cursor: pointer;
}


.nav-tabs {
    width: 100%;
}

.nav-tabs .nav-item {
    width: 20%;
}

.nav-link {
    padding: .5rem 0rem;
    font-size: 14px;
    font-weight: bold;
}

.linkBox:hover,
.linkBox:active,
.linkBox:focus {
    display:block;
    background-color: rgba(13,145,217,.3);
    -webkit-tap-highlight-color:rgba(13,145,217,.3);
    cursor: pointer;
}

.linkBox a {
    display:block;
}

.form-check-label {
    padding: 6px 20px 0px 55px;
    margin-left: -15px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-label.checkbox {
    padding: 6px 20px 0px 35px;
    margin-left: 0px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#TopSearchBoxSp .form-check-label.checkbox {
  padding: 0px 0px 3px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #999;
}
#TopSearchBoxSp .col-3 {
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 30%;
}


.form-inline .form-check {
    width: 50%;
}

.pfForm .form-inline .form-check {
    width: 20%;
}

.form-control {
}

.input-group-text {
    z-index: 2;
}

input[type=radio], input[type=checkbox] {
    display: none;
}

select:not([multiple]){
    -webkit-appearance:none;
    -moz-appearance:none;
    background-position:right 50%;
    background-repeat:no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right:1.5em;
    background-color: #FFF;
}

input[type=radio]:checked + label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 40%;
    left: 20px;
    display: block;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #222;
    content: '';
    opacity: 1;
}

input[type=radio]:checked + label:after {
    border: 2px solid #222;
}

input[type=radio] + label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 27%;
    left: 14px;
    display: block;
    margin-top: -6px;
    width: 30px;
    height: 30px;
    border: 2px solid #999999;
    border-radius: 100%;
    content: '';
}

main input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background-color: white;
    border: 2px solid #999999;
    border-radius: 5px;
}

main input[type=checkbox]:checked + label:before {
    border: 2px solid #58C4FF;
    background-color: #58C4FF;
}

main input[type=checkbox]:checked + label:after {
    content: "\2713";
    position: absolute;
    top: 0%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    left: -2px;
    margin-top: -8px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
main #LocationEmpTypeSearch input[type=checkbox] + label:before {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-color: white;
    border: 1px solid #999999;
    border-radius: 4px;
}
main #LocationEmpTypeSearch input[type=checkbox]:checked + label:before {
    border: 1px solid #58C4FF;
    background-color: #58C4FF;
}
main #LocationEmpTypeSearch input[type=checkbox]:checked + label:after {
    font-size: 15px;
    left: -4px;
    margin-top: -3px;
}

main #mailRegistBox input[type=checkbox]:checked + label:after {
    margin-top: 0px;
}

input[type="text"].form-error, input[type="tel"].form-error, input[type="email"].form-error, input[type="password"].form-error, select.form-error, textarea.form-error {
    background-color: #fff0f5;
    border-color: #CC1433;
    position: relative;
    z-index: 2;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error, select.error, textarea.error {
    background-color: #fff0f5;
    border-color: #CC1433;
    position: relative;
    z-index: 2;
}
.badge-blue {
    background-color: #58C4FF;
    color: #FFF;
    border-radius: 10px;
}

.text-blue-large-bold {
    color: #0D91D9;
    font-weight: 700;
    font-size: 36px;
}
/* Common */

#AreaSelect div, 
#AreaSelectLine div {
  color: #8E8E8E;
}

/* Search Cond */
section#searchCond {
    margin-top: 60px;
}

#SearchCount {
font-size: 14px;
font-weight: bold;
}

#SearchCount .count {
font-size: 20px;
color: #0D91D9;
}

#BackToArea,
#BackToAreaLine {
color: #58C4FF;
cursor: pointer;
}

.link-cond a {
  color: #58C4FF;
  display: block;
}
/* Search Cond */

/* Result */
.condition-title {
  color: #495057;
}

.text-arrow {
   color: #58C4FF;
}

section#cardList {
    margin-top: 60px;
}
section#cardList .search-count {
font-size: 16px;
font-weight: bold;
color: #0D91D9;
}

.page-counter {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 4px solid #58C4FF;
  width: 100%;
}

li.page-item.active {
    position: relative;
    display: block;
    padding: .4rem .75rem;
    margin-left: -1px;
    line-height: 23px;
    color: #dee2e6;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#cardLinkRange:hover {
   /* background-color: rgba(13,145,217,.3);
    -webkit-tap-highlight-color:rgba(13,145,217,.3);
  */
    cursor: pointer;
}
#SearchResultBox {
    min-height: 360px;
}
/* Result */

/* Result */

span.stateBtn {
  color: #212529;
}


/* Detail */
section#ResultDetail {
  margin-top: 60px;
}

#RecentRecruitmentThanksBox section#ResultDetail,
#NearRecruitmentThanksBox section#ResultDetail,
#AttentionRecruitmentThanksBox section#ResultDetail {
  margin-top: 0px;
}

section#ResultDetail .detail-id {
      color: #707070;
      font-size: 14px;
}

section#DetailContent,
section#DetailCompany, 
section#DetailDescription
{
    color: #707070;
    font-size: 14px;
}

section#DetailContent h2,
section#DetailCompany h2
{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 4px solid #58C4FF;
}

section#DetailContent h3,
section#DetailCompany h3
{
  border-bottom: transparent;
}

section#DetailContent a{
    color: #0D91D9;
  font-size: 13px;
}

.ended-text {
  color: #707070;
  font-size: 14px;
}

.workplace {
    font-size:16px;
}

section#registraionBtn1 .favoriteDel,
section#registraionBtn2 .favoriteDel,
section#registraionBtn3 .favoriteDel {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 700;
}

section#LinkCond a:hover,
section#LinkCond a:active,
section#LinkCond a:focus{
    background-color: rgba(13,145,217,.3);
    color: #8E8E8E;
}

main#DetailPage h2 {
  border-bottom: 0px solid #58C4FF;
  background: #D9EAF4;
  color: #1D1D1D;
  font-size: 14px;
}

main#DetailPage #NearRecruitmentBoxDetail h2, main#DetailPage #TopTelphoneSp h2,
main#DetailPage #TopRegistrationSp h2, main#DetailPage #TopFormalAccountSp h2,
main#DetailPage #TopApplicationSp h2 {
  background: transparent;
  color: #212529;
  padding-left: 0px!important;
}
main#DetailPage #NearRecruitmentBoxDetail h2.card-title {
  margin-bottom: 0px;
  color: #0D91D9;
  font-size: 1rem;
}
main#DetailPage #NearRecruitmentBoxDetail .card-body {
  padding: 0.25rem 0.75rem;
}
main#DetailPage #NearRecruitmentBoxDetail .card-footer {
  border-top: 0rem;
}

main#DetailPage h3 {
  color: #1d1d1d;
  font-size: 14px;
}

main#DetailPage #NearList h3 {
  display: inline-block;
  background-color: #f67396;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 0px solid transparent;
}

main#DetailPage .content {
  color: #808080;
}
.rounded-pill-detail {
  border-radius: 1.5rem!important;
}
.rounded-pill-card {
  border-radius: 0.4rem!important;
}
.rounded-pill-footer {
  border-radius: 0.4rem!important;
}
main#DetailPage .btn {
  font-size: 1.1rem;
}
main#DetailPage .btn.ended {
  font-size: 0.9rem;
}
main#DetailPage #TopRegistrationSp .btn{
  font-size: 1rem;
}
main#DetailPage .rounded-pill-card.btn {
  font-size: 10px;
}    
main#DetailPage #NearList .card {
  border-radius: 0.75rem;
}
main#DetailPage #NearList .card-footer:last-child {
  border-radius: 0 0 calc(.75rem - 1px) calc(.75rem - 1px);
}
.btn-white {
  color: #555555;
  font-size: 1.2rem;
  background-color: #FFF;
  padding-top: 8px;
}
.fas.fa-stack {
  display: inline-block;
  height: 3px;
  line-height: 0rem;
  position: relative;
  vertical-align: middle;
  width: 0em;
  left: -75px;
  font-size: 40px;
}
.card .fas.fa-stack {
  height: 0px;
  left: -22px;
  font-size: 22px;
}
.far.fa-stack {
  display: inline-block;
  height: 3px;
  line-height: 0rem;
  position: relative;
  vertical-align: middle;
  width: 0em;
  left: -100px;
  font-size: 40px;
}
.card .far.fa-stack {
  height: 2px;
  left: -22px;
  font-size: 22px;
}
.keep {
  color: #484848;
}
.card .keep {
  padding: 5px;
}
.kept {
  padding-left: 5px;
}
.btn-logo {
  position: absolute;
  display: inline-block;
  height: 0px;
  width: 15%;
  top: 7px;
  left: 50px;
}
.card .btn-logo {
  position: relative;
  display: inline-block;
  height: 0px;
  width: 15%;
  top: 5px;
  left: 65px;
}


.features{
  display:block;
  zoom: 0.5;
  width: 148px;
  height: 200px;
  background: url(/img/feature_icons.png);
}
@media screen and (max-width: 375px) {
  .features{
    zoom: 0.4;
  }
  .btn-logo {
    top: 9px;
  }
  .fas.fa-stack {
    left: -60px;
    height: 3px;
  }
  .far.fa-stack {
    left: -85px;
    height: 3px;
  }
}
@media screen and (max-width: 360px) {
  .fas.fa-stack {
    left: -55px;
  }
  .far.fa-stack {
    left: -80px;
  }
}
@media screen and (max-width: 320px) {
  .btn-logo {
    top: 11px;
    left: 33px;
  }
  main#DetailPage #TopRegistrationSp .btn {
    font-size: 0.8rem;
  }
}

.feature-1{
  background-position: 0px 0px;
}
.feature-2{
  background-position: -148px 0px;
}
.feature-3{
  background-position: 0px -200px;
}
.feature-4{
  background-position: -148px -200px;
}
.feature-5{
  background-position: 0px -400px;
}
.feature-6{
  background-position: -148px -400px;
}
.feature-7{
  background-position: 0px -600px;
}
.feature-8{
  background-position: -148px -600px;
}
.feature-9{
  background-position: 0px -800px;
}
.feature-10{
  background-position: -148px -800px;
}
.feature-11{
  background-position: 0px -1000px;
}
.feature-12{
  background-position: -148px -1000px;
}
.feature-13{
  background-position: 0px -1200px;
}
.feature-14{
  background-position: -148px -1200px;
}
.feature-15{
  background-position: 0px -1400px;
}
.feature-16{
  background-position: -148px -1400px;
}
.feature-17{
  background-position: 0px -1600px;
}
.feature-18{
  background-position: -148px -1600px;
}
.feature-19{
  background-position: 0px -1800px;
}
.feature-20{
  background-position: -148px -1800px;
}
.feature-21{
  background-position: 0px -2000px;
}
.feature-22{
  background-position: -148px -2000px;
}
.feature-23{
  background-position: 0px -2200px;
}
.feature-24{
  background-position: -148px -2200px;
}
.feature-25{
  background-position: 0px -2400px;
}
.feature-26{
  background-position: -148px -2400px;
}
.feature-27{
  background-position: 0px -2600px;
}
.feature-28{
  background-position: -148px -2600px;
}
.feature-29{
  background-position: 0px -2800px;
}
.feature-30{
  background-position: -148px -2800px;
}
.feature-31{
  background-position: 0px -3000px;
}
.feature-32{
  background-position: -148px -3000px;
}
.feature-33{
  background-position: 0px -3200px;
}
.feature-34{
  background-position: -148px -3200px;
}
.feature-35{
  background-position: 0px -3400px;
}
.feature-36{
  background-position: -148px -3400px;
}
.feature-37{
  background-position: 0px -3600px;
}
.feature-38{
  background-position: -148px -3600px;
}
.feature-39{
  background-position: 0px -3800px;
}
.feature-40{
  background-position: -148px -3800px;
}
.feature-41{
  background-position: 0px -4000px;
}
.feature-42{
  background-position: -148px -4000px;
}
.feature-43{
  background-position: 0px -4200px;
}
.feature-44{
  background-position: -148px -4200px;
}
.feature-45{
  background-position: 0px -4400px;
}
.feature-46{
  background-position: -148px -4400px;
}
.feature-47{
  background-position: 0px -4600px;
}
.feature-48{
  background-position: -148px -4600px;
}
.feature-49{
  background-position: 0px -4800px;
}
.feature-50{
  background-position: -148px -4800px;
}
.feature-51{
  background-position: 0px -5000px;
}
.feature-52{
  background-position: -148px -5000px;
}
.feature-53{
  background-position: 0px -5200px;
}
.feature-54{
  background-position: -148px -5200px;
}
.feature-55{
  background-position: 0px -5400px;
}
.feature-56{
  background-position: -148px -5400px;
}
.feature-57{
  background-position: 0px -5600px;
}
.feature-58{
  background-position: -148px -5600px;
}
.feature-59{
  background-position: 0px -5800px;
}
.feature-60{
  background-position: -148px -5800px;
}
.feature-61{
  background-position: 0px -6000px;
}
.feature-62{
  background-position: -148px -6000px;
}
.feature-63{
  background-position: 0px -6200px;
}
.feature-64{
  background-position: -148px -6200px;
}
.feature-65{
  background-position: 0px -6400px;
}
.feature-66{
  background-position: -148px -6400px;
}
.feature-67{
  background-position: 0px -6600px;
}
.feature-68{
  background-position: -148px -6600px;
}
.feature-69{
  background-position: 0px -6800px;
}
.feature-70{
  background-position: -148px -6800px;
}
.feature-71{
  background-position: 0px -7000px;
}
.feature-72{
  background-position: -148px -7000px;
}
.feature-73{
  background-position: 0px -7200px;
}
.feature-74{
  background-position: -148px -7200px;
}
.feature-75{
  background-position: 0px -7400px;
}
.feature-76{
  background-position: -148px -7400px;
}
.feature-77{
  background-position: 0px -7600px;
}
.feature-78{
  background-position: -148px -7600px;
}
.feature-79{
  background-position: 0px -7800px;
}
.feature-80{
  background-position: -148px -7800px;
}

/* Detail */

/* Service */
i.fas.fa-angle-double-down {
  font-size: 2.5rem;
    color: #0D91D9;
}
section#ServiceTop {
  margin-top: 60px;
}

.qa-q { 
    color: #0D91D9;
}
/* Service */

/* ぱんくず */
.bread {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}

ol.breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ol.breadcrumbs li {
  display: inline;
}

ol.breadcrumbs li:after {
  content: ' ＞';
}

ol.breadcrumbs li:last-child:after {
  content: '';
}

ol.breadcrumbs a.disabled{
    pointer-events: none;
    color: #8E8E8E;
}

/* Footer */
footer {
    font-size: 14px;
    color: #707070;
}
footer#TopFooterSp {
    background-color: #eeeeee;
}

footer a {
    color: #58C4FF
}

footer span.kiyaku1, footer span.kiyaku2, footer span.partner1 {
    font-size: 16px;
    color: #58C4FF;
    cursor: pointer;
}
footer span.partner1:hover, footer span.partner1:active, footer span.partner1:focus, 
footer span.kiyaku1:hover, footer span.kiyaku1:active, footer span.kiyaku1:focus, 
footer span.kiyaku2:hover, footer span.kiyaku2:active, footer span.kiyaku2:focus
{
  text-decoration: none;
  color: rgba(0,0,0,.7);
}

footer#TopFooterSp h4 {
    font-weight: 200;
}

footer#TopFooterSp a,footer#TopFooterSp span.kiyaku1, footer#TopFooterSp span.kiyaku2, footer#TopFooterSp span.partner1 {
    color: #0D91D9;
    font-size: 14px;
    line-height: 1.5rem;
}


/* Modal */
.modalArea {
  display: none;
  position: fixed;
  z-index: 300; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.2rem;
  right: 0.8rem;
  cursor: pointer;
}

#PartnerBlock .modal-dialog {
  top: 25%;
}

@media screen and (max-width: 767px) {
  .closeModal {
    right: 0.7rem;
  }
}

.favoriteMsg {
    display: none;
    width: 120px;
    padding-right: 5px;
    left: 50%;
    position: absolute;
    height: 30px;
    line-height: 30px;
    margin-left: -60px;
    background-color: #ff5757;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    z-index: 200;
    top: -36px;
    text-align: center;
}

.nextUndisplay input[type="checkbox"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.favoriteMsg:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ff5757;
}

.shiny-btn {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}

.modalContents .modalTitle {
    margin-bottom: 20px; 
    font-size: 14px; 
    font-weight: 700; 
    color: #0D91D9;
}

.modalContents .modalText {
    margin-top: 20px; 
    font-size: 16px; 
    font-weight: 700; 
    color: #0D91D9;
}

.modalContents .chkBox {
    margin: 20px 0; 
}

.modalContents i.far,
.modalContents i.fas {
  font-size: 3.5rem;
  color: #0D91D9;
}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.fixed-register-button {
  position: fixed;
  display:none;
  top: 0;
  width: 100%;
  background: rgba(255,255,255, 0);
  height: 60px;
}
.fixed-register-button a{
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .fixed-register-button a {
    font-size: 12px;
  }
}
.btn-detail {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  width: 40%;
}
.font-12 {
  font-size: 12px!important;
}

.far.fa-inverse {
  color: #0D91D9;
  font-weight: 700;
}

.fixed-apply-button {
  position: fixed;
  display:none;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  background: rgba(255,255,255, 0);
}

.fa-stack {
    margin-top: -3px;
}

.fa-stack-1x {
    font-size: 0.75rem;
}

.fixed-search-button {
  position: fixed;
  bottom: 0;
  background: rgba(255,255,255);
  width: 100%;
  padding: 7px 0;
}


.btn-blue a {
  color: #FFF;
}

.kiyaku1, .kiyaku2 {
    font-size: 12px;
    color: #6c757d;
    cursor: pointer;
}
.kiyaku1:hover, .kiyaku2:hover {
    color: #000;
}
#PrivacyBlock .modal-body, #KiyakuBlock .modal-body {
    overflow: scroll;
    height: 450px;
    font-size: 11px;
}
span.kiyaku3 {
    color: #58C4FF;
    text-decoration: none;
    background-color: transparent;
}
span.kiyaku3:hover {
    opacity: 0.6;
}
#PrivacyBlock .modal-body a, #KiyakuBlock .modal-body a {
    font-size: 1em;
    color: #58C4FF;
    text-decoration: none;
    background-color: transparent;
}
#PrivacyBlock .modal-body a:hover, #KiyakuBlock .modal-body a:hover {
    opacity: 0.6;
}
.kiyaku_block {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
    width: 100%;
    height: 450px;
    padding-top: 50px;
    overflow: scroll;
    font-size: 1.2em;
    line-height: 1.5;
}
.kiyaku_title_main {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 50px;
}
.kiyaku_title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}
/*
#kiyaku_main {
  width: 1000px;
  margin: 50px auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #kiyaku_main {
    width: 90%;
    margin: 50px auto;
    background: #fff;
    font-size: 14px;
  }
}

.kiyaku_block {
  width: 100%;
  padding-top: 50px;
  font-size: 1.2em;
  line-height: 1.5;
}
.kiyaku_block a {
  color: #58C4FF
  font-size: 13px;
}

.kiyaku_block .modal-link {
  color: #58C4FF;
}
.kiyaku_title_main {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 50px;
}
.kiyaku_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
*/
.thanks_space {
  margin: 150px 0 0;
}
.thanks_main_title {
  width: 800px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.5;
}
.thanks_entry {
  width: 800px;
  color: #58C4FF;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_entry2 {
  width: 800px;
  color: #58C4FF;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_entry3 {
  width: 800px;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_block {
  width: 760px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 5px solid #58C4FF;
  border-radius: 10px;
}
.thanks_company_name {
  color: #58C4FF;
  font-size: 20px;
  font-weight: 700;
}
.thanks_company_tel {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.thanks_company_sub {
  color: #555;
  font-size: 14px;
  margin: 0 0 20px;
}
.thanks_caution {
  width: 800px;
  margin: 0 auto 50px;
}
.thanks_caution_title {
  font-size: 20px;
  font-weight: 700;
  color: #58C4FF;
  margin: 0 auto 10px;
}
.w-45 {
    width: 45%;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 15rem; 
}
main#PageTopSpMain {
 background-color: #faf7f0;
 padding-bottom: 0.5rem
}
main#PageTopSpMain h2 {
    color: #414141;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
main#PageTopSpMain #LocationEmpTypeSearch h2 {
    font-size: 0.8rem;
    font-weight: 700;
}
main#PageTopSpMain #AreaSearch h2 {
    font-size: 18px;
}
.phone-text {
    color: #414141;
    font-size: 14px;
}
.slider {
    width: 100%;
    margin: -15px auto 0;
}
.slider .slick-list {
    padding: 0 30% 0 0!important;
}
.slick-slide img {
    display: block;
    width: 95%;
    border-radius: 5px;
}
.slider figcaption {
    position:absolute;
    color: #FFF;
    bottom: 0;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1;
}
.slider figcaption .count {
    font-size: .75rem;
}

@media screen and (max-width: 767px) {
    .thanks_space {
        margin: 70px 0 0;
    }
    .thanks_main_title {
        width: 100%;
        margin: 0 auto 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .thanks_entry {
        width: 100%;
        color: #58C4FF;
        font-size: 20px;
        font-weight: 700;
        /* margin: -200% auto 5px; */
    }
    .thanks_entry2 {
        width: 100%;
        color: #58C4FF;
        font-size: 16px;
        font-weight: 700;
    }
    .thanks_entry3 {
        width: 300px;
        color: #666666;
        font-size: 18px;
        font-weight: 700;
        margin: 0 10px 10px;
    }
    .thanks_block {
        width: 270px;
        margin: 0 auto 20px;
        padding: 10px;
        border: 2px solid #58C4FF;
        border-radius: 10px;
    }
    .thanks_block_2 {
        width: 270px;
        margin: 0 auto 20px;
        padding: 10px;
        border: 2px solid transparent;
        border-radius: 10px;
    }
    .thanks_company_name {
        color: #58C4FF;
        font-size: 18px;
        font-weight: 700;
    }
    .thanks_company_tel {
        color: #555;
        font-size: 20px;
        font-weight: 700;
        margin: 5px 0;
    }
    .thanks_company_tel a {
        color: #555;
    }
    .thanks_company_sub {
        color: #555;
        font-size: 14px;
        margin: 0 0 20px;
    }
    .thanks_caution {
        width: 290px;
        margin: 0 auto 50px;
    }
}

iframe {width: 100%!important;}
.iframe-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thanks_movie {
    width: 100%;
    color: #58C4FF;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #58C4FF;
  }
