@charset "UTF-8";
/*-- show or hide --*/
/* line 4, ../sass/pc.scss */
.mobile, .not-pc {
  display: none;
}

/* line 8, ../sass/pc.scss */
.tablet {
  display: none;
}

/* line 12, ../sass/pc.scss */
.pc {
  display: block;
}

/*---------------------------------- 頁首 ----------------------------------*/
/* line 18, ../sass/pc.scss */
.header .container {
  width: 1000px;
  margin: 0 auto;
}

/*---------------------------------- 頁尾 ----------------------------------*/
/* line 26, ../sass/pc.scss */
#footer .container {
  width: 1000px;
  margin: 0 auto;
}

/*---------------------------------- 內容 ----------------------------------*/
/* line 33, ../sass/pc.scss */
.fromBg {
  /*---------------- step ----------------*/
}
/* line 35, ../sass/pc.scss */
.fromBg .chooseStep {
  margin: 20px auto;
}
/* line 37, ../sass/pc.scss */
.fromBg .chooseStep .container {
  width: 1000px;
}
/* line 41, ../sass/pc.scss */
.fromBg .applyForm {
  width: 960px;
  min-height: 540px;
}
/* line 45, ../sass/pc.scss */
.fromBg .msgPoint {
  width: 920px;
}

/* line 52, ../sass/pc.scss */
.upLoad-field .fileBlock .fileTitle {
  background-image: url(../images/bg_file_title_pc.jpg);
}

/* line 58, ../sass/pc.scss */
textarea {
  width: 778px;
}

/* line 64, ../sass/pc.scss */
.two.flexible .midBtn {
  width: 300px;
}

/*# sourceMappingURL=pc.css.map */
