@charset "UTF-8";

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em) {
  /* 640px */

  ul.fadein {
    width: 1000px;
    text-align: center;
    margin-left: auto;
  }
  .fadein li {
    display: inline-block;
    width: 30%;
  }
} /* end 640px*/

/*----------------------------
ラージサイズ
----------------------------*/

@media only screen and (min-width: 60em) {
  /*960px*/
} /* end 960px*/

/*----------------------------
ブレイクポイント
----------------------------*/

@media only screen and (min-width: 78em) {
  /*1248px*/
  .oneday-midashi-wrap {
    width: 1000px;
    margin: 30px 0 0 auto;
  }
  .L-txtbox,
  .R-txtbox {
    width: 49%;
  }
  .L-txtbox {
    float: left;
    margin: 0 0 0 auto;
  }
  .R-txtbox {
    float: right;
    margin: 0 auto 0 0;
  }

  .cd-timeline .inner {
    background-image: url("../images/recruit/bg_pat.png"),
      url("../images/recruit/bg_logo.png");
    background-repeat: no-repeat, repeat;
    background-position: left, top 30px;
    background-size: auto, auto;
  }
} /* end 1248px*/
