/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

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

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-webkit-keyframes tic-tac-train{0%{left:0}100%{left:-100%}}

@keyframes tic-tac-train{0%{left:0}100%{left:-100%}}

@font-face{font-family:'FontDash';src:url(//static.ekidash.com/v75781693/fonts/FontDash.woff2) format("woff2"),url(//static.ekidash.com/v1893259999/fonts/FontDash.woff) format("woff"),url(//static.ekidash.com/v488809475/fonts/FontDash.ttf) format("truetype");font-weight:normal;font-style:normal}

@font-face{font-family:'FontAwesome';src:url(//static.ekidash.com/v2664714340/fonts/fontawesome-webfont.woff2) format("woff2"),url(//static.ekidash.com/v2265762636/fonts/fontawesome-webfont.woff) format("woff"),url(//static.ekidash.com/v717560414/fonts/fontawesome-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-medium),url(//static.ekidash.com/v1109611327/fonts/rounded-mplus-1p-medium.woff2) format("woff2"),url(//static.ekidash.com/v3672866802/fonts/rounded-mplus-1p-medium.woff) format("woff"),url(//static.ekidash.com/v2091234015/fonts/rounded-mplus-1p-medium.ttf) format("truetype");font-weight:normal;font-style:normal}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-heavy),url(//static.ekidash.com/v3924522418/fonts/rounded-mplus-1p-heavy.woff2) format("woff2"),url(//static.ekidash.com/v4140940919/fonts/rounded-mplus-1p-heavy.woff) format("woff"),url(//static.ekidash.com/v1600853545/fonts/rounded-mplus-1p-heavy.ttf) format("truetype");font-weight:bold;font-style:bold}

.page-title,.second-title,.container-subsection .container-subsection-title{display:block;width:100%;margin:0;font-size:18px;font-weight:bold;line-height:48px;color:#ffffff;text-shadow:1px 1px 0 #000000;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:0}

.page-title{height:48px;background:transparent linear-gradient(180deg, #017efc 0%, #0543ee 50%, #017efc 100%) 0% 0% no-repeat padding-box;margin-bottom:24px}

.second-title{line-height:24px;padding:12px 0;background:#4bbcff;margin-bottom:24px}

.heading-section{position:relative;margin:0 auto;padding:9px 0 12px 10px;background-color:#39e;background-image:linear-gradient(to bottom, #39e, #8acaff);border-top:1px solid #39e;line-height:1;text-align:left;font-size:16px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.8)}

.heading-section:after{display:block;width:100%;height:4px;content:'';border-top:1px solid #39e;border-bottom:1px solid #39e;background-size:15px 100%;background-image:linear-gradient(to right, #39e 50%, #fff 50%, #fff);position:absolute;left:0;bottom:0}

.portal-page-container{font-family:'rounded-mplus-1p', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ新ゴR', 'Droid Sans', メイリオ, 'sans-serif';background:#d1eaff;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:12px;position:relative;z-index:5;box-shadow:0 1px 5px 3px #ccc}

.portal-page-container h3,.portal-page-container h4{margin:0;padding:0;background:none;color:#000000;text-align:left;font-size:14px;line-height:24px}

.portal-page-container button,.portal-page-container input,.portal-page-container select,.portal-page-container textarea{font-family:inherit}

.portal-page-container .info-category{width:60px;padding:2px;border-radius:4px;color:#ffffff;text-align:center;line-height:1.5}

.portal-page-container .info-category.important{background:#ff1e00}

.portal-page-container .info-category.topics{background:#0031ec}

.portal-page-container .info-category.notice{background:#2ac31e}

.portal-page-container .titlebar2_box{background-color:#ffffff}

.container-column{margin:12px}

.container-subsection .container-subsection-title{position:relative;padding:0;background:transparent linear-gradient(180deg, #00acee 0%, #0031ec 100%) 0% 0% no-repeat;border:4px solid linear-gradient(180deg, #00acee 0%, #0031ec 100%) 0% 0% no-repeat;border-radius:10px 10px 0 0}

.container-subsection .container-subsection-text{margin-top:-4px;padding:12px;background-color:#ffffff;border:4px solid #0031ec;border-radius:0 0 10px 10px;font-size:14px;line-height:21px}

.container-subsection .container-subsection-text img{margin-top:12px}

a.pagelink{display:block;position:relative;margin:5px;background-color:#ffffff;border:1px solid #8acaff;border-radius:5px;color:#0031ec;padding:5px 15px 5px 5px;width:100%;height:40px;font-size:14px;line-height:40px;margin:0;padding:0;text-align:center}

a.pagelink:after{content:'';position:absolute;margin:auto;width:6px;height:6px;border-top:solid 3px #0031ec;border-right:solid 3px #0031ec;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';position:absolute;top:0;right:10px;bottom:0;box-sizing:content-box}

a.pagelink:hover{background-color:#e8f5ff}

a.external-link{position:relative;display:block;width:100%;height:40px;font-size:14px;line-height:40px;background-color:#fff;border:1px solid #8acaff;border-radius:5px;color:#0031ec;margin:0;padding:0;text-align:center}

a.external-link:before{position:relative;top:0;left:10px;float:left;content:'\f08e';font-family:'FontAwesome'}

.btn{background-color:#0ca800;background-image:linear-gradient(to bottom, #10d002, #0ca800);box-shadow:0 1px 1px rgba(0,0,0,0.7);border:1px solid #21b715;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.8);position:relative;display:block;margin:10px auto;padding:0 10px;height:40px;width:80%;line-height:40px;border-radius:5px;font-size:16px;white-space:nowrap;text-align:center}

.btn:active,.btn.sub:active,.btn.highlight:active{background-image:initial}

.btn.with-icon{padding-left:1.5em}

.btn.with-icon .fa{position:absolute;font-size:1.5em;line-height:38px;top:50%;left:0.5em;margin-top:-19px}

.btn:hover{background:#0ca800}

.full-width-image{width:100%;height:auto}

.store-links{display:flex;justify-content:space-around}

.store-links a:last-child{margin:0 0 0 13px}

.store-link-img{height:48px;width:auto}

.store-link-img:hover{opacity:0.5}

.portal-page-container input[type='text'],.portal-page-container select,.portal-page-container textarea{-webkit-appearance:none;appearance:none;background:linear-gradient(to bottom, #eaf6f9, #fff 50%, #fff);border-radius:7px;border:1px solid rgba(0,0,0,0.3);box-shadow:0 1px 2px rgba(0,0,0,0.3) inset;width:100%;font-size:18px;padding:12px 9px;margin:6px 0 18px}

.portal-page-container input[type='text']::-webkit-input-placeholder, .portal-page-container select::-webkit-input-placeholder, .portal-page-container textarea::-webkit-input-placeholder{color:#bfbfbf}

.portal-page-container input[type='text']::placeholder,.portal-page-container input[type='text']:invalid,.portal-page-container select::placeholder,.portal-page-container select:invalid,.portal-page-container textarea::placeholder,.portal-page-container textarea:invalid{color:#bfbfbf}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}

.fa-2x{font-size:2em}

.fa-3x{font-size:3em}

.fa-4x{font-size:4em}

.fa-5x{font-size:5em}

.fa-fw{width:1.28571em;text-align:center}

.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}

.fa-ul>li{position:relative}

.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}

.fa-li.fa-lg{left:-1.85714em}

.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}

.fa-pull-left{float:left}

.fa-pull-right{float:right}

.fa.fa-pull-left{margin-right:.3em}

.fa.fa-pull-right{margin-left:.3em}

.pull-right{float:right}

.pull-left{float:left}

.fa.pull-left{margin-right:.3em}

.fa.pull-right{margin-left:.3em}

.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}

.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}

@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}

.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}

.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}

.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}

.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}

.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}

.fa-stack-1x{line-height:inherit}

.fa-stack-2x{font-size:2em}

.fa-inverse{color:#fff}

.fa-glass:before{content:""}

.fa-music:before{content:""}

.fa-search:before{content:""}

.fa-envelope-o:before{content:""}

.fa-heart:before{content:""}

.fa-star:before{content:""}

.fa-star-o:before{content:""}

.fa-user:before{content:""}

.fa-film:before{content:""}

.fa-th-large:before{content:""}

.fa-th:before{content:""}

.fa-th-list:before{content:""}

.fa-check:before{content:""}

.fa-remove:before,.fa-close:before,.fa-times:before{content:""}

.fa-search-plus:before{content:""}

.fa-search-minus:before{content:""}

.fa-power-off:before{content:""}

.fa-signal:before{content:""}

.fa-gear:before,.fa-cog:before{content:""}

.fa-trash-o:before{content:""}

.fa-home:before{content:""}

.fa-file-o:before{content:""}

.fa-clock-o:before{content:""}

.fa-road:before{content:""}

.fa-download:before{content:""}

.fa-arrow-circle-o-down:before{content:""}

.fa-arrow-circle-o-up:before{content:""}

.fa-inbox:before{content:""}

.fa-play-circle-o:before{content:""}

.fa-rotate-right:before,.fa-repeat:before{content:""}

.fa-refresh:before{content:""}

.fa-list-alt:before{content:""}

.fa-lock:before{content:""}

.fa-flag:before{content:""}

.fa-headphones:before{content:""}

.fa-volume-off:before{content:""}

.fa-volume-down:before{content:""}

.fa-volume-up:before{content:""}

.fa-qrcode:before{content:""}

.fa-barcode:before{content:""}

.fa-tag:before{content:""}

.fa-tags:before{content:""}

.fa-book:before{content:""}

.fa-bookmark:before{content:""}

.fa-print:before{content:""}

.fa-camera:before{content:""}

.fa-font:before{content:""}

.fa-bold:before{content:""}

.fa-italic:before{content:""}

.fa-text-height:before{content:""}

.fa-text-width:before{content:""}

.fa-align-left:before{content:""}

.fa-align-center:before{content:""}

.fa-align-right:before{content:""}

.fa-align-justify:before{content:""}

.fa-list:before{content:""}

.fa-dedent:before,.fa-outdent:before{content:""}

.fa-indent:before{content:""}

.fa-video-camera:before{content:""}

.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}

.fa-pencil:before{content:""}

.fa-map-marker:before{content:""}

.fa-adjust:before{content:""}

.fa-tint:before{content:""}

.fa-edit:before,.fa-pencil-square-o:before{content:""}

.fa-share-square-o:before{content:""}

.fa-check-square-o:before{content:""}

.fa-arrows:before{content:""}

.fa-step-backward:before{content:""}

.fa-fast-backward:before{content:""}

.fa-backward:before{content:""}

.fa-play:before{content:""}

.fa-pause:before{content:""}

.fa-stop:before{content:""}

.fa-forward:before{content:""}

.fa-fast-forward:before{content:""}

.fa-step-forward:before{content:""}

.fa-eject:before{content:""}

.fa-chevron-left:before{content:""}

.fa-chevron-right:before{content:""}

.fa-plus-circle:before{content:""}

.fa-minus-circle:before{content:""}

.fa-times-circle:before{content:""}

.fa-check-circle:before{content:""}

.fa-question-circle:before{content:""}

.fa-info-circle:before{content:""}

.fa-crosshairs:before{content:""}

.fa-times-circle-o:before{content:""}

.fa-check-circle-o:before{content:""}

.fa-ban:before{content:""}

.fa-arrow-left:before{content:""}

.fa-arrow-right:before{content:""}

.fa-arrow-up:before{content:""}

.fa-arrow-down:before{content:""}

.fa-mail-forward:before,.fa-share:before{content:""}

.fa-expand:before{content:""}

.fa-compress:before{content:""}

.fa-plus:before{content:""}

.fa-minus:before{content:""}

.fa-asterisk:before{content:""}

.fa-exclamation-circle:before{content:""}

.fa-gift:before{content:""}

.fa-leaf:before{content:""}

.fa-fire:before{content:""}

.fa-eye:before{content:""}

.fa-eye-slash:before{content:""}

.fa-warning:before,.fa-exclamation-triangle:before{content:""}

.fa-plane:before{content:""}

.fa-calendar:before{content:""}

.fa-random:before{content:""}

.fa-comment:before{content:""}

.fa-magnet:before{content:""}

.fa-chevron-up:before{content:""}

.fa-chevron-down:before{content:""}

.fa-retweet:before{content:""}

.fa-shopping-cart:before{content:""}

.fa-folder:before{content:""}

.fa-folder-open:before{content:""}

.fa-arrows-v:before{content:""}

.fa-arrows-h:before{content:""}

.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}

.fa-twitter-square:before{content:""}

.fa-facebook-square:before{content:""}

.fa-camera-retro:before{content:""}

.fa-key:before{content:""}

.fa-gears:before,.fa-cogs:before{content:""}

.fa-comments:before{content:""}

.fa-thumbs-o-up:before{content:""}

.fa-thumbs-o-down:before{content:""}

.fa-star-half:before{content:""}

.fa-heart-o:before{content:""}

.fa-sign-out:before{content:""}

.fa-linkedin-square:before{content:""}

.fa-thumb-tack:before{content:""}

.fa-external-link:before{content:""}

.fa-sign-in:before{content:""}

.fa-trophy:before{content:""}

.fa-github-square:before{content:""}

.fa-upload:before{content:""}

.fa-lemon-o:before{content:""}

.fa-phone:before{content:""}

.fa-square-o:before{content:""}

.fa-bookmark-o:before{content:""}

.fa-phone-square:before{content:""}

.fa-twitter:before{content:""}

.fa-facebook-f:before,.fa-facebook:before{content:""}

.fa-github:before{content:""}

.fa-unlock:before{content:""}

.fa-credit-card:before{content:""}

.fa-feed:before,.fa-rss:before{content:""}

.fa-hdd-o:before{content:""}

.fa-bullhorn:before{content:""}

.fa-bell:before{content:""}

.fa-certificate:before{content:""}

.fa-hand-o-right:before{content:""}

.fa-hand-o-left:before{content:""}

.fa-hand-o-up:before{content:""}

.fa-hand-o-down:before{content:""}

.fa-arrow-circle-left:before{content:""}

.fa-arrow-circle-right:before{content:""}

.fa-arrow-circle-up:before{content:""}

.fa-arrow-circle-down:before{content:""}

.fa-globe:before{content:""}

.fa-wrench:before{content:""}

.fa-tasks:before{content:""}

.fa-filter:before{content:""}

.fa-briefcase:before{content:""}

.fa-arrows-alt:before{content:""}

.fa-group:before,.fa-users:before{content:""}

.fa-chain:before,.fa-link:before{content:""}

.fa-cloud:before{content:""}

.fa-flask:before{content:""}

.fa-cut:before,.fa-scissors:before{content:""}

.fa-copy:before,.fa-files-o:before{content:""}

.fa-paperclip:before{content:""}

.fa-save:before,.fa-floppy-o:before{content:""}

.fa-square:before{content:""}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}

.fa-list-ul:before{content:""}

.fa-list-ol:before{content:""}

.fa-strikethrough:before{content:""}

.fa-underline:before{content:""}

.fa-table:before{content:""}

.fa-magic:before{content:""}

.fa-truck:before{content:""}

.fa-pinterest:before{content:""}

.fa-pinterest-square:before{content:""}

.fa-google-plus-square:before{content:""}

.fa-google-plus:before{content:""}

.fa-money:before{content:""}

.fa-caret-down:before{content:""}

.fa-caret-up:before{content:""}

.fa-caret-left:before{content:""}

.fa-caret-right:before{content:""}

.fa-columns:before{content:""}

.fa-unsorted:before,.fa-sort:before{content:""}

.fa-sort-down:before,.fa-sort-desc:before{content:""}

.fa-sort-up:before,.fa-sort-asc:before{content:""}

.fa-envelope:before{content:""}

.fa-linkedin:before{content:""}

.fa-rotate-left:before,.fa-undo:before{content:""}

.fa-legal:before,.fa-gavel:before{content:""}

.fa-dashboard:before,.fa-tachometer:before{content:""}

.fa-comment-o:before{content:""}

.fa-comments-o:before{content:""}

.fa-flash:before,.fa-bolt:before{content:""}

.fa-sitemap:before{content:""}

.fa-umbrella:before{content:""}

.fa-paste:before,.fa-clipboard:before{content:""}

.fa-lightbulb-o:before{content:""}

.fa-exchange:before{content:""}

.fa-cloud-download:before{content:""}

.fa-cloud-upload:before{content:""}

.fa-user-md:before{content:""}

.fa-stethoscope:before{content:""}

.fa-suitcase:before{content:""}

.fa-bell-o:before{content:""}

.fa-coffee:before{content:""}

.fa-cutlery:before{content:""}

.fa-file-text-o:before{content:""}

.fa-building-o:before{content:""}

.fa-hospital-o:before{content:""}

.fa-ambulance:before{content:""}

.fa-medkit:before{content:""}

.fa-fighter-jet:before{content:""}

.fa-beer:before{content:""}

.fa-h-square:before{content:""}

.fa-plus-square:before{content:""}

.fa-angle-double-left:before{content:""}

.fa-angle-double-right:before{content:""}

.fa-angle-double-up:before{content:""}

.fa-angle-double-down:before{content:""}

.fa-angle-left:before{content:""}

.fa-angle-right:before{content:""}

.fa-angle-up:before{content:""}

.fa-angle-down:before{content:""}

.fa-desktop:before{content:""}

.fa-laptop:before{content:""}

.fa-tablet:before{content:""}

.fa-mobile-phone:before,.fa-mobile:before{content:""}

.fa-circle-o:before{content:""}

.fa-quote-left:before{content:""}

.fa-quote-right:before{content:""}

.fa-spinner:before{content:""}

.fa-circle:before{content:""}

.fa-mail-reply:before,.fa-reply:before{content:""}

.fa-github-alt:before{content:""}

.fa-folder-o:before{content:""}

.fa-folder-open-o:before{content:""}

.fa-smile-o:before{content:""}

.fa-frown-o:before{content:""}

.fa-meh-o:before{content:""}

.fa-gamepad:before{content:""}

.fa-keyboard-o:before{content:""}

.fa-flag-o:before{content:""}

.fa-flag-checkered:before{content:""}

.fa-terminal:before{content:""}

.fa-code:before{content:""}

.fa-mail-reply-all:before,.fa-reply-all:before{content:""}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}

.fa-location-arrow:before{content:""}

.fa-crop:before{content:""}

.fa-code-fork:before{content:""}

.fa-unlink:before,.fa-chain-broken:before{content:""}

.fa-question:before{content:""}

.fa-info:before{content:""}

.fa-exclamation:before{content:""}

.fa-superscript:before{content:""}

.fa-subscript:before{content:""}

.fa-eraser:before{content:""}

.fa-puzzle-piece:before{content:""}

.fa-microphone:before{content:""}

.fa-microphone-slash:before{content:""}

.fa-shield:before{content:""}

.fa-calendar-o:before{content:""}

.fa-fire-extinguisher:before{content:""}

.fa-rocket:before{content:""}

.fa-maxcdn:before{content:""}

.fa-chevron-circle-left:before{content:""}

.fa-chevron-circle-right:before{content:""}

.fa-chevron-circle-up:before{content:""}

.fa-chevron-circle-down:before{content:""}

.fa-html5:before{content:""}

.fa-css3:before{content:""}

.fa-anchor:before{content:""}

.fa-unlock-alt:before{content:""}

.fa-bullseye:before{content:""}

.fa-ellipsis-h:before{content:""}

.fa-ellipsis-v:before{content:""}

.fa-rss-square:before{content:""}

.fa-play-circle:before{content:""}

.fa-ticket:before{content:""}

.fa-minus-square:before{content:""}

.fa-minus-square-o:before{content:""}

.fa-level-up:before{content:""}

.fa-level-down:before{content:""}

.fa-check-square:before{content:""}

.fa-pencil-square:before{content:""}

.fa-external-link-square:before{content:""}

.fa-share-square:before{content:""}

.fa-compass:before{content:""}

.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}

.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}

.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}

.fa-euro:before,.fa-eur:before{content:""}

.fa-gbp:before{content:""}

.fa-dollar:before,.fa-usd:before{content:""}

.fa-rupee:before,.fa-inr:before{content:""}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}

.fa-won:before,.fa-krw:before{content:""}

.fa-bitcoin:before,.fa-btc:before{content:""}

.fa-file:before{content:""}

.fa-file-text:before{content:""}

.fa-sort-alpha-asc:before{content:""}

.fa-sort-alpha-desc:before{content:""}

.fa-sort-amount-asc:before{content:""}

.fa-sort-amount-desc:before{content:""}

.fa-sort-numeric-asc:before{content:""}

.fa-sort-numeric-desc:before{content:""}

.fa-thumbs-up:before{content:""}

.fa-thumbs-down:before{content:""}

.fa-youtube-square:before{content:""}

.fa-youtube:before{content:""}

.fa-xing:before{content:""}

.fa-xing-square:before{content:""}

.fa-youtube-play:before{content:""}

.fa-dropbox:before{content:""}

.fa-stack-overflow:before{content:""}

.fa-instagram:before{content:""}

.fa-flickr:before{content:""}

.fa-adn:before{content:""}

.fa-bitbucket:before{content:""}

.fa-bitbucket-square:before{content:""}

.fa-tumblr:before{content:""}

.fa-tumblr-square:before{content:""}

.fa-long-arrow-down:before{content:""}

.fa-long-arrow-up:before{content:""}

.fa-long-arrow-left:before{content:""}

.fa-long-arrow-right:before{content:""}

.fa-apple:before{content:""}

.fa-windows:before{content:""}

.fa-android:before{content:""}

.fa-linux:before{content:""}

.fa-dribbble:before{content:""}

.fa-skype:before{content:""}

.fa-foursquare:before{content:""}

.fa-trello:before{content:""}

.fa-female:before{content:""}

.fa-male:before{content:""}

.fa-gittip:before,.fa-gratipay:before{content:""}

.fa-sun-o:before{content:""}

.fa-moon-o:before{content:""}

.fa-archive:before{content:""}

.fa-bug:before{content:""}

.fa-vk:before{content:""}

.fa-weibo:before{content:""}

.fa-renren:before{content:""}

.fa-pagelines:before{content:""}

.fa-stack-exchange:before{content:""}

.fa-arrow-circle-o-right:before{content:""}

.fa-arrow-circle-o-left:before{content:""}

.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}

.fa-dot-circle-o:before{content:""}

.fa-wheelchair:before{content:""}

.fa-vimeo-square:before{content:""}

.fa-turkish-lira:before,.fa-try:before{content:""}

.fa-plus-square-o:before{content:""}

.fa-space-shuttle:before{content:""}

.fa-slack:before{content:""}

.fa-envelope-square:before{content:""}

.fa-wordpress:before{content:""}

.fa-openid:before{content:""}

.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}

.fa-mortar-board:before,.fa-graduation-cap:before{content:""}

.fa-yahoo:before{content:""}

.fa-google:before{content:""}

.fa-reddit:before{content:""}

.fa-reddit-square:before{content:""}

.fa-stumbleupon-circle:before{content:""}

.fa-stumbleupon:before{content:""}

.fa-delicious:before{content:""}

.fa-digg:before{content:""}

.fa-pied-piper-pp:before{content:""}

.fa-pied-piper-alt:before{content:""}

.fa-drupal:before{content:""}

.fa-joomla:before{content:""}

.fa-language:before{content:""}

.fa-fax:before{content:""}

.fa-building:before{content:""}

.fa-child:before{content:""}

.fa-paw:before{content:""}

.fa-spoon:before{content:""}

.fa-cube:before{content:""}

.fa-cubes:before{content:""}

.fa-behance:before{content:""}

.fa-behance-square:before{content:""}

.fa-steam:before{content:""}

.fa-steam-square:before{content:""}

.fa-recycle:before{content:""}

.fa-automobile:before,.fa-car:before{content:""}

.fa-cab:before,.fa-taxi:before{content:""}

.fa-tree:before{content:""}

.fa-spotify:before{content:""}

.fa-deviantart:before{content:""}

.fa-soundcloud:before{content:""}

.fa-database:before{content:""}

.fa-file-pdf-o:before{content:""}

.fa-file-word-o:before{content:""}

.fa-file-excel-o:before{content:""}

.fa-file-powerpoint-o:before{content:""}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}

.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}

.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}

.fa-file-movie-o:before,.fa-file-video-o:before{content:""}

.fa-file-code-o:before{content:""}

.fa-vine:before{content:""}

.fa-codepen:before{content:""}

.fa-jsfiddle:before{content:""}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}

.fa-circle-o-notch:before{content:""}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}

.fa-ge:before,.fa-empire:before{content:""}

.fa-git-square:before{content:""}

.fa-git:before{content:""}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}

.fa-tencent-weibo:before{content:""}

.fa-qq:before{content:""}

.fa-wechat:before,.fa-weixin:before{content:""}

.fa-send:before,.fa-paper-plane:before{content:""}

.fa-send-o:before,.fa-paper-plane-o:before{content:""}

.fa-history:before{content:""}

.fa-circle-thin:before{content:""}

.fa-header:before{content:""}

.fa-paragraph:before{content:""}

.fa-sliders:before{content:""}

.fa-share-alt:before{content:""}

.fa-share-alt-square:before{content:""}

.fa-bomb:before{content:""}

.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}

.fa-tty:before{content:""}

.fa-binoculars:before{content:""}

.fa-plug:before{content:""}

.fa-slideshare:before{content:""}

.fa-twitch:before{content:""}

.fa-yelp:before{content:""}

.fa-newspaper-o:before{content:""}

.fa-wifi:before{content:""}

.fa-calculator:before{content:""}

.fa-paypal:before{content:""}

.fa-google-wallet:before{content:""}

.fa-cc-visa:before{content:""}

.fa-cc-mastercard:before{content:""}

.fa-cc-discover:before{content:""}

.fa-cc-amex:before{content:""}

.fa-cc-paypal:before{content:""}

.fa-cc-stripe:before{content:""}

.fa-bell-slash:before{content:""}

.fa-bell-slash-o:before{content:""}

.fa-trash:before{content:""}

.fa-copyright:before{content:""}

.fa-at:before{content:""}

.fa-eyedropper:before{content:""}

.fa-paint-brush:before{content:""}

.fa-birthday-cake:before{content:""}

.fa-area-chart:before{content:""}

.fa-pie-chart:before{content:""}

.fa-line-chart:before{content:""}

.fa-lastfm:before{content:""}

.fa-lastfm-square:before{content:""}

.fa-toggle-off:before{content:""}

.fa-toggle-on:before{content:""}

.fa-bicycle:before{content:""}

.fa-bus:before{content:""}

.fa-ioxhost:before{content:""}

.fa-angellist:before{content:""}

.fa-cc:before{content:""}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}

.fa-meanpath:before{content:""}

.fa-buysellads:before{content:""}

.fa-connectdevelop:before{content:""}

.fa-dashcube:before{content:""}

.fa-forumbee:before{content:""}

.fa-leanpub:before{content:""}

.fa-sellsy:before{content:""}

.fa-shirtsinbulk:before{content:""}

.fa-simplybuilt:before{content:""}

.fa-skyatlas:before{content:""}

.fa-cart-plus:before{content:""}

.fa-cart-arrow-down:before{content:""}

.fa-diamond:before{content:""}

.fa-ship:before{content:""}

.fa-user-secret:before{content:""}

.fa-motorcycle:before{content:""}

.fa-street-view:before{content:""}

.fa-heartbeat:before{content:""}

.fa-venus:before{content:""}

.fa-mars:before{content:""}

.fa-mercury:before{content:""}

.fa-intersex:before,.fa-transgender:before{content:""}

.fa-transgender-alt:before{content:""}

.fa-venus-double:before{content:""}

.fa-mars-double:before{content:""}

.fa-venus-mars:before{content:""}

.fa-mars-stroke:before{content:""}

.fa-mars-stroke-v:before{content:""}

.fa-mars-stroke-h:before{content:""}

.fa-neuter:before{content:""}

.fa-genderless:before{content:""}

.fa-facebook-official:before{content:""}

.fa-pinterest-p:before{content:""}

.fa-whatsapp:before{content:""}

.fa-server:before{content:""}

.fa-user-plus:before{content:""}

.fa-user-times:before{content:""}

.fa-hotel:before,.fa-bed:before{content:""}

.fa-viacoin:before{content:""}

.fa-train:before{content:""}

.fa-subway:before{content:""}

.fa-medium:before{content:""}

.fa-yc:before,.fa-y-combinator:before{content:""}

.fa-optin-monster:before{content:""}

.fa-opencart:before{content:""}

.fa-expeditedssl:before{content:""}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}

.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}

