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

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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font: 16px/1.8 "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: &lt;weight&gt;;
    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 {}

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: #f5f5f5;
    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: #222;
    text-decoration: none;
}

a:hover {
    opacity: 0.75;
}

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;
}

main {
    display: block;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/*/////////////////////////フォーム関係///////////////////////*/
::-webkit-input-placeholder {
    color: #222;
}

:-moz-placeholder {
    color: #222;
}

::placeholder {
    color: #222;
}

input,
select,
textarea {
    font-size: 1em;
}

input {
    padding: 5px;
    line-height: 1.5;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=mail] {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select {
    color: #222;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 5px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 18px 9px;
    background-position: right 10px center;
    line-height: 1.5;
    border: 0px;
}

input[type="radio"] {
    width: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="date"] {
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px;
    font-size: 1em;
    letter-spacing: 0.2em;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

textarea {
    border: 0;
    padding: 5px;
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

form img {
    vertical-align: middle;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

input,
select {
    vertical-align: middle;
}</pre></body></html>