<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===========================================================
	INFO:サイト内ベースレイアウト under
=========================================================== */

.under #titlebox01 {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgb(255, 255, 255, 0.3)), url(../image/bg_top_h2.jpg) 0 41px no-repeat;
  background-size: 100%;
  background-color: #fff;
}

.under #main h4::before {
  display: none;
}


dl#recruit {
  padding-left: 0!important;
}

#content #main .voice_box dl dd span  {
  color: #FFF;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 200%;
  line-height: 1.4em;
  font-size: 1.2em;
  display: inline-block;
}

#content #main .voice_box p{
  margin: 0 12px 12px;
}

#content #sub .box_s .nav_s li:nth-child(8) a {
  background-image: url(../../common/images/bt_sub_nav_o.gif);
  background-repeat: no-repeat;
}

@media (max-width: 767px){
  .under #titlebox01 {
      background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)), url(../image/bg_top_h2.jpg) 0 71px no-repeat;
  }

  .under #titlebox01 h2.title {
    padding-top: 110px !important;
  }
}
</pre></body></html>