@charset "UTF-8";
@import url('./import/setting.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  /* スマホでピンチインされたときに、比例して文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;

  /* padding/border幅を含めてwidthを計算する。 */
  box-sizing: border-box;

  /* スマホのとき、リンクをクリックしたさいに表示されるハイライトを無効化 */
  -webkit-tap-highlight-color: transparent;

  /* 単語の改行位置の設定 word-break.html */
  word-break: normal;

  /* line-heightをリセット */
  line-height: 1;

  /* ブラウザごとのフォントサイズを統一 */
  font-size: 62.5%;
}

body {
  /* テキストをレンダリングするとき、スピードを優先。 */
  text-rendering: optimizeSpeed;

  /* 約物半角 テキスト余白を自然なかたちに調整　*/
  font-feature-settings: "palt";

  /* 太文字をリセット */
  font-weight: normal;

  /* ブレイクポイントでの切り替わりのとき、動きが滑らかにします */
  transition: .5s;

  /* フォント関連の指定（サイトによって調整する。） setting.css 内で調整*/
  font-size: var(--font-size, 16px);
  color: var(--font-color-def, #000);
  font-family: var(--font-family-def, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif);
  font-style: normal;
}

details,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* bodyに設定した値を参照 */
  font-size: inherit;

  /* bodyに設定した値を参照 */
  font-weight: inherit;
}

a {
  /* 背景色は透明 */
  background-color: transparent;

  /* デフォルトの装飾を削除 */
  text-decoration: none;

  /* bodyに設定した値を参照 */
  color: inherit;

  /* アニメーションの適用をスムーズに */
  transition: ease-in .5s;

  /* 余白、幅などの適当を有効化 */
  display: inline-block;
}

a:active,
a:hover {
  outline-width: 0
}

/* pcのときTELのリンクを無効化 */
@media (min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  /* ボーダーの削除 */
  border: 0px;

  /* 画像が親要素の幅を超えないように制御 */
  max-width: 100%;

  /* Firefoxバグ対策 */
  filter: blur(0);
  transform: rotate(0.0001deg);
}

span {
  display: inline-block;
}

mark {
  background: transparent;
  display: inline-block;
}

small {
  font-size: 80%;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

b,
strong {
  /* 太さを親要素のフォントの太さよりも太くする */
  font-weight: bolder;
}

table {
  border-color: inherit;
  text-indent: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: bold;
}

td,
th {
  vertical-align: top;
}

iframe {
  border-style: none
}

*::before,
*::after {
  /* アニメーションの適用をスムーズに */
  transition: .5s;

  /* padding/border幅を含めてwidthを計算する。 */
  box-sizing: border-box;

  /* borderの設定をリセット */
  border: 0;

  /* デフォルトの最小値の値をリセット */
  min-width: 0;

  /* 親要素のテキストスタイルを継承 */
  text-decoration: inherit;

  /* 親要素を継承 */
  vertical-align: inherit
}

summary {
  display: list-item
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-size: inherit;
  font-style: inherit;
}

abbr[title] {
  text-decoration: underline;
  border-bottom: none;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}


[type="submit"] [type="reset"],
[type="button"],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

embed,
object,
iframe {
  vertical-align: bottom;
}

textarea {
  overflow: auto;
  resize: vertical
}

optgroup {
  font-weight: 700
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[disabled] {
  cursor: default
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}


button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

fieldset {
  min-width: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="number"] {
  -moz-appearance: textfield;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label[for] {
  cursor: pointer;
}

[contenteditable]:focus {
  outline: auto;
}