/* Scss Document */
/* Scss Document */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 19, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 51, ../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 62, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 71, ../scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, ../scss/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 93, ../scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, ../scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 116, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, ../scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 153, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 171, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 188, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 192, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 203, ../scss/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 211, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 223, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 235, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 244, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 258, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 270, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, ../scss/_normalize.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 289, ../scss/_normalize.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 300, ../scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 311, ../scss/_normalize.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 323, ../scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 334, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 347, ../scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 360, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, ../scss/_normalize.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 379, ../scss/_normalize.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 389, ../scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, ../scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 407, ../scss/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 417, ../scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 18, ../scss/_common.scss */
.box_shadow {
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
}

/* line 21, ../scss/_common.scss */
.ma0 {
  margin: 0;
}

/* line 21, ../scss/_common.scss */
.mt0 {
  margin-top: 0;
}

/* line 21, ../scss/_common.scss */
.mr0 {
  margin-right: 0;
}

/* line 21, ../scss/_common.scss */
.mb0 {
  margin-bottom: 0;
}

/* line 21, ../scss/_common.scss */
.ml0 {
  margin-left: 0;
}

/* line 22, ../scss/_common.scss */
.ma1 {
  margin: 1px;
}

/* line 22, ../scss/_common.scss */
.mt1 {
  margin-top: 1px;
}

/* line 22, ../scss/_common.scss */
.mr1 {
  margin-right: 1px;
}

/* line 22, ../scss/_common.scss */
.mb1 {
  margin-bottom: 1px;
}

/* line 22, ../scss/_common.scss */
.ml1 {
  margin-left: 1px;
}

/* line 23, ../scss/_common.scss */
.ma2 {
  margin: 2px;
}

/* line 23, ../scss/_common.scss */
.mt2 {
  margin-top: 2px;
}

/* line 23, ../scss/_common.scss */
.mr2 {
  margin-right: 2px;
}

/* line 23, ../scss/_common.scss */
.mb2 {
  margin-bottom: 2px;
}

/* line 23, ../scss/_common.scss */
.ml2 {
  margin-left: 2px;
}

/* line 24, ../scss/_common.scss */
.ma3 {
  margin: 3px;
}

/* line 24, ../scss/_common.scss */
.mt3 {
  margin-top: 3px;
}

/* line 24, ../scss/_common.scss */
.mr3 {
  margin-right: 3px;
}

/* line 24, ../scss/_common.scss */
.mb3 {
  margin-bottom: 3px;
}

/* line 24, ../scss/_common.scss */
.ml3 {
  margin-left: 3px;
}

/* line 25, ../scss/_common.scss */
.ma4 {
  margin: 4px;
}

/* line 25, ../scss/_common.scss */
.mt4 {
  margin-top: 4px;
}

/* line 25, ../scss/_common.scss */
.mr4 {
  margin-right: 4px;
}

/* line 25, ../scss/_common.scss */
.mb4 {
  margin-bottom: 4px;
}

/* line 25, ../scss/_common.scss */
.ml4 {
  margin-left: 4px;
}

/* line 26, ../scss/_common.scss */
.ma5 {
  margin: 5px;
}

/* line 26, ../scss/_common.scss */
.mt5 {
  margin-top: 5px;
}

/* line 26, ../scss/_common.scss */
.mr5 {
  margin-right: 5px;
}

/* line 26, ../scss/_common.scss */
.mb5 {
  margin-bottom: 5px;
}

/* line 26, ../scss/_common.scss */
.ml5 {
  margin-left: 5px;
}

/* line 27, ../scss/_common.scss */
.ma6 {
  margin: 6px;
}

/* line 27, ../scss/_common.scss */
.mt6 {
  margin-top: 6px;
}

/* line 27, ../scss/_common.scss */
.mr6 {
  margin-right: 6px;
}

/* line 27, ../scss/_common.scss */
.mb6 {
  margin-bottom: 6px;
}

/* line 27, ../scss/_common.scss */
.ml6 {
  margin-left: 6px;
}

/* line 28, ../scss/_common.scss */
.ma7 {
  margin: 7px;
}

/* line 28, ../scss/_common.scss */
.mt7 {
  margin-top: 7px;
}

/* line 28, ../scss/_common.scss */
.mr7 {
  margin-right: 7px;
}

/* line 28, ../scss/_common.scss */
.mb7 {
  margin-bottom: 7px;
}

/* line 28, ../scss/_common.scss */
.ml7 {
  margin-left: 7px;
}

/* line 29, ../scss/_common.scss */
.ma8 {
  margin: 8px;
}

/* line 29, ../scss/_common.scss */
.mt8 {
  margin-top: 8px;
}