.fa-battery-2:before,.fa-battery-half:before{content:""}

.fa-battery-1:before,.fa-battery-quarter:before{content:""}

.fa-battery-0:before,.fa-battery-empty:before{content:""}

.fa-mouse-pointer:before{content:""}

.fa-i-cursor:before{content:""}

.fa-object-group:before{content:""}

.fa-object-ungroup:before{content:""}

.fa-sticky-note:before{content:""}

.fa-sticky-note-o:before{content:""}

.fa-cc-jcb:before{content:""}

.fa-cc-diners-club:before{content:""}

.fa-clone:before{content:""}

.fa-balance-scale:before{content:""}

.fa-hourglass-o:before{content:""}

.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}

.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}

.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}

.fa-hourglass:before{content:""}

.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}

.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}

.fa-hand-scissors-o:before{content:""}

.fa-hand-lizard-o:before{content:""}

.fa-hand-spock-o:before{content:""}

.fa-hand-pointer-o:before{content:""}

.fa-hand-peace-o:before{content:""}

.fa-trademark:before{content:""}

.fa-registered:before{content:""}

.fa-creative-commons:before{content:""}

.fa-gg:before{content:""}

.fa-gg-circle:before{content:""}

.fa-tripadvisor:before{content:""}

.fa-odnoklassniki:before{content:""}

