﻿@charset "UTF-8";
*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }html { -webkit-text-size-adjust: 100%; }body { line-height: 1.5; -webkit-font-smoothing: antialiased; }h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }ul, ol { list-style: none; }img, picture, video, canvas { display: block; max-width: 100%; height: auto; }svg { max-width: 100%; height: auto; vertical-align: middle; }button, input, select, textarea { font: inherit; color: inherit; background: transparent; border: none; border-radius: 0; outline: none; -webkit-appearance: none; appearance: none; }button, [type="button"], [type="submit"], [type="reset"] { cursor: pointer; }textarea { resize: vertical; }a { color: inherit; text-decoration: none; }table { border-collapse: collapse; border-spacing: 0; }