/* line 29, ../scss/_common.scss */
.mr8 {
  margin-right: 8px;
}

/* line 29, ../scss/_common.scss */
.mb8 {
  margin-bottom: 8px;
}

/* line 29, ../scss/_common.scss */
.ml8 {
  margin-left: 8px;
}

/* line 30, ../scss/_common.scss */
.ma9 {
  margin: 9px;
}

/* line 30, ../scss/_common.scss */
.mt9 {
  margin-top: 9px;
}

/* line 30, ../scss/_common.scss */
.mr9 {
  margin-right: 9px;
}

/* line 30, ../scss/_common.scss */
.mb9 {
  margin-bottom: 9px;
}

/* line 30, ../scss/_common.scss */
.ml9 {
  margin-left: 9px;
}

/* line 31, ../scss/_common.scss */
.ma10 {
  margin: 10px;
}

/* line 31, ../scss/_common.scss */
.mt10 {
  margin-top: 10px;
}

/* line 31, ../scss/_common.scss */
.mr10 {
  margin-right: 10px;
}

/* line 31, ../scss/_common.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 31, ../scss/_common.scss */
.ml10 {
  margin-left: 10px;
}

/* line 32, ../scss/_common.scss */
.ma15 {
  margin: 15px;
}

/* line 32, ../scss/_common.scss */
.mt15 {
  margin-top: 15px;
}

/* line 32, ../scss/_common.scss */
.mr15 {
  margin-right: 15px;
}

/* line 32, ../scss/_common.scss */
.mb15 {
  margin-bottom: 15px;
}

/* line 32, ../scss/_common.scss */
.ml15 {
  margin-left: 15px;
}

/* line 33, ../scss/_common.scss */
.ma20 {
  margin: 20px;
}

/* line 33, ../scss/_common.scss */
.mt20 {
  margin-top: 20px;
}

/* line 33, ../scss/_common.scss */
.mr20 {
  margin-right: 20px;
}

/* line 33, ../scss/_common.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 33, ../scss/_common.scss */
.ml20 {
  margin-left: 20px;
}

/* line 34, ../scss/_common.scss */
.ma25 {
  margin: 25px;
}

/* line 34, ../scss/_common.scss */
.mt25 {
  margin-top: 25px;
}

/* line 34, ../scss/_common.scss */
.mr25 {
  margin-right: 25px;
}

/* line 34, ../scss/_common.scss */
.mb25 {
  margin-bottom: 25px;
}

/* line 34, ../scss/_common.scss */
.ml25 {
  margin-left: 25px;
}

/* line 35, ../scss/_common.scss */
.ma30 {
  margin: 30px;
}

/* line 35, ../scss/_common.scss */
.mt30 {
  margin-top: 30px;
}

/* line 35, ../scss/_common.scss */
.mr30 {
  margin-right: 30px;
}

/* line 35, ../scss/_common.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 35, ../scss/_common.scss */
.ml30 {
  margin-left: 30px;
}

/* line 36, ../scss/_common.scss */
.ma35 {
  margin: 35px;
}

/* line 36, ../scss/_common.scss */
.mt35 {
  margin-top: 35px;
}

/* line 36, ../scss/_common.scss */
.mr35 {
  margin-right: 35px;
}

/* line 36, ../scss/_common.scss */
.mb35 {
  margin-bottom: 35px;
}

/* line 36, ../scss/_common.scss */
.ml35 {
  margin-left: 35px;
}

/* line 37, ../scss/_common.scss */
.ma40 {
  margin: 40px;
}

/* line 37, ../scss/_common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 37, ../scss/_common.scss */
.mr40 {
  margin-right: 40px;
}

/* line 37, ../scss/_common.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 37, ../scss/_common.scss */
.ml40 {
  margin-left: 40px;
}

/* line 38, ../scss/_common.scss */
.ma45 {
  margin: 45px;
}

/* line 38, ../scss/_common.scss */
.mt45 {
  margin-top: 45px;
}

/* line 38, ../scss/_common.scss */
.mr45 {
  margin-right: 45px;
}

/* line 38, ../scss/_common.scss */
.mb45 {
  margin-bottom: 45px;
}

/* line 38, ../scss/_common.scss */
.ml45 {
  margin-left: 45px;
}

/* line 39, ../scss/_common.scss */
.ma50 {
  margin: 50px;
}

/* line 39, ../scss/_common.scss */
.mt50 {
  margin-top: 50px;
}

/* line 39, ../scss/_common.scss */
.mr50 {
  margin-right: 50px;
}

/* line 39, ../scss/_common.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 39, ../scss/_common.scss */
.ml50 {
  margin-left: 50px;
}

/* line 40, ../scss/_common.scss */
.pa0 {
  padding: 0;
}

