@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-breadCrumb ul li {
    text-shadow: none;
  }
  #global-breadCrumb ul li a {
    color: #333;
  }
  #global-content #notFound {
    margin: 0;
    padding: 120px 0;
    text-align: left;
  }
  #global-content #notFound .title {
    font-size: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    margin-top: 30px;
  }
  #global-content #notFound .article {
    padding-top: 3em;
  }
  #global-content #notFound .article .caption {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 500;
  }
  #global-content #notFound .article .lead {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
  }
  #global-content #notFound .article .lead a {
    text-decoration: underline;
  }
}
.device-view-pc #global-breadCrumb ul li {
  text-shadow: none;
}
.device-view-pc #global-breadCrumb ul li a {
  color: #333;
}
.device-view-pc #global-content #notFound {
  margin: 0;
  padding: 120px 0;
  text-align: left;
}
.device-view-pc #global-content #notFound .title {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  margin-top: 30px;
}
.device-view-pc #global-content #notFound .article {
  padding-top: 3em;
}
.device-view-pc #global-content #notFound .article .caption {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 500;
}
.device-view-pc #global-content #notFound .article .lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.device-view-pc #global-content #notFound .article .lead a {
  text-decoration: underline;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-breadCrumb ul li {
    text-shadow: none;
  }
  .device-js-on #global-breadCrumb ul li a {
    color: #333;
  }
  .device-js-on #global-content #notFound {
    margin: 0 auto;
    padding: 20% 0;
    width: 84%;
    text-align: left;
  }
  .device-js-on #global-content #notFound .title {
    font-size: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    margin-top: 6%;
  }
  .device-js-on #global-content #notFound .article {
    padding-top: 2em;
  }
  .device-js-on #global-content #notFound .article .caption {
    margin-bottom: 1em;
    font-size: 116.66667%;
    font-weight: 500;
  }
  .device-js-on #global-content #notFound .article .lead {
    font-size: 100%;
    line-height: 1.75;
    font-weight: 400;
  }
  .device-js-on #global-content #notFound .article .lead a {
    text-decoration: underline;
  }
}