.fa-odnoklassniki-square:before{content:""}

.fa-get-pocket:before{content:""}

.fa-wikipedia-w:before{content:""}

.fa-safari:before{content:""}

.fa-chrome:before{content:""}

.fa-firefox:before{content:""}

.fa-opera:before{content:""}

.fa-internet-explorer:before{content:""}

.fa-tv:before,.fa-television:before{content:""}

.fa-contao:before{content:""}

.fa-500px:before{content:""}

.fa-amazon:before{content:""}

.fa-calendar-plus-o:before{content:""}

.fa-calendar-minus-o:before{content:""}

.fa-calendar-times-o:before{content:""}

.fa-calendar-check-o:before{content:""}

.fa-industry:before{content:""}

.fa-map-pin:before{content:""}

.fa-map-signs:before{content:""}

.fa-map-o:before{content:""}

.fa-map:before{content:""}

.fa-commenting:before{content:""}

.fa-commenting-o:before{content:""}

.fa-houzz:before{content:""}

.fa-vimeo:before{content:""}

.fa-black-tie:before{content:""}

.fa-fonticons:before{content:""}

.fa-reddit-alien:before{content:""}

.fa-edge:before{content:""}

.fa-credit-card-alt:before{content:""}

.fa-codiepie:before{content:""}

.fa-modx:before{content:""}

.fa-fort-awesome:before{content:""}

.fa-usb:before{content:""}

.fa-product-hunt:before{content:""}

.fa-mixcloud:before{content:""}

.fa-scribd:before{content:""}

.fa-pause-circle:before{content:""}

.fa-pause-circle-o:before{content:""}

.fa-stop-circle:before{content:""}

.fa-stop-circle-o:before{content:""}

.fa-shopping-bag:before{content:""}

.fa-shopping-basket:before{content:""}

.fa-hashtag:before{content:""}

.fa-bluetooth:before{content:""}

.fa-bluetooth-b:before{content:""}