/* line 40, ../scss/_common.scss */
.pt0 {
  padding-top: 0;
}

/* line 40, ../scss/_common.scss */
.pr0 {
  padding-right: 0;
}

/* line 40, ../scss/_common.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 40, ../scss/_common.scss */
.pl0 {
  padding-left: 0;
}

/* line 41, ../scss/_common.scss */
.pa1 {
  padding: 1px;
}

/* line 41, ../scss/_common.scss */
.pt1 {
  padding-top: 1px;
}

/* line 41, ../scss/_common.scss */
.pr1 {
  padding-right: 1px;
}

/* line 41, ../scss/_common.scss */
.pb1 {
  padding-bottom: 1px;
}

/* line 41, ../scss/_common.scss */
.pl1 {
  padding-left: 1px;
}

/* line 42, ../scss/_common.scss */
.pa2 {
  padding: 2px;
}

/* line 42, ../scss/_common.scss */
.pt2 {
  padding-top: 2px;
}

/* line 42, ../scss/_common.scss */
.pr2 {
  padding-right: 2px;
}

/* line 42, ../scss/_common.scss */
.pb2 {
  padding-bottom: 2px;
}

/* line 42, ../scss/_common.scss */
.pl2 {
  padding-left: 2px;
}

/* line 43, ../scss/_common.scss */
.pa3 {
  padding: 3px;
}

/* line 43, ../scss/_common.scss */
.pt3 {
  padding-top: 3px;
}

/* line 43, ../scss/_common.scss */
.pr3 {
  padding-right: 3px;
}

/* line 43, ../scss/_common.scss */
.pb3 {
  padding-bottom: 3px;
}

/* line 43, ../scss/_common.scss */
.pl3 {
  padding-left: 3px;
}

/* line 44, ../scss/_common.scss */
.pa4 {
  padding: 4px;
}

/* line 44, ../scss/_common.scss */
.pt4 {
  padding-top: 4px;
}

/* line 44, ../scss/_common.scss */
.pr4 {
  padding-right: 4px;
}

/* line 44, ../scss/_common.scss */
.pb4 {
  padding-bottom: 4px;
}

/* line 44, ../scss/_common.scss */
.pl4 {
  padding-left: 4px;
}

/* line 45, ../scss/_common.scss */
.pa5 {
  padding: 5px;
}

/* line 45, ../scss/_common.scss */
.pt5 {
  padding-top: 5px;
}

/* line 45, ../scss/_common.scss */
.pr5 {
  padding-right: 5px;
}

/* line 45, ../scss/_common.scss */
.pb5 {
  padding-bottom: 5px;
}

/* line 45, ../scss/_common.scss */
.pl5 {
  padding-left: 5px;
}

/* line 46, ../scss/_common.scss */
.pa6 {
  padding: 6px;
}

/* line 46, ../scss/_common.scss */
.pt6 {
  padding-top: 6px;
}

/* line 46, ../scss/_common.scss */
.pr6 {
  padding-right: 6px;
}

/* line 46, ../scss/_common.scss */
.pb6 {
  padding-bottom: 6px;
}

/* line 46, ../scss/_common.scss */
.pl6 {
  padding-left: 6px;
}

/* line 47, ../scss/_common.scss */
.pa7 {
  padding: 7px;
}

/* line 47, ../scss/_common.scss */
.pt7 {
  padding-top: 7px;
}

/* line 47, ../scss/_common.scss */
.pr7 {
  padding-right: 7px;
}

/* line 47, ../scss/_common.scss */
.pb7 {
  padding-bottom: 7px;
}

/* line 47, ../scss/_common.scss */
.pl7 {
  padding-left: 7px;
}

/* line 48, ../scss/_common.scss */
.pa8 {
  padding: 8px;
}

/* line 48, ../scss/_common.scss */
.pt8 {
  padding-top: 8px;
}

/* line 48, ../scss/_common.scss */
.pr8 {
  padding-right: 8px;
}

/* line 48, ../scss/_common.scss */
.pb8 {
  padding-bottom: 8px;
}

/* line 48, ../scss/_common.scss */
.pl8 {
  padding-left: 8px;
}

/* line 49, ../scss/_common.scss */
.pa9 {
  padding: 9px;
}

/* line 49, ../scss/_common.scss */
.pt9 {
  padding-top: 9px;
}

/* line 49, ../scss/_common.scss */
.pr9 {
  padding-right: 9px;
}

/* line 49, ../scss/_common.scss */
.pb9 {
  padding-bottom: 9px;
}

/* line 49, ../scss/_common.scss */
.pl9 {
  padding-left: 9px;
}

/* line 50, ../scss/_common.scss */
.pa10 {
  padding: 10px;
}

