/*ヘッダー向けレイアウト*/
@media (max-width: 1230px) {
}

/* タブレット向けレイアウト */
@media (max-width: 1000px) {
  .top-wrapper h1 {
    font-size: 45px;
  }

  .sitemaps {
    padding-left: 200px;
    width: 100%;
  }

  .facebook {
    width: 100%;
  }
}

/* スマホ向けレイアウト */
@media (max-width: 700px) {
  .top-wrapper h1 {
    font-size: 35px;
    padding: 0px;
  }

  .top-wrapper h2 {
    font-size: 15px;
  }

  .big-title h1 {
    font-size: 25px;
  }

  .contact-contents {
    margin: 0 20px;
  }

  .title h2 {
    font-size: 20px;
  }

  span {
    font-size: 20px;
  }

  .contact-form iframe {
    width: 100%;
  }

  .contact-btn {
    height: 80px;
    width: 300px;
  }

  .contact-text a {
    font-size: 24px;
  }

  .contact-wrapper h3 {
    font-size: 16px;
  }

  .flow-description {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    text-align: right;
  }

  .factory-product-intro-btn a {
    text-decoration: none;
    color: #4b98e0;
    font-size: 17px;
    padding-right: 3px;
  }

  .factory-product-intro-btn {
    position: relative;
  }

  .factory-product-intro-btn img {
    width: 20px;
    position: absolute;
    top: 5px;
  }

  .factory-product-intro-btn a:hover {
    color: #7dc0ff;
    transition: color 0.3s;
  }

  footer .right p {
    font-size: 10px;
    text-align: center;
  }

  .sitemaps {
    width: 100%;
    padding-left: 30px;
  }

  .facebook {
    display: none;
  }
}

/* タブレット以外向けレイアウト */
@media (min-width: 1230px) {
}

/* スマホ以外向けレイアウト */
@media (min-width: 700px) {
  .mobile-facebook {
    display: none;
  }
}
