@charset "utf-8";

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

h2 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 40px;
}

h3 {
  font-size: 140%;
  font-weight: 700;
}

.label {
    padding-top: .3em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    border-radius: .9em;
}

.label-primary,
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #E2731C;
    border-color: #E2731C;
}

.btn-lg {
    border-radius: 4px;
}

.round-checkbox input[type=checkbox],
.round-radio input[type=radio] {
  display: none;
}
.round-checkbox input[type=checkbox] + label,
.round-radio input[type=radio] + label{
  position: relative;
  padding: 10px 0 10px 30px;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  cursor: pointer;
}
.round-checkbox input[type=checkbox]:checked + label,
.round-radio input[type=radio]:checked + label{
  background: #fcf8e3;
}
.round-checkbox input[type=checkbox]:checked + label > span,
.round-radio input[type=radio]:checked + label > span{
  background: #f0ad4e;
}

.round-checkbox input[type=checkbox] + label > span,
.round-radio input[type=radio] + label > span{
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
}
.round-checkbox input[type=checkbox]:checked + label > span::before,
.round-radio input[type=radio]:checked + label > span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 2px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff;
}
.round-checkbox input[type=checkbox]:checked + label > span::after,
.round-radio input[type=radio]:checked + label > span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 2px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff;
  animation: fadein 0.2s ease 0s 1 normal forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 70%;
  }
}
.round-checkbox .number {
  display: inline;
  padding-left: 10px;
}

.checkbox-button input[type=checkbox],
.radio-button input[type=radio] {
  display: none;
}
.checkbox-button input[type=checkbox] + label,
.radio-button input[type=radio] + label {
  padding: 10px 0;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
.checkbox-button input[type=checkbox]:checked + label,
.radio-button input[type=radio]:checked + label {
  background: #f0ad4e;
  color: #fff;
}

.checkbox-button .checkbox-button-group,
.drilldown {
  display: block;
  position: relative;
  padding: 10px 0;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #f8f8f8;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.checkbox-button .checkbox-button-group > span,
.drilldown > span {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

.open-checkbox-modal {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  min-height: 50px;
  cursor: pointer;
}
.has-error .open-checkbox-modal {
  border-color: #a94442;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: underline;
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  color: #888;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #666;
    border-color: #666;
}

header.row {
  background: #fff;
  padding: 27px 0;
  height: 120px;
}

.navbar {
  margin-bottom: 0;
}
.navbar p {
  margin-bottom: 0;
}
.navbar-default {
  background-color: inherit;
  border: none;
}
.nav_global {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 40px;
}
.nav_global a {
    font-weight: bold;
    text-align: center;
}
.nav_global a span {
    display: block;
    color: #888;
    font-weight: normal;
    font-size: 13px;
    margin-top: -3px;
}
.nav_global::before {
    position: absolute;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 3px;
    top: 50%;
    left:0
}
.nav_global.navbar-nav > li {
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
}
.logo {
    margin-top: 5px;
}
.logo img {
  width: 165px;
  height: auto;
}

.navbar-brand {
  padding: 0;
  margin-right: 15px;
}

.navbar-brand p {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #333;
  margin: -5px 20px 0 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.navbar-default .navbar-nav > li > a {
  color: #444;
}

.navbar-default .navbar-right > li > a {
  padding: 5px;
}
.navbar-default .navbar-right > li > a span {
  margin-right: 5px;
}
.navbar-default .navbar-nav > li.login,
.navbar-default .navbar-nav > li.logout {
  margin-left: 5px;
}
.navbar-default .navbar-nav > li.regist > a span,
.navbar-default .navbar-nav > li.login > a span {
  color: #E2731C;
}
header .nav-user {
  margin-top: -10px;
}
header .nav-user .q_and_a {
  text-align: center;
  margin-bottom: 10px;
}

.navbar-default .recruiter {
  margin-right: -15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #E2731C;
}

.modal.large .modal-dialog {
  width: 900px;
}
.modal.full .modal-dialog {
  width: 98%;
}

.blur {
  filter: blur(6px);
}

.contents {
    background: #f0f0f0;
    border-top: 1px solid #ddd;
}

.contents.bg-white {
  background: #fff;
}

.main {
  padding-top: 20px;
  padding-bottom: 100px;
  margin: 0px auto 0px auto;
}

.main .nav {
  margin-bottom: 30px;
}

footer {
  background: #fff;
  padding: 30px 10px 0 10px;
  border-top: 1px solid #ddd;
}

footer .list-inline {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 40px;
}
footer .list-inline > li {
  margin-right: 10px;
}
footer .list-inline > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 8px;
  height: 8px;
  border: 1px solid #888;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 10px;
}

.footer-body {
    text-align: left;
    padding-left: 30px;
}
.copyright {
    text-align: right;
    background: #949087;
    color: #fff;
    padding: 10px 20px;
}
.form-inline input[type=text].form-control,
.form-inline input[type=password].form-control {
  min-width: 340px;
}
.form-inline input.form-control.input-sm-2,
.form-inline input.form-control.input-sm-3,
.form-inline input.form-control.datepicker {
  min-width: unset;
}

.form-group.submit-button {
  margin-top: 40px;
}

.form-control.input-conf {
  margin-top: 5px;
}

input[type="file"] {
  display: inline;
  margin-top: 7px;
  margin-bottom: 7px;
}

.upload .clearfix {
  margin-top: 5px;
}

.upload .clearfix .pull-left {
  width: 48%;
  height: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  position: relative;
}

.upload .clearfix .pull-left .glyphicon-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
}

.upload .clearfix .pull-left .glyphicon-remove-sign:hover {
  font-size: 120%;
}

.upload img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.label-cols-2 label {
  width: 48%;
}

.label-cols-3 label {
  width: 32%;
}

.label-cols-4 label {
  width: 23%;
}

.label-cols-5 label {
  width: 19%;
}

.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}

.relatvie {
  position: relative;
}

.readonly {
  pointer-events: none;
  opacity: 0.6;
}

.preview_nolink {
	pointer-events:none;
}

.box {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px 0 #888;
}

.box.flat {
  box-shadow: unset;
  border: unset;
}

.box.thick {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  box-shadow: unset;
}

.box > h2 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  box-shadow: 0px 1px 8px 0px #bbb;  
}