/* line 50, ../scss/_common.scss */
.pt10 {
  padding-top: 10px;
}

/* line 50, ../scss/_common.scss */
.pr10 {
  padding-right: 10px;
}

/* line 50, ../scss/_common.scss */
.pb10 {
  padding-bottom: 10px;
}

/* line 50, ../scss/_common.scss */
.pl10 {
  padding-left: 10px;
}

/* line 51, ../scss/_common.scss */
.pa15 {
  padding: 15px;
}

/* line 51, ../scss/_common.scss */
.pt15 {
  padding-top: 15px;
}

/* line 51, ../scss/_common.scss */
.pr15 {
  padding-right: 15px;
}

/* line 51, ../scss/_common.scss */
.pb15 {
  padding-bottom: 15px;
}

/* line 51, ../scss/_common.scss */
.pl15 {
  padding-left: 15px;
}

/* line 52, ../scss/_common.scss */
.pa20 {
  padding: 20px;
}

/* line 52, ../scss/_common.scss */
.pt20 {
  padding-top: 20px;
}

/* line 52, ../scss/_common.scss */
.pr20 {
  padding-right: 20px;
}

/* line 52, ../scss/_common.scss */
.pb20 {
  padding-bottom: 20px;
}

/* line 52, ../scss/_common.scss */
.pl20 {
  padding-left: 20px;
}

/* line 53, ../scss/_common.scss */
.pa25 {
  padding: 25px;
}

/* line 53, ../scss/_common.scss */
.pt25 {
  padding-top: 25px;
}

/* line 53, ../scss/_common.scss */
.pr25 {
  padding-right: 25px;
}

/* line 53, ../scss/_common.scss */
.pb25 {
  padding-bottom: 25px;
}

/* line 53, ../scss/_common.scss */
.pl25 {
  padding-left: 25px;
}

/* line 54, ../scss/_common.scss */
.pa30 {
  padding: 30px;
}

/* line 54, ../scss/_common.scss */
.pt30 {
  padding-top: 30px;
}

/* line 54, ../scss/_common.scss */
.pr30 {
  padding-right: 30px;
}

/* line 54, ../scss/_common.scss */
.pb30 {
  padding-bottom: 30px;
}

/* line 54, ../scss/_common.scss */
.pl30 {
  padding-left: 30px;
}

/* line 55, ../scss/_common.scss */
.pa35 {
  padding: 35px;
}

/* line 55, ../scss/_common.scss */
.pt35 {
  padding-top: 35px;
}

/* line 55, ../scss/_common.scss */
.pr35 {
  padding-right: 35px;
}

/* line 55, ../scss/_common.scss */
.pb35 {
  padding-bottom: 35px;
}

/* line 55, ../scss/_common.scss */
.pl35 {
  padding-left: 35px;
}

/* line 56, ../scss/_common.scss */
.pa40 {
  padding: 40px;
}

/* line 56, ../scss/_common.scss */
.pt40 {
  padding-top: 40px;
}

/* line 56, ../scss/_common.scss */
.pr40 {
  padding-right: 40px;
}

/* line 56, ../scss/_common.scss */
.pb40 {
  padding-bottom: 40px;
}

/* line 56, ../scss/_common.scss */
.pl40 {
  padding-left: 40px;
}

/* line 57, ../scss/_common.scss */
.pa45 {
  padding: 45px;
}

/* line 57, ../scss/_common.scss */
.pt45 {
  padding-top: 45px;
}

/* line 57, ../scss/_common.scss */
.pr45 {
  padding-right: 45px;
}

/* line 57, ../scss/_common.scss */
.pb45 {
  padding-bottom: 45px;
}

/* line 57, ../scss/_common.scss */
.pl45 {
  padding-left: 45px;
}

/* line 58, ../scss/_common.scss */
.pa50 {
  padding: 50px;
}

/* line 58, ../scss/_common.scss */
.pt50 {
  padding-top: 50px;
}

/* line 58, ../scss/_common.scss */
.pr50 {
  padding-right: 50px;
}

/* line 58, ../scss/_common.scss */
.pb50 {
  padding-bottom: 50px;
}

/* line 58, ../scss/_common.scss */
.pl50 {
  padding-left: 50px;
}

/* line 59, ../scss/_common.scss */
.tl {
  text-align: left !important;
}

/* line 59, ../scss/_common.scss */
.tr > * {
  margin-right: auto;
  margin-left: 0;
}

/* line 60, ../scss/_common.scss */
.tr {
  text-align: right !important;
}

/* line 60, ../scss/_common.scss */
.tr > * {
  margin-left: auto;
  margin-right: 0;
}

/* line 61, ../scss/_common.scss */
.tc {
  text-align: center !important;
}

/* line 61, ../scss/_common.scss */
.tc > * {
  margin-left: auto;
  margin-right: auto;
}

