@charset "UTF-8";
/* Scss Document */
@keyframes scrollbar { 0% { height: 0; }
  15% { height: 0; }
  30% { height: 0; }
  75% { height: 100%; }
  100% { height: 100%; } }
@keyframes scrollbar2 { 0% { height: 100%; }
  15% { height: 0%; }
  50% { height: 0%; }
  100% { height: 0%; } }
@keyframes extend { 0% { transform: scaleY(0); }
  100% { transform: scaleY(1); } }
@keyframes hidden { 0% { transform: scaleY(1); }
  100% { transform: scaleY(0); } }
/* Scss Document */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ol, ul { list-style: none; }

button, input, select, textarea { margin: 0; }

html { box-sizing: border-box; }

* { box-sizing: inherit; }
*:before, *:after { box-sizing: inherit; }

img, embed, iframe, object { height: auto; max-width: 100%; }

audio { max-width: 100%; }

iframe { border: 0; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; text-align: left; }

textarea { -webkit-appearance: none; }

input[type="email"], input[type="password"], input[type="text"], input[type="button"], input[type="submit"] { -webkit-appearance: none; }

textarea { resize: vertical; }

input { outline: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 1000px #3f5076 inset; outline: none; }

button { outline: none; }

area { border: none; outline: none; }

img { -ms-interpolation-mode: bicubic; }

* { -webkit-tap-highlight-color: rgba(63, 80, 118, 0.5); max-height: 999999px; }
*::before, *::after { will-change: all; box-sizing: border-box; }

em, b { font-weight: normal; font-style: normal; }

body { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; background: #fff; overflow-x: hidden; color: #222222; }

input, textarea, select { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }

a { cursor: pointer; text-decoration: none; }
a:link { color: #222222; transition: opacity 0.3s; }
a:visited { color: #222222; }
a:hover { color: #222222; text-decoration: none; }
a:active { color: #222222; }

b { font-weight: bold; }

i { font-style: normal; }

.clr { clear: both; }

.hide { position: absolute !important; left: -9999px !important; top: -9999px !important; }

section { clear: both; zoom: 1; }

article:after, section:after, .clrFx:after { content: ''; clear: both; display: block; }

.sp-item { display: none !important; }

@media screen and (max-width: 567px) { .sp-item { display: block !important; }
  .pc-item { display: none !important; } }
#baseVW { width: 100vw; position: fixed; left: -200vw; opacity: 0; height: 100vh; }

img { vertical-align: bottom; }

/* reset end*/
body { min-width: 1120px; overflow-x: auto; background: #f5f5f5; }

#contents { overflow: hidden; }

p { font-size: 18px; line-height: 2.08; }
p.note { font-size: 15px; display: flex; }

/*------------------------------------------------------ sp ------------------------------------------------------*/
@media screen and (max-width: 567px) { body { min-width: inherit; }
  p { font-size: 3.6vw; line-height: 1.67; }
  p.note { font-size: 15px; display: flex; } }