.box.double::before {
    content:"";
    position: absolute;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
    top: 0;
    left:0;
}
.box.double {
    position: relative;
    border: unset;
    margin-top: 0;
}

.box-body {
  overflow: hidden;
  padding: 60px 20px 30px;
}
.box-body h3 {
  font-size: 16px;
}

.ebox {
  margin-bottom: 20px;
}
.ebox img {
  display: block;
  max-width: 100%;
  height: auto;  
}

.main.top {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  margin: 0;
}

h2.double::before {
    content:"";
    position: absolute;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
    top: 50%;
    left:0;
}
h2 {
    position: relative;
  color: #333;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

h2.double .mincho {    
    background: #fff;
    position: relative;
    padding: 20px 30px;
}

h2 .rubi {
    display: block;
    position: relative;
    color: #888;
    font-size: 14px;
    margin-top: 4px;
}

.stepbar {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stepbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.stepbar li:before {
    display: block;
    position: relative;
    z-index: 1;
    width: 26px;
    height: 26px;
    margin: 7px auto 7px auto;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.stepbar li:after {
    position: absolute;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.stepbar li:first-child:after {
    content: none;
}
.stepbar li.active,
.stepbar li.complete{
    color: #E2731C;
}
.stepbar li.active:before,
.stepbar li.complete:before {
    background-color: #E2731C;
    color: #FFF;
}
.stepbar li.active:after,
.stepbar li.complete:after {
    background-color: #E2731C;
}

.stepbar-6 li {
  width: 16%;
}
.stepbar-5 li {
  width: 20%;
}
.stepbar-4 li {
  width: 25%;
}
.stepbar-3 li {
  width: 33%;
}
.stepbar-2 li {
  width: 50%;
}

#topCarousel p{
  text-align: left;
  font-size: 35px;
  margin-bottom: 0;
  color: #333;
  text-shadow: 1px 1px 2px #FFF,
              -1px -1px 2px #FFF, 
              -1px 1px 2px #FFF,
              1px -1px 2px #FFF, 
              0px 1px 2px #FFF,
              0-1px 2px #FFF, 
              -1px 0 2px #FFF,
              1px 0 2px #FFF;
}

#topCarousel p span{
  font-weight: bold;
}

#topCarousel .carousel-caption {
    top: 80px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9);    
}

#topCarousel .carousel-indicators {
  display: none;
}