/* line 62, ../scss/_common.scss */
.tc caption {
  margin-left: auto;
  margin-right: auto;
}

/* CSS Document */
/* line 5, ../scss/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 15, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 19, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 23, ../scss/_reset.scss */
nav ul {
  list-style: none;
}

/* line 27, ../scss/_reset.scss */
ul {
  list-style: none;
}

/* line 31, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, ../scss/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 43, ../scss/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 59, ../scss/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 67, ../scss/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 74, ../scss/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 78, ../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 83, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 90, ../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 99, ../scss/_reset.scss */
input, select {
  vertical-align: middle;
}

/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 11, ../scss/_index_style.scss */
.clearfix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 18, ../scss/_index_style.scss */
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka,"MS PGothic", sans-serif;
  padding: 24px 0;
}
/* line 21, ../scss/_index_style.scss */
body .wrapper {
  background: url(../img/bg3.jpg) repeat;
  width: 100%;
}
/* line 24, ../scss/_index_style.scss */
body .wrapper .contents {
  width: 920px;
  margin: 0 auto;
  background: white;
}
/* line 28, ../scss/_index_style.scss */
body .wrapper .contents .contents_inner {
  margin: 0 40px;
}

/* line 34, ../scss/_index_style.scss */
.contents_inner {
  position: relative;
  overflow: hidden;
}

/* line 38, ../scss/_index_style.scss */
header {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 42, ../scss/_index_style.scss */
header p {
  margin: 0;
  line-height: 1.2;
  font-size: 0.625em;
  font-family: verdana,sans-serif;
}

/* line 49, ../scss/_index_style.scss */
h1 {
  width: 100%;
  margin: 0 0 0 30px;
}

/* line 53, ../scss/_index_style.scss */
.nav_2nd {
  width: 20%;
  float: left;
  background-color: #ffffff;
  margin-left: 2%;
}
/* line 59, ../scss/_index_style.scss */
.nav_2nd ul .to_home a {
  background: url(../img/home.png) no-repeat 90px center;
  background-size: 20px;
}
/* line 62, ../scss/_index_style.scss */
.nav_2nd ul .to_home a:hover {
  background: url(../img/home.png) no-repeat 90px center;
  background-size: 20px;
  color: black;
  box-shadow: 1px 1px 1px 1px #686868;
  text-shadow: 3px 3px 3px #D2D2D2;
}
/* line 71, ../scss/_index_style.scss */
.nav_2nd ul li a {
  padding: 0 0 0 15%;
}

/* line 77, ../scss/_index_style.scss */
nav {
  float: left;
  width: 30%;
}
/* line 80, ../scss/_index_style.scss */
nav ul {
  list-style-type: none;
  width: 95%;
}
/* line 83, ../scss/_index_style.scss */
nav ul li {
  height: 48px;
  margin: 10px 0;
  line-height: 48px;
  text-align: left;
  vertical-align: middle;
}
/* line 89, ../scss/_index_style.scss */
nav ul li a {
  padding: 0 0 0 5%;
  height: 48px;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: black;
  border: #E7E7E7 solid 1px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #C3C3C3;
}
/* line 100, ../scss/_index_style.scss */
nav ul li a:hover {
  background-color: white;
  color: black;
  box-shadow: 1px 1px 1px 1px #686868;
  text-shadow: 3px 3px 3px #D2D2D2;
}
/* line 106, ../scss/_index_style.scss */
nav ul li a span {
  font-size: 14px;
}
/* line 110, ../scss/_index_style.scss */
nav ul li .new {
  margin: 0 0 0 10px;
  padding: 2px;
  font-weight: bold;
  color: red;
  border: red solid 1px;
  text-decoration: none;
}
/* line 120, ../scss/_index_style.scss */
nav ul .l2 {
  line-height: 24px;
}

/* line 126, ../scss/_index_style.scss */
#exp {
  float: left;
  width: 536px;
  height: 470px;
  margin: 10px 0 0 0;
  border: #E3E3E3 solid 2px;
  border-radius: 4px;
  position: relative;
  background: white !important;
}
/* line 135, ../scss/_index_style.scss */
#exp .tab {
  width: 516px;
  height: 450px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
/* line 142, ../scss/_index_style.scss */
#exp .tab h2 {
  margin: 12px 0 0 12px;
}
/* line 145, ../scss/_index_style.scss */
#exp .tab ul {
  margin: 12px 0 0 12px;
}
/* line 148, ../scss/_index_style.scss */
#exp .tab li {
  margin: 10px 0;
}

/* line 153, ../scss/_index_style.scss */
#eillust {
  background: url(../img/illust.png) bottom right no-repeat;
  background-size: 200px;
}

