@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* font
-----------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url("../font/DIN Alternate Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Alternate Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Alternate Bold.woff") format("woff"), url("../font/DIN Alternate Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../font/DIN Condensed Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Condensed Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Condensed Bold.woff") format("woff"), url("../font/DIN Condensed Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      background-color: #f3f3f3;
      padding: 15px 0 30px; } }
  .main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .main:before {
        display: none; } }

.wrapper {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      margin: 0 15px; } }

.noticeSection {
  margin: 20px 0 0;
  padding: 50px 100px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .noticeSection {
      margin: 0 0 15px;
      padding: 25px 15px; }
      .noticeSection:last-child {
        margin: 0; } }

.noticeSectionTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 40px; }
  @media only screen and (max-width: 767px) {
    .noticeSectionTitle {
      font-size: 17px;
      margin: 0 0 20px; } }

.noticeSectionText {
  font-size: 14px;
  line-height: 2; }
  @media only screen and (max-width: 767px) {
    .noticeSectionText {
      line-height: 1.8; } }
