@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-404 {
  text-align: center;
  padding: 4em 2em;
}

.c-title {
  font-size: 2.5rem;
  margin-bottom: 1em;
  color: #ff6666;
}

.c-message {
  font-size: 1.2rem;
  margin-bottom: 2em;
}

.c-button {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 2em;
}

.c-button:hover {
  background: #555;
}

.c-search {
  margin: 3em 0;
}

.c-recent ul {
  list-style: none;
  padding: 0;
}

.c-recent li {
  margin: 0.5em 0;
}