/* line 156, ../scss/_index_style.scss */
#epannel {
  background: url(../img/pannel.png) bottom right no-repeat;
  background-size: 200px;
}

/* line 159, ../scss/_index_style.scss */
#eresp1 {
  background: url(../img/resp1.fw.png) bottom right no-repeat;
  background-size: 100px 154px;
}

/* line 162, ../scss/_index_style.scss */
#eresp2 {
  background: url(../img/resp2.png) bottom right no-repeat;
  background-size: 175px 124px;
}

/* line 165, ../scss/_index_style.scss */
#eforum {
  background: url(../img/forum.fw.png) bottom right no-repeat;
  background-size: 175px 98px;
}

/* line 168, ../scss/_index_style.scss */
#eclaim {
  background: url(../img/claim1.fw.png) bottom right no-repeat;
  background-size: 175px 122px;
}

/*#eweb{
	background:url(../img/web.fw.png) bottom right no-repeat;  background-size: 100px 154px; 
}*/
/* line 174, ../scss/_index_style.scss */
#efsite {
  background: url(../img/fsite.fw.png) bottom right no-repeat;
  background-size: 175px 141px;
}

/* line 177, ../scss/_index_style.scss */
footer {
  clear: both;
  float: right;
}
/* line 180, ../scss/_index_style.scss */
footer p {
  margin: 0;
  line-height: 1.2;
  font-size: 0.625em;
  font-family: verdana,sans-serif;
}

/* line 187, ../scss/_index_style.scss */
.js__exp {
  font-size: 16px;
  margin: 60px 0 0 60px;
  line-height: 1.5em;
}

