<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("blog.css");

/* ===================================================================
CSS information

 File Name  : recruit.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */
#recruit01 {
  padding: 30px 0 100px;
}
#recruit01 p {
  margin-bottom: 20px;
}
#recruit02 {
  padding-bottom: 60px;
}
#recruit02 li {
  float: left;
  margin-bottom: 38px;
}
#recruit02 li:nth-child(odd) {
  margin-right: 38px;
}
#recruit02 {
  padding-bottom: 60px;
}
#recruit03 {
  padding-bottom: 60px;
}
#recruit03 .clearfix a:nth-child(3) {
  display: none;
}


@media screen and (max-width: 767px) {
  #recruit01 {
    padding: 20px 0 30px;
  }
  #recruit01 p {
    margin-bottom: 15px;
  }
  #recruit02 {
    padding-bottom: 30px;
  }
  #recruit02 li {
    position: relative;
    float: none;
    width: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  #recruit02 li:nth-child(odd) {
    margin-right: 0;
  }
  #recruit02 li img {
    width: 100%;
  }

  #recruit02 {
    padding-bottom: 30px;
  }
  #recruit03 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
}
</pre></body></html>