@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  line-height: 1; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #333; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

a {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important; } }
/*------------------------------------------
  転送用ページ
------------------------------------------*/
html {
  height: 100%; }

#redirect {
  height: 100%;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center; }
  #redirect .box {
    min-width: 500px;
    padding: 20px 5%;
    border: 1px solid #CCC;
    text-align: center; }
    #redirect .box .imgBox {
      margin-bottom: 20px; }
    #redirect .box p {
      font-size: 14px; }
      #redirect .box p:not(:last-child) {
        margin-bottom: 1em; }
    #redirect .box a {
      text-decoration: underline;
      color: blue; }
      #redirect .box a:hover {
        text-decoration: none; }

@media screen and (max-width: 576px) {
  #redirect .box {
    min-width: 90vw; } }
