<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! 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; }

/* ==========================================================================
   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; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2.0em;
  margin: 0.67em -10px; 
  font-size: 1.7rem;
  padding: 0 13px 3px;
  border-bottom: 3px solid #51656f; }

  h1 small {
    font-size: 14px;
    font-size: 1.4rem; }

/* h2 */
h2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 0 1px 9px;
  border-left: 6px solid #51656f; }
  h2 a {
    font-weight: normal; }

/**
 * 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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; }

/***********************************
* SETTING
***********************************/

/***********************************
* LAYOUT
***********************************/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%; }

html,
button,
input,
select,
textarea {
  color: #333; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  height: 100%;
  width: 100%; }

a {
  color: #09c;
  text-decoration: none; }
  a:hover {
    color: #0cf;
    text-decoration: underline; }
  a:active {
    color: #09c;
    text-decoration: underline; }
  a:visited {
    color: #7bd; }
  a:focus {
    outline: none !important; }
  a &gt; img:hover {
    opacity: .7; }

.noOpFX:hover {
  opacity: 1 !important; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

#wrapper {
  width: 100%; }

header {
    width: 100%;
    position: relative;
    border-top-color: #51656f;
    border-bottom: 4px solid #eee;
    margin-bottom: 10px;
    z-index: 1;
}
header &gt; * {
    margin: 0 auto; 
}


.header {
  border-top: 4px solid #51656f; }
  .header .main {
    margin: 8px 0;
    text-align: center; }
    .header .main p {
      margin: 0;
      display: inline-block; }
.header .main p a img {
    width: 240px;
    margin-bottom: 0; 
}

.header div:first-child:last-child h1 {
  line-height: 1; }
  .header div:first-child:last-child h1 img {
    width: 100px;
    zoom: 1; }

h1, .heading102Limited, .heading104, h2, .heading202, .heading202Limited, .heading203, .heading204, .heading301, .heading302, .heading303, .heading401, .heading501, .heading501IcoQ, .heading502, .heading502Rnn, .heading503 {
    font-weight: bold;
    color: #333;
    position: relative;
    margin: 0 0 20px 0;
}
  .mb_g.heading102, .mb_g.heading102Limited, .mb_g.heading104, .mb_g.heading201, .mb_g.heading202, .mb_g.heading202Limited, .mb_g.heading203, .mb_g.heading204, .mb_g.heading301, .mb_g.heading302, .mb_g.heading303, .mb_g.heading401, .mb_g.heading501, .mb_g.heading501IcoQ, .mb_g.heading502, .mb_g.heading502Rnn, .mb_g.heading503 {
    margin-bottom: 5px; }
  .mb_gNear.heading102, .mb_gNear.heading102Limited, .mb_gNear.heading104, .mb_gNear.heading201, .mb_gNear.heading202, .mb_gNear.heading202Limited, .mb_gNear.heading203, .mb_gNear.heading204, .mb_gNear.heading301, .mb_gNear.heading302, .mb_gNear.heading303, .mb_gNear.heading401, .mb_gNear.heading501, .mb_gNear.heading501IcoQ, .mb_gNear.heading502, .mb_gNear.heading502Rnn, .mb_gNear.heading503 {
    margin-bottom: 5px; }

#contents {
    display: flex;
    justify-content: center;
    width: 800px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}


#contentsInner .breadcrumb01 {
  margin: 10px -10px; }

#contentsInner {
  padding: 10px 10px 35px 10px;
  width: 100%; }
  #contentsInner &gt; *:last-child, #contentsInner &gt; a:last-child &gt; *:last-child {
    margin-bottom: 0; }
  #contentsInner.contentsInnerWFull {
    padding: 0; }

#contentsInner .secTopPontaNoregistered01 {
  margin-left: -10px;
  margin-right: -10px; }


.notes {
  font-size: 11px;
  font-size: 1.1rem; }


footer {
    width: 960px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-top: 4px solid #eee;
}

.footerNav {
  border-top: 4px solid #ddd;
  padding: 10px 10px 10px;
  overflow: hidden; }
  .footerNav &gt; div {
    text-align: center; }
    .footerNav &gt; div ul {
      display: inline-block;
      margin: 0 auto 10px;
      clear: both;
      overflow: hidden;
      padding-right: 1px; }
      .footerNav &gt; div ul &gt; li {
        float: left;
        line-height: 1.1; }
        .footerNav &gt; div ul &gt; li:first-child {
          padding-right: 10px; }
        .footerNav &gt; div ul &gt; li a {
          padding-right: 0;
          display: block;
          text-decoration: none;
          font-size: 13px;
          font-size: 1.3rem; }
          .footerNav &gt; div ul &gt; li a:before {
            content: none;
            background: none; }
          .footerNav &gt; div ul &gt; li a .notes {
            font-size: 10px;
            font-size: 1rem;
            color: #666;
            padding: 0 2px; }
      .footerNav &gt; div ul:last-child {
        margin-bottom: 0; }
        .footerNav &gt; div ul:last-child &gt; li:last-child {
          border-right: none; }
          .footerNav &gt; div ul:last-child &gt; li:last-child a {
            padding-right: 0; }
.footerLogo {
    padding: 10px 10px 50px 10px;
    font-weight: bold;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
}
  .footerLogo .logoR {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle; }
    .footerLogo a.logoR {
      color: #435b67;
      text-decoration: underline;
      display: inline-block; }
      .footerLogo .logoR a img {
        width: 161px;
        margin-bottom: 8px; }
  .footerLogo .logoLM {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle; }
    .footerLogo .logoLM img {
      width: 119px; }
  .footerLogo &gt; div [target='_blank']:before {
    content: none;
    background: none; }

.footerLogo .logoR a {
  width: 142px;
  height: 15px;
  overflow: hidden; }
.footerLogo .logoLM a {
  width: 106px;
  height: 13px;
  overflow: hidden; }


.noOpFX:hover {
  opacity: 1 !important; }



.md { word-wrap: break-word; }
.md blockquote {
	border-left: .25em solid #dfe2e5;
	color: #6a737d;
	margin: 0;
	padding: 0 1em;
}
.md code {
	background-color: rgba(27,31,35,.05);
	border-radius: 3px;
	display: inline-block;
	padding: 0 .4em;
	white-space: pre-wrap;
}
.md table td, .md table th { padding: 6px 13px; border: 1px solid #dfe2e5; }
.md table tbody tr:nth-child(2n+1) { background-color: #f6f8fa; }

.md ol, .md li { padding-left: 1.5rem; }
.md ul { padding-left: 3rem; }
.md ul&gt;li { padding-left: 0; }

.md ol { counter-reset: md_i; list-style: none; }
.md ol&gt;li { counter-increment: md_i; position: relative; }
.md ol&gt;li:before { content: counter(md_i) ". "; left: -1.5rem; position: absolute; }
.md ol ol&gt;li:before { content: "(" counter(md_i) ") "; left: -2rem; }
.md ol ol ol&gt;li:before { content: counter(md_i, upper-alpha) ". "; left: -0.5rem; }

h2, h4{
    margin-top: 16px;
}

.footerLogo img {
    width: 280px;
    margin-top: 20px;
}
</pre></body></html>