@charset "UTF-8";

html {
  /* font-family: "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , sans-serif; */
  /* ---------明朝体の場合はコメントアウト----------- */
  font-family: "ヒラギノ明朝 Pro" , "Hiragino Mincho Pro" , "游明朝体" , "Yu Mincho" , "YuMincho" , serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 10px;
  line-height: 180%;
  color: #7A8799;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-weight: normal; }
ul,ol { list-style-type: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* Links
   ========================================================================== */

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; 
  text-decoration: none;
  display: block; /* 必要に応じて変えてね */
}

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


img {
  border-style: none;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

textarea {
  resize: none;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

