@charset "UTF-8";
/* ///// 遷移画面用css　消さない これだけcssのみでpage-re.php系に直接css読み込むよう各ファイルに記載済です　///// */

/* リセットCSS: ブラウザごとのデフォルトスタイルをリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

img {
  border: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* 基本スタイル */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "din-2014, sans-serif", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

/* 遷移中 */
#transition {
  font-weight: bold;
  margin: 1rem auto;
  text-align: center;
}

#transition h2 {
  margin: 1rem;
}

#transition p a {
  color: rgb(0, 123, 255);
  font-weight: bold;
  text-decoration: underline;
}

/*# sourceMappingURL=transition.css.map */