@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 14, ../sass/base/_nomalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 30, ../sass/base/_nomalize.scss */
body {
  margin: 0;
  font-size: 1rem;
  word-wrap: break-word;
  color: #000;
  line-height: 1.5;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 42, ../sass/base/_nomalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 56, ../sass/base/_nomalize.scss */
h1 {
  margin: 0 0 0.67em;
}

/* line 59, ../sass/base/_nomalize.scss */
h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 62, ../sass/base/_nomalize.scss */
ul, ol, dl {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

/* line 70, ../sass/base/_nomalize.scss */
table {
  margin-bottom: 25px;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 81, ../sass/base/_nomalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/* line 88, ../sass/base/_nomalize.scss */
p {
  margin-top: 0;
  letter-spacing: 0.1rem;
}

/* line 93, ../sass/base/_nomalize.scss */
figure {
  margin: 0 40px 1em;
}

/* line 98, ../sass/base/_nomalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* line 104, ../sass/base/_nomalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 111, ../sass/base/_nomalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: #1b68f6;
  font-weight: 500;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 122, ../sass/base/_nomalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* line 129, ../sass/base/_nomalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 134, ../sass/base/_nomalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 139, ../sass/base/_nomalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 147, ../sass/base/_nomalize.scss */
dfn {
  font-style: italic;
}

/* line 152, ../sass/base/_nomalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 157, ../sass/base/_nomalize.scss */
small {
  font-size: 80%;
  display: block;
  margin-top: 0.5rem;
}

/* line 163, ../sass/base/_nomalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, ../sass/base/_nomalize.scss */
sub {
  bottom: -0.25em;
}

/* line 175, ../sass/base/_nomalize.scss */
sup {
  top: -0.5em;
}

/* line 181, ../sass/base/_nomalize.scss */
audio,
video {
  display: inline-block;
}

/* line 186, ../sass/base/_nomalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 192, ../sass/base/_nomalize.scss */
img {
  border-style: none;
}

/* line 196, ../sass/base/_nomalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 202, ../sass/base/_nomalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* line 213, ../sass/base/_nomalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 223, ../sass/base/_nomalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 234, ../sass/base/_nomalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 245, ../sass/base/_nomalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 257, ../sass/base/_nomalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 268, ../sass/base/_nomalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 279, ../sass/base/_nomalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 293, ../sass/base/_nomalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 302, ../sass/base/_nomalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 311, ../sass/base/_nomalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 321, ../sass/base/_nomalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 331, ../sass/base/_nomalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 340, ../sass/base/_nomalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 350, ../sass/base/_nomalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 363, ../sass/base/_nomalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 372, ../sass/base/_nomalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 383, ../sass/base/_nomalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 391, ../sass/base/_nomalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 402, ../sass/base/_nomalize.scss */
[hidden] {
  display: none;
}

/* Scss Document */
/* line 2, ../sass/structures/_header.scss */
.st-header {
  border-bottom: solid 5px #0fa63c;
  background: #FFF;
  width: 100%;
  position: fixed;
  z-index: 10;
}
/* line 8, ../sass/structures/_header.scss */
.st-header a {
  color: #1b68f6;
  font-size: 100%;
}
/* line 12, ../sass/structures/_header.scss */
.st-header a:visited {
  color: #681bf6;
}

/* line 16, ../sass/structures/_header.scss */
.st-header__content {
  height: 67px;
  margin: 0 auto;
  position: relative;
  max-width: 980px;
}

/* line 23, ../sass/structures/_header.scss */
.st-header__logo-link {
  width: 54px;
  height: 54px;
  display: block;
  padding: 8px;
}

/* line 29, ../sass/structures/_header.scss */
.st-header__logo-img {
  width: 100%;
}

/* line 32, ../sass/structures/_header.scss */
.st-header__menu {
  display: inline;
  position: absolute;
  top: 0px;
  right: 0;
}

/* line 38, ../sass/structures/_header.scss */
.st-header__link {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 3px;
}

/* line 43, ../sass/structures/_header.scss */
.st-header__link__box {
  background: linear-gradient(to bottom, #fbfbfa, #eeeee3);
  border-bottom: solid 1px #dbceae;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 14px;
  color: #515151;
  display: inline-block;
}

/* line 53, ../sass/structures/_header.scss */
.st-header__link-icon {
  background: url(../img/st-common/icon_receiver_01.png) no-repeat 0 1px;
  background-size: auto 16px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0px 0 0px 22px;
  vertical-align: top;
  color: #515151;
}

/* line 63, ../sass/structures/_header.scss */
.st-header__links {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 67, ../sass/structures/_header.scss */
.st-header__links a {
  text-decoration: none;
}
/* line 69, ../sass/structures/_header.scss */
.st-header__links a:hover {
  text-decoration: underline;
}
/* line 74, ../sass/structures/_header.scss */
.st-header__links + li {
  margin-left: 8px;
  margin-right: 3px;
}

/* line 79, ../sass/structures/_header.scss */
.st-header__links__box {
  padding-bottom: 4px;
  padding-top: 0px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 0px;
  background-size: auto 15px;
}

/* line 87, ../sass/structures/_header.scss */
.st-header__icon-02 {
  background-image: url(../img/st-common/icon_beginner_01.png);
}

/* line 91, ../sass/structures/_header.scss */
.st-header__icon-03 {
  background-image: url(../img/st-common/icon_question_01.png);
}
.header__aside{
	right: 3px;
}
@media screen and (max-width: 768px) {
  /* line 99, ../sass/structures/_header.scss */
  .st-header {
    border-bottom: solid 3px #0fa63c;
  }

  /* line 103, ../sass/structures/_header.scss */
  .st-header__content {
    height: 49px;
  }

  /* line 106, ../sass/structures/_header.scss */
  .st-header__logo-link {
    width: 38px;
    height: 38px;
    padding: 4px;
  }

  /* line 111, ../sass/structures/_header.scss */
  .st-header__menu {
    display: none;
  }

  /* line 114, ../sass/structures/_header.scss */
  .st-menuBtn {
    display: block;
  }
}
/* line 1, ../sass/structures/_footer.scss */
.st-footer {
  background: #0fa63c;
  width: 100%;
  color: #fff;
}
/* line 5, ../sass/structures/_footer.scss */
.st-footer a {
  color: #fff;
  text-decoration: none;
}

/* line 10, ../sass/structures/_footer.scss */
.st-footer__content {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #0fa63c;
}

/* line 22, ../sass/structures/_footer.scss */
.st-footer__nav {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0;
}
/* line 26, ../sass/structures/_footer.scss */
.st-footer__nav li {
  border-left: solid 1px #7fd097;
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 20px;
  padding: 3px 15px;
  line-height: 1;
}
/* line 27, ../sass/structures/_footer.scss */
.st-footer__nav li:first-child {
  border: none;
}
/* line 37, ../sass/structures/_footer.scss */
.st-footer__nav li a:hover {
  text-decoration: underline;
}

/* line 43, ../sass/structures/_footer.scss */
.st-footer__unauthorized {
  text-align: center;
  margin-bottom: 15px;
}

/* line 47, ../sass/structures/_footer.scss */
.st-footer__copyright {
  text-align: center;
  margin-bottom: 20px;
}

/* line 51, ../sass/structures/_footer.scss */
.st-footer__trust {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 57, ../sass/structures/_footer.scss */
  .st-footer__nav li:first-child {
    border-left: solid 1px #7fd097;
  }
  /* line 60, ../sass/structures/_footer.scss */
  .st-footer__nav li:last-child {
    border-right: solid 1px #7fd097;
  }
}
/*bread*/
/* line 35, ../sass/structures/_main.scss */
.st-bread {
  padding: 10px;
  font-feature-settings: "pkna";
}

/* line 39, ../sass/structures/_main.scss */
.st-bread__cont {
  margin: 0;
}
/* line 41, ../sass/structures/_main.scss */
.st-bread__cont li {
  margin-right: 10px;
  list-style-type: none;
  display: inline-block;
  font-size: 0;
}
/* line 47, ../sass/structures/_main.scss */
.st-bread__cont li + li:before {
  content: ">";
  font-size: 1.2rem;
  margin-right: 10px;
}
/* line 53, ../sass/structures/_main.scss */
.st-bread__cont li a {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  /* line 152, ../sass/structures/_main.scss */
  .menuarea {
    position: relative;
  }

  /* line 156, ../sass/structures/_main.scss */
  .st-wrapper {
    padding-top: 72px;
    width: 100%;
    position: relative;
  }
  /* line 264, ../sass/structures/_main.scss */
  .st-bread {
    border-bottom: solid 1px #ddd0b2;
  }

  /* line 269, ../sass/structures/_main.scss */
  .st-bread__cont li {
    margin-right: 5px;
  }
  /* line 270, ../sass/structures/_main.scss */
  .st-bread__cont li a {
    font-size: 1.3rem;
  }
  /* line 275, ../sass/structures/_main.scss */
  .st-bread__cont li + li:before {
    margin-right: 7px;
  }
}

/* Scss Document */
/* line 3, ../sass/contents/_grid.scss */
.right {
  text-align: right;
}

/* line 6, ../sass/contents/_grid.scss */
.left {
  text-align: left;
}

/* line 9, ../sass/contents/_grid.scss */
.center {
  text-align: center;
}
