@charset "utf-8";

/* ---------------------------------------------------
   File: error.css
   Version: 1.0.0
   Update: 2025-11-06
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */
.sp { display: none;}


/* ====================================================
		Contents
==================================================== */
#container {
  text-align: center;
}
#main {
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* -------------------------------
		Text Box
------------------------------- */
h1 {
  color: #dbdfe2;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 80px;
}
.textBox h2 {
  font-size: 3rem;
  padding-bottom: 10px;
}
.textBox a {
  border-bottom: 1px solid #007bbb;
  color: #007bbb;
}
.textBox small {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 20px;
  display: inline-block;
}

/* Logo */
.textBox .logo {
  width: 250px;
  margin: 0 auto;
  padding-top: 100px;
}



/* ====================================================
		Copyright
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
/*#copyright {
  font-size: 1rem;
	display: block;
	text-align: center;
  padding-top: 100px;
}*/




/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .sp { display: none;}
    
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Text Box
  ------------------------------- */
  
  /* ====================================================
      Copyright
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  

  
  
}






/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  .sp { display: block;}
  .pc { display: none;}
  
  /* ====================================================
      Contents
  ==================================================== */
  #container {
    text-align: left;
    padding: 0;
  }
  #main {
    margin: 80px 20px 0;
  }

  /* -------------------------------
      Text Box
  ------------------------------- */
  h1 {
    font-size: 3em;
    padding-bottom: 50px;
  }
  .textBox h2 {
    font-size: 2.3rem;
    padding-bottom: 10px;
  }
  .textBox small {
    font-size: 1.2rem;
    padding-top: 30px;
  }

  /* Logo */
  .textBox .logo {
    max-height: 200px;
    width: 50%;
    margin: 0 auto;
    padding-top: 80px;
  }



  /* ====================================================
      Copyright
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  /*#copyright {
    font-size: 1rem;
    display: block;
    text-align: center;
    padding-top: 100px;
  }*/
  
  
    
  
  

  


}