@charset "UTF-8";

a:hover {
    color: inherit;
    text-decoration: none;
}

a.hover-link:hover {
  opacity: 0.6;
}

a.hover-link {
  transition: 0.25s;
}

/* left right */
@media only screen and (max-width: 1024px) {
  body .tb > .left-cmn {
    width: 100%;
    margin-bottom: 60px;
  }
  body .tb > .right-cmn {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  body div .left-cmn {
    width: 100%;
    margin-bottom: 15px;
  }
  body div .right-cmn {
    width: 100%;
  }
}

.l-article {
  max-width: 1000px;
}

dl.timeline {
  display: flex;
  justify-content: space-between;
}

dl.timeline dt {
  width: 100px;
}

dl.timeline dd {
  margin-top: 5px;
  width: calc(100% - 100px);
}

dl.timeline .title {
  font-size: 18px;
  font-weight: bold;
}

dl.timeline .content {
  margin-top: 5px;
}

dl.timeline + dl.timeline {
  margin-top: 20px;
}

.mv-wrapper {
  height: 200px;
  background-color: #F5F6F9;
  display: flex;
  align-items: center;
}

.mv-wrapper .title-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.mv-wrapper .title {
  color: #444 !important;
  font-size: 1.5em;
  margin-left: 30px;
  font-weight: bold;
}

.mv-wrapper .icon {
  background-image: url(https://smg-shizuoka.com/wp-content/themes/shinfuji-recruit/img/icon/ic_02.svg);
  width: calc(50 / 16 * 1em);
  height: calc(50 / 16 * 1em);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mv-wrapper + .p-breadcrumb {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 12px;
}
