@charset "UTF-8";
/* -------------------------------------
	reset
-------------------------------------- */
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  vertical-align: baseline;
}

a > * {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom;
}

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

abbr, acronym {
  border: 0;
}

/* -------------------------------------
	base
-------------------------------------- */
body {
  /*font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; */
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Lato,YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  min-width: 1000px;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  background: #fff;
}

.ie body {
  font-family: Arial, 'Meiryo', 'メイリオ', sans-serif;
  font-weight: normal;
}

/*  link
-----------------------------------------------------------------------------*/
a {
  color: #1b2755;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.tel-disable {
  color: #303030;
  cursor: default;
  text-decoration: none;
}

a.tel-disable:hover {
  cursor: default;
  color: #303030;
  text-decoration: none;
}

a.tel-enable {
  color: #1b2755;
}

a.tel-enable:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

/*  float
-----------------------------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

@media only screen and (max-width: 768px){
  body{
    min-width: 320px;
    font-size: 13px;
  }
}
