@charset "utf-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  overflow-y: scroll;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

main {
  display: block;
}

b,
strong,
em {
  font-style: inherit;
  font-weight: bold;
}

img,
picture,
source,
video,
svg,
canvas,
iframe {
  vertical-align: top;
  border: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px 0 0 0;
}

fieldset {
  border: 0;
}

label {
  display: inline-block;
  vertical-align: top;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  display: none;
}

button {
  overflow: hidden;
}

input,
button,
select,
textarea {
  vertical-align: top;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
}
input:disabled,
button:disabled,
select:disabled,
textarea:disabled {
  color: currentColor;
  opacity: 1;
}

ul,
ol {
  list-style: none;
}

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

address {
  font-style: normal;
}

/*
 * default_origin_css
*/
html {
  font-size: 62.5%;
} /* 10pxに設定 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "Hiragino Sans", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #232323;
}

/* placeholder */
::placeholder {
  color: #bababa;
}

/* link */
a {
  color: #00b9f5;
  text-decoration: none;
  -webkit-tap-highlight-color: initial;
}

/* button */
button {
  -webkit-tap-highlight-color: initial;
}
button:enabled {
  cursor: pointer;
}

/* form */
input,
select,
textarea {
  -webkit-tap-highlight-color: initial;
}

/* img */
img {
  /* 画像が読み込めなかった時のalt用スタイル */
  font-size: 10px; /* remに依存しないようにpxで指定 */
  color: #bababa;
  text-align: left;
}

/* emg */
.pt1,
.pt2,
.pt3 {
  margin: 0;
}