@media screen and (min-width: 800px) {
  /* line 193, ../scss/_index_style.scss */
  body {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka,"MS PGothic", sans-serif;
    padding: 24px 0;
  }
  /* line 196, ../scss/_index_style.scss */
  body .wrapper {
    background: url(../img/bg3.jpg) repeat;
    width: 100%;
  }
  /* line 199, ../scss/_index_style.scss */
  body .wrapper .contents {
    width: 920px;
    margin: 0 auto;
    background: white;
  }
  /* line 203, ../scss/_index_style.scss */
  body .wrapper .contents .contents_inner {
    margin: 0 40px;
  }

  /* line 209, ../scss/_index_style.scss */
  .pcView {
    display: block !important;
  }

  /* line 212, ../scss/_index_style.scss */
  .spView {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 217, ../scss/_index_style.scss */
  .pcView {
    display: none !important;
  }

  /* line 220, ../scss/_index_style.scss */
  .spView {
    display: block !important;
  }

  /* line 223, ../scss/_index_style.scss */
  .menu2 {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 15%;
    height: 2em;
    line-height: 2em;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1893c4;
    text-align: center;
    border: #1893c4 solid 1px;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #7cabbe;
    cursor: pointer;
  }
  /* line 240, ../scss/_index_style.scss */
  .menu2:hover {
    background-color: white;
    color: #1893c4;
    box-shadow: 1px 1px 1px 1px #1893c4;
    text-shadow: 3px 3px 3px #7cabbe;
  }

  /* line 248, ../scss/_index_style.scss */
  .js__exp {
    font-size: 12px;
    margin: 20px 0 0 20px;
  }

  /* line 252, ../scss/_index_style.scss */
  body {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka,"MS PGothic", sans-serif;
    padding: 0 0;
  }
  /* line 255, ../scss/_index_style.scss */
  body .wrapper {
    width: 100%;
  }
  /* line 257, ../scss/_index_style.scss */
  body .wrapper .contents {
    width: 100% !important;
    margin: 0 auto;
  }
  /* line 260, ../scss/_index_style.scss */
  body .wrapper .contents .contents_inner {
    background: url(../img/bg0.jpg) repeat;
    margin: 0;
    padding: 12px 0;
  }

  /* line 268, ../scss/_index_style.scss */
  .contents_inner {
    margin: 0 !important;
  }

  /* line 271, ../scss/_index_style.scss */
  header {
    position: absolute;
    top: 0;
    right: 10px;
    background: white !important;
  }
  /* line 276, ../scss/_index_style.scss */
  header p {
    margin: 0;
    line-height: 1.2;
    font-size: 0.625em;
    font-weight: bold;
    font-family: verdana,sans-serif;
    color: #0A4774;
  }

  /* line 285, ../scss/_index_style.scss */
  h1 {
    width: 100%;
    margin: 12px 0 0 0;
    text-align: center;
  }

  /* line 290, ../scss/_index_style.scss */
  .nav_2nd {
    width: 100%;
    float: left;
    position: relative;
    position: absolute;
    margin-left: 0;
    bottom: 0;
    z-index: 300;
  }
  /* line 299, ../scss/_index_style.scss */
  .nav_2nd ul {
    display: none;
  }
  /* line 301, ../scss/_index_style.scss */
  .nav_2nd ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 304, ../scss/_index_style.scss */
  .nav_2nd ul .to_home a {
    background: url(../img/home.png) no-repeat 90px center;
    background-size: 20px;
  }
  /* line 307, ../scss/_index_style.scss */
  .nav_2nd ul .to_home a:hover {
    background: url(../img/home.png) no-repeat 90px center;
    background-size: 20px;
    color: black;
    box-shadow: 1px 1px 1px 1px #686868;
    text-shadow: 3px 3px 3px #D2D2D2;
  }
  /* line 315, ../scss/_index_style.scss */
  .nav_2nd ul li {
    width: 28%;
    text-align: left;
    margin: 5px 2.15%;
    display: block;
    height: 2em;
    line-height: 2em;
  }
  /* line 322, ../scss/_index_style.scss */
  .nav_2nd ul li a {
    display: block;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0;
  }

  /* line 332, ../scss/_index_style.scss */
  nav {
    margin: 12px 0 0 0;
    float: none;
    width: 100%;
  }
  /* line 336, ../scss/_index_style.scss */
  nav ul {
    width: 100%;
  }
  /* line 338, ../scss/_index_style.scss */
  nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 341, ../scss/_index_style.scss */
  nav ul li {
    display: block;
    float: left;
    width: 46%;
    height: 100%;
    margin: 3px 2%;
    border: none;
    line-height: 100%;
    height: 3em;
  }
  /* line 351, ../scss/_index_style.scss */
  nav ul li a {
    background: white !important;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
  }
  /* line 361, ../scss/_index_style.scss */
  nav ul li a:hover {
    background: #AFD6FA;
    color: black;
    box-shadow: 1px 1px 1px 1px #686868;
    text-shadow: 3px 3px 3px #D2D2D2;
  }
  /* line 368, ../scss/_index_style.scss */
  nav ul li .new {
    font-size: 6px;
    font-weight: bold;
    margin: 0 0 0 5px;
  }

  /* line 379, ../scss/_index_style.scss */
  #exp {
    float: none;
    padding: 2.5%;
    width: 93%;
    height: 200px;
    margin: 10px 0 0 0;
    border: #E3E3E3 solid 2px;
    border-radius: 2px;
    background-position: center bottom;
  }
  /* line 388, ../scss/_index_style.scss */
  #exp .tab {
    width: 100%;
    height: 100%;
    position: static;
    display: none;
  }
  /* line 393, ../scss/_index_style.scss */
  #exp .tab h2 {
    margin: 0 0 0 8px;
    font-size: 13px;
  }
  /* line 397, ../scss/_index_style.scss */
  #exp .tab ul {
    margin: 12px 0 0 0;
  }
  /* line 400, ../scss/_index_style.scss */
  #exp .tab .tall {
    width: 60%;
  }
  /* line 403, ../scss/_index_style.scss */
  #exp .tab li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2em;
  }
  /* line 409, ../scss/_index_style.scss */
  #exp .tab .pwid {
    font-size: 10px;
    font-weight: bold;
  }

  /* line 415, ../scss/_index_style.scss */
  #eillust {
    /*background:url(../img/illust.png) bottom right no-repeat;*/
    background-size: 125px;
  }

  /* line 418, ../scss/_index_style.scss */
  #epannel {
    /*background:url(../img/pannel.png) bottom right no-repeat;*/
    background-size: 125px;
  }

  /* line 421, ../scss/_index_style.scss */
  footer {
    background: white !important;
    margin: 12px 8px 0 0;
    color: #0A4774;
    font-weight: bolder;
  }
}
/* SMP */
/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 11, ../scss/_main.scss */
.wrapper {
  width: 100%;
}
/* line 13, ../scss/_main.scss */
.wrapper .contents {
  width: 100%;
}

/* line 18, ../scss/_main.scss */
.contents_box {
  margin: 20px 0 0 20px;
  float: left;
}

/* PC */
/* TABLET */
/* SMP */
/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 10, ../scss/_modal.scss */
.btn_wrap {
  margin-top: 10px !important;
  display: block;
}

/* line 14, ../scss/_modal.scss */
.test_button {
  border: #a4a4a4 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
  padding: 3px;
  margin: 3px;
  display: inline-block;
}

/* line 22, ../scss/_modal.scss */
.m_res {
  display: inline-block;
  margin-left: 15px;
}

