@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

Static CSS File

File Name		static.css
Note			静的ページ用スタイルシート


New Creation
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

------------------------------------------------------------------------
----------------------------------------------------------------------*/
body {
  background: #fff;
}

#content {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#content .window-text {
  margin-bottom: 20px;
  background: url(../img/login_window_bg.png) center top no-repeat;
  text-align: center;
}
#content .wrapper {
  border: 1px solid #bdbdbe;
  border-top: none;
  background: #ebebec;
  box-sizing: border-box;
}
#content .wrapper .section {
  background: #fff;
}
#content .wrapper .section .pic {
  text-align: center;
}
#content .wrapper .section .link {
  margin: 0 auto;
}

@media (min-width: 376px) {
  #content .login-window {
    margin-top: 20px;
    width: 950px;
  }
  #content .window-text {
    padding-top: 68px;
    line-height: 1.5833333333;
    font-size: 24px;
  }
  #content .wrapper {
    padding: 15px 14px;
  }
  #content .wrapper .section {
    padding-bottom: 30px;
  }
  #content .wrapper .section .title {
    margin-bottom: 30px;
  }
  #content .wrapper .section .pic {
    margin-bottom: 30px;
  }
  #content .wrapper .section .link {
    width: 293px;
    height: 42px;
    background: url(../img/coupon_login_link_h.png) left top no-repeat;
  }
  #content .wrapper .section .link a {
    width: 293px;
    height: 42px;
  }
}
@media (max-width: 375px) {
  img {
    max-width: 100%;
  }
  a {
    display: block;
  }
  #content .login-window > .section {
    margin: 0 auto;
    width: 95%;
  }
  #content .window-text {
    padding-top: 2.65rem;
    background-size: 2.65rem auto;
    line-height: 1.4;
    font-size: 10px;
  }
  #content .wrapper {
    padding: 5px;
  }
  #content .wrapper .section {
    padding-bottom: 10px;
  }
  #content .wrapper .section .title {
    margin-bottom: 10px;
  }
  #content .wrapper .section .pic {
    margin: 0 auto 10px;
    width: 95%;
  }
  #content .wrapper .section .link {
    width: 95%;
  }
  #content .wrapper .section .link a:hover img {
    width: 100% !important;
    height: auto !important;
  }
}
