@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  width: 100%;
  font-family: 'Noto Sans JP', Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #010101;
  font-weight: 400; }

a {
  color: inherit;
  text-decoration: none; }

dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: 'Noto Sans JP', Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

input {
  cursor: pointer; }

button {
  font-family: 'Noto Sans JP', Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  cursor: pointer; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

img {
  max-width: 100%;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

p {
  line-height: 1.8; }

b, strong {
  font-weight: bold; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

div:focus, img:focus, textarea:focus, a:focus, button:focus, input:focus {
  outline: none;
  box-shadow: none; }

#wrapper {
  width: 100%;
  font-feature-settings: "palt"; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  padding: 20px;
  zoom: 1;
  overflow: hidden; }
  header h1 {
    float: left; }
  header p {
    float: right; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  border-top: 3px solid #e0332e; }
  footer ul {
    padding: 10px 20px; }
    footer ul a {
      padding-right: 20px;
      background: url("../images/common/icon_blank.png") no-repeat right center; }
  footer p {
    background: #1e1d4c;
    color: #fff;
    font-size: 1rem;
    text-align: center; }
