@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

html,
button,
input,
textarea {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}



/* HTML5コンテンツの設定
---------------------------------------------------------- */
article,
aside,
details, /* for Edge, IE, and Firefox */
figcaption,
figure,
footer,
header,
main, /* for IE */
menu,
nav,
section,
summary { /* for Edge, IE, and Firefox */
  display: block;
}

/* IE9で未定義のインラインブロック要素を定義 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* iOS4-7用：[controls]属性以外のaudio要素を非表示 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Chrome, Firefox, Opera用：vertical-alignプロパティを定義 */
progress {
  vertical-align: baseline;
}

/* IE10+用：[hidden]属性を非表示に設定 */
template, /* IE用：template要素に「display: none;」を定義 */
[hidden] {
  display: none;
}


a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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



/* テキスト系コンテンツの設定
---------------------------------------------------------- */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2.0em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {margin: 0;}

ol,ul {padding: 0;}
img {
  border-style: none; /* IE10+用：リンクの中にあるimg要素のボーダーを取り除く */
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}



/* グルーピング系コンテンツの設定
---------------------------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.0em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; /* Edge, IE用：hr要素に「overflow: visible;」を定義 */
}



/* フォーム系コンテンツの設定
---------------------------------------------------------- */
button,
input,
textarea {
  font: inherit; /* 全ブラウザ用 */
  margin: 0; /* Firefox, Safari用：マージンを取り除く */
}
optgroup {
  font-weight: bold;
}

button,
input { /* Edge用 */
  overflow: visible;
}

button,
select { /* Firefox用 */
  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;
}

/* 全ブラウザ用：fieldset要素のプロパティを変更 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto;
}

[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; /* Chrome, Safari用 */
  outline-offset: -2px; /* Safari用 */
}

[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 */
}



/* その他コンテンツの設定
---------------------------------------------------------- */
dl,
menu,
ol,
ul {
  list-style-type: none;
  margin: 0;
}

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