/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 11, ../scss/_slider.scss */
.controller_tag {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMzYjc0YmEiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzQxOThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #3b74ba), color-stop(60%, #4198ce));
  background: -moz-linear-gradient(#3b74ba 40%, #4198ce 60%);
  background: -webkit-linear-gradient(#3b74ba 40%, #4198ce 60%);
  background: linear-gradient(#3b74ba 40%, #4198ce 60%);
  color: #ffffff;
}

/* line 19, ../scss/_slider.scss */
.controller_tag_active {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM0MTk4Y2UiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzk4ZDhkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4198ce), color-stop(60%, #98d8d8));
  background: -moz-linear-gradient(#4198ce 40%, #98d8d8 60%);
  background: -webkit-linear-gradient(#4198ce 40%, #98d8d8 60%);
  background: linear-gradient(#4198ce 40%, #98d8d8 60%);
  color: #ffffff;
}

/* line 24, ../scss/_slider.scss */
.controller_img {
  opacity: 0.5;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
  background: #e8e8e8;
}

/* line 30, ../scss/_slider.scss */
.controller_img_active {
  opacity: 1;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
}

/* line 35, ../scss/_slider.scss */
.slider_link_box {
  margin: 20px 0 0 20px;
  float: left;
}
/* line 39, ../scss/_slider.scss */
.slider_link_box ul li {
  display: inline-block;
  margin: 1.5%;
  width: 18%;
  height: 80px;
  border: #E7E7E7 solid 1px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #C3C3C3;
  text-align: center;
}
/* line 48, ../scss/_slider.scss */
.slider_link_box ul li a {
  display: table;
  width: 116px;
  height: 80px;
  text-decoration: none;
}
/* line 53, ../scss/_slider.scss */
.slider_link_box ul li a span {
  display: table-cell;
  vertical-align: bottom;
  color: #278aa8;
  text-shadow: 1px 1px 1px #ffffff;
  font-weight: bold;
  font-size: 0.5rem;
  padding-bottom: 5px;
}
/* line 62, ../scss/_slider.scss */
.slider_link_box ul li a:hover {
  opacity: 0.5;
  box-shadow: 1px 1px 1px 1px #686868;
  text-shadow: 3px 3px 3px #D2D2D2;
}

/* line 73, ../scss/_slider.scss */
.slideicon1 > a {
  background: url(../img/slider/slideicon1.png) no-repeat center center;
}

/* line 76, ../scss/_slider.scss */
.slideicon2 > a {
  background: url(../img/slider/slideicon2.png) no-repeat center center;
}

/* line 79, ../scss/_slider.scss */
.slideicon3 > a {
  background: url(../img/slider/slideicon3.png) no-repeat center center;
}

/* line 82, ../scss/_slider.scss */
.slideicon4 > a {
  background: url(../img/slider/slideicon4.png) no-repeat center center;
}

/* line 85, ../scss/_slider.scss */
.slideicon5 > a {
  background: url(../img/slider/slideicon5.png) no-repeat center center;
}

/* line 88, ../scss/_slider.scss */
.slideicon6 > a {
  background: url(../img/slider/slideicon6.png) no-repeat center center;
}

@media screen and (max-width: 568px) {
  /* line 92, ../scss/_slider.scss */
  .slider_link_box {
    margin: 30px 0 0 0;
    float: left;
    font-size: 12px;
  }
  /* line 97, ../scss/_slider.scss */
  .slider_link_box ul li {
    margin: 1%;
    width: 29%;
    height: 80px;
  }
  /* line 101, ../scss/_slider.scss */
  .slider_link_box ul li a {
    width: 100%;
    height: 80px;
  }
  /* line 104, ../scss/_slider.scss */
  .slider_link_box ul li a span {
    padding-bottom: 1px;
  }

  /* line 115, ../scss/_slider.scss */
  .slideicon1 > a {
    background: url(../img/slider/slideicon1.png) no-repeat center center;
    background-size: 80%;
  }

  /* line 119, ../scss/_slider.scss */
  .slideicon2 > a {
    background: url(../img/slider/slideicon2.png) no-repeat center center;
    background-size: 80%;
  }

  /* line 123, ../scss/_slider.scss */
  .slideicon3 > a {
    background: url(../img/slider/slideicon3.png) no-repeat center center;
    background-size: 80%;
  }

  /* line 127, ../scss/_slider.scss */
  .slideicon4 > a {
    background: url(../img/slider/slideicon4.png) no-repeat center center;
    background-size: 80%;
  }

  /* line 131, ../scss/_slider.scss */
  .slideicon5 > a {
    background: url(../img/slider/slideicon5.png) no-repeat center center;
    background-size: 80%;
  }

  /* line 136, ../scss/_slider.scss */
  .slideicon6 > a {
    background: url(../img/slider/slideicon6.png) no-repeat center center;
    background-size: 80%;
  }
}
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* PC */
/* TABLET */
/* SMP */
