<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;amp;display=swap&amp;amp;subset=japanese');

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Common Elements
   ========================================================================== */
body {
  color: #333333;
  font-size: 1em;
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
/*  font-family: 'Lucida Grande', "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;*/
  line-height: 1.6;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*
.ie8 body {
  font-family: MS PGothic, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Arial, sans-serif;
}
*/

/*
a:link,
a:visited {
  color: #006acd;
}

a:active,
a:hover {
  text-decoration: none;
}
a:active img,
a:hover img {
  background: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
*/
a {
	color: #2e2e2e;
	outline: none;
}

p {
  word-wrap: break-word;
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

img {
  image-rendering: optimizequality;
  vertical-align: top;
}

@media (max-width: 640px) {
  body {
    font-size: 0.875em;
    line-height: 1.5;
    min-width: 320px;
  }

  a:active img,
  a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/* ==========================================================================
   Common Class
   ========================================================================== */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*
 * Block
 */
.block {
  min-width: 960px;
}

.block--attention {
  border: 1px solid #ccc;
  font-size: 0.875em;
  padding: 1em;
}

.block__inner {
  margin: 0 auto;
  width: 960px;
}
.block__inner:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 640px) {
  .block {
    min-width: 320px;
  }

  .block__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    min-width: 0;
  }
  .block__inner:after {
    clear: both;
    content: "";
    display: block;
  }
}

/*
 * Text
 */
.text--highlight {
  font-weight: bold;
}

.text--attention {
  color: #f10101;
}

.text--icon, .container * + .text--icon {
  margin: 0 0.25em;
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--top {
  vertical-align: top;
}

.text--middle {
  vertical-align: middle;
}

.text--bottom {
  vertical-align: bottom;
}

.text--caption {
  margin-top: 1em !important;
}

@media (max-height: 640px) {
  .text--icon, .container * + .text--icon {
    margin: 0 0.5em;
  }
}

/*
 * Margin
 */
.mt--0 {
  margin-top: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--1em {
  margin-top: 1em !important;
}

.mr--1em {
  margin-right: 1em !important;
}

.mb--1em {
  margin-bottom: 1em !important;
}

.ml--1em {
  margin-left: 1em !important;
}

.mt--2em {
  margin-top: 2em !important;
}

.mr--2em {
  margin-right: 2em !important;
}

.mb--2em {
  margin-bottom: 2em !important;
}

.ml--2em {
  margin-left: 2em !important;
}

.mt--3em {
  margin-top: 3em !important;
}

.mr--3em {
  margin-right: 3em !important;
}

.mb--3em {
  margin-bottom: 3em !important;
}

.ml--3em {
  margin-left: 3em !important;
}

.mt--4em {
  margin-top: 4em !important;
}

.mr--4em {
  margin-right: 4em !important;
}

.mb--4em {
  margin-bottom: 4em !important;
}

.ml--4em {
  margin-left: 4em !important;
}

.mt--5em {
  margin-top: 5em !important;
}

.mr--5em {
  margin-right: 5em !important;
}

.mb--5em {
  margin-bottom: 5em !important;
}

.ml--5em {
  margin-left: 5em !important;
}


/*
 * AdWords縺ｮ繝ｪ繝槭�繧ｱ繝�ぅ繝ｳ繧ｰ繧ｿ繧ｰ縺ｫ繧医ｋ蟠ｩ繧悟屓驕ｿ
 */

iframe[name="google_conversion_frame"] { position: absolute; top:0; }
</pre></body></html>