/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
/* line 19, /usr/src/app/app/assets/stylesheets/application.scss */
.comment_list div:not(.tweets0) .comment_item {
  margin: 12px auto 0 !important;
}

/* line 24, /usr/src/app/app/assets/stylesheets/application.scss */
.ajax-loader {
  padding: 0 16px 46px;
  text-align: center;
}
/* line 28, /usr/src/app/app/assets/stylesheets/application.scss */
.ajax-loader img {
  width: auto;
}

/* line 33, /usr/src/app/app/assets/stylesheets/application.scss */
.hide-ajax-loader {
  display: none;
}

/* line 37, /usr/src/app/app/assets/stylesheets/application.scss */
.comment_list .twitter-tweet {
  margin-right: auto;
  margin-left: auto;
}

/* line 42, /usr/src/app/app/assets/stylesheets/application.scss */
.hide-tweets {
  display: none;
}

/* line 46, /usr/src/app/app/assets/stylesheets/application.scss */
.hide-comment_more {
  display: none;
}

/* line 51, /usr/src/app/app/assets/stylesheets/application.scss */
.retweets .ajax-loader img {
  padding: 25vh 0 0;
}
/* line 56, /usr/src/app/app/assets/stylesheets/application.scss */
.retweets .list_wrap .list_info_wrap {
  display: block;
  margin: 0 auto;
}
/* line 62, /usr/src/app/app/assets/stylesheets/application.scss */
.retweets .hide-retweets {
  opacity: 0;
  height: 0px;
}
/* line 68, /usr/src/app/app/assets/stylesheets/application.scss */
.retweets div.hide-retweet {
  opacity: 0;
  height: 0px;
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
@charset "UTF-8";
/* line 2, /usr/src/app/app/assets/stylesheets/_settings.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* line 9, /usr/src/app/app/assets/stylesheets/_settings.scss */
html {
  line-height: 1;
  font-size: 100%;
}

/* line 14, /usr/src/app/app/assets/stylesheets/_settings.scss */
ol, ul {
  list-style: none;
}

/* line 18, /usr/src/app/app/assets/stylesheets/_settings.scss */
li {
  list-style: none;
}

/* line 22, /usr/src/app/app/assets/stylesheets/_settings.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 27, /usr/src/app/app/assets/stylesheets/_settings.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 33, /usr/src/app/app/assets/stylesheets/_settings.scss */
q, blockquote {
  quotes: none;
}

/* line 38, /usr/src/app/app/assets/stylesheets/_settings.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 45, /usr/src/app/app/assets/stylesheets/_settings.scss */
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 51, /usr/src/app/app/assets/stylesheets/_settings.scss */
a {
  cursor: pointer;
}

/* line 55, /usr/src/app/app/assets/stylesheets/_settings.scss */
a img {
  border: none;
}

/* line 59, /usr/src/app/app/assets/stylesheets/_settings.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 63, /usr/src/app/app/assets/stylesheets/_settings.scss */
input, textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
/* line 71, /usr/src/app/app/assets/stylesheets/_settings.scss */
input::-webkit-search-decoration, textarea::-webkit-search-decoration {
  display: none;
}
/* line 75, /usr/src/app/app/assets/stylesheets/_settings.scss */
input::focus, textarea::focus {
  outline-offset: -2px;
}

/* line 80, /usr/src/app/app/assets/stylesheets/_settings.scss */
input, button, textarea, select {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 88, /usr/src/app/app/assets/stylesheets/_settings.scss */
button {
  outline: none;
}

@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/rounded-mplus-1c-black-2a43262f9ff3a527ae869bd8c3936cdba2175cd80df5539013aa8f79a8cd9a21.eot);
  src: url(/assets/rounded-mplus-1c-black-2a43262f9ff3a527ae869bd8c3936cdba2175cd80df5539013aa8f79a8cd9a21.eot?#iefix) format("embedded-opentype"), url(/assets/rounded-mplus-1c-black-a886b9aa201f1a5b6228e914641e8f8827ecd9178d249a789f5d5610dbfee1bc.woff) format("woff"), url(/assets/rounded-mplus-1c-black-736350aa87e5f2d7d2e80e58fd6184c3afb13e9a2dfd78f1a2eecc020ac6cad7.ttf) format("truetype");
}
@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/rounded-mplus-1c-bold-00ebb946fa5a662728be8c8160ed702e03a40ea9e90ec29687ff13397a4e10e3.eot);
  src: url(/assets/rounded-mplus-1c-bold-00ebb946fa5a662728be8c8160ed702e03a40ea9e90ec29687ff13397a4e10e3.eot?#iefix) format("embedded-opentype"), url(/assets/rounded-mplus-1c-bold-e54036cc81f0cedd88f087f498be2d0d0c4fc48ddff82169cbcdf33390703d7f.woff) format("woff"), url(/assets/rounded-mplus-1c-bold-b06b2a8576ea24e12f681ddf846fdd5d7050fd731b4b6732c1d2403844aa80d7.ttf) format("truetype");
}
/*!---------- GLOBAL STYLES ---------- */
/* line 7, /usr/src/app/app/assets/stylesheets/style.scss */
body {
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック Medium", meiryo, sans-serif;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 17, /usr/src/app/app/assets/stylesheets/style.scss */
img {
  width: 100%;
  vertical-align: top;
  -webkit-touch-callout: none;
}

/* line 23, /usr/src/app/app/assets/stylesheets/style.scss */
a {
  color: #404040;
  text-decoration: none;
}

/* line 28, /usr/src/app/app/assets/stylesheets/style.scss */
a:not(.header_link) {
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

/* line 32, /usr/src/app/app/assets/stylesheets/style.scss */
::selection {
  background: #5b96fc;
  color: #fff;
}

/* line 37, /usr/src/app/app/assets/stylesheets/style.scss */
::-moz-selection {
  background: #5b96fc;
  color: #fff;
}

/* line 42, /usr/src/app/app/assets/stylesheets/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* line 51, /usr/src/app/app/assets/stylesheets/style.scss */
button {
  outline: none;
}

/* line 56, /usr/src/app/app/assets/stylesheets/style.scss */
.sp {
  display: block;
}

/* line 60, /usr/src/app/app/assets/stylesheets/style.scss */
.pc {
  display: none;
}

@media (min-width: 769px) {
  /* line 65, /usr/src/app/app/assets/stylesheets/style.scss */
  .sp {
    display: none;
  }

  /* line 69, /usr/src/app/app/assets/stylesheets/style.scss */
  .pc {
    display: block;
  }
}
@media (min-width: 769px) {
  /* line 75, /usr/src/app/app/assets/stylesheets/style.scss */
  .twitter-tweet {
    max-width: 520px !important;
  }
}

/* line 84, /usr/src/app/app/assets/stylesheets/style.scss */
.container {
  width: 100%;
  min-width: 320px;
}

/* line 92, /usr/src/app/app/assets/stylesheets/style.scss */
.header {
  position: fixed;
  z-index: 9999;
  height: 50px;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  background-image: url(/assets/header_bg-823ed60b0fc415bf79ee5f115e84b7bae1f467caaa4c651084408cc04e4e751f.svg);
  background-size: 33px auto;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

/* line 104, /usr/src/app/app/assets/stylesheets/style.scss */
.header_wrap {
  position: relative;
  z-index: 1;
  height: 50px;
}

/* line 110, /usr/src/app/app/assets/stylesheets/style.scss */
.header_logo {
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  padding: 0 12px;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
/* line 122, /usr/src/app/app/assets/stylesheets/style.scss */
.header_logo a {
  position: relative;
  display: block;
  width: 90px;
  height: 30px;
}
/* line 127, /usr/src/app/app/assets/stylesheets/style.scss */
.header_logo a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 14px;
  background-image: url(/assets/beta-b49c04565411a3d33ade2d56cb6e84bc34436e4bbc97cad6d3c23117499ef18e.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 141, /usr/src/app/app/assets/stylesheets/style.scss */
.header_logo .header_title {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 106px;
  margin: auto 0;
  height: 1em;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  font-size: 10px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff;
}

@media (min-width: 769px) {
  /* line 156, /usr/src/app/app/assets/stylesheets/style.scss */
  .header {
    position: relative;
    height: auto;
    background-size: 58px auto;
  }

  /* line 161, /usr/src/app/app/assets/stylesheets/style.scss */
  .header_wrap {
    background: none;
    max-width: 1024px;
    height: 88px;
    margin: 0 auto;
  }

  /* line 167, /usr/src/app/app/assets/stylesheets/style.scss */
  .header_logo {
    height: 48px;
  }
  /* line 169, /usr/src/app/app/assets/stylesheets/style.scss */
  .header_logo a {
    width: 140px;
    height: 48px;
    -webkit-font-smoothing: auto;
  }
  /* line 173, /usr/src/app/app/assets/stylesheets/style.scss */
  .header_logo a:after {
    bottom: -6px;
    width: 46px;
    height: 16px;
  }
  /* line 179, /usr/src/app/app/assets/stylesheets/style.scss */
  .header_logo .header_title {
    left: 158px;
    font-size: 12px;
  }
}
/* line 189, /usr/src/app/app/assets/stylesheets/style.scss */
nav.menu {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 3;
}

/* line 196, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn {
  position: relative;
  height: 34px;
  width: 44px;
  margin: 8px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* line 207, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 14px;
}

/* line 218, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #404040;
  border-radius: 3px;
  transform-origin: 50%;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #404040;
  border-radius: 3px;
  transform-origin: 50%;
}
/* line 235, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_bar:nth-child(1) {
  top: 0%;
  transform: rotate(0deg);
}
/* line 240, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_bar:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 247, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_bar:nth-child(3) {
  top: 100%;
  margin: -2px 0 0;
  transform: rotate(0deg);
}

/* line 256, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_on .menu_bar:nth-child(1) {
  animation: bar_on1 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
/* line 260, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_on .menu_bar:nth-child(2) {
  animation: bar_on2 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
/* line 264, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_on .menu_bar:nth-child(3) {
  animation: bar_on3 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes bar_on1 {
  0% {
    top: 0%;
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes bar_on2 {
  0%,49% {
    width: 20px;
  }
  50%,100% {
    width: 0px;
  }
}
@keyframes bar_on3 {
  0% {
    top: 100%;
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    margin: 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }
}
/* line 317, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_off .menu_bar:nth-child(1) {
  transform: rotate(0deg);
  animation: bar_off1 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
/* line 322, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_off .menu_bar:nth-child(2) {
  animation: bar_off2 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
/* line 326, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_btn.menu_off .menu_bar:nth-child(3) {
  animation: bar_off3 250ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes bar_off1 {
  0% {
    top: 50%;
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 0%;
    transform: rotate(0deg);
  }
}
@keyframes bar_off2 {
  0%,49% {
    width: 0px;
  }
  50%,100% {
    width: 20px;
  }
}
@keyframes bar_off3 {
  0% {
    margin: 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    margin: -2px 0 0;
    top: 100%;
    transform: rotate(0deg);
  }
}
/* line 378, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap {
  display: none;
  position: fixed;
  z-index: 1;
  top: 51px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 388, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list {
  width: 240px;
  height: 100vh;
  margin: 0 0 0 auto;
  background: #ffec3d;
  transform: translate(240px, 0);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0);
}
/* line 397, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list li {
  border-bottom: 1px solid #e4c300;
}
/* line 400, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list li a {
  overflow: hidden;
  display: block;
  padding: 16px;
  font-family: "rounded-mplus-1p";
  color: #404040;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 409, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list li a:hover {
  opacity: 0.5;
}
/* line 413, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list li .fa-twitter {
  margin: 0 4px 0 0;
  font-size: 14px;
  color: #55acee;
}
/* line 421, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list .menu_user .image {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 22px;
  width: 22px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 100%;
  background-size: cover !important;
  background-position: 50% 35% !important;
}
/* line 433, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_list .menu_user span {
  overflow: hidden;
  margin: 0 0 0 2px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 443, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap .menu_bg {
  position: fixed;
  z-index: -1;
  top: 51px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

/* line 457, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap.menu_on {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 464, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap.menu_on .menu_list {
  transform: translate(0, 0);
  box-shadow: 6px 10px 14px 0 rgba(0, 0, 0, 0.15);
}
/* line 469, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap.menu_on .menu_bg {
  opacity: 1;
}

/* line 474, /usr/src/app/app/assets/stylesheets/style.scss */
.menu_wrap.menu_show {
  display: block;
}

@media (min-width: 769px) {
  /* line 479, /usr/src/app/app/assets/stylesheets/style.scss */
  nav.menu {
    position: initial;
  }

  /* line 483, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_btn {
    display: none;
  }

  /* line 487, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    width: auto;
    height: auto;
  }
  /* line 497, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list {
    height: auto;
    width: auto;
    padding: 0 16px;
    background: #fff;
    box-shadow: 3px 2px 0 2px rgba(148, 117, 0, 0.1);
    transform: translate(0);
    border-radius: 0 0 6px 6px;
  }
  /* line 506, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list .menu_user {
    margin: 0;
  }
  /* line 509, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list li {
    border-bottom: 1px solid #eee;
    display: inline-block;
    border: none;
    vertical-align: middle;
  }
  /* line 514, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list li a {
    display: block;
    padding: 12px 0 12px;
    font-size: 11px;
    color: #333;
    line-height: 1;
  }
  /* line 520, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list li a .fa-twitter {
    font-size: 14px;
  }
  /* line 525, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_wrap .menu_list li + li {
    margin: 0 0 0 16px;
  }

  /* line 531, /usr/src/app/app/assets/stylesheets/style.scss */
  .menu_bg {
    display: none;
  }
}
/* line 541, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav {
  background: #ffec3d;
  box-shadow: inset 0 1px 0 0 #e9c844, 0 1px 0 0 #e9c844;
}
/* line 546, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list {
  text-align: center;
  padding: 8px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  letter-spacing: -.4em;
}
/* line 554, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list:after {
  content: "";
  display: block;
  width: 100%;
}
/* line 559, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list li {
  display: inline-block;
  margin: 0 8px 0 0;
  min-width: 112px;
  text-align: center;
}
/* line 565, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list li:first-child {
  margin: 0 8px 0 8px;
}
/* line 568, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list a {
  display: block;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: 0em;
  color: #504000;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  background: #ffec3d;
  box-shadow: inset 0 0 0px 1px #e9c844;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff;
  border-radius: 4px;
}
/* line 582, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list a:hover {
  box-shadow: inset 0 1px 24px 2px rgba(225, 185, 27, 0.6), inset 0 1px 0px 2px #e9c844, inset 0 1px 0px 22px rgba(225, 185, 27, 0.1);
}
/* line 585, /usr/src/app/app/assets/stylesheets/style.scss */
.main_nav .nav_list .selected a {
  box-shadow: inset 0 1px 24px 2px rgba(225, 185, 27, 0.6), inset 0 1px 0px 2px #e9c844, inset 0 1px 0px 22px rgba(225, 185, 27, 0.1);
}

@media (min-width: 769px) {
  /* line 592, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav {
    overflow: hidden;
  }
  /* line 594, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_inner {
    width: 100%;
    margin: 0 auto;
  }
  /* line 598, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  /* line 602, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list li {
    margin: 0 12px 0 0;
    min-width: 224px;
  }
  /* line 606, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list li:first-child {
    margin: 0 12px 0 0;
  }
  /* line 609, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list a {
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    box-shadow: inset 0 0 0px 1px #e9c844;
    border-radius: 6px;
  }
  /* line 617, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list a:hover {
    font-size: 17.5px;
  }
  /* line 620, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list .selected a {
    font-size: 18px;
  }
}
@media (max-width: 321px) {
  /* line 629, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list li {
    margin: 0 6px 0 0;
    min-width: auto;
  }
  /* line 633, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list li:first-child {
    margin: 0 6px 0 6px;
  }
  /* line 636, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_nav .nav_list a {
    padding: 0 8px;
    font-size: 12px;
  }
}
/* line 649, /usr/src/app/app/assets/stylesheets/style.scss */
.main_wrap {
  padding: 98px 0 24px;
  background-color: #fffcd6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #fffabf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fffabf), color-stop(0.75, #fffabf), color-stop(0.75, transparent), to(transparent));
  background-size: 16px 16px;
  background-position: 50% 50%;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

/* line 664, /usr/src/app/app/assets/stylesheets/style.scss */
.main {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  /* line 670, /usr/src/app/app/assets/stylesheets/style.scss */
  .main {
    width: 1024px;
    margin: 0 auto;
    padding: 24px 0 64px;
  }

  /* line 676, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_wrap {
    overflow: hidden;
    padding: 0 0 120px;
  }
}
/* line 685, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification {
  margin: 8px 6px;
  padding: 12px 12px 6px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
/* line 691, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .label {
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  color: #404040;
  font-size: 10px;
  line-height: 1.1;
}
/* line 694, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .label span {
  margin: 0 0 0 4px;
  color: #ff503c;
}
/* line 700, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list ul {
  position: relative;
  overflow: hidden;
}
/* line 704, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li {
  padding: 8px 0;
  color: #404040;
  font-size: 11px;
  line-height: 1.4;
}
/* line 708, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li a {
  color: #58a3da;
  font-weight: bold;
}
/* line 712, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li a:hover {
  text-decoration: underline;
}
/* line 715, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li span {
  font-weight: bold;
}
/* line 719, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li + li {
  border-top: 1px dotted #dedede;
}
/* line 722, /usr/src/app/app/assets/stylesheets/style.scss */
.main_notification .notification_list li:first-child {
  padding: 6px 0;
}

@media (max-width: 769px) {
  /* line 729, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  /* line 735, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification {
    margin: 0 auto;
    padding: 18px 16px 4px;
    width: 1024px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
  }
  /* line 741, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification .label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    vertical-align: top;
  }
  /* line 747, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification .notification_list {
    display: inline-block;
    margin: 0 0 0 8px;
    width: calc(100% - 120px);
  }
  /* line 753, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification .notification_list li {
    font-weight: normal;
    color: #404040;
    font-size: 14px;
    line-height: 1.1;
  }
  /* line 757, /usr/src/app/app/assets/stylesheets/style.scss */
  .main_notification .notification_list li:first-child {
    padding: 0 0 10px 0;
  }
}
/* line 769, /usr/src/app/app/assets/stylesheets/style.scss */
.content_list {
  margin: 8px auto 0;
}

/* line 772, /usr/src/app/app/assets/stylesheets/style.scss */
.content_single {
  position: relative;
  padding: 24px 16px;
  margin: 0;
  min-height: 360px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
  /* line 785, /usr/src/app/app/assets/stylesheets/style.scss */
  .content {
    float: left;
    width: 678px;
  }

  /* line 789, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_list {
    margin: 0 auto;
  }

  /* line 792, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_single {
    padding: 36px 24px;
    border-radius: 6px;
  }
}
/* line 802, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap {
  padding: 0 6px;
}
/* line 804, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_item {
  position: relative;
  padding: 12px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
/* line 812, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_item + .list_item {
  margin: 6px 0 0;
}
/* line 816, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_info_wrap {
  display: flex;
}
/* line 820, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_image {
  position: relative;
  display: block;
  margin: 0 12px 0 0;
  min-width: 80px;
  height: 80px;
  background-size: cover !important;
  background-position: 50% 35% !important;
  border-radius: 2px;
}
/* line 829, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 839, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_image:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
/* line 845, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .list_info {
  position: relative;
}
/* line 849, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .title {
  overflow: hidden;
  min-height: 3.8em;
  min-width: calc(100% - 96px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #404040;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
/* line 859, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .title:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 864, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .media {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 10em;
  color: #757575;
  font-size: 10px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 873, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .media:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 878, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment {
  position: absolute;
  bottom: 12px;
  right: 10px;
}
/* line 882, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment .comment_link {
  display: inline-block;
  margin: 0 2px 0 0;
  color: #757575;
  font-size: 10px;
  line-height: 1;
  vertical-align: bottom;
}
/* line 887, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment .comment_link i {
  font-size: 10px;
}
/* line 890, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment .comment_link:hover {
  text-decoration: underline;
}
/* line 892, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment .comment_link:hover i {
  text-decoration: underline;
}
/* line 898, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment_item {
  position: relative;
  display: inline-block;
  padding: 3px 6px 4px;
  background: #55acee;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
/* line 906, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment_item:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #55acee transparent transparent transparent;
}
/* line 920, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment_item .cnt {
  font-size: 12px;
  font-weight: bold;
}
/* line 924, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment_item .unit {
  font-size: 10px;
  margin: 0 0 0 2px;
  font-weight: bold;
}
/* line 929, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment_item:hover {
  text-decoration: underline;
}
/* line 934, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.high .comment_item {
  background: #eb7e47;
}
/* line 936, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.high .comment_item:after {
  border-color: #eb7e47 transparent transparent transparent;
}
/* line 943, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.middle .comment_item {
  background: #faab00;
}
/* line 945, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.middle .comment_item:after {
  border-color: #faab00 transparent transparent transparent;
}
/* line 952, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.low .comment_item {
  background: #8dcf2a;
}
/* line 954, /usr/src/app/app/assets/stylesheets/style.scss */
.list_wrap .comment.low .comment_item:after {
  border-color: #8dcf2a transparent transparent transparent;
}

@media (min-width: 769px) {
  /* line 962, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap {
    padding: 0;
  }
  /* line 964, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .list_item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  /* line 970, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .list_item + .list_item {
    margin: 8px 0 0;
  }
  /* line 974, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .list_info_wrap {
    display: flex;
  }
  /* line 978, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .list_image {
    margin: 0 12px 0 0;
    min-width: 124px;
    height: 94px;
  }
  /* line 986, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .title {
    max-width: 460px;
    min-height: 3em;
    margin: 0 0 1em;
    color: #404040;
    font-size: 18px;
    line-height: 1.35;
  }
  /* line 992, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .media {
    max-width: 18em;
    font-size: 12px;
  }
  /* line 997, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .comment .comment_link {
    color: #757575;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
  }
  /* line 1000, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .comment .comment_link i {
    font-size: 12px;
    vertical-align: top;
  }
  /* line 1005, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .comment .cnt {
    margin: 0 2px 0 0;
    font-size: 16px;
  }
  /* line 1009, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .comment .unit {
    font-size: 14px;
    margin: 0;
  }
  /* line 1013, /usr/src/app/app/assets/stylesheets/style.scss */
  .list_wrap .comment:after {
    bottom: -6px;
    border-width: 6px 6px 0 6px;
  }
}
/* line 1023, /usr/src/app/app/assets/stylesheets/style.scss */
.top_content {
  margin: 0 0 6px;
}

@media (max-width: 769px) {
  /* line 1029, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_item:first-child .list_info_wrap {
    display: block;
  }
  /* line 1032, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_item:first-child .list_image {
    margin: 0;
    height: 160px;
    height: 28vh;
  }
  /* line 1037, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_item:first-child .list_info {
    padding: 12px 0 28px;
  }
}
@media (min-width: 769px) {
  /* line 1044, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content {
    margin: 0 0 16px;
  }
  /* line 1046, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_wrap {
    display: flex;
    justify-content: space-between;
  }
  /* line 1049, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_wrap .title {
    margin: 0 0 32px;
  }
  /* line 1054, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_item, .top_content .list_item:first-child {
    position: relative;
    display: block;
    padding: 0;
    min-width: 330px;
  }
  /* line 1061, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_item + .list_item {
    margin: 0 0 0 16px;
  }
  /* line 1065, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_info_wrap {
    display: block;
    margin: 0;
  }
  /* line 1070, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_image {
    margin: 0;
    min-width: 100px;
    height: 198px;
    border-radius: 6px 6px 0 0;
  }
  /* line 1076, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .list_info {
    position: static;
    padding: 0;
    margin: 12px;
    min-height: 5.5em;
  }
  /* line 1082, /usr/src/app/app/assets/stylesheets/style.scss */
  .top_content .media {
    bottom: 12px;
    left: 12px;
    max-width: 10em;
  }
}
/* line 1096, /usr/src/app/app/assets/stylesheets/style.scss */
.page_wrap {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  padding: 16px 6px 0;
  width: 100%;
}

/* line 1106, /usr/src/app/app/assets/stylesheets/style.scss */
.page_item {
  display: inline-block;
  width: 100px;
  max-width: 128px;
  height: 52px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  font-size: 16px;
}
/* line 1118, /usr/src/app/app/assets/stylesheets/style.scss */
.page_item a {
  display: block;
  height: 52px;
  line-height: 52px;
  border-radius: 4px;
  font-weight: bold;
  transition: all 200ms 0ms linear;
}
/* line 1127, /usr/src/app/app/assets/stylesheets/style.scss */
.page_item:hover a {
  background: #ffec3d;
  box-shadow: inset 0 0 0 4px #f9f9f9, 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 1134, /usr/src/app/app/assets/stylesheets/style.scss */
.page_list {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}

/* line 1140, /usr/src/app/app/assets/stylesheets/style.scss */
.page_item + .page_item {
  margin: 0 0 0 6px;
}

/* line 1143, /usr/src/app/app/assets/stylesheets/style.scss */
.page_item.selected {
  background: #ffec3d;
  box-shadow: inset 0 0 0 4px #f9f9f9, 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 1147, /usr/src/app/app/assets/stylesheets/style.scss */
.page_prev, .page_next {
  flex-grow: 1;
  max-width: 88%;
  vertical-align: top;
  font-size: 14px;
}
/* line 1152, /usr/src/app/app/assets/stylesheets/style.scss */
.page_prev a, .page_next a {
  position: relative;
}
/* line 1155, /usr/src/app/app/assets/stylesheets/style.scss */
.page_prev img, .page_next img {
  display: inline-block;
  margin: 0 0 0.2em;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

/* line 1163, /usr/src/app/app/assets/stylesheets/style.scss */
.page_count {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

/* line 1170, /usr/src/app/app/assets/stylesheets/style.scss */
.dot {
  cursor: default;
}

@media (min-width: 769px) {
  /* line 1175, /usr/src/app/app/assets/stylesheets/style.scss */
  .page_wrap {
    padding: 24px 64px 0;
  }

  /* line 1178, /usr/src/app/app/assets/stylesheets/style.scss */
  .page_item {
    width: 128px;
    font-size: 16px;
  }

  /* line 1184, /usr/src/app/app/assets/stylesheets/style.scss */
  .page_item + .page_item {
    margin: 0 0 0 12px;
  }

  /* line 1187, /usr/src/app/app/assets/stylesheets/style.scss */
  .page_prev, .page_next {
    max-width: 320px;
  }
  /* line 1189, /usr/src/app/app/assets/stylesheets/style.scss */
  .page_prev a, .page_next a {
    width: 100%;
  }
}
/* line 1200, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_wrap {
  position: relative;
  padding: 12px 0;
  margin: 0;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 1207, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header {
  position: relative;
  padding: 0 12px;
}
/* line 1210, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .date {
  display: inline-block;
  color: #757575;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}
/* line 1216, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .title a {
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-feature-settings: 'palt';
  letter-spacing: 0.04em;
}
/* line 1221, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .title a:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 1227, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .header_info {
  position: relative;
  margin: 4px 0 0;
}
/* line 1230, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .header_info .media {
  display: inline-block;
  max-width: calc(100% - 150px);
  vertical-align: bottom;
}
/* line 1234, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .header_info .media a {
  color: #757575;
  font-size: 12px;
  line-height: 1;
}
/* line 1236, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_header .header_info .media a:hover {
  text-decoration: underline;
}

/* line 1243, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count {
  display: inline-block;
}
/* line 1245, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment {
  position: relative;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 2px 0 0;
}
/* line 1250, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment .cnt {
  color: #55acee;
  font-size: 18px;
  line-height: 1;
}
/* line 1253, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment .unit {
  margin: 0 0 0 2px;
  color: #55acee;
  font-size: 12px;
  line-height: 1;
}
/* line 1259, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.high:after {
  border-color: #eb7e47 transparent transparent transparent;
}
/* line 1262, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.high .cnt, .detail_count .comment.high .unit {
  color: #eb7e47;
}
/* line 1268, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.middle:after {
  border-color: #faab00 transparent transparent transparent;
}
/* line 1271, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.middle .cnt, .detail_count .comment.middle .unit {
  color: #faab00;
}
/* line 1277, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.low:after {
  border-color: #8dcf2a transparent transparent transparent;
}
/* line 1280, /usr/src/app/app/assets/stylesheets/style.scss */
.detail_count .comment.low .cnt, .detail_count .comment.low .unit {
  color: #8dcf2a;
}

/* line 1285, /usr/src/app/app/assets/stylesheets/style.scss */
.entry_content {
  margin: 16px 0 0;
  padding: 0 12px;
}

/* line 1289, /usr/src/app/app/assets/stylesheets/style.scss */
.article_image {
  margin: 0 auto;
  text-align: center;
}
/* line 1292, /usr/src/app/app/assets/stylesheets/style.scss */
.article_image a {
  display: block;
}
/* line 1294, /usr/src/app/app/assets/stylesheets/style.scss */
.article_image a:hover {
  opacity: 0.8;
}
/* line 1298, /usr/src/app/app/assets/stylesheets/style.scss */
.article_image img {
  height: auto;
  width: auto;
  max-height: 246px;
  max-width: 100%;
}

/* line 1305, /usr/src/app/app/assets/stylesheets/style.scss */
.article_description {
  margin: 12px 0 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}

/* line 1309, /usr/src/app/app/assets/stylesheets/style.scss */
.article_link {
  max-width: 360px;
  margin: 24px auto 0;
  text-align: center;
}
/* line 1313, /usr/src/app/app/assets/stylesheets/style.scss */
.article_link a {
  display: block;
  padding: 16px 16px;
  color: #757575;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 4px;
}
/* line 1320, /usr/src/app/app/assets/stylesheets/style.scss */
.article_link a:hover {
  background: #dedede;
}

@media (min-width: 769px) {
  /* line 1327, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_wrap {
    padding: 36px 0;
    border-radius: 6px;
  }

  /* line 1331, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header {
    padding: 0 36px;
  }
  /* line 1333, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .date {
    color: #757575;
    font-size: 14px;
    line-height: 1;
  }
  /* line 1337, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .title a {
    color: #404040;
    font-size: 24px;
    line-height: 1.5em;
  }
  /* line 1341, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .header_info {
    margin: 24px 0 0;
  }
  /* line 1344, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .header_info .media a {
    color: #757575;
    font-size: 14px;
    line-height: 1;
  }
  /* line 1349, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .header_info .tweet .cnt {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  /* line 1353, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_header .header_info .tweet .unit {
    margin: 0 0 0 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

  /* line 1360, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_count {
    bottom: -44px;
  }
  /* line 1363, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_count .comment .cnt {
    font-size: 20px;
  }
  /* line 1366, /usr/src/app/app/assets/stylesheets/style.scss */
  .detail_count .comment .unit {
    font-size: 12px;
  }

  /* line 1372, /usr/src/app/app/assets/stylesheets/style.scss */
  .article_image img {
    max-height: 404px;
  }

  /* line 1376, /usr/src/app/app/assets/stylesheets/style.scss */
  .article_link {
    margin: 24px auto 0;
  }

  /* line 1379, /usr/src/app/app/assets/stylesheets/style.scss */
  .entry_content {
    margin: 32px 0 0;
    padding: 0 36px;
  }

  /* line 1383, /usr/src/app/app/assets/stylesheets/style.scss */
  .article_description {
    margin: 24px 0 0;
    color: #404040;
    font-size: 16px;
    line-height: 1.6;
  }
}
/* line 1389, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 16px 0 0;
  width: 100%;
}
/* line 1395, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .sns_btn {
  width: 33.33%;
  height: 32px;
}
/* line 1398, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .sns_btn a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}
/* line 1407, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .sns_btn a:hover {
  opacity: 0.8;
}
/* line 1411, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .sns_btn i {
  margin: 0 4px 0 0;
  font-style: normal;
}
/* line 1416, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .sns_btn + .sns_btn {
  margin: 0 0 0 4px;
}
/* line 1420, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .tw_share a {
  background: #55acee;
}
/* line 1425, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .fb_share a {
  background: #3B5998;
}
/* line 1430, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share .hatebu_share a {
  background: #548acc;
}

/* line 1435, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_share.bottom {
  margin: 24px 0 0;
  padding: 0 12px 12px;
}

@media (min-width: 769px) {
  /* line 1441, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share {
    justify-content: baseline;
    position: absolute;
    right: 36px;
    bottom: -1px;
    width: 250px;
    margin: 0;
  }
  /* line 1448, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .sns_btn {
    width: 80px;
    height: 26px;
  }
  /* line 1451, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .sns_btn a {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  /* line 1457, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .sns_btn + .sns_btn {
    margin: 0 0 0 4px;
  }
  /* line 1461, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .tw_share a {
    background: #55acee;
  }
  /* line 1466, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .fb_share a {
    background: #3B5998;
  }
  /* line 1471, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share .hatebu_share a {
    background: #548acc;
  }

  /* line 1476, /usr/src/app/app/assets/stylesheets/style.scss */
  .sns_share.bottom {
    position: relative;
    right: auto;
    justify-content: center;
    width: 100%;
    margin: 32px 0 0;
    padding: 0 12px;
  }
}
/* line 1487, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_wrap {
  margin: 36px 0 0;
}
/* line 1489, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_wrap .article_link {
  margin: 24px auto 12px;
  padding: 0 12px;
}

/* line 1494, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form {
  padding: 24px 12px;
  background: #f3f3f3;
}
/* line 1497, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .comment_user {
  margin: 0 8px 0 0;
  min-width: 36px;
  height: 36px;
  background-size: cover !important;
  background-position: 50% !important;
  border-radius: 100%;
}
/* line 1505, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .input_label {
  margin: 0 0 12px;
  color: #404040;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
/* line 1509, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .input_label span {
  margin: 0 0 0 6px;
  color: #757575;
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}
/* line 1515, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_wrap {
  display: flex;
}
/* line 1518, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .input_textarea {
  margin: 0;
}
/* line 1521, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_inner {
  width: 100%;
}
/* line 1523, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_inner .user_name {
  position: relative;
  margin: 0 0 6px;
}
/* line 1527, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_inner .name_account {
  color: #404040;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
/* line 1531, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_inner .name_id {
  color: #757575;
  font-size: 10px;
  line-height: 1;
}
/* line 1534, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_inner .word_count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #757575;
  font-size: 10px;
  line-height: 1;
}
/* line 1541, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form textarea {
  padding: 8px;
  height: 5em;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #dedede;
  border-radius: 2px;
  color: #404040;
  font-size: 14px;
  line-height: 1.3em;
}
/* line 1550, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_link {
  display: block;
  padding: 8px;
  height: 5em;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #dedede;
  border-radius: 2px;
  background: #fff;
  color: #757575;
  font-size: 14px;
  line-height: 1.3em;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 1561, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .textarea_link:hover {
  border: solid 1px #55acee;
}
/* line 1565, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox {
  display: inline-block;
  margin: 0 12px 0 0;
  color: #55acee;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  vertical-align: top;
}
/* line 1571, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox .fa {
  vertical-align: top;
}
/* line 1574, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox span {
  color: #404040;
}
/* line 1577, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox input {
  position: relative;
  appearance: checkbox;
  margin: 0 0 0 4px;
  border: 1px solid #dedede;
  border-radius: 4px;
  width: 12px;
  height: 12px;
}
/* line 1586, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox label {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  vertical-align: bottom;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 1595, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox label:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 1606, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox input[type="checkbox"]:checked + label:before {
  background: #55acee;
}
/* line 1609, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 3px;
  width: 7px;
  height: 3px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
/* line 1620, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .tweet_checkbox input[type="checkbox"] {
  display: none;
}
/* line 1624, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .comment_button {
  margin: 8px 0 0;
  text-align: right;
}
/* line 1628, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .button {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 0 12px;
  box-sizing: border-box;
  height: 40px;
  min-width: 110px;
  background: #55acee;
  border-radius: 4px;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 0 0 #4784b5;
  opacity: 1;
}
/* line 1645, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .button i {
  margin: 0 4px 0 0;
}
/* line 1648, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .button:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #4784b5;
}
/* line 1653, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .button.inactive {
  opacity: 0.5;
  pointer-events: none;
}
/* line 1656, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_form .button.inactive:hover {
  top: 0;
  box-shadow: 0 4px 0 0 #4784b5;
}

/* line 1662, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list {
  padding: 24px 12px;
  min-height: 120px;
  box-shadow: 0 1px 0 0 #dedede;
}
/* line 1666, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_label {
  margin: 0 0 12px;
  color: #404040;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}
/* line 1670, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_label span {
  display: block;
  color: #757575;
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}
/* line 1677, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item {
  margin: 0 auto;
  padding: 20px 20px 16px;
  max-width: 520px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e8ed;
  border-radius: 4px;
}
/* line 1686, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user {
  display: flex;
}
/* line 1688, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .user_image {
  position: relative;
  margin: 0 8px 0 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
  background-size: cover;
  background-position: 50%;
  background-color: #fff;
}
/* line 1699, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .user_info {
  display: inline-block;
  margin: 0 0 6px;
  max-width: calc(100% - 72px);
}
/* line 1704, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .user_info a .user_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.2;
}
/* line 1711, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .user_info a .user_id {
  margin: 2px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #697882;
  font-size: 14px;
  line-height: 1.2;
}
/* line 1719, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .user_info a:hover .user_name {
  color: #2b7bb9;
}
/* line 1725, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .user .icon_newtopi {
  display: block;
  margin: 0 0 0 auto;
  width: 20px;
  height: 15px;
}
/* line 1732, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_text {
  margin: 8px 0 0 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.4;
}
/* line 1736, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date {
  display: flex;
  justify-content: space-between;
}
/* line 1739, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date .date {
  margin: 8px 0 0 0;
  color: #757575;
  font-size: 14px;
  line-height: 1;
}
/* line 1743, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date .delete {
  margin: 8px 0 0 0;
}
/* line 1745, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date .delete a {
  color: #757575;
  font-size: 12px;
  line-height: 1;
}
/* line 1748, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date .delete i {
  font-size: 14px;
}
/* line 1751, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item .comment_date .delete:hover {
  text-decoration: underline;
}
/* line 1757, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item + .comment_item {
  margin: 12px auto 0;
}
/* line 1760, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item.updated {
  animation: updated ease 1s;
}
/* line 1763, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_item.removed {
  padding: 20px;
  font-weight: bold;
  animation: removed ease 1s;
}
/* line 1768, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_more {
  margin: 16px auto 0;
  padding: 16px 0 0 0;
  max-width: 360px;
  text-align: center;
}
/* line 1773, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_more .button {
  display: block;
  padding: 16px 16px;
  color: #757575;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  box-shadow: 0 0 0 1px #dedede;
  border-radius: 4px;
}
/* line 1780, /usr/src/app/app/assets/stylesheets/style.scss */
.comment_list .comment_more .button:hover {
  background: #f3f3f3;
}
@keyframes updated {
  0%,100% {
    background: white;
    box-shadow: 0 0 0 1px #e1e8ed;
  }
  50% {
    background: whitesmoke;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2);
  }
}
@keyframes removed {
  0%,100% {
    background: white;
    box-shadow: 0 0 0 1px #e1e8ed;
  }
  50% {
    background: whitesmoke;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) {
  /* line 1808, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_wrap {
    margin: 40px 0 0;
  }

  /* line 1811, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form {
    padding: 32px 36px;
  }
  /* line 1813, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .comment_user {
    margin: 0 12px 0 0;
  }
  /* line 1816, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .input_label {
    margin: 0 0 16px;
  }
  /* line 1818, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .input_label span {
    display: inline;
  }
  /* line 1822, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form textarea {
    padding: 12px;
    height: 6em;
  }
  /* line 1826, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .button {
    height: 36px;
    line-height: 36px;
  }
  /* line 1830, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .textarea_inner {
    width: 100%;
  }
  /* line 1832, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .textarea_inner .user_name {
    position: relative;
    margin: 0 0 6px;
  }
  /* line 1836, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .textarea_inner .name_account {
    color: #404040;
    font-size: 12px;
    line-height: 1;
  }
  /* line 1839, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .textarea_inner .name_id {
    color: #757575;
    font-size: 12px;
    line-height: 1;
  }
  /* line 1842, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_form .textarea_inner .word_count {
    color: #757575;
    font-size: 12px;
    line-height: 1;
  }

  /* line 1847, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list {
    padding: 32px 36px;
  }
  /* line 1849, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_label {
    margin: 0 0 24px;
  }
  /* line 1851, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_label span {
    display: inline;
    margin: 0 0 0 4px;
    color: #757575;
    font-size: 12px;
    line-height: 1;
  }
  /* line 1864, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_item .user .user_info a .user_name {
    margin: 0;
  }
  /* line 1867, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_item .user .user_info a .user_id {
    margin: 0;
  }
  /* line 1873, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_item .date {
    color: #757575;
    font-size: 12px;
    line-height: 1;
  }
  /* line 1876, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_list .comment_item .comment_text {
    color: #404040;
    font-size: 16px;
    line-height: 1.4;
  }

  /* line 1882, /usr/src/app/app/assets/stylesheets/style.scss */
  .comment_wrap .article_link {
    margin: 32px auto 0;
    padding: 0;
  }
}
/* line 1894, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .detail_wrap {
  padding: 12px 0 32px;
}
/* line 1897, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .detail_header {
  padding: 0 16px;
}
/* line 1900, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .title {
  color: #404040;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
/* line 1904, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .entry_content {
  margin: 0;
  padding: 0 16px;
}
/* line 1908, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .article_image {
  margin: 32px auto 40px;
  width: 60%;
  max-width: 300px;
}
/* line 1913, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about .headline {
  margin: 32px 0 0 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}
/* line 1918, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about p {
  margin: 12px 0 0 0;
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
}
/* line 1922, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about a {
  color: #58a3da;
}
/* line 1924, /usr/src/app/app/assets/stylesheets/style.scss */
.content_about a:hover {
  text-decoration: underline;
}

@media (min-width: 769px) {
  /* line 1931, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about .title {
    color: #404040;
    font-size: 20px;
    line-height: 1;
  }
  /* line 1934, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about .detail_wrap {
    padding: 32px 0;
  }
  /* line 1937, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about .detail_header {
    padding: 0 32px;
  }
  /* line 1940, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about .entry_content {
    margin: 0;
    padding: 0 32px;
  }
  /* line 1944, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about .headline {
    margin: 40px 0 0 0;
    color: #404040;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  /* line 1949, /usr/src/app/app/assets/stylesheets/style.scss */
  .content_about p {
    margin: 12px 0 0 0;
    color: #404040;
    font-size: 16px;
    line-height: 1.7;
  }
}
/* line 1960, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar {
  position: relative;
  z-index: 1;
  padding: 36px 0 32px;
}

/* line 1966, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content {
  padding: 0 6px;
}

/* line 1970, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content + .sidebar_content {
  margin: 24px 0 0;
}

/* line 1974, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_title {
  padding: 16px;
  color: #504000;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  background: #ffec3d;
  border-radius: 4px 4px 0 0;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 1983, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list {
  padding: 0;
}
/* line 1985, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_info {
  margin: 0;
}
/* line 1989, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_item {
  position: relative;
  padding: 12px;
  background: #fff;
  box-shadow: none;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 0 0 4px 4px;
}
/* line 1999, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_item + .list_item {
  margin: 6px 0 0;
  padding: 12px;
  border-radius: 4px;
}
/* line 2005, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_info_wrap {
  display: flex;
}
/* line 2009, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_image {
  position: relative;
  margin: 0 8px 0 0;
  min-width: 80px;
  height: 80px;
  background-size: cover !important;
  background-position: 50% 35% !important;
  border-radius: 2px;
}
/* line 2017, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 2027, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_image:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
/* line 2033, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .list_info {
  position: relative;
  min-width: calc(100% - 88px);
}
/* line 2038, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .title {
  margin: 0 0 16px;
  min-height: 4em;
  color: #404040;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* line 2049, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .title:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 2054, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .media {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 10em;
  color: #757575;
  font-size: 10px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 2063, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .media:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 2069, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment {
  position: absolute;
  bottom: -2px;
  right: -2px;
}
/* line 2073, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment a {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
/* line 2076, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment .comment_link {
  display: inline-block;
  color: #757575;
  font-size: 10px;
  line-height: 1;
  vertical-align: bottom;
}
/* line 2080, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment .comment_link i {
  font-size: 10px;
}
/* line 2083, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment .comment_link span {
  display: inline;
}
/* line 2086, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment .comment_link:hover {
  text-decoration: underline;
}
/* line 2088, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment .comment_link:hover i {
  text-decoration: underline;
}
/* line 2094, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment_item {
  position: relative;
  display: inline-block;
  padding: 4px 6px 4px;
  background: #55acee;
  border-radius: 3px;
  text-align: center;
}
/* line 2101, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment_item:hover {
  text-decoration: underline;
}
/* line 2104, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment_item:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #55acee transparent transparent transparent;
}
/* line 2118, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment_item .cnt {
  font-size: 12px;
  font-weight: bold;
}
/* line 2122, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment_item .unit {
  font-size: 10px;
  margin: 0 0 0 2px;
  font-weight: bold;
}
/* line 2129, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.high .comment_item {
  background: #eb7e47;
}
/* line 2131, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.high .comment_item:after {
  border-color: #eb7e47 transparent transparent transparent;
}
/* line 2138, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.middle .comment_item {
  background: #faab00;
}
/* line 2140, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.middle .comment_item:after {
  border-color: #faab00 transparent transparent transparent;
}
/* line 2147, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.low .comment_item {
  background: #8dcf2a;
}
/* line 2149, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .comment.low .comment_item:after {
  border-color: #8dcf2a transparent transparent transparent;
}
/* line 2155, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_wrap {
  display: flex;
  margin: 12px 0 0;
}
/* line 2159, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_image {
  margin: 16px 0 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: no-repeat center;
  background-size: cover;
  border-radius: 100%;
}
/* line 2168, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_inner {
  padding: 0 0 0 12px;
}
/* line 2172, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_info .user_name {
  color: #404040;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
}
/* line 2176, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_info .user_id {
  color: #757575;
  font-size: 10px;
  line-height: 1;
}
/* line 2180, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_comment {
  position: relative;
  margin: 4px 0 0;
  padding: 8px;
  box-shadow: 0 0 0 1px #dedede;
  background: #fafafa;
  border-radius: 2px;
}
/* line 2187, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_comment p {
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
}
/* line 2190, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_comment:before {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #dedede transparent transparent;
}
/* line 2202, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .user_comment:after {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fafafa transparent transparent;
}
/* line 2216, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .sidebar_more {
  padding: 16px 0;
  text-align: center;
}
/* line 2220, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .sidebar_more a {
  display: block;
  padding: 16px 0;
  margin: 0 12px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  color: #757575;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
/* line 2229, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .sidebar_more a span {
  font-size: 12px;
  margin: 0 0 0 4px;
}
/* line 2233, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_list .sidebar_more a:hover {
  text-decoration: underline;
}

/* line 2240, /usr/src/app/app/assets/stylesheets/style.scss */
.banner {
  border-radius: 8px;
  box-sizing: border-box;
}

/* line 2244, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_banner {
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 320px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 2256, /usr/src/app/app/assets/stylesheets/style.scss */
.sideber_sns {
  padding: 20px 0 24px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}
/* line 2257, /usr/src/app/app/assets/stylesheets/style.scss */
.sideber_sns svg {
  width: 200px;
  margin: 0 0 10px 0;
}
/* line 2266, /usr/src/app/app/assets/stylesheets/style.scss */
.sideber_sns .text {
  color: #404040;
  font-size: 14px;
  line-height: 1.3;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
}
/* line 2269, /usr/src/app/app/assets/stylesheets/style.scss */
.sideber_sns .text span {
  font-size: 16px;
}
/* line 2273, /usr/src/app/app/assets/stylesheets/style.scss */
.sideber_sns .twitter-follow-button {
  margin: 12px 0 0;
}

/* line 2278, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap {
  padding: 12px 0 0;
  box-sizing: border-box;
  letter-spacing: -.4em;
}
/* line 2282, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .sns_follow_button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  top: 0;
  margin: 0 auto;
  padding: 14px 0;
  width: 140px;
  max-height: 80px;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: 6px;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 2296, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .sns_follow_button .fa {
  margin: 0 0 4px;
  font-size: 32px;
}
/* line 2300, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .sns_follow_button span {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}
/* line 2305, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .sns_follow_button:hover {
  top: 2px;
}
/* line 2309, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .sns_follow_button + .sns_follow_button {
  margin: 0 0 0 12px;
}
/* line 2312, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .tw_follow {
  background: #55acee;
  background: #55acee;
  box-shadow: 0 4px 0 0 #2c85c7;
}
/* line 2316, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .tw_follow:hover {
  box-shadow: 0 2px 0 0 #2c85c7;
}
/* line 2320, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .fb_follow {
  background: #3B5998;
  background: #3B5998;
  box-shadow: 0 4px 0 0 #254382;
}
/* line 2324, /usr/src/app/app/assets/stylesheets/style.scss */
.sns_follow_wrap .fb_follow:hover {
  box-shadow: 0 2px 0 0 #254382;
}

/* line 2329, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link {
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
}
/* line 2333, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link a {
  position: relative;
  display: block;
  padding: 0 16px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  height: 52px;
  line-height: 52px;
  transition: all 200ms 0ms linear;
}
/* line 2342, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link a:hover {
  text-decoration: underline;
}
/* line 2346, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link a + a {
  border-top: 1px solid #dedede;
  border-radius: 0;
}
/* line 2350, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link a:last-child {
  border-radius: 0 0 4px 4px;
}
/* line 2353, /usr/src/app/app/assets/stylesheets/style.scss */
.sidebar_content.page_link .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0 auto 4px;
  height: 12px;
  font-size: 12px;
}

/* line 2363, /usr/src/app/app/assets/stylesheets/style.scss */
.page_link + .sidebar_content {
  margin: 16px 0 0;
}

@media (min-width: 769px) {
  /* line 2368, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar {
    float: right;
    max-width: 330px;
    padding: 0;
  }

  /* line 2373, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_content {
    padding: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  }

  /* line 2379, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_content + .sidebar_content {
    margin: 12px 0 0 0;
  }

  /* line 2383, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_title {
    padding: 12px;
    border-radius: 6px 6px 0 0;
    box-shadow: inset 0 -1px 0 0 #e9c844;
  }

  /* line 2390, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .list_item {
    box-shadow: none;
    background: none;
  }
  /* line 2395, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .list_item + .list_item {
    border-top: 1px solid #dedede;
    border-radius: 0;
  }
  /* line 2399, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .list_image {
    min-width: 80px;
    height: 80px;
  }
  /* line 2403, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .media {
    font-size: 11px;
  }
  /* line 2407, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .comment .comment_link {
    font-weight: bold;
  }
  /* line 2409, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .comment .comment_link span {
    display: none;
  }
  /* line 2415, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .user_info .user_name {
    color: #404040;
    font-size: 12px;
    line-height: 1;
  }
  /* line 2424, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .sidebar_more {
    padding: 0;
    text-align: center;
  }
  /* line 2428, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .sidebar_more a {
    display: block;
    padding: 20px 0 20px;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #dedede;
    color: #757575;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  /* line 2436, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_list .sidebar_more a span {
    font-size: 12px;
    margin: 0 0 0 4px;
  }

  /* line 2445, /usr/src/app/app/assets/stylesheets/style.scss */
  .banner {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
  }

  /* line 2450, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_banner {
    overflow: hidden;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }

  /* line 2458, /usr/src/app/app/assets/stylesheets/style.scss */
  .sideber_sns .text {
    color: #404040;
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 2460, /usr/src/app/app/assets/stylesheets/style.scss */
  .sideber_sns .text span {
    font-size: 14px;
  }

  /* line 2466, /usr/src/app/app/assets/stylesheets/style.scss */
  .sidebar_content.page_link a {
    box-shadow: unset;
  }
}
/* line 2476, /usr/src/app/app/assets/stylesheets/style.scss */
.retweets .twitter-tweet {
  margin: 0 auto !important;
}

/* line 2480, /usr/src/app/app/assets/stylesheets/style.scss */
.retweets .ajax-loader {
  min-height: 100vh;
}

/* line 2488, /usr/src/app/app/assets/stylesheets/style.scss */
footer.footer {
  position: relative;
}
/* line 2490, /usr/src/app/app/assets/stylesheets/style.scss */
footer.footer:before {
  content: "";
  position: absolute;
  top: -40px;
  display: block;
  width: 100%;
  height: 40px;
  background: url(/assets/footer_cloud-ad4019b36aec84d35c0dd6562bcb31c33742e806f0509f9f608be7b54730b837.png);
  background-position: 0 100%;
  background-size: 100% 40px;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

/* line 2506, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_wrap {
  position: relative;
  text-align: center;
}

/* line 2511, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns {
  padding: 24px 0 32px;
  letter-spacing: -.4em;
  border-bottom: 2px #dedede dotted;
}
/* line 2515, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .info {
  margin: 0 0 8px;
  color: #757575;
  font-size: 14px;
  line-height: 1.3em;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  letter-spacing: 0em;
}
/* line 2521, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .sns_button {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 16px 20px;
  margin: 0 auto;
  max-width: 128px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: 4px;
}
/* line 2532, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .sns_button .fa {
  font-size: 18px;
}
/* line 2535, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .sns_button:hover {
  top: 2px;
}
/* line 2539, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .sns_button + .sns_button {
  margin: 0 0 0 8px;
}
/* line 2542, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .tw_button {
  background: #55acee;
  box-shadow: 0 4px 0 0 #2c85c7;
}
/* line 2545, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .tw_button:hover {
  box-shadow: 0 2px 0 0 #2c85c7;
}
/* line 2549, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .fb_button {
  background: #3B5998;
  box-shadow: 0 4px 0 0 #254382;
}
/* line 2552, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_sns .fb_button:hover {
  box-shadow: 0 2px 0 0 #254382;
}

/* line 2558, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent {
  padding: 24px 0 12px;
}

/* line 2562, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list {
  margin: 0 24px;
  display: inline-block;
  letter-spacing: -.4em;
}
/* line 2566, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 2571, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list .nav_item {
  display: inline-block;
  margin: 0 0 24px 0;
  width: 33%;
  letter-spacing: 0;
  box-sizing: border-box;
}
/* line 2577, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list .nav_item a {
  color: #757575;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
/* line 2580, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list .nav_item a:hover {
  color: #aaa;
}
/* line 2586, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_centent_list li.nav_item + li.nav_item {
  position: relative;
}

/* line 2590, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_logo {
  position: relative;
  width: 100px;
  margin: 12px auto 0;
}
/* line 2594, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_logo a {
  position: relative;
  display: block;
}
/* line 2597, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_logo a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  right: -36px;
  width: 38px;
  height: 13px;
  background-image: url(/assets/beta-b49c04565411a3d33ade2d56cb6e84bc34436e4bbc97cad6d3c23117499ef18e.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* line 2611, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_copyright {
  margin: 4px 0 0;
}
/* line 2614, /usr/src/app/app/assets/stylesheets/style.scss */
.footer_copyright small {
  color: #757575;
  font-size: 10px;
  line-height: 1;
}

@media (min-width: 769px) {
  /* line 2621, /usr/src/app/app/assets/stylesheets/style.scss */
  footer.footer:before {
    top: -140px;
    height: 140px;
    background: url(/assets/footer_cloud-ad4019b36aec84d35c0dd6562bcb31c33742e806f0509f9f608be7b54730b837.png);
    background-position: 50% 100%;
    background-size: 1440px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
  }

  /* line 2631, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 24px;
  }

  /* line 2636, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_sns {
    padding: 32px 0 0;
    border-bottom: none;
  }
  /* line 2639, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_sns .sns_button + .sns_button {
    margin: 0 0 0 8px;
  }
  /* line 2642, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_sns .sns_button {
    padding: 14px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }
  /* line 2646, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_sns .tw_button {
    background: #55acee;
  }

  /* line 2650, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_centent {
    padding: 32px 0 0;
    vertical-align: top;
  }

  /* line 2655, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_centent_list ul {
    display: block;
  }
  /* line 2658, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_centent_list .nav_item {
    margin: 0;
    width: auto;
  }
  /* line 2663, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_centent_list li.nav_item + li.nav_item {
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
  }
  /* line 2666, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_centent_list li.nav_item + li.nav_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -1px;
    margin: auto;
    width: 1px;
    height: 0.8em;
    background: #dedede;
  }

  /* line 2680, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_logo {
    width: 100px;
    margin: 32px auto 0;
    vertical-align: top;
  }

  /* line 2685, /usr/src/app/app/assets/stylesheets/style.scss */
  .footer_copyright {
    margin: 4px 0 0;
  }
}
/* line 2694, /usr/src/app/app/assets/stylesheets/style.scss */
.bookmark_window {
  position: fixed;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}
/* line 2701, /usr/src/app/app/assets/stylesheets/style.scss */
.bookmark_window img {
  display: block;
  margin: 0 auto;
  max-width: 348px;
}

/* line 2708, /usr/src/app/app/assets/stylesheets/style.scss */
.bookmark_window.on {
  opacity: 1;
}

/* line 2712, /usr/src/app/app/assets/stylesheets/style.scss */
.bookmark_window.hide {
  display: none;
}

/* line 4, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info {
  position: fixed;
  z-index: 2;
  bottom: -350px;
  left: 0;
  right: 0;
  padding: 0 0 16px;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 380px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 0 0;
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
  color: #404040;
  font-size: 16px;
  line-height: 1;
  animation: window_in 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
/* line 21, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_header {
  position: relative;
  padding: 12px;
  background: #404040;
  border-radius: 6px 6px 0 0;
}
/* line 26, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_header h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  text-align: center;
}
/* line 32, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
}
/* line 40, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  width: 16px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 3px;
  transform-origin: 50%;
}
/* line 56, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  width: 16px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 3px;
  transform-origin: 50%;
}
/* line 73, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_body {
  padding: 16px 0 0;
}
/* line 75, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_body p {
  color: #404040;
  font-size: 14px;
  line-height: 1.3em;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  text-align: center;
}
/* line 81, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_button {
  padding: 16px 0 0;
  text-align: center;
}
/* line 84, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_button a {
  display: inline-block;
  padding: 16px 32px;
  background: #ffec3d;
  border-radius: 6px;
  color: #404040;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
}
/* line 91, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info .window_button a:hover {
  opacity: 0.5;
}

/* line 98, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info.is-out {
  animation: window_out 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

/* line 102, /usr/src/app/app/assets/stylesheets/_info_window.scss */
.window_info.hide {
  display: none;
}

@keyframes window_in {
  0% {
    bottom: -350px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes window_out {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -350px;
  }
}
@media (min-width: 769px) {
  /* line 127, /usr/src/app/app/assets/stylesheets/_info_window.scss */
  .window_info {
    position: fixed;
    right: 48px;
    left: auto;
    width: 380px;
  }
  /* line 132, /usr/src/app/app/assets/stylesheets/_info_window.scss */
  .window_info .window_close {
    cursor: pointer;
  }
}
/* line 4, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly {
  position: relative;
}
/* line 6, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .content_title {
  margin: 24px 0 0;
  text-align: center;
}
/* line 10, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .title_sub {
  color: #404040;
  font-size: 12px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  font-weight: 700;
}
/* line 15, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .title-weekly {
  margin: 2px 0 0;
}
/* line 17, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .title-weekly img {
  width: 86%;
  max-width: 320px;
}
/* line 21, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .title-weekly .category {
  margin: 12px 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 4px 0px 0 #fff, -4px 0px 0 #fff, 0px 4px 0 #fff, 0px -4px 0 #fff;
}
/* line 28, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .date {
  margin: 12px 0 0;
  color: #404040;
  font-size: 14px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
}
/* line 33, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .sns_share {
  padding: 0 24px;
}
/* line 37, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card {
  padding: 0 6px;
}
/* line 39, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .list_item {
  position: relative;
  padding: 12px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
/* line 46, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .list_item + .list_item {
  margin: 6px 0 0;
}
/* line 49, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .list_info_wrap {
  display: block;
}
/* line 54, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .list_info {
  position: relative;
  margin: 5px 0 0;
}
/* line 58, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .title {
  overflow: hidden;
  margin: 8px 0 0;
  min-width: calc(100% - 96px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #404040;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
/* line 68, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .title:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 73, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .list_image {
  position: relative;
  display: block;
  margin: 12px 0 0;
  width: 100%;
  min-width: auto;
  height: 190px;
  background-size: cover !important;
  background-position: 50% 35% !important;
  border-radius: 2px;
}
/* line 84, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .article_description {
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
/* line 88, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .article_link {
  margin: 12px auto 0;
}
/* line 90, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .article_link i {
  margin: 0 4px 0 0;
}
/* line 94, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .media {
  margin: 0 0 0 8px;
  max-width: 10em;
  color: #757575;
  font-size: 10px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 100, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .media:hover {
  color: #757575;
  text-decoration: underline;
}
/* line 105, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status {
  padding: 0 0 0 4px;
}
/* line 107, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status .rank {
  display: inline-block;
  letter-spacing: -0.1em;
  font-weight: bold;
}
/* line 112, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status .rank .cnt {
  color: #404040;
  font-size: 48px;
  line-height: 0.8em;
}
/* line 117, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status .rank .unit {
  color: #404040;
  font-size: 14px;
  line-height: 1;
}
/* line 122, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .point_item {
  position: relative;
  display: inline-block;
  margin: 0 0 0 4px;
  text-align: center;
}
/* line 127, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .point_item .cnt {
  font-size: 24px;
  font-weight: bold;
}
/* line 131, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .point_item .unit {
  font-size: 14px;
  margin: 0 0 0 2px;
  font-weight: bold;
}
/* line 136, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .point_item:hover {
  text-decoration: underline;
}
/* line 141, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status.high .point_item {
  color: #eb7e47;
}
/* line 147, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status.middle .point_item {
  color: #faab00;
}
/* line 153, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .list_wrap-card .status.low .point_item {
  color: #8dcf2a;
}
/* line 159, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .page_item-weekly {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: unset;
  min-width: 100px;
  padding: 0 12px;
  font-size: 14px;
}
/* line 168, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .page_item-weekly span {
  display: block;
  line-height: 1.2;
}
/* line 173, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .page_link {
  display: inline-block;
  padding: 16px 32px 0;
  width: 100%;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
}
/* line 180, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .page_link a {
  display: block;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  font-weight: bold;
  transition: all 200ms 0ms linear;
}
/* line 191, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list-weekly .page_link a:hover {
  background: #ffec3d;
  box-shadow: inset 0 0 0 4px #f9f9f9, 4px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 198, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_tab-weekly {
  margin: 24px 6px 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
}
/* line 203, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_tab-weekly ul {
  display: flex;
}
/* line 206, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_tab-weekly li {
  width: 50%;
}
/* line 209, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_tab-weekly li + li {
  border-left: 2px solid #dedede;
}
/* line 212, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_tab-weekly a {
  display: block;
  padding: 16px;
  color: #757575;
  font-size: 14px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  text-align: center;
}

@media (min-width: 769px) {
  /* line 222, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .content_title {
    position: relative;
    width: 678px;
    margin: 12px 0 24px;
    text-align: left;
  }
  /* line 228, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .title_sub {
    color: #404040;
    font-size: 14px;
    line-height: 1;
    font-family: "rounded-mplus-1p";
    font-weight: 900;
    font-weight: 700;
  }
  /* line 234, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .title-weekly img {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
  }
  /* line 239, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .title-weekly .category {
    display: inline-block;
    margin: 8px 0 0;
    color: #404040;
    font-size: 24px;
    line-height: 1;
    font-family: "rounded-mplus-1p";
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 4px 0px 0 #fff, -4px 0px 0 #fff, 0px 4px 0 #fff, 0px -4px 0 #fff;
  }
  /* line 247, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .date {
    margin: 32px 0 0;
    color: #404040;
    font-size: 20px;
    line-height: 1;
    font-family: "rounded-mplus-1p";
    font-weight: 700;
  }
  /* line 252, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .sns_share {
    padding: 0;
    right: 0;
  }
  /* line 257, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card {
    padding: 0;
  }
  /* line 259, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .list_item {
    padding: 32px;
  }
  /* line 262, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .list_item + .list_item {
    margin: 16px 0 0;
  }
  /* line 265, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .title {
    overflow: hidden;
    margin: 8px 0 0;
    color: #404040;
    font-size: 20px;
    line-height: 1.4;
  }
  /* line 270, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .list_image {
    height: 345px;
  }
  /* line 273, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .article_description {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 276, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .media {
    margin: 0 0 0 8px;
    max-width: 10em;
    color: #757575;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* line 282, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .media:hover {
    color: #757575;
    text-decoration: underline;
  }
  /* line 287, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .status {
    padding: 0 0 0 4px;
  }
  /* line 290, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .status .rank .unit {
    margin: 0 0 0 2px;
    color: #404040;
    font-size: 18px;
    line-height: 1;
  }
  /* line 297, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .point_item .cnt {
    font-size: 28px;
  }
  /* line 300, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .list_wrap-card .point_item .unit {
    font-size: 16px;
  }
  /* line 306, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .page_wrap {
    padding: 24px 64px 0;
  }
  /* line 309, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .page_item-weekly {
    width: auto;
    min-width: 180px;
    font-size: 16px;
    padding: 0 16px;
  }
  /* line 315, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list-weekly .page_link {
    padding: 24px 64px 0;
  }

  /* line 321, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_tab-weekly {
    margin: 0 0 12px;
  }
  /* line 323, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_tab-weekly a {
    color: #757575;
    font-size: 16px;
    line-height: 1;
    font-family: "rounded-mplus-1p";
    font-weight: 900;
  }
  /* line 326, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_tab-weekly a:hover {
    background: #ececec;
    color: #404040;
  }
}
/* line 337, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets {
  position: relative;
}
/* line 339, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .content_title {
  margin: 24px 0 12px;
  text-align: center;
}
/* line 343, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .title_sub {
  color: #404040;
  font-size: 14px;
  line-height: 1;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  font-weight: 700;
}
/* line 348, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .title {
  margin: 8px 0 0;
  color: #404040;
  font-size: 24px;
  line-height: 1.3;
  font-family: "rounded-mplus-1p";
  font-weight: 900;
  text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 4px 0px 0 #fff, -4px 0px 0 #fff, 0px 4px 0 #fff, 0px -4px 0 #fff;
}
/* line 354, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .sns_share {
  padding: 0 12px;
}
/* line 358, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .list_info {
  position: relative;
  margin: 5px 0 0;
}
/* line 362, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .status {
  margin: 0 auto 8px;
  max-width: 520px;
}
/* line 365, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .status .rank {
  display: inline-block;
  letter-spacing: -0.1em;
  font-weight: bold;
}
/* line 370, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .status .rank .cnt {
  color: #404040;
  font-size: 48px;
  line-height: 0.8em;
}
/* line 375, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .status .rank .unit {
  color: #404040;
  font-size: 14px;
  line-height: 1;
}
/* line 380, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .point_item {
  position: relative;
  display: inline-block;
  margin: 0 0 0 4px;
  text-align: center;
}
/* line 385, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .point_item .cnt {
  font-size: 24px;
  font-weight: bold;
}
/* line 389, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .point_item .unit {
  font-size: 14px;
  margin: 0 0 0 2px;
  font-weight: bold;
}
/* line 394, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .list_wrap .point_item:hover {
  text-decoration: underline;
}
/* line 399, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_item-day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: unset;
  min-width: 100px;
  padding: 0 12px;
  font-size: 16px;
}
/* line 408, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_item-day span {
  display: block;
  line-height: 1.2;
}
/* line 414, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_item.page_next img {
  margin: 0 0 0.2em 4px;
}
/* line 418, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_link {
  display: inline-block;
  padding: 16px 24px 0;
  width: 100%;
  font-family: "rounded-mplus-1p";
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
}
/* line 425, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_link a {
  display: block;
  background: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  font-weight: bold;
  transition: all 200ms 0ms linear;
}
/* line 436, /usr/src/app/app/assets/stylesheets/_ranking.scss */
.content_list.retweets .page_link a:hover {
  background: #ffec3d;
  box-shadow: inset 0 0 0 4px #f9f9f9, 4px 4px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
  /* line 446, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list.retweets .content_title {
    position: relative;
    width: 678px;
    margin: 12px 0 24px;
    text-align: left;
  }
  /* line 452, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list.retweets .title_sub {
    color: #404040;
    font-size: 16px;
    line-height: 1;
    font-family: "rounded-mplus-1p";
    font-weight: 900;
  }
  /* line 456, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list.retweets .title {
    color: #404040;
    font-size: 32px;
    line-height: 1.3;
  }
  /* line 460, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list.retweets .sns_share {
    padding: 0;
    right: 0;
  }
  /* line 464, /usr/src/app/app/assets/stylesheets/_ranking.scss */
  .content_list.retweets .page_link {
    padding: 24px 64px 0;
  }
}
