@charset "utf-8";

/* リセット と 基本設定
================================================== */

html, body, object, iframe, form,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

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

input, select {
  vertical-align: middle;
}


/* 区切り線 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

/* リンク */
a {
  color: #222;
  text-decoration: none;
}

/* 汎用スタイル
================================================== */

.fontSize5L {
  font-size: 76px;
  font-size: 7.6rem;
}

.fontSize4L {
  font-size: 56px;
  font-size: 5.6rem;
}

.fontSize3L {
  font-size: 40px;
  font-size: 4.0rem;
}

.fontSize2L {
  font-size: 28px;
  font-size: 2.8rem;
}

.fontSizeL {
  font-size: 20px;
  font-size: 2rem;
}

.fontSizeM {
  font-size: 16px;
  font-size: 1.6rem;
}

.fontSizeS {
  font-size: 14px;
  font-size: 1.4rem;
}

.fontSize2S {
  font-size: 12px;
  font-size: 1.2rem;
}

.fontSize3S {
  font-size: 12px;
  font-size: 1.2rem;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.narrow {
  letter-spacing: -1px;
}

.inlineBlock {
  display: inline-block;
}

.table {
  display: table;
}

.fixed {
  position: fixed !important;
  top: 0;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.relative {
  position: relative;
}

.square {
  list-style: square;
}


/* 読み上げ
================================================== */

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
