@charset "UTF-8";
/* =================================================
   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: #000;
  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: #cb4800;
  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 Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", 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","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