.fa-percent:before{content:""}

.fa-gitlab:before{content:""}

.fa-wpbeginner:before{content:""}

.fa-wpforms:before{content:""}

.fa-envira:before{content:""}

.fa-universal-access:before{content:""}

.fa-wheelchair-alt:before{content:""}

.fa-question-circle-o:before{content:""}

.fa-blind:before{content:""}

.fa-audio-description:before{content:""}

.fa-volume-control-phone:before{content:""}

.fa-braille:before{content:""}

.fa-assistive-listening-systems:before{content:""}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}

.fa-glide:before{content:""}

.fa-glide-g:before{content:""}

.fa-signing:before,.fa-sign-language:before{content:""}

.fa-low-vision:before{content:""}

.fa-viadeo:before{content:""}

.fa-viadeo-square:before{content:""}

.fa-snapchat:before{content:""}

.fa-snapchat-ghost:before{content:""}

.fa-snapchat-square:before{content:""}

.fa-pied-piper:before{content:""}

.fa-first-order:before{content:""}

.fa-yoast:before{content:""}

.fa-themeisle:before{content:""}

.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}

.fa-fa:before,.fa-font-awesome:before{content:""}

.fa-handshake-o:before{content:""}

.fa-envelope-open:before{content:""}

.fa-envelope-open-o:before{content:""}

.fa-linode:before{content:""}

.fa-address-book:before{content:""}

.fa-address-book-o:before{content:""}

.fa-vcard:before,.fa-address-card:before{content:""}

.fa-vcard-o:before,.fa-address-card-o:before{content:""}

.fa-user-circle:before{content:""}

.fa-user-circle-o:before{content:""}

.fa-user-o:before{content:""}

.fa-id-badge:before{content:""}

.fa-drivers-license:before,.fa-id-card:before{content:""}

.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}

.fa-quora:before{content:""}

.fa-free-code-camp:before{content:""}

.fa-telegram:before{content:""}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}

.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}

.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}

.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}

.fa-shower:before{content:""}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}

.fa-podcast:before{content:""}

.fa-window-maximize:before{content:""}

.fa-window-minimize:before{content:""}

.fa-window-restore:before{content:""}

.fa-times-rectangle:before,.fa-window-close:before{content:""}

.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}

.fa-bandcamp:before{content:""}

.fa-grav:before{content:""}

.fa-etsy:before{content:""}

.fa-imdb:before{content:""}

.fa-ravelry:before{content:""}

.fa-eercast:before{content:""}

.fa-microchip:before{content:""}

.fa-snowflake-o:before{content:""}

.fa-superpowers:before{content:""}

.fa-wpexplorer:before{content:""}

.fa-meetup:before{content:""}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.fa{display:inline}

.fa:before{font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit}

.fd-icon:before{font-family:FontDash;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit}

.non-support .fd-icon{display:none}

.fd-icon-nyash:before{content:""}

.fd-icon-train:before{content:""}

.fd-icon-train-dot:before{content:""}

.fd-icon-pin-normal:before{content:""}

.fd-icon-pin-nyash:before{content:""}

.fd-icon-balloon:before{content:""}

.fd-icon-friend-num:before{content:""}

.fd-icon-radar-num:before{content:""}

.fd-icon-crown:before{content:""}

.fd-icon-star-flash:before{content:""}

