#header {
  width: 100%;
  border-bottom: solid 1px #ccc; }
  #header .inner {
    width: 890px;
    overflow: hidden;
    height: 97px;
    margin: 0 auto; }
    #header .inner .logo {
      display: block;
      float: left;
      margin: 15px 0; }
      #header .inner .logo img {
        margin-right: 25px; }
      #header .inner .logo span {
        display: inline-block;
        font-size: 30px;
        color: #043174;
        font-weight: bold;
        position: relative;
        top: 8px; }
  #header.form-header {
    border-bottom: none; }
    #header.form-header .inner {
      width: 1000px;
      height: auto;
      position: relative; }
      #header.form-header .inner .logo {
        margin: 15px 0; }
        #header.form-header .inner .logo img {
          width: 200px;
          margin: 0; }
      #header.form-header .inner .form-header-ttl {
        position: absolute;
        padding-left: 225px;
        top: 53%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 20px;
        font-weight: bold; }

#form {
  background: #eef2f8;
  padding: 40px 0 45px;
  border-bottom: solid 1px #fff; }
  #form .inner {
    width: 810px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #e6e6e6;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px; }
    #form .inner h1 {
      color: #ff003c;
      font-size: 34px;
      font-weight: bold;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: solid 1px #ccc; }
    #form .inner .finish .text {
      margin-bottom: 30px; }
      #form .inner .finish .text a{
        color: #0b5bce;
        text-decoration: underline; }
    #form .inner .contact-area-block {
      color: #ff003c;
      border: solid 2px #043174;
      background: #eef2f8;
      padding: 20px 0;
      margin-bottom: 30px; }
      #form .inner .contact-area-block .contact-area-contents {
        font-size: 50px; }
  #form .close-button {
    width: 300px;
    margin: 0 auto; }
    #form .close-button a {
      width: 100%;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      display: block;
      text-align: center;
      background: #7e7e7e;
      border: none;
      border-radius: 5px;
      padding: 15px 0;
      cursor: pointer; }

.security-area {
  background: #eee;
  padding: 40px 0; }
  .security-area .security-inner {
    color: #888;
    width: 435px;
    margin: 0 auto;
    padding-left: 50px;
    background: url("/img/form/catalog/lock.png") left center no-repeat; }
    .security-area .security-inner dt {
      font-size: 15px;
      font-weight: bold; }
    .security-area .security-inner dd {
      font-size: 11px; }

#footer {
  color: #fff;
  background: #222;
  text-align: center;
  padding: 15px 0; }
