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

/*--------------------basic settings---------------------*/
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-feature-settings: "palt";
    line-height: 1.875;
    letter-spacing: 0.04em;
    color: #333;
    text-align: center;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

/*-----heading-----*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
label {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    text-rendering: optimizelegibility;
}

/*-----paragraph-----*/
p {
    margin: 0;
}

/*-----lists-----*/
ul,
ol,
dl,
dl dt,
dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl dt {
    font-weight: 500;
}

/*-----table-----*/
table {
    border-collapse: separate;
    border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
    border: 0;
    border-top: 1px solid #f29ca4;
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
}

/*-----quote-----*/
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
    color: #f29ca4;
    word-wrap:break-word;
    transition: all 0.3s;
}

a:hover {
    color: #808080;
    text-decoration: underline;
}

/*-----strong/emphasis-----*/
strong {
    color: #dc0012;
    font-weight: 300;
}

em {
    font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: 500;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title],
acronym[title],
dfn[title] {
    text-decoration: underline;
    border-bottom: 0;
    cursor: help;
}

/*-----preformatted text-----*/
code,
kbd,
pre,
samp {
    font-size: 16px;
}

pre {
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    margin: 1.75em 0;
}

/*-----small-----*/
small {
    font-size: 12px;
}

/*-----address-----*/
address {
    font-style: normal;
}

/*-----image-----*/
img {
    width: 100%;
    height: auto;
    font-family: sans-serif;
    line-height: 1;
    vertical-align: bottom;
    border: none;
    -ms-interpolation-mode: bicubic;
}

/*-----media-----*/
embed,
iframe,
object,
video {
    max-width: 100%;
}

/*-----form parts-----*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.875;
    vertical-align: middle;
}

input[type="file"] {
    font: static;
}</pre></body></html>