  @charset "UTF-8";
/* CSS Document */
/* ======================================================
* reset.css
* ------------------------------------------------------
* @keyframes
* @media print, screen and (min-width: 768px)
* - reset
* - Header
* - Gnav
* - Cnav
* - Main
* - Footer
* - Clearfix
====================================================== */
/* ------------------------------------------------------
*reset
------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-feature-settings: "palt";
}
h1,h2,h3,h4{
  letter-spacing: 0.1rem;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
html {
	width: 100%;
	font-size: 62.5%;
	color: #323232;
}
body {
	font-size:1.6rem;
	font-family:"Arial","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	line-height: 1.5;
	overflow-x: hidden;
  letter-spacing: 0.06rem;
}
main{
  overflow: hidden;
}

hr{
  border: none;
  height: 90px;
}
hr{
  border: none;
  height: 20px;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list{
  list-style: circle;
}
a{
  color: #333333;
	text-decoration: none;
}
ol li{
  list-style: none;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}