@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/* img */
img {
  max-width: 100%;
  vertical-align: bottom;
}
/* ------------------------------------------------------------------
body
------------------------------------------------------------------ */
html,body {
  -webkit-backface-visibility:hidden;
}
body {
  position: relative;
  line-height: 1;
  color: #333;
  padding: 90px 0 0;
}
@media screen and (max-width: 600px) {
  body {
    padding: 70px 0 0;
  }
}
/* ------------------------------------------------------------------
font-family
------------------------------------------------------------------ */
body * {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.min, .min * {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}
/* ------------------------------------------------------------------
font size
------------------------------------------------------------------ */
@media only screen and (min-width:769px) {
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
}
}
@media only screen and (max-width:768px) {
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
}
}
/* ------------------------------------------------------------------
font awesome
------------------------------------------------------------------ */
.fa {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
/* ------------------------------------------------------------------
margin
------------------------------------------------------------------ */
.m0 {
  margin: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
/* ------------------------------------------------------------------
float
------------------------------------------------------------------ */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* ------------------------------------------------------------------
align
------------------------------------------------------------------ */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a {
  transition: all 0.3s ease;
  color: #121516;
  text-decoration: none;
}
/* ------------------------------------------------------------------
br
------------------------------------------------------------------ */
@media only screen and (min-width:769px) {
.pcbr:before {
  content: "";
  display: block;
}
}

@media only screen and (max-width:768px) {
.spbr:before {
  content: "";
  display: block;
}
}

/* ------------------------------------------------------------------
display
------------------------------------------------------------------ */
@media only screen and (min-width:769px) {
.sponly {
  display: none !important;
}
.pconly {
}
}

@media only screen and (max-width:768px) {
.sponly {
}
.pconly {
  display: none !important;
}
}
/* ------------------------------------------------------------------
clearfix
------------------------------------------------------------------ */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
 *zoom: 1;
}
