@charset "UTF-8";
/*******************************************************
***【フロント用のリセットスタイル】スタイルシートINDEX***
※編集画面用のリセットスタイルはmy-block-editor-style.cssに定義
!!!編集画面UIにリセットを適用させないため!!!

- 基本設定 リセットスタイル
- 基本設定 サイト個別ベース設定
********************************************************/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

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

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

*, *::before, *::after {
  box-sizing: border-box;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.7;
  min-width: 320px;
  color: #333333;
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
  }
  body.is-no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #333333;
  outline: none;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: bold;
}
