<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen{
body {min-width: 940px;}/* ブラウザを縮小した際に背景が切れるのを防ぐ */
}
html, body {-webkit-text-size-adjust: 100%;font-size: 62.5%;}/*font-sizeのpxとremの数値をそろえる*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{font-size:16px;line-height:1;margin:0;font-family:'Helvetica', 'Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;font-weight: 500;color:#555}
img {border: 0;}
ol,ul {list-style: none}
input{display:none}
input, select {vertical-align:middle;}
a,a:visited,a:hover,a:active {text-decoration: none;}
*, *:before, *:after{-webkit-box-sizing: border-box;box-sizing: border-box}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
summary{list-style: none;}
summary::-webkit-details-marker {display: none;}</pre></body></html>