@charset "utf-8";

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, 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-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

blockquote, q {
  quotes: none
}

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

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: outside none none;
}

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

small {
  font-size: .84em;
  letter-spacing: 0;
}

caption, th {
  text-align: left
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

a:focus {
  outline: none;
}

html {
  overflow-y: scroll;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: .14em;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width:768px) {
  html {
    font-size: 16px;
  }

  .sp_only {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}

@media screen and (max-width:360px) {
  html {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 14px;
    line-height: 1.5;
  }

  .pc_only {
    display: none;
  }
}

body {
  background-color: #FFF;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

iframe {
  border: 0;
  margin: 0;
  overflow: hidden;
}

.box {
  overflow: hidden;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tel {
  text-align: left;
}

.tec {
  text-align: center;
}

.ter {
  text-align: right;
}