@charset "utf-8";
*, *:before, *:after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}
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, 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;
 font: inherit;
 vertical-align: baseline
}
/*
　HTML5 Shiv
//////////////////////// */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
html {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow-y: scroll;
}
body {
 margin: 0;
 padding: 0;
 line-height: 1.8rem;
 letter-spacing: 0.13rem;
 color: #000;
 font-family: 'メイリオ', Meiryo, sans-serif;
 word-break: break-all;
 word-wrap: break-word;
 text-align: justify;
 text-justify: inter-ideograph;
}
img {
 max-width: 100%;
 height: auto;
 width /***/ : auto;
 vertical-align: top;
 font-size: 0;
 line-height: 0;
 image-rendering: -webkit-optimize-contrast;
}
hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
 border-top: 1px solid #999;
}
a {
 background-color: transparent;
 text-decoration: none;
 color: #0071BD;
}
a.anchor {
 display: block;
 padding-top: 70px;
 margin-top: -70px;
}
a.anchor_ttl {
 display: block;
 padding-top: 150px;
 margin-top: -150px;
}
ol, ul {
 list-style: none;
}
address {
 font-style: normal;
 display: inline-block;
}
.qualifi {}
/*
　TEL
//////////////////////// */
@media (min-width: 750px) {
 a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
 }
}