#topCarousel .carousel-control{
  top: 50%;
  width: 5%;
}

#topCarousel .carousel-control .glyphicon-chevron-right,
#topCarousel .carousel-control .glyphicon-chevron-left {
  font-size: 18px;
}

.mv {
  position: relative;
  margin-bottom: 120px;
}

.mv .carousel-inner > .item > img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.search {
  position: absolute;
  padding: 40px;
  background: #fff;
  border: 1px solid #666;
  bottom: -70px;
  left: calc(50% - 497px);
  width: 995px;
  height: 140px;
  z-index: 10;
}

.search .btn-group {
    width: 100%;
}
.search .btn-group > .btn {
  height: 62px;
}
.search .btn-group > .btn-default {
    width: 30%;
    border-radius: 0;
    border-color: #666;
    text-align: left;
}
.search .btn-group > .btn-default p {
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.search .btn-primary {
    width: 10%;
  background-color: #E2731C;
  border-color: #E2731C;
  padding: 10px 16px;
  border-radius: 6px;
}

.top .col-sm-9 {
}
.top .col-sm-3 {
}

.pickup-contents {
  margin-right: 0;
  background-color: #fff;
  padding: 0;
  margin: 0 0 20px;
}

.pickup-contents .item-list .item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.pickup-contents .item-list .thumbnail {
  border-bottom: unset;
  padding: 0;
  margin-bottom: 5px;
}

.pickup-contents .thumbnail .caption {
  padding-left: 0;
  padding-right: 0;
}

.pickup-contents .item-list .thumbnail .image {
  height: 160px;
}

.new-contents {
  margin-right: 0;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #c1c1c1;
  padding: 0 10px;
  margin: 0 0 20px;
}

.new-contents .item-list .item {
  padding-right: 5px;
  padding-left: 5px;
}

.new-contents .item-list .thumbnail {
  border-bottom: unset;
  padding: 0;
  margin-bottom: 5px;
}

.new-contents .thumbnail .caption {
  padding: 5px 0;
}

.new-contents .item-list .thumbnail .caption ul {
  margin-bottom: 5px;
}

.new-contents .item-list .thumbnail .caption .label {
  font-size: 10px;
}

.new-contents .item-list .thumbnail .caption h3 {
  margin: 4px 0;
  font-size: 14px;
  min-height: 14px;
  font-weight: normal;
}
.new-contents .item-list .thumbnail .caption .company {
  font-size: 12px;
}

.new-contents .item-list .thumbnail .image {
  height: 100px;
}

.categories {
    background: #F5F2EA;
    margin-top: 80px;
    margin-bottom: 80px;
}
.main.top .categories h2 {
  top: -50px;
  font-size: 16px;
  box-shadow: unset;
}
.categories .box-body {
    padding-top: 40px;
}
.categories .box-body h3 {
    margin-bottom: 20px;
}
.categories .label {
    background-color: #fff;
    color: #666;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: normal;
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: 1.6em;
    margin-right: 1.2em;
    white-space: nowrap;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.categories .area ul {
    font-size: 16px;
}
.categories .area .text-right {
    font-weight: bold;
    padding: 0px 40px 15px 0;
}
.categories .area .list-inline li {
    padding: 5px 5px;
}

.columns .thumbnail {
    border: unset;
    padding: 0;
    margin-bottom: 30px;
}
.columns .thumbnail .image{
    height: 230px;
}
.columns .thumbnail .image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns .thumbnail h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.columns .thumbnail p {
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.columns .thumbnail .date {
    margin-top: 20px;
}

.agent-service {
    background: #F5F2EA;
    padding: 50px;
}
.main.top .agent-service h2 .mincho {
    font-size: 40px;
}
.main.top .agent-service h2 .rubi {
    font-size: 20px;
}
.main.top .agent-service h2{
    margin-top: 0;
    margin-bottom: 30px;
}
.agent-service-body {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.agent-service-body h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
}
.agent-service-body img {
    width: 100%;
}
.agent-service-body p {
    font-size: 18px;
    line-height: 1.6em;
}
.agent-service-body > .row {
    margin-top: 40px;
}
.agent-service-body > .row > .caption {
    padding-top: 20px;
}
.agent-service-body .btn {
    white-space: unset;
}

.information {
  margin-bottom: 40px;
}
.information.box > h2 {
  font-size: 16px;
  top: -50px;
  box-shadow: unset;
}
.information .box-body {
  padding: 40px 10px 20px 10px;
}

.information p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article.box {
  padding: 0 40px;
}
.article.box > h2 {
  position: relative;
  top: 0px;
  margin-top: 30px;
  box-shadow: unset;
}
.article.box > .box-body {
  padding-top: 20px;
}
.article-body img {
  max-width: 100%;
  height: auto;
}

.top-double::before {
    content:"";
    position: absolute;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
    top: 0;
    left:0;
}
.top-double {
    position: relative;
}

.list {
}

.list.contents-list .box {
    border: unset;
    box-shadow: unset;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.list.contents-list .box-body {
    padding-left: 0;
    padding-right: 0;
}

.list .left .form-group {
    margin-bottom: 20px;
}

.list .left label.control-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.list .imploded {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    min-height: 50px;
}

.list .left .form-group .checkbox:first-child{
  margin-top: 0px;
}
.list .left .form-inline select.form-control {
    margin-left: 5px;
    width: 80%;
}
.list .save-condition {
  padding-top: 20px;
}

.list .saved-condition {
  margin-bottom: 20px;
}

.list .right {
  padding-left: 20px;
}

.list p.total {
  margin-bottom: 10px;
}

.list p.total span {
  font-size: 120%;
  font-weight: 700;
  color: #E2731C;
}

.list .top-double {
    padding-top: 30px;
}

.item-list {
  margin-left: 0;
  margin-right: 0;
}

.item-list .item {
  padding-left: 0;
  padding-right: 0;
}

.item-list .thumbnail {
  margin-bottom: 0;
  border: unset;
  padding: 10px 0 0;
}

.item-list a:last-child .thumbnail {
  border:none;
}

.item-list .thumbnail .image {
  height: 360px;
  padding: 0;
}

.item-list .thumbnail .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-list .thumbnail .caption {
    padding: 10px 0 0 0;
}

.item-list .thumbnail .caption h3 {
  font-size: 16px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
  margin-bottom: 5px;
}

.salary span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

.item-list .thumbnail .caption p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-list .thumbnail .caption .label {
  font-size: 90%;
}

.item-list .thumbnail .caption .company {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.item-list .thumbnail .caption > .row {
  margin: 0;
}

.tile .image {
  height: 240px;
}

.tile .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile h3 {
  font-size: 16px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
  margin-bottom: 5px;
}

.tile p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tile .label {
  font-size: 90%;
}

.switch-city {
  display: none;
}
.round-checkbox input[type=checkbox]:checked + label + .switch-city {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 9px;
}

.main.detail .job::before {
    content:"";
    position: absolute;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
    top: 0;
    left:0;
}
.main.detail .job {
    position: relative;
  padding: 40px 60px;
}
.main.detail .company {
}
.main.detail ul.occupation {
    margin-right: 20px;
}
.main.detail .employment-system {
    color: #888;
}
.main.detail .company > span {
  padding: 5px;
  border: 1px solid #ddd;
  margin-left: 10px;
}

.main.detail .job > h2 {
  font-size: 140%;
  padding: 0 0 8px 4px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #444;
  text-align: left;
}

.main.detail .list-unstyled .label{
  font-size: 100%;
  line-height: 2;
}

.main.detail .feature {
  margin-bottom: 30px;
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.main.detail .feature ul {
  margin-bottom: 0;
}
.main.detail .feature li {
  border-radius: 4px;
  margin-right: 5px;
}
.main.detail .job-summary {
    background: #F5F2EA;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}
.main.detail .job-summary.box > h2 {
  top: -50px;
  font-size: 18px;
}
.main.detail .job-summary .box-body {
    padding-top: 40px;
}
.main.detail .job-summary table th {
    font-size: 18px;
    padding: 15px 50px;
    min-width: 180px;
}
.main.detail .job-summary table td {
    font-size: 16px;
}
.main.detail .job-summary table td span {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.main.detail .message {
  font-size: 110%;
  margin-bottom: 30px;
}

.main.detail .job .table {
    margin: 40px 0px;
}

.main.detail .table th,
.main.detail .table td {
  padding: 15px 20px;
  border-top: unset;
  border-bottom: 1px solid #ddd;
}

.main.detail .table th {
    width: 25%;
}

.main.detail .facility {
    margin-top: 140px;
}
.main.detail .facility-body {
    width: 85%;
    margin: 40px auto;
}
.main.detail .facility .image {
    margin-bottom: 20px;
}
.main.detail .facility .btn-lg {
    border-radius: unset;
    border-color: #666;
    margin-top: 50px;
    padding: 10px 80px;
}

.image-viewer {
  margin-bottom: 40px;
}

.image-viewer .full{
    width: 100%;
    margin-bottom: 30px;
}

.image-viewer .full img {
  margin: auto;
  border: 1px solid #fff;
}

.image-viewer .thumb {
}

.image-viewer .thumb li {
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #fff;
  width: 140px;
  height: 90px;
}

.image-viewer .thumb li:hover {
  opacity: 0.6;
}

.image-viewer .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.apply {
    padding-left: 140px;
    padding-right: 140px;
    margin-right: 30px;
}
a.favorite span {
    color: #ccc;
    margin-left: 5px;
}


.my_page_menu {
  padding: 5px 10px;
}

.my_page_menu span {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.my_page_menu .panel,
.my_page_menu .panel > .panel-heading {
  border: unset;
  color: #fff;
  background: #267fd9;
  border-color: #267fd9;
}

.my_page_menu .panel > .panel-body {
  color: #fff;
}

.my_page_menu.customer .panel,
.my_page_menu.customer .panel > .panel-heading {
  background: #eb6e6e;
  border-color: #eb6e6e;
}

.my-contents-draft {
  margin-top: -20px;
  margin-bottom: 20px;
}

.my-contents.item-list > .row {
  margin-bottom: 15px;
}

.my-contents.item-list .item{
  padding-left: 15px;
  padding-right: 15px;
}

.my-contents.item-list .status {
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 4px;
}
.my-contents.item-list .status label {
  font-size: 100%;
  margin: 0;
}
.my-contents.item-list .status p {
  margin: 0 0 0 10px;
}
.my-contents.item-list .status .btn {
  margin-left: 5px;
}
.my-contents.item-list .thumbnail .image {
  height: 60px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.my_message h3 {
  font-size: 12pt;
}

.sub-title {
  padding: 20px;
  border: solid #446799;
  margin-bottom: 20px;
}

.message-thread .panel {
  max-width: 90%;
  position: relative;
}

.message-thread .panel-heading .pull-left {
  margin-right: 10px;
}

.message-thread .panel::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel.pull-left::before {
  left: -15px;
  border-right: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-left:after {
  left: -12px;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right::before {
  right: -15px;
  border-left: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right:after {
  right: -12px;
  border-left: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.panel-info.pull-left::before,
.message-thread .panel.panel-info.pull-right::before {
  border-left-color: #bce8f1;
  border-right-color: #bce8f1;
}

.message-thread .panel.panel-success.pull-left::before,
.message-thread .panel.panel-success.pull-right::before {
  border-left-color: #d6e9c6;
  border-right-color: #d6e9c6;
}

.message-thread .panel.panel-warning.pull-left::before,
.message-thread .panel.panel-warning.pull-right::before {
  border-left-color: #faebcc;
  border-right-color: #faebcc;
}

.message-thread .panel.panel-danger.pull-left::before,
.message-thread .panel.panel-danger.pull-right::before {
  border-left-color: #ebccd1;
  border-right-color: #ebccd1;
}

.main h2:nth-of-type(n+2) {
  margin-top: 60px;
}

.contractor-navbar-brand {
  height: 64px;
}
.contractor-navbar-brand .logo {
  margin-top: -10px;
}

.scout-box a.apply {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.qa {
  border-bottom: 1px solid #ddd;  
}

.qa > a {
  display: block;
  padding: 20px;
  color: #5a3108;
  cursor: pointer;
  font-size: 120%;
}

.qa > p {
  display: none;
  padding: 10px 10px 10px 30px;
}

.list.resume .right {
  padding-top: 40px;
}
.resume .item-list .box-body {
  padding-top: 30px;
}
.resume .item-list .thumbnail .image {
  height: auto;
  padding-top: 40px;
}
.resume .item-list .thumbnail .image span {
  font-size: 100px;
}
.resume .item-list .thumbnail .caption dt {
  font-weight: normal;
  background: #f0f0f0;
}
.resume .item-list .thumbnail .caption dt,
.resume .item-list .thumbnail .caption dd {
  border-bottom: 1px solid #ddd;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.resume .item-list .thumbnail .caption dl:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}
.resume .item-list .thumbnail .caption dl {
  padding: 0;
  margin-bottom: 10px;
}
.resume .item-list .thumbnail .to-detail {
  margin: 10px 0 5px;
}
.resume .item-list .thumbnail .to-detail .btn {
  font-size: 120%;
  width: 200px;
  margin: 0 10px 2px;
}
.resume .item-list .thumbnail .to-detail .btn.btn-sm {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .main.container.detail {
        width: 900px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    header.row {
      font-size: 90%;
    }
    header.row .btn {
      font-size: 100%;
    }
    .nav_global {
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
    }
    .nav_global.navbar-nav > li {
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .main.container.detail {
        width: 900px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    header.row {
      font-size: 90%;
    }
    header.row .btn {
      font-size: 100%;
    }
    .nav_global a span {
      font-size: 100%;
    }
    .nav_global {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
    }
    .nav_global.navbar-nav > li {
      margin-left: 0;
      margin-right: 0;
    }
    .navbar-brand {
      margin-right: 0;
    }
    .logo img {
      width: 130px;
    }
    .search {
      width: 750px;
      left: calc(50% - 375px);
    }
}

@media (max-width: 767px) {

  .ml-xs-0 {
    margin-left: 0;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }

  .datepicker .table-condensed {
    font-size: 16px;
    width: 70vw;
  }
  .datepicker td,
  .datepicker th {
    width: 30px !important;
    height: 30px !important;
    padding: 8px 10px !important;
  }
  
  .label-cols-2 label {
    width: 100%;
  }

  .form-inline .input-sm-3 {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
  }
  .form-inline .input-sm-2 {
    display: inline-block;
    width: 36%;
    vertical-align: middle;
  }
  
  .form-inline select.date-year,
  .form-inline select.date-month,
  .form-inline select.date-day {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  
  .form-inline input[type=text].form-control,
  .form-inline input[type=password].form-control {
    min-width: unset;
  }
  
  .btn-sm-1 .btn {
    width: 80%;
    margin-bottom: 5px;
  }

  .contractor-navbar-brand .logo,
  .logo {
      margin-top: 0px;
  }
  .logo img {
      width: auto;
      height: 50px;
  }
  
  header.row {
      margin-right: -30px;
    padding: 0px;
    height: auto;
  }
  .nav_global {
      padding-right: 0;
  }
  .nav_global::before {
      display: none;
  }
  header .nav_global a,
  header .nav a {
      text-align: right;
  }
  header .navbar .navbar-collapse > .pull-left {
      width: 100%;
  }
  header .nav-user .q_and_a {
    text-align: right;
  }
  
  header .recruiter {
      margin-bottom: 15px;
  }
  
  .modal.large .modal-dialog,
  .modal.full .modal-dialog {
    width: auto;
  }
  
  .form-horizontal .form-group > .control-label > .label-danger.pull-left {
    margin-top: 2px;
    margin-right: 2px;
  }
  
  .contents {
  }
  
  .main {
    padding: 15px;
    width: 100%;
  }

  .hsc {
      white-space: nowrap;
      overflow: scroll;
      scrollbar-width: none;
  }

  .breadcrumb {
      width: fit-content;
      margin-bottom: 0px;
      margin-left: 10px;
  }
  
  .breadcrumb > li {
    display: inline;
  }
  
  
  .box > h2 {
    width: 80%;
  }
  .box.thick > h2 {
    width: auto;
  }
  
  .box-body {
  }
  
  .stepbar {
    margin-top: 40px;
  }
  
  .main.top {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #topCarousel .carousel-caption {
      top: 0;
      left: 0;
    padding: 60px 20px;
  }
  
  #topCarousel p{
    font-size: 120%;
    font-weight: bold;
  }
  .mv {
      margin-bottom: 0;
  }
  .search {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 30px 0;
    width: auto;
    height: auto;
    padding: 10px;
    border: unset;
  }
  .search .btn-group > .btn-default {
      width: 100%;
  }
  .search .btn-group .btn + .btn {
      margin-left: 0;
  }
  .search .btn-primary {
      width: 100%;
  }
  .search .btn-group > .btn:last-child:not(:first-child) {
      border-top-right-radius: unset;
      border-bottom-left-radius: 6px;
  }
  
  .label-cols-5 label {
    width: 32%;
  }
  
  .search .checkbox {
    padding: 0px;
  }
  .pickup-contents .item-list .item {
      padding-right: 0;
  }
  
  .new-contents {
    margin-top: 0px;
  }
  
  .main.top h2 {
    margin-bottom: 10px;
  }
  
  .item-list .thumbnail .image {
    height: 60vw;
  }
  .categories .box-body {
      padding-left: 5px;
  }
  .categories .area .text-right {
    padding-right: 0;
  }
  
  .agent-service {
      padding: 20px;
  }
  .main.top .agent-service h2 .mincho {
      font-size: 24px;
  }
  .main.top .agent-service h2 .rubi {
      font-size: 14px;
  }
  .agent-service-body {
      width: 100%;
  }
  .agent-service-body h3 {
      font-size: 20px;
  }
  .agent-service-body p {
      font-size: 16px;
  }
  .agent-service-body .btn br {
    line-height: 0.5;
  }
  
  .information {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .information dl {
    margin: 10px;
  }
  
  .open-search {
    margin-top: -20px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  .list .left {
    display: none;
    border: unset;
  }
  .list .left .box {
      padding: 10px;
  }
  .list .right {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .list .right .image {
    width: 100%;
  }
  .item-list .thumbnail .caption {
      padding: 10px;
  }
  .item-list .thumbnail .caption h3{
      margin-bottom: 10px;
  }
  .item-list .thumbnail .caption p {
      margin-bottom: 5px;
  }
  .list p.total {
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  .main.detail {
    padding-top: 10px;
  }

  .main.detail .job {
      padding: 20px 10px 10px 10px;
  }
  .main.detail .job > h2 {
      font-size: 120%;
      margin-bottom: 10px;
  }
                    
  .image-viewer .full {
      margin-bottom: 10px;
  }

  a.apply {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    width: 60%;
  }
  a.favorite {
    width: 35%;
  }
  .main.detail .job-summary {
      width: 100%;
  }
  .main.detail .job-summary table th {
      padding: 10px 20px;
      min-width: 120px;
  }
  .main.detail .table th {
      width: 110px;
      padding: 10px;
  }
  .main.detail .table td {
      padding: 10px;
  }
  .main.detail .facility {
      margin-top: 40px;
  }
  .main.detail .facility-body {
      width: 100%;
      padding: 10px;
      margin: 0;
  }
  .main.detail .facility .btn-lg {
      width: 100%;
  }
  .main.detail .left {
    padding-left: 0px;
    padding-right: 0px;
    border-right: unset;
    margin-bottom: 20px;
  }
  
  .main.detail .box-body,
  .main.detail .left .box-body {
    padding: 10px 0;
  }
  
  .main.detail h2 {
  }
  
  .main.detail .feature {
    font-size: inherit;
    margin-bottom: 10px;
  }
  
  .main.detail .message {
    margin-bottom: 10px;
  }
  
  .main.detail table th,
  .main.detail table td {
    padding: 4px;
  }
  
  .main.detail table th::before {
    padding: 0px 4px 0px 0px;
  }

  .main.detail .right {
    padding-left: 15px;
  }
  
  .message-thread-bottom {
    margin-bottom: 10px;
  }
  
  .contents-status label.col-xs-6 {
    text-align: right;
    padding-top: 7px;
  }
  
  .image-viewer {
    margin-bottom: 0px;
  }
  
  .image-viewer .full {
    width: 100%;
  }
  
  .image-viewer .thumb {
    width: 100%;
  }
  
  .image-viewer .thumb {
    font-size: 0;
  }
  
  .image-viewer .thumb li {
    width: 60px;
    height: 40px;
    display: inline-block;
  }
  
  .main.preview {
    width: 100%;
  }
  
  .article.box {
    padding: 0;
  }
  
  .columns .thumbnail h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  footer {
    height: 18vw;
  }
  
  .contractor-top .mv {
    height: auto;
    max-height: unset;
    padding: 30px;
  }
  
  .contractor-top .mv .box {
    width: auto;
  }
  
  .contractor-top h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  
  .my-contents.item-list .status {
    padding: 8px 20px;
  }
  
  .my-contents.item-list .thumbnail .image {  
    padding-left: 0;
    padding-right: 0;
  }
  
  .navbar-default .navbar-nav > li {
    margin-right: 5px;
  }
  .navbar-default .navbar-nav > li.regist {
    margin-bottom: 5px;
  }
}
