/*! modern-css-reset
  https://github.com/hankchizljaw/modern-css-reset/blob/master/dist/reset.css
*/*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{-webkit-animation-duration:0.01ms !important;animation-duration:0.01ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;-webkit-transition-duration:0.01ms !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}html{font-size:62.5%}body{word-wrap:break-word;color:#555;font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size:15px;font-size:1.5rem;line-height:1.5}@media screen and (min-width: 1024px){body{font-size:16px;font-size:1.6rem;line-height:1.8}}h1,h2,h3,h4,h5,h6{color:#333;font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro"}h1{font-size:24px;font-size:2.4rem;line-height:1.4}@media screen and (min-width: 1024px){h1{font-size:26px;font-size:2.6rem}}h2{font-size:20px;font-size:2rem;line-height:1.4}@media screen and (min-width: 1024px){h2{font-size:24px;font-size:2.4rem}}h3,h4,h5{font-size:18px;font-size:1.8rem;line-height:1.3}@media screen and (min-width: 1024px){h3,h4,h5{font-size:20px;font-size:2rem}}p{margin:32px 0}a{text-decoration:underline;color:#5556DD}img{width:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}.material-icons{padding-right:4px;vertical-align:-3px;font-size:18px;font-size:1.8rem}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