.modal{font-family:'rounded-mplus-1p', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ新ゴR', 'Droid Sans', メイリオ, 'sans-serif';position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:100;text-align:center;color:#171717}

.modal .modal-blackwall{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}

.modal .modal-inner{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:-10px auto 0;width:300px;min-height:80px;background-color:#d1eaff;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,0.7)}

.modal .modal-contents{position:relative;margin:auto;max-height:360px;border-radius:5px}

.modal .container-modal-contents{padding:20px 0 10px}

.modal .message{padding:30px 10px 10px;font-size:14px}

.modal .modal-close{position:absolute;top:auto;right:0;bottom:-40px;left:0;width:120px;margin:auto;background-color:#0031ec;border-radius:15px;line-height:30px;color:#fff;text-align:center;font-size:14px;box-shadow:0 1px 1px rgba(0,0,0,0.4)}

.modal .modal-close.type-has-next{background-color:#0ca800}

.modal button{margin:20px auto}

.modal .modal-alert{text-align:center}

.modal.type-xhr-content .modal-contents{text-align:left;overflow-y:scroll}

.modal.type-xhr-content .modal-contents img.img-line{width:280px}

.modal .now-loading{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#fff;width:100px;height:40px;line-height:1.3;overflow:hidden}

.modal .now-loading>.loading-text{display:block;text-align:center;font-size:12px}

.modal .now-loading>i.loading-train{position:relative;-webkit-animation:tic-tac-train 3s steps(10) 0s infinite normal;animation:tic-tac-train 3s steps(10) 0s infinite normal;display:block}

.modal .now-loading>i.loading-train:before,.modal .now-loading>i.loading-train:after{position:absolute;top:0;right:auto;bottom:0;font-family:'FontDash';content:"";font-size:16px;font-style:normal;white-space:nowrap}

.modal .now-loading>i.loading-train:before{left:0}

.modal .now-loading>i.loading-train:after{left:100%}

table.table-normal{margin:10px 0;width:300px;line-height:1;border:2px solid #2e89d6;border-collapse:separate;border-radius:5px;border-spacing:0;overflow:hidden}

table.table-normal td,table.table-normal th{text-align:center}

table.table-normal td{padding:6px}

table.table-normal td:not(:last-child){border-right:1px solid #d1eaff}

table.table-normal th{padding:5px;background-color:#2e89d6;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.7);font-weight:normal}

table.table-normal th:not(:last-child){border-right:1px solid #39e}

table.table-normal tr:nth-child(even){background-color:#fff}

table.table-normal tr:nth-child(odd){background-color:#e8f5ff}

table.table-normal tr:not(:last-child) td{border-bottom:1px solid #2e89d6}

table.type-nyash-skill-awakening{width:260px}

table.type-nyash-skill-awakening td{padding:0}

.situation-contact{padding-bottom:24px}

.situation-contact .before-contact{margin:0 12px;padding-bottom:24px}

.situation-contact .before-contact p{margin:12px 0}

.situation-contact .before-contact p.no-margin-top{margin-top:0}

.situation-contact .container-form{background-color:#e8f5ff;padding:24px}

.situation-contact .container-form label{font-size:14px;font-weight:bold}

.situation-contact .container-form label .required{color:#ffffff;background-color:#ff0000;padding:0 9px;margin-right:7px;font-weight:normal}

.situation-contact .container-form label .sub-label{font-weight:normal;margin:2px 0 0}

.situation-contact .container-form .attention{color:#ff0000;margin:0 0 24px}

.situation-contact .container-caution-text{margin-top:24px}

.situation-contact .container-caution-text ul.list-style-square{margin:0 12px;padding:0}

.situation-contact .container-caution-text ul.list-style-square li{list-style:none}

.situation-contact .container-caution-text ul.list-style-square li::before{content:'■'}

.situation-contact .container-caution-text ul.list-style-disc{margin-top:0}

.situation-contact .container-caution-text ul.list-style-disc li{list-style-type:disc}

.situation-contact .container-caution-text ul.list-style-disc li::before{content:''}

.situation-contact .container-confirm{padding:0 12px;text-align:center}

.situation-contact .container-confirm table{width:100%;border:2px solid #2e89d6;border-radius:5px;border-spacing:0;border-collapse:separate;overflow:hidden}

.situation-contact .container-confirm table td{padding:6px;text-align:left}

.situation-contact .container-confirm table td.multi-line-text{white-space:pre-wrap}

.situation-contact .container-confirm table td:not(:last-child){border-right:1px solid #d1eaff}

.situation-contact .container-confirm table th{padding:5px;width:100px;background-color:#2e89d6;color:#ffffff;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.7);font-weight:normal}

.situation-contact .container-confirm table th:not(:last-child){border-right:1px solid #3399ee}

.situation-contact .container-confirm table tr:nth-child(even){background-color:#ffffff}

.situation-contact .container-confirm table tr:nth-child(odd){background-color:#e8f5ff}

.situation-contact .container-confirm table tr:not(:last-child) td{border-bottom:1px solid #2e89d6}

.situation-contact .container-confirm p{margin:12px}

.situation-contact .container-send{padding:0 12px 12px;text-align:center}

.situation-contact .container-send p{margin:12px}

.situation-contact .container-send .attention{color:#ff0000}

.situation-faq .titlebar2_box .faq-content{padding:10px}

.situation-faq-mainpage{padding-bottom:0}

.situation-faq-mainpage .page-title{margin-bottom:0}

.situation-faq-mainpage h2{margin:0}

.situation-faq-mainpage input[type='text']{margin:0}

.situation-faq-mainpage ul.faq-list-view{margin:0;padding:0;list-style:none;border-top:1px solid #ccc;font-size:16px;background:#fafafa}

.situation-faq-mainpage ul.faq-list-view>li{margin:0;padding:0;min-height:36px;position:relative;border-bottom:1px solid #ccc;border-top:1px solid #fff}

.situation-faq-mainpage ul.faq-list-view a{display:block;width:100%;box-sizing:border-box;line-height:38px;padding:0 20px 0 5px;text-decoration:none;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.situation-faq-mainpage ul.faq-list-view a:after{content:'';position:absolute;margin:auto;width:6px;height:6px;border-top:solid 3px #aaa;border-right:solid 3px #aaa;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';position:absolute;right:10px;top:13px;width:8px;height:8px;box-sizing:content-box}

.situation-faq-mainpage ul.faq-list-view a:hover{color:#000;background-color:#eee}

.situation-faq-mainpage ul.faq-list-view a:hover:after{border-color:#666}

.situation-faq-mainpage ul.faq-list-view .fa:before{font-size:1.5em;width:1.5em;margin-left:-5px;vertical-align:middle;text-align:center}

.situation-faq-mainpage .back a:after{right:6px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}

.situation-faq-category .second-title{margin-bottom:12px}

.situation-faq-category .help-categories{margin:0 12px 24px;padding:10px;background:#8acaff;border-radius:5px;border:1px solid #39e}

.situation-faq-category .help-categories .faq-btn{display:block;width:100%;padding:7px 5px;font-size:14px;color:#0031ec;background-color:#fff;border-radius:10px}

.situation-faq-category .help-categories .faq-btn:not(:last-child){margin-bottom:5px}

.situation-faq-category .help-categories .faq-btn i{padding-right:0}

.situation-faq-category .help-categories .faq-btn:hover{background-color:#e8f5ff}

.situation-faq-detail{padding:0}

.situation-faq-tutorial-comic{text-align:center}

.situation-faq-tutorial-comic .second-title{margin-bottom:0}

.situation-faq-tutorial-comic img{width:100%;height:auto}

.situation-faq-search{padding-bottom:1px}

.situation-faq-search input[type='text']{margin:0}

.situation-faq-search p{margin:10px}

.situation-footer{font-family:'rounded-mplus-1p', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ新ゴR', 'Droid Sans', メイリオ, 'sans-serif';background:#c9c9c9;margin:0 0 48px 0;padding-bottom:env(safe-area-inset-bottom)}

.situation-footer .info-container{color:#000000;background:#e5e5e5;display:flex;flex-direction:column;align-items:center;padding:18px env(safe-area-inset-right) 18px env(safe-area-inset-left)}

.situation-footer .logo{height:99px;width:auto}

.situation-footer .sub-title{font-size:18px;font-weight:bold;margin:8px 0 12px}

.situation-footer .app-info{list-style:none;display:flex;flex-direction:column;align-items:center;padding:0}

.situation-footer .policy{margin:10px 12px 0;font-size:11px}

.situation-footer .sns-nav-list{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;height:100px;max-width:720px}

.situation-footer .sns-nav-list-item{height:55px;width:55px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 0 0 17px}

.situation-footer .sns-nav-list-item i{padding:0}

.situation-footer .sns-nav-list-item.is-first{margin:0}

.situation-footer .sns-nav-list-item:hover{opacity:0.5}

.situation-footer .sep-underline{border-bottom:solid 1px #969696}

.situation-footer .twitter-icon-parent,.situation-footer .facebook-icon-parent,.situation-footer .youtube-icon-parent{font-size:2.2em}

.situation-footer .twitter-icon-parent,.situation-footer .twitter-icon-parent>a,.situation-footer .facebook-icon-parent,.situation-footer .facebook-icon-parent>a,.situation-footer .youtube-icon-parent,.situation-footer .youtube-icon-parent>a{color:#ffffff}

.situation-footer .twitter-icon-parent{background:#00acee}

.situation-footer .facebook-icon-parent{background:#3b5998}

.situation-footer .youtube-icon-parent{background:#cc181e}

.situation-footer .footer-nav-list{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:720px}

.situation-footer .footer-nav-list>li{width:100%}

.situation-footer .footer-nav-list>li::before{content:''}

.situation-footer .footer-nav-list-item{display:flex;align-items:center;padding:0 0 0 12px;height:48px;color:#000000;font-size:14px}

.situation-footer .footer-nav-list-item:hover{background:#bfbfbf}

.situation-footer .copyright{margin:0;display:flex;justify-content:center;align-items:center;background:#969696;color:#ffffff;font-size:11px}

.situation-info .page-title{margin-bottom:0}

.situation-info .info-detail-title{margin:0;padding:10px 12px;font-size:18px;line-height:24px;font-weight:normal;background-color:#ffffff}

.situation-info .fixed-info-area{background:#fffadb}

.situation-info .fixed-info-area,.situation-info .unfixed-info-area{padding:5px 0}

.situation-info .fixed-info-area ul.info-list,.situation-info .unfixed-info-area ul.info-list{margin:0}

.situation-info .fixed-info-area ul.info-list>li,.situation-info .unfixed-info-area ul.info-list>li{display:block;position:relative;margin:5px;background-color:#ffffff;border:1px solid #8acaff;border-radius:5px;color:#0031ec;padding:5px 15px 5px 5px;padding:5px;margin:0 5px 5px;display:block;line-height:0}

.situation-info .fixed-info-area ul.info-list>li:after,.situation-info .unfixed-info-area ul.info-list>li:after{content:'';position:absolute;margin:auto;width:6px;height:6px;border-top:solid 3px #0031ec;border-right:solid 3px #0031ec;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';position:absolute;top:0;right:10px;bottom:0;box-sizing:content-box}

.situation-info .fixed-info-area ul.info-list>li:hover,.situation-info .unfixed-info-area ul.info-list>li:hover{background-color:#e8f5ff}

.situation-info .fixed-info-area ul.info-list>li:last-child,.situation-info .unfixed-info-area ul.info-list>li:last-child{margin:0 5px}

.situation-info .fixed-info-area ul.info-list>li .info-list-container,.situation-info .unfixed-info-area ul.info-list>li .info-list-container{display:table;border-collapse:separate;border-spacing:5px 0}

.situation-info .fixed-info-area ul.info-list>li .info-list-container .info-status,.situation-info .unfixed-info-area ul.info-list>li .info-list-container .info-status{display:table-cell;vertical-align:middle;font-size:11px}

.situation-info .fixed-info-area ul.info-list>li .info-list-container .info-status .info-date,.situation-info .unfixed-info-area ul.info-list>li .info-list-container .info-status .info-date{text-align:center;line-height:1.5}

.situation-info .fixed-info-area ul.info-list>li .info-list-container .info-subject,.situation-info .unfixed-info-area ul.info-list>li .info-list-container .info-subject{display:table-cell;vertical-align:middle;font-size:16px;line-height:1.5;padding-right:10px}

.situation-info .fixed-info-area a,.situation-info .unfixed-info-area a{color:inherit}

.situation-info .info-pager .list-pager{display:flex;justify-content:center;margin-top:10px;text-align:center}

.situation-info .info-pager .list-pager>li{background-color:#0031ec;background-image:linear-gradient(to bottom, #39e, #0031ec);box-shadow:0 1px 1px rgba(0,0,0,0.7);border:1px solid #0360f5;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.8);position:relative;margin-right:2px;height:40px}

.situation-info .info-pager .list-pager>li::before{content:''}

.situation-info .info-pager .list-pager>li:last-child{margin-right:0}

.situation-info .info-pager .list-pager>li.disable{background-color:#7f7f7f;background-image:none;box-shadow:none;border:1px solid #7f7f7f;color:#d8d8d8;text-shadow:none}

.situation-info .info-pager .list-pager>li.current{padding:9px;background-color:#fff;background-image:none;box-shadow:0 1px 1px rgba(0,0,0,0.7);border:2px solid #0031ec;color:#171717;text-shadow:none}

.situation-info .info-pager .list-pager .next,.situation-info .info-pager .list-pager .prev{white-space:nowrap;display:block;height:100%;padding:10px}

.situation-info .info-pager .list-pager .next *,.situation-info .info-pager .list-pager .next a,.situation-info .info-pager .list-pager .prev *,.situation-info .info-pager .list-pager .prev a{color:inherit}

.situation-info .info-pager .list-pager .next:after,.situation-info .info-pager .list-pager .prev:after{content:'';position:absolute;top:-2px;bottom:0;box-sizing:content-box}

.situation-info .info-pager .list-pager .next.no-char a,.situation-info .info-pager .list-pager .prev.no-char a{padding:10px 20px}

.situation-info .info-pager .list-pager .next:not(.disable):hover,.situation-info .info-pager .list-pager .prev:not(.disable):hover{background:#39e;border:1px solid #39e}

.situation-info .info-pager .list-pager .prev{border-top-left-radius:20px;border-bottom-left-radius:20px;padding-left:30px;padding-right:20px}

.situation-info .info-pager .list-pager .prev:after{content:'';position:absolute;margin:auto;width:7px;height:7px;border-top:solid 3px #fff;border-right:solid 3px #fff;-webkit-transform:rotate(225deg);transform:rotate(225deg);left:10px}

.situation-info .info-pager .list-pager .next{border-top-right-radius:20px;border-bottom-right-radius:20px;padding-left:20px;padding-right:30px}

.situation-info .info-pager .list-pager .next:after{content:'';position:absolute;margin:auto;width:7px;height:7px;border-top:solid 3px #fff;border-right:solid 3px #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}

.situation-info .info-detail-header{padding:7px;height:48px;line-height:34px;background-color:#4bbcff}

.situation-info .info-detail-header .info-category{width:65px;display:inline-block;vertical-align:middle;margin-right:7px;font-size:12px}

.situation-info .info-detail-header .info-date{display:inline-block;vertical-align:middle;font-size:14px;color:#ffffff}

.situation-info .info-detail-content{padding:12px}

.situation-info .info-detail-content h1,.situation-info .info-detail-content h2,.situation-info .info-detail-content h3,.situation-info .info-detail-content p{font-size:18px}

.situation-info .info-detail-content img{width:initial;max-width:260px;height:auto}

.situation-info .info-detail-content .text_attention02{color:#f73579}

.situation-info .info-detail-content a.arrow-link{display:block;position:relative;margin:5px;background-color:#ffffff;border:1px solid #8acaff;border-radius:5px;color:#0031ec;padding:5px 15px 5px 5px;width:100%;height:40px;font-size:14px;line-height:40px;margin:10px 0;padding:0;text-align:center}

.situation-info .info-detail-content a.arrow-link:after{content:'';position:absolute;margin:auto;width:6px;height:6px;border-top:solid 3px #0031ec;border-right:solid 3px #0031ec;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';position:absolute;top:0;right:10px;bottom:0;box-sizing:content-box}

.situation-info .info-detail-content a.arrow-link:hover{background-color:#e8f5ff}

.situation-mainpage{padding-bottom:24px}

.situation-mainpage .container-message{height:170px;background:transparent linear-gradient(180deg, #4bbcff 0%, #d1eaff 100%) 0% 0% no-repeat padding-box;padding-top:8px;padding-left:24px;padding-right:24px;font-size:14px;line-height:21px}

.situation-mainpage .container-message .brand-message{font-size:24px;line-height:29px;font-weight:bold;text-align:center;margin:0 auto 16px;color:#ffffff;text-shadow:1px 1px 3px #0000004d}

.situation-mainpage .container-store-link{display:flex;justify-content:center;align-items:center;background-color:#ffffff;height:72px}

.situation-mainpage .container-introduction{margin-top:20px}

.situation-mainpage .container-info .container-subsection-text{padding:0;color:#0031ec}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area{background:#fffadb;border-bottom:2px solid #0031ec}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list li:hover{background:#ffebb2}

.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list li:hover{background:#e8f5ff}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list{margin:0}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li{display:block;line-height:0;position:relative;padding:8px;border-bottom:1px solid #0031ec}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li:after,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li:after{content:'';position:absolute;margin:auto;width:6px;height:6px;border-top:solid 3px #0031ec;border-right:solid 3px #0031ec;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';position:absolute;top:0;right:10px;bottom:0;box-sizing:content-box}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li .info-list-container,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li .info-list-container{display:table}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li .info-list-container .info-status,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li .info-list-container .info-status{display:table-cell;vertical-align:middle}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li .info-list-container .info-status .info-date,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li .info-list-container .info-status .info-date{font-size:14px;line-height:1.5;text-align:center}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li .info-list-container .info-status .info-category,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li .info-list-container .info-status .info-category{font-size:12px;width:65px}

.situation-mainpage .container-info .container-subsection-text .fixed-info-area ul.info-list>li .info-list-container .info-subject,.situation-mainpage .container-info .container-subsection-text .unfixed-info-area ul.info-list>li .info-list-container .info-subject{display:table-cell;vertical-align:middle;font-size:14px;line-height:1.5;padding:0 10px 0 12px}

.situation-mainpage .container-info .container-subsection-text .info-more{text-align:center;padding:18px 0}

.situation-mainpage .container-info .container-subsection-text .info-more:hover{background:#e8f5ff;border-radius:0 0 10px 10px}

.situation-mainpage .container-info .container-subsection-text .info-more a{display:block}

.situation-mainpage .container-info .container-subsection-text a{color:inherit}

.situation-mainpage .container-twitter{text-align:center;margin-bottom:0}

.situation-mainpage .container-twitter .container-subsection-text{position:relative;isolation:isolate;-webkit-transform:scale(1);transform:scale(1)}

.situation-mainpage .container-twitter .twitter-timeline-link{position:absolute;top:0;left:0;width:100%;margin:5px 0 0}

.situation-mainpage .container-twitter .twitter-timeline-wrapper{min-height:230px;z-index:1}

.situation-mainpage .container-twitter .follow-button{display:block;width:280px;height:48px;margin:20px auto 4px;color:#ffffff;text-align:center;background:#00acee 0% 0% no-repeat padding-box;box-shadow:1px 1px 0 #0000004d;border-radius:24px}

.situation-mainpage .container-twitter .follow-button i{font-size:24px;line-height:48px}

.situation-mainpage .container-twitter .follow-button span{display:inline-block;font-size:14px;font-weight:bold;line-height:48px;vertical-align:top}

.situation-mainpage .container-twitter .follow-button:hover{opacity:0.5}

.bottom-menu-container,.menu-modal-container{font-family:'rounded-mplus-1p', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ新ゴR', 'Droid Sans', メイリオ, 'sans-serif'}

.bottom-menu-container .menu-bar,.menu-modal-container .menu-bar{position:relative;width:100%;max-width:720px;margin:0 auto;height:48px;font-size:18px;font-weight:bold;line-height:48px;text-align:center;background:transparent url(//static.ekidash.com/v830191426/img/portal/sp/menu_nyash.png) left top no-repeat padding-box;background-color:#0031ec;background-size:48px;color:#ffffff}

.bottom-menu-container .menu-bar .fa,.menu-modal-container .menu-bar .fa{color:#4bbcff}

.bottom-menu-container .menu-bar .menu-to-top,.menu-modal-container .menu-bar .menu-to-top{position:absolute;right:0;top:0;width:48px;height:48px;font-size:10px;line-height:14px;text-align:center;background-color:#00acee}

.bottom-menu-container .menu-bar .menu-to-top a,.menu-modal-container .menu-bar .menu-to-top a{display:block;color:#ffffff}

.bottom-menu-container .menu-bar .menu-to-top i,.bottom-menu-container .menu-bar .menu-to-top a i,.menu-modal-container .menu-bar .menu-to-top i,.menu-modal-container .menu-bar .menu-to-top a i{padding:0;margin:8px auto 0;display:block;color:inherit;font-size:24px;line-height:24px}

.bottom-menu-container .menu-bar.on,.menu-modal-container .menu-bar.on{background:transparent url(//static.ekidash.com/v3367295383/img/portal/sp/menu_nyash_on.png) left top no-repeat padding-box;background-color:#0031ec;background-size:48px}

.bottom-menu-container .menu-bar.on .menu-to-top,.menu-modal-container .menu-bar.on .menu-to-top{color:#ffffff4d}

.bottom-menu-container{position:fixed;z-index:998;bottom:0;left:0;right:0;background-color:#0031ec}

.bottom-menu-container .safe-area{background-color:#000;height:env(safe-area-inset-bottom);width:100%}

.menu-modal-container .menu-modal-blackwall{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;width:100%;height:100%;background-color:#000000b3}

.menu-modal-container .menu-modal-contents{z-index:1000;position:fixed;bottom:env(safe-area-inset-bottom);left:0;right:0}

.menu-modal-container .menu-modal-contents ul.menu-vertical{margin:auto;max-width:720px}

.menu-modal-container .menu-modal-contents ul.menu-vertical li{width:100%;height:48px;border-top:#00acee 2px solid;font-size:18px;font-weight:bold;line-height:48px;background:#ffffff 0% 0% no-repeat padding-box}

.menu-modal-container .menu-modal-contents ul.menu-vertical li a{display:inline-block;width:100%;height:100%;padding-left:16px;color:#000000}

.menu-modal-container .menu-modal-contents ul.menu-vertical li:hover{background:#e8f5ff 0% 0% no-repeat padding-box}

.situation-niji p{margin:0 12px 12px}

.situation-niji .no-margin-bottom{margin:0 12px}

.situation-niji h3,.situation-niji h4{margin:0 12px;padding:0;background:none;color:#000000;text-align:left;font-size:14px;line-height:24px}

.situation-niji ul{margin:0 12px 12px;padding:0}

.situation-niji ul li{list-style:none}

.situation-niji ul li::before{content:'-';padding-right:0.5em}

.situation-niji pre{margin:12px;padding:12px 22px;background-color:#ffffff;border-radius:5px;white-space:pre-line}

.situation-niji hr{margin:24px 12px;border:none;height:1px;background-color:#000000}

.situation-policy ul{margin:0 12px 24px;padding:0}

.situation-policy ul>li{list-style:none}

.situation-policy ul>li p{margin:5px 0 24px}

.situation-policy .text{margin:0 12px 24px}

.portal-page-container{box-shadow:none}

.max-width-with-centering{max-width:720px;margin:auto}

.max-width-with-centering:not(.situation-info-detail){margin:20px auto;border:4px solid #0031ec;border-radius:10px}

.max-width-with-centering:not(.situation-info-detail) h1{border-radius:6px 6px 0 0}

.max-width-with-centering:not(.situation-info-detail) h1.page-title{width:calc(100% + 8px);margin-top:-4px;margin-left:-4px;margin-right:-4px;background:transparent linear-gradient(180deg, #00acee 0%, #0031ec 100%) 0% 0% no-repeat;border:4px solid linear-gradient(180deg, #00acee 0%, #0031ec 100%) 0% 0% no-repeat}

.situation-faq-mainpage{padding-bottom:5px}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-medium),url(//static.ekidash.com/v3672866802/fonts/rounded-mplus-1p-medium.woff) format("woff");font-weight:normal;font-style:normal}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-heavy),url(//static.ekidash.com/v4140940919/fonts/rounded-mplus-1p-heavy.woff) format("woff");font-weight:bold;font-style:bold}

.favorite-station-contest-2021{font-family:'rounded-mplus-1p'}

.favorite-station-contest-2021 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.favorite-station-contest-2021 .header-image{max-width:936px}

.favorite-station-contest-2021 .result{margin:0 40px;padding:10px 5px;background:#0180fd;border-radius:8px}

.favorite-station-contest-2021 .result .result-congratulations{display:flex;justify-content:center}

.favorite-station-contest-2021 .result .result-title{color:#f6d55c;font-size:32px}

.favorite-station-contest-2021 .result .result-title::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.favorite-station-contest-2021 .result .result-introduction-list{display:flex;flex-direction:column;align-items:center;padding:0}

.favorite-station-contest-2021 .result .result-introduction{display:flex;flex-direction:column;width:500px;background:#fafafa;border-radius:5px;list-style:none;font-size:14px;padding:10px;margin:10px 0 0}

.favorite-station-contest-2021 .result .result-station{font-size:1.6em}

.favorite-station-contest-2021 .result .result-comment{display:flex;align-items:center;font-size:1em;padding:5px 0 0;white-space:pre-wrap}

.favorite-station-contest-2021 .result .result-nickname{font-size:1.1em;padding:5px 0 0}

.favorite-station-contest-2021 .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.favorite-station-contest-2021 .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.favorite-station-contest-2021 .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.favorite-station-contest-2021 .row .row-list{width:calc(96% / 3)}}

.illust-contest-2019{font-family:'rounded-mgenplus-2cp-regular'}

.illust-contest-2019 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.illust-contest-2019 .is-1st{background:#20639b}

.illust-contest-2019 .is-1st h3{margin:10px 0;color:#f6d55c;font-size:40px}

.illust-contest-2019 .is-1st h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.illust-contest-2019 .is-3rd{background:#3caea3}

.illust-contest-2019 .is-3rd h3{margin:20px 0;color:#f6d55c;font-size:32px}

.illust-contest-2019 .is-3rd h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.illust-contest-2019 .award-result{margin:10px;padding:12px;border-radius:8px}

.illust-contest-2019 .award-result .num{font-size:24px}

.illust-contest-2019 .award-result .illust-list{display:flex;justify-content:center}

.illust-contest-2019 .award-result .illust-list a{text-decoration:none}

.illust-contest-2019 .award-result .illust-list img{display:block;max-width:100%;height:auto;margin:0 auto}

.illust-contest-2019 .award-result .illust-list .illust-link{display:block;position:relative;max-width:480px;margin:0 auto;transition:box-shadow 0.3s;border-radius:8px;box-shadow:rgba(0,0,0,0.6) 0 0 4px;overflow:hidden}

.illust-contest-2019 .award-result .illust-list .illust-link .user-name{display:block;width:100%;padding:4px 0;background:#333333;color:#ffffff;font-size:18px;text-align:center}

.illust-contest-2019 .award-result .illust-list .illust-link .user-name .honorifics{font-size:14px}

.illust-contest-2019 .award-result .illust-list .comment{display:block;position:relative;max-width:340px;margin:12px auto;border-radius:4px;color:#2b408c;font-size:14px}

.illust-contest-2019 .award-result .illust-list .comment::before{position:absolute;top:-8px;left:50%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:0 6px 8px;border-style:solid;border-color:transparent transparent #fff;content:''}

.illust-contest-2019 .award-result .illust-list .comment.grand_prize{padding:5px 5px 150px;background:#fff url(//static.ekidash.com/v2036042862/img/portal/sp/illust_contest_2019/bg_grand_prize.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize01{padding:5px 5px 120px;background:#fff url(//static.ekidash.com/v4134393591/img/portal/sp/illust_contest_2019/bg_prize01.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize02{padding:5px 5px 100px;background:#fff url(//static.ekidash.com/v180100689/img/portal/sp/illust_contest_2019/bg_prize02.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize03{padding:5px 5px 100px;background:#fff url(//static.ekidash.com/v558578063/img/portal/sp/illust_contest_2019/bg_prize03.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment h3{font-size:12px;text-align:center;margin:0;color:#333333}

.illust-contest-2019 .award-result .illust-list .comment p{line-height:1.4;margin-bottom:0;margin:10px}

.illust-contest-2019 .award-result .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.illust-contest-2019 .award-result .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.illust-contest-2019 .award-result .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.illust-contest-2019 .award-result .row .row-list{width:calc(96% / 3)}}

.situation-info-detail.max-width-with-centering{margin:20px auto;padding-bottom:5px;border:4px solid #0031ec;border-radius:10px}

.situation-info-detail.max-width-with-centering .info-detail-header{border-radius:6px 6px 0 0}

.situation-mainpage{background:none}

.situation-mainpage .container-message{background:none;margin:auto;height:auto;max-width:720px;text-align:center}

.situation-mainpage .container-store-link{background:none}

.situation-mainpage .container-subsection{margin:auto;max-width:720px}

.senryu-contest-2020{font-family:'rounded-mgenplus-2cp-regular'}

.senryu-contest-2020 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.senryu-contest-2020 .award-result{margin:10px;padding:12px 12px calc(260 / 900 * 100%);border-radius:8px;background:#83a8b6 url(//static.ekidash.com/v693009492/img/portal/sp/senryu_contest_2020/senryu_bottom.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result h3{margin:20px 0;color:#f6d55c;font-size:32px}

.senryu-contest-2020 .award-result h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.senryu-contest-2020 .award-result .congratulations{padding:0 0 15px;text-align:center}

.senryu-contest-2020 .award-result .num{font-size:24px}

.senryu-contest-2020 .award-result .senryu-list{display:flex;justify-content:center}

.senryu-contest-2020 .award-result .senryu-list a{text-decoration:none}

.senryu-contest-2020 .award-result .senryu-list img{display:block;width:100%;max-width:280px;height:auto;margin:0 auto}

.senryu-contest-2020 .award-result .senryu-list .comment{display:block;position:relative;height:120px;max-width:250px;margin:12px auto;padding:5px 5px 180px;border-radius:8px;color:#2b408c;font-size:14px}

.senryu-contest-2020 .award-result .senryu-list .comment::before{position:absolute;top:-8px;left:50%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:0 6px 8px;border-style:solid;border-color:transparent transparent #fff;content:''}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu01{background:#fff url(//static.ekidash.com/v2709317037/img/portal/sp/senryu_contest_2020/senryu_comment_01.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu02{background:#fff url(//static.ekidash.com/v4127395764/img/portal/sp/senryu_contest_2020/senryu_comment_02.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu03{background:#fff url(//static.ekidash.com/v1215350740/img/portal/sp/senryu_contest_2020/senryu_comment_03.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu04{background:#fff url(//static.ekidash.com/v2441169621/img/portal/sp/senryu_contest_2020/senryu_comment_04.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu05{background:#fff url(//static.ekidash.com/v3113509266/img/portal/sp/senryu_contest_2020/senryu_comment_05.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment h3{font-size:12px;text-align:center;margin:0;color:#333333}

.senryu-contest-2020 .award-result .senryu-list .comment p{line-height:1.4;margin-bottom:0;margin:10px}

@media all and (min-width: 768px){.senryu-contest-2020 .award-result .senryu-list .thanks{padding-top:20px}}

.senryu-contest-2020 .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.senryu-contest-2020 .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.senryu-contest-2020 .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.senryu-contest-2020 .row .row-list{width:calc(96% / 3)}}

.collaboration-banner-container{background:#3b9bf6;border-radius:10px;text-align:center;width:1000px;margin:10px auto}

.collaboration-banner-container img{margin:10px;box-shadow:0 0 2px 1px rgba(0,0,0,0.3)}

.pagetop{margin:0 auto;width:1000px;text-align:right}

.pagetop p{padding:20px 0 0}

.pagetop a{color:#fff;text-decoration:none;font-weight:bold;font-size:18px}

.pagetop a:hover{color:#97ffea}

.mintetsu-2017 .contents{margin:0 auto;padding-bottom:30px;width:1000px;border-radius:0 0 15px 15px;background:#ffea00;box-shadow:0 0 10px 1px rgba(0,0,0,0.3);font-size:22px}

.mintetsu-2017 .header-img{margin:0 auto;width:1000px;height:609px}

.mintetsu-2017 .head-text{margin:15px auto;width:940px;border-radius:10px;background:rgba(255,255,255,0.7)}

.mintetsu-2017 .head-text p{padding:15px;text-align:center;font-weight:bold}

.mintetsu-2017 .textbox{overflow:hidden;margin:15px auto 0;width:940px;border-radius:5px;background:rgba(255,255,255,0.7)}

.mintetsu-2017 .textbox .textbox-ttl{padding:12px 20px 10px 48px;border-radius:5px 5px 0 0;background:#ff9600 url(//static.ekidash.com/v1403593863/img/portal/pc/mintetsu_2017/accent_icon.png) 0 no-repeat;background-size:50px 50px;font-weight:bold}

.mintetsu-2017 .textbox .textbox-text{overflow:hidden;padding:10px 20px;border-radius:0 0 5px 5px}

.mintetsu-2017 .textbox .textbox-text .notice-text{font-size:14px}

.mintetsu-2017 .textbox .present-number{color:#ff1e00}

.mintetsu-2017 .textbox .textbox-btn{float:left;margin:20px auto;width:50%;text-align:center}

.mintetsu-2017 .textbox .textbox-btn a{display:block;box-sizing:border-box;margin:0 auto;padding:15px;width:400px;border:1px solid #21b715;border-radius:10px;background:#008000;background-image:linear-gradient(to bottom, #10d002, #0ca800);box-shadow:0 1px 1px rgba(0,0,0,0.7);color:#fff;text-decoration:none;text-shadow:0 -1px 1px rgba(0,0,0,0.8)}

.mintetsu-2017 .textbox .textbox-btn a:hover{background-image:linear-gradient(to bottom, #0ca800, #0ca800)}

.mintetsu-2017 .textbox .container-notice{padding:10px 20px;font-size:16px}

.mintetsu-2017 .textbox-end{margin-bottom:15px}

.mintetsu-2017 .container-section-title,.mintetsu-2017 .section-title{background-color:#e60012}

.mintetsu-2017 .container-section-title{padding:10px 0}

.mintetsu-2017 .container-section-title>p{display:block;margin:0 30px;padding:10px 0;border-radius:50px;color:#fff;text-align:center;text-shadow:0 2px 1px rgba(0,0,0,0.5);white-space:nowrap;font-weight:bold;font-size:30px;line-height:1.5;background:rgba(0,0,0,0.1)}

.mintetsu-2017 .entry-image{margin:15px auto;width:940px}

.mintetsu-2017 .download-box{margin:20px auto 0;width:940px;height:379px}

.mintetsu-2017 .present-image{float:right;margin-left:10px;width:438px}

body{font-size:14px;line-height:1.4;background:#4bbcff url(//static.ekidash.com/v2905045525/img/portal/pc/bg.jpg) repeat-x top;font-family:Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif}

img{vertical-align:bottom}

i{padding-right:5px}

a{text-decoration:none}

h2{background-image:linear-gradient(to bottom, #0180fd, #0541ef);color:#fff;text-align:center;font-size:16px;font-weight:bold;margin:0 0 20px;padding:10px;border-radius:6px}

dl{margin:0 0 18px}

dt{margin:0 0 5px;font-weight:bold}

dd{margin:0 0 18px}

p.text{margin:0 0 18px}

.center{text-align:center}

.container{background:url(//static.ekidash.com/v485567134/img/portal/pc/catch_bg.jpg) no-repeat top}

.container.article-page-container{padding:100px 0 0;background:url(//static.ekidash.com/v2820949485/img/portal/pc/catch_bg_article.jpg) no-repeat top}

#catch{margin:0 auto;width:100%;max-width:1000px}

#contents{margin:0 auto;width:1000px;position:relative}

.collaboration-banner-link{display:block;margin:10px auto;width:900px}

.btn-googleplay1{position:absolute;top:125px;left:275px}

.btn-googleplay2{position:absolute;top:1743px;left:275px}

.btn-appstore1{position:absolute;top:125px;left:708px}

.btn-appstore2{position:absolute;top:1743px;left:708px}

.article-container{position:relative}

.article-container .logo-article{position:absolute;top:-80px;left:0;right:0;margin:0 auto;width:180px;height:150px;background:transparent url(//static.ekidash.com/v2196366739/img/portal/pc/logo_article.png) no-repeat center center;transition:0.2s}

.article-container .logo-article:hover{opacity:0.9;-webkit-transform:scale(1.05);transform:scale(1.05)}

.article-container .logo-article h1{display:none}

.article-content{margin:auto;padding:60px 0 20px;width:936px;background:#fff;border-radius:10px;box-shadow:0 2px 2px #000}

.article-content h2,.article-content h3,.article-content h4,.article-content p,.article-content pre,.article-content ul{margin:10px 40px}

.article-content h1{padding:20px 0;margin-bottom:20px;background-image:linear-gradient(to right, #0541ef, #0180fd, #0541ef);color:#fff;font-size:24px;text-align:center}

.article-content h2{margin-top:40px;margin-bottom:20px}

.article-content h3{margin-top:20px;font-size:18px}

.article-content h4{margin-top:20px;font-size:16px}

.article-content pre{padding:20px;background:#e3e3e3;border-radius:5px;color:#333;white-space:pre-wrap}

.article-content ul{padding-left:60px}

footer{background:url(//static.ekidash.com/v2582289177/img/portal/pc/footer_bg.png) repeat-x top #00a;margin:30px 0 0}

.footer-link{text-align:center;background:url(//static.ekidash.com/v2582289177/img/portal/pc/footer_bg.png) repeat-x top #00a;padding:55px 0 20px}

.footer-link li{list-style:none;display:inline-block;margin-left:20px}

.footer-link li+li{border-left:1px solid #fff;padding-left:30px}

.footer-link a{color:#fff;text-decoration:none}

.footer-link a:hover{color:#fecc05}

.copyright{background:#007;color:#fff;padding:14px 0;text-align:center;font-size:12px}

.align-center{text-align:center}

.margin{margin:10px auto}

.collaboration-banner-container{background:#3b9bf6;border-radius:10px;text-align:center;width:1000px;margin:10px auto}

.collaboration-banner-container img{margin:10px;box-shadow:0 0 2px 1px rgba(0,0,0,0.3)}

.pagetop{margin:0 auto;width:1000px;text-align:right}

.pagetop p{padding:20px 0 0}

.pagetop a{color:#fff;text-decoration:none;font-weight:bold;font-size:18px}

.pagetop a:hover{color:#97ffea}

.mintetsu-2017 .contents{margin:0 auto;padding-bottom:30px;width:1000px;border-radius:0 0 15px 15px;background:#ffea00;box-shadow:0 0 10px 1px rgba(0,0,0,0.3);font-size:22px}

.mintetsu-2017 .header-img{margin:0 auto;width:1000px;height:609px}

.mintetsu-2017 .head-text{margin:15px auto;width:940px;border-radius:10px;background:rgba(255,255,255,0.7)}

.mintetsu-2017 .head-text p{padding:15px;text-align:center;font-weight:bold}

.mintetsu-2017 .textbox{overflow:hidden;margin:15px auto 0;width:940px;border-radius:5px;background:rgba(255,255,255,0.7)}

.mintetsu-2017 .textbox .textbox-ttl{padding:12px 20px 10px 48px;border-radius:5px 5px 0 0;background:#ff9600 url(//static.ekidash.com/v1403593863/img/portal/pc/mintetsu_2017/accent_icon.png) 0 no-repeat;background-size:50px 50px;font-weight:bold}

.mintetsu-2017 .textbox .textbox-text{overflow:hidden;padding:10px 20px;border-radius:0 0 5px 5px}

.mintetsu-2017 .textbox .textbox-text .notice-text{font-size:14px}

.mintetsu-2017 .textbox .present-number{color:#ff1e00}

.mintetsu-2017 .textbox .textbox-btn{float:left;margin:20px auto;width:50%;text-align:center}

.mintetsu-2017 .textbox .textbox-btn a{display:block;box-sizing:border-box;margin:0 auto;padding:15px;width:400px;border:1px solid #21b715;border-radius:10px;background:#008000;background-image:linear-gradient(to bottom, #10d002, #0ca800);box-shadow:0 1px 1px rgba(0,0,0,0.7);color:#fff;text-decoration:none;text-shadow:0 -1px 1px rgba(0,0,0,0.8)}

.mintetsu-2017 .textbox .textbox-btn a:hover{background-image:linear-gradient(to bottom, #0ca800, #0ca800)}

.mintetsu-2017 .textbox .container-notice{padding:10px 20px;font-size:16px}

.mintetsu-2017 .textbox-end{margin-bottom:15px}

.mintetsu-2017 .container-section-title,.mintetsu-2017 .section-title{background-color:#e60012}

.mintetsu-2017 .container-section-title{padding:10px 0}

.mintetsu-2017 .container-section-title>p{display:block;margin:0 30px;padding:10px 0;border-radius:50px;color:#fff;text-align:center;text-shadow:0 2px 1px rgba(0,0,0,0.5);white-space:nowrap;font-weight:bold;font-size:30px;line-height:1.5;background:rgba(0,0,0,0.1)}

.mintetsu-2017 .entry-image{margin:15px auto;width:940px}

.mintetsu-2017 .download-box{margin:20px auto 0;width:940px;height:379px}

.mintetsu-2017 .present-image{float:right;margin-left:10px;width:438px}

.illust-contest-2019{font-family:'rounded-mgenplus-2cp-regular'}

.illust-contest-2019 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.illust-contest-2019 .is-1st{background:#20639b}

.illust-contest-2019 .is-1st h3{margin:10px 0;color:#f6d55c;font-size:40px}

.illust-contest-2019 .is-1st h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.illust-contest-2019 .is-3rd{background:#3caea3}

.illust-contest-2019 .is-3rd h3{margin:20px 0;color:#f6d55c;font-size:32px}

.illust-contest-2019 .is-3rd h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.illust-contest-2019 .award-result{margin:10px;padding:12px;border-radius:8px}

.illust-contest-2019 .award-result .num{font-size:24px}

.illust-contest-2019 .award-result .illust-list{display:flex;justify-content:center}

.illust-contest-2019 .award-result .illust-list a{text-decoration:none}

.illust-contest-2019 .award-result .illust-list img{display:block;max-width:100%;height:auto;margin:0 auto}

.illust-contest-2019 .award-result .illust-list .illust-link{display:block;position:relative;max-width:480px;margin:0 auto;transition:box-shadow 0.3s;border-radius:8px;box-shadow:rgba(0,0,0,0.6) 0 0 4px;overflow:hidden}

.illust-contest-2019 .award-result .illust-list .illust-link .user-name{display:block;width:100%;padding:4px 0;background:#333333;color:#ffffff;font-size:18px;text-align:center}

.illust-contest-2019 .award-result .illust-list .illust-link .user-name .honorifics{font-size:14px}

.illust-contest-2019 .award-result .illust-list .comment{display:block;position:relative;max-width:340px;margin:12px auto;border-radius:4px;color:#2b408c;font-size:14px}

.illust-contest-2019 .award-result .illust-list .comment::before{position:absolute;top:-8px;left:50%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:0 6px 8px;border-style:solid;border-color:transparent transparent #fff;content:''}

.illust-contest-2019 .award-result .illust-list .comment.grand_prize{padding:5px 5px 150px;background:#fff url(//static.ekidash.com/v2036042862/img/portal/sp/illust_contest_2019/bg_grand_prize.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize01{padding:5px 5px 120px;background:#fff url(//static.ekidash.com/v4134393591/img/portal/sp/illust_contest_2019/bg_prize01.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize02{padding:5px 5px 100px;background:#fff url(//static.ekidash.com/v180100689/img/portal/sp/illust_contest_2019/bg_prize02.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment.prize03{padding:5px 5px 100px;background:#fff url(//static.ekidash.com/v558578063/img/portal/sp/illust_contest_2019/bg_prize03.png) no-repeat bottom center;background-size:contain}

.illust-contest-2019 .award-result .illust-list .comment h3{font-size:12px;text-align:center;margin:0;color:#333333}

.illust-contest-2019 .award-result .illust-list .comment p{line-height:1.4;margin-bottom:0;margin:10px}

.illust-contest-2019 .award-result .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.illust-contest-2019 .award-result .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.illust-contest-2019 .award-result .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.illust-contest-2019 .award-result .row .row-list{width:calc(96% / 3)}}

.senryu-contest-2020{font-family:'rounded-mgenplus-2cp-regular'}

.senryu-contest-2020 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.senryu-contest-2020 .award-result{margin:10px;padding:12px 12px calc(260 / 900 * 100%);border-radius:8px;background:#83a8b6 url(//static.ekidash.com/v693009492/img/portal/sp/senryu_contest_2020/senryu_bottom.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result h3{margin:20px 0;color:#f6d55c;font-size:32px}

.senryu-contest-2020 .award-result h3::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.senryu-contest-2020 .award-result .congratulations{padding:0 0 15px;text-align:center}

.senryu-contest-2020 .award-result .num{font-size:24px}

.senryu-contest-2020 .award-result .senryu-list{display:flex;justify-content:center}

.senryu-contest-2020 .award-result .senryu-list a{text-decoration:none}

.senryu-contest-2020 .award-result .senryu-list img{display:block;width:100%;max-width:280px;height:auto;margin:0 auto}

.senryu-contest-2020 .award-result .senryu-list .comment{display:block;position:relative;height:120px;max-width:250px;margin:12px auto;padding:5px 5px 180px;border-radius:8px;color:#2b408c;font-size:14px}

.senryu-contest-2020 .award-result .senryu-list .comment::before{position:absolute;top:-8px;left:50%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:0 6px 8px;border-style:solid;border-color:transparent transparent #fff;content:''}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu01{background:#fff url(//static.ekidash.com/v2709317037/img/portal/sp/senryu_contest_2020/senryu_comment_01.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu02{background:#fff url(//static.ekidash.com/v4127395764/img/portal/sp/senryu_contest_2020/senryu_comment_02.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu03{background:#fff url(//static.ekidash.com/v1215350740/img/portal/sp/senryu_contest_2020/senryu_comment_03.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu04{background:#fff url(//static.ekidash.com/v2441169621/img/portal/sp/senryu_contest_2020/senryu_comment_04.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment.senryu05{background:#fff url(//static.ekidash.com/v3113509266/img/portal/sp/senryu_contest_2020/senryu_comment_05.png) no-repeat bottom center;background-size:contain}

.senryu-contest-2020 .award-result .senryu-list .comment h3{font-size:12px;text-align:center;margin:0;color:#333333}

.senryu-contest-2020 .award-result .senryu-list .comment p{line-height:1.4;margin-bottom:0;margin:10px}

@media all and (min-width: 768px){.senryu-contest-2020 .award-result .senryu-list .thanks{padding-top:20px}}

.senryu-contest-2020 .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.senryu-contest-2020 .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.senryu-contest-2020 .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.senryu-contest-2020 .row .row-list{width:calc(96% / 3)}}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-medium),url(//static.ekidash.com/v3672866802/fonts/rounded-mplus-1p-medium.woff) format("woff");font-weight:normal;font-style:normal}

@font-face{font-family:'rounded-mplus-1p';src:local(rounded-mplus-1p-heavy),url(//static.ekidash.com/v4140940919/fonts/rounded-mplus-1p-heavy.woff) format("woff");font-weight:bold;font-style:bold}

.favorite-station-contest-2021{font-family:'rounded-mplus-1p'}

.favorite-station-contest-2021 h3{background:none;text-shadow:none;color:#2b408c;text-align:center}

.favorite-station-contest-2021 .header-image{max-width:936px}

.favorite-station-contest-2021 .result{margin:0 40px;padding:10px 5px;background:#0180fd;border-radius:8px}

.favorite-station-contest-2021 .result .result-congratulations{display:flex;justify-content:center}

.favorite-station-contest-2021 .result .result-title{color:#f6d55c;font-size:32px}

.favorite-station-contest-2021 .result .result-title::before{display:inline-block;font-family:FontAwesome;content:'';margin-right:0.2em}

.favorite-station-contest-2021 .result .result-introduction-list{display:flex;flex-direction:column;align-items:center;padding:0}

.favorite-station-contest-2021 .result .result-introduction{display:flex;flex-direction:column;width:500px;background:#fafafa;border-radius:5px;list-style:none;font-size:14px;padding:10px;margin:10px 0 0}

.favorite-station-contest-2021 .result .result-station{font-size:1.6em}

.favorite-station-contest-2021 .result .result-comment{display:flex;align-items:center;font-size:1em;padding:5px 0 0;white-space:pre-wrap}

.favorite-station-contest-2021 .result .result-nickname{font-size:1.1em;padding:5px 0 0}

.favorite-station-contest-2021 .row{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:space-between}

.favorite-station-contest-2021 .row .row-list{margin:0 auto;width:96%}

@media all and (min-width: 768px){.favorite-station-contest-2021 .row .row-list{width:calc(96% / 2)}}

@media all and (min-width: 992px){.favorite-station-contest-2021 .row .row-list{width:calc(96% / 3)}}
