@charset "UTF-8";
/*------------------------------------------
  Style Reset
------------------------------------------*/
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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select, textarea {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

img, iframe {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  outline-style: none;
  box-sizing: border-box;
}

section {
  position: relative;
}

/*------------------------------------------
  汎用スタイル
------------------------------------------*/
/* ========== font size ========== */
.fz70 {
  font-size: 70%;
}

.fz80 {
  font-size: 80%;
}

.fz90 {
  font-size: 90%;
}

.fz100 {
  font-size: 100%;
}

.fz110 {
  font-size: 110%;
}

.fz120 {
  font-size: 120%;
}

.fz130 {
  font-size: 130%;
}

/* ========== color ========== */
/* ========== margin ========== */
.m00 {
  margin: 0 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

/* ========== padding ========== */
.p00 {
  padding: 0 !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

/* ========== other ========== */
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.boN {
  border: none !important;
}

.baN {
  background: none !important;
}

.tdU {
  text-decoration: underline !important;
}

@media only screen and (max-width: 767px) {
  .sp-taC {
    text-align: center !important;
  }
  .sp-taL {
    text-align: left !important;
  }
  .sp-taR {
    text-align: right !important;
  }
}