<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#recruit .inner {
  padding: 60px 0 0; }
#recruit .inner dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 15px;
  letter-spacing: 0; }
@media only screen and (max-width: 650px) {
  #recruit .inner dl {
    display: block; } }
#recruit .inner dl dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 185px;
  padding: 10px;
  background: #e3f3ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
#recruit .inner dl dt span.required {
  display: inline-block;
  padding: 0 0 0 5px; }
@media only screen and (max-width: 650px) {
  #recruit .inner dl dt {
    width: 100%; } }
#recruit .inner dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 750px;
  padding: 10px;
  border-bottom: 1px dashed #ccc; }
@media only screen and (max-width: 650px) {
  #recruit .inner dl dd {
    width: 100%; } }
#recruit .inner dl dd input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  padding: 5px; }
#recruit .inner dl dd input[type=text]#zip {
  width: 120px; }
#recruit .inner dl dd input[type=text]#address {
  margin: 10px 0 0; }
#recruit .inner dl dd input[type=text]#old {
  width: 65px;
  margin: 0 5px 0 0; }
#recruit .inner dl dd select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 190px;
  height: 40px;
  padding: 5px; }
#recruit .inner dl dd textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  height: 160px;
  padding: 5px; }
#recruit .inner dl dd label {
  padding: 0 15px 0 0; }
#recruit .inner .link {
  text-align: center;
  padding: 130px 0 75px; }
@media only screen and (max-width: 650px) {
  #recruit .inner .link {
    padding: 30px 0 80px; } }
#recruit .inner .link a {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000ec3;
  padding: 10px 60px;
  color: #fff;
  text-decoration: none; }
#recruit .inner .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
</pre></body></html>