@charset "UTF-8";
/* =================================================
   RESET
================================================= */
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: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: '';
  content: none;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: #4d4d4d;
  text-align: left;
  width: 100%;
  height: 100%;
  background: #fff;
}

nav ul {
  list-style: none;
}

img {
  /*
  width: 100%;
  max-width:100%;
  height: auto;
  */
  vertical-align: middle;
}

figcaption {
  display: block;
}

a, a:link {
  /*color:#405361;*/
  color: #666;
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  /*color: #66f;*/
  color: #b3c4de;
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  /*font-size: 150%;  24px */
  /*font-size: 100%;  16px */
  /*font-size: 93.8%;  15px */
  /*font-size: 87.5%;  14px */
  /*font-size: 81.3%;  13px */
  /*font-size: 75%;  12px */
  /*font-size: 12px;*/
  /* font-size: 68%; 11px */
  /*font-size: 62.5%;  10px */
  line-height: 1.6;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-device-width: 0px) and (max-device-width: 320px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
  }
}
@media screen and (min-device-width: 321px) and (max-device-width: 766px) {
  html,
  body {
    font-size: 68%;
    /* 11px */
  }
}
@media screen and (min-device-width: 767px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    line-height: 1.5;
  }
}
body {
  /*
  font-family: "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  */
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
  /*
  font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
  */
}

.f-min {
  font-family: "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
}

.f-go {
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
}
