<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*/////////////////////////共通///////////////////////*/

body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #f4f4f4;
    font: 14px/1.7 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: aliased;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    overflow-x: hidden;
}

.clear {
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    content: ".";
    font-size: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

th {
    font-weight: normal;
}

p {
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    background: #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a img {
    border: 0;
}

a:link,
a:visited {
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    cursor: pointer;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

strong {
    font-weight: bold;
}

b {
    font-weight: 600;
}

em {
    font-style: normal;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

img {
    vertical-align: bottom;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 30px;
    line-height: 1em;
}

q:before {
    content: open-quote;
    margin-right: 10px;
    font-size: 30px;
}

q:after {
    content: close-quote;
    margin-left: 10px;
    font-size: 30px;
}

::selection {
    background: #111;
    color: #fff;
}

::-moz-selection {
    background: #111;
    color: #fff;
}</pre></body></html>