@charset "UTF-8";
/*
 libraries
-------------------------------------------------- */
/*!
 *  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 {
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* 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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot");
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/flexslider/flexslider-icon.woff") format("woff"), url("/files/user/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("/files/user/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-family: 'flexslider-icon';
  font-style: normal;
  font-weight: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none; }

.flexslider .slides img {
  display: block;
  width: 100%; }

.flexslider .slides:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: "\0020";
  visibility: hidden; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  zoom: 1;
  position: relative;
  margin: 0 0 60px;
  background: #fff; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  -moz-user-select: none;
  height: auto; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10; }

.flex-direction-nav a:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "flexslider-icon";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  opacity: 0.8;
  z-index: 10; }

.flex-pauseplay a:before {
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center; }

.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline;
  margin: 0 6px; }

.flex-control-paging li a {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  position: static;
  margin: 5px 0 0;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  margin: 0;
  float: left; }

.flex-control-thumbs img {
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  opacity: .7;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/files/user/images/slick/ajax-loader.gif?v=1516942105) center center no-repeat; }

/* Icons */
@font-face {
  src: url("/files/user/fonts/slick/slick.eot");
  src: url("/files/user/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/slick/slick.woff") format("woff"), url("/files/user/fonts/slick/slick.ttf") format("truetype"), url("/files/user/fonts/slick/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      border: 0;
      outline: none;
      background: transparent;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        color: black;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        content: "•";
        opacity: 0.25; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.sidr {
  display: none;
  position: fixed;
  top: 0;
  width: 220px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1D256A;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0 2px 2px #222 inset;
  z-index: 999999; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-right: 15px;
  margin-left: 15px; }

.sidr.right {
  right: -220px;
  left: auto; }

.sidr.left {
  right: auto;
  left: -220px; }

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  margin: 0 0 5px;
  padding: 0 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  background-size: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  margin: 0 0 12px;
  font-size: 13px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-right: 15px;
  margin-left: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #808080; }

.sidr ul li {
  display: block;
  margin: 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #808080;
  line-height: 48px; }

.sidr ul li:first-child {
  border-top: 1px solid #808080; }

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset; }

.sidr ul li a,
.sidr ul li span {
  display: block;
  padding: 5px 10px 6px 20px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none; }

.sidr ul li a {
  font-size: 17px;
  font-size: 1.7rem; }

.sidr ul li ul {
  margin: 0;
  border-bottom: 0; }

.sidr ul li ul li {
  font-size: 13px;
  line-height: 40px; }

.sidr ul li ul li:last-child {
  border-bottom: 0; }

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset; }

.sidr ul li ul li a,
.sidr ul li ul li span {
  padding-left: 40px; }

.sidr ul li ul li a::before,
.sidr ul li ul li span::before {
  display: inline-block;
  margin-right: 10px;
  content: '-'; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  clear: both;
  border: 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px; }

.sidr input[type=checkbox] {
  display: inline;
  width: auto;
  clear: none; }

.sidr input[type=button],
.sidr input[type=submit] {
  background: #fff;
  color: #333; }

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

/*
 foundation
-------------------------------------------------- */
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after, .c-globalNav__bars:before, .t-hti-news__head__link:after, .t-hti-news__tab__item.is-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    display: flex;
    opacity: 1; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/** NotoSansCJKJPfontの設定 */
@font-face {
  src: url("/files/user/fonts/NotoSansCJKjp-Regular.otf") format("opentype"), url("/files/user/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-family: 'NotoSansCJKJP';
  font-style: normal;
  font-weight: 400; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
		Common
********************************************/
/** NotoSansCJKJPfontの設定 */
@font-face {
  src: url("/files/user/fonts/NotoSansCJKjp-Regular.otf") format("opentype"), url("/files/user/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-family: 'NotoSansCJKJP';
  font-style: normal;
  font-weight: 400; }

*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1; }

dd,
dl,
dt,
label,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  font-family: "NotoSansCJKJP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  overflow-x: hidden; }

body {
  position: relative;
  left: 0;
  background: #1D256A;
  color: #000000;
  font-family: "NotoSansCJKJP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-size: 12px;
  font-size: 1.2rem;
  transition: 0.3s; }

button,
input,
optgroup,
select,
textarea {
  color: #000000;
  font-family: "NotoSansCJKJP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-size: 12px;
  font-size: 1.2rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */
.l-container {
  position: relative; }
  .l-container--huge {
    width: 100%;
    margin: 0 auto; }
  .l-container--wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff; }
  .l-container--large {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

.p-footer {
  margin-top: 15px; }
  .p-footer a {
    color: #1b71a7; }
  .p-footer__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
    .p-footer__btns li {
      position: relative;
      padding: 0 15px; }
      .p-footer__btns li:not(:first-child) {
        padding-left: 17px; }
        .p-footer__btns li:not(:first-child):before {
          position: absolute;
          top: 50%;
          left: 0;
          width: 2px;
          height: 22px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #333;
          content: ''; }
      .p-footer__btns li a {
        display: block;
        width: 25px;
        height: 25px;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        text-align: center; }
  .p-footer__radiko {
    padding: 20px 7px 20px;
    background: #ffffff; }
    .p-footer__radiko a {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center; }
      .p-footer__radiko a img {
        width: 194px; }
  .p-footer__logo {
    margin: 0 auto 8px;
    text-align: center; }
    .p-footer__logo img {
      width: 150px;
      height: auto; }
    .p-footer__logo__outer {
      padding: 25px 10px 30px;
      background: #00A1E5;
      color: #ffffff; }
  .p-footer__copyright {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }

.p-header__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  background: #ffffff; }

.p-header__sitename {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 88px;
  margin-right: 8px; }

.p-header__searchBtn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 24px;
  font-size: 2.4rem; }
  .p-header__searchBtn:hover {
    color: #00A1E5;
    cursor: pointer; }

.p-header__searchBtn__label {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px; }
  .p-header__searchBtn__label > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 6px 10px 4px 34px;
    border: none;
    border-radius: 32px;
    outline: none;
    background-color: #eeeeee;
    font-size: 13px; }
  .p-header__searchBtn__label > i {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    transition: 0.3s; }

.p-header__menuBtn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px; }
  .p-header__menuBtn:hover {
    color: #00A1E5;
    cursor: pointer; }
  .p-header__menuBtn > i {
    font-size: 18px;
    font-size: 1.8rem; }

.p-header__search {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #eeeeee;
  transition: 0.3s; }
  .p-header__search.is-open {
    display: block; }

.p-header__tagList {
  margin-bottom: -10px;
  text-align: center; }
  .p-header__tagList li {
    display: inline-block;
    margin: 0 5px 10px; }
    .p-header__tagList li a {
      display: block;
      padding: 5px 20px;
      border-radius: 2px;
      background: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold; }

.p-header__catch {
  background: #1D256A;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  text-align: center; }

.p-nav__closeBtn {
  position: relative;
  height: 40px; }
  .p-nav__closeBtn a {
    display: block;
    position: absolute;
    top: 2px;
    right: 25px;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: Accordion
category:
 - component/js/accordion
---

```html
<div class="c-accordion" data-js="accordion-box">
  <h2 class="c-accordion__title" data-js="accordion-toggle">この番組のカテゴリー一覧を見る</h2>
  <ul class="c-catelist c-accordion__contents">
    <li class="c-catelist__item"><a class="c-catelist__link" href="/category/2.html">番組ブログ</a></li>
    <li class="c-catelist__item"><a class="c-catelist__link is-current" href="/category/2.html">出演者紹介</a></li>
    <li class="c-catelist__item"><a class="c-catelist__link" href="/category/2.html">番組記事</a></li>
  </ul>
</div>
```
*/
.c-accordion {
  transition: 0.3s; }
  .c-accordion__title {
    padding: 6px 10px;
    border-top: 1px solid #1D256A;
    border-bottom: 1px solid #1D256A;
    color: #1D256A;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: 0.3s; }
    .c-accordion__title:hover {
      opacity: .7; }
    .c-accordion__title:after {
      display: inline-block;
      margin-left: 7px;
      color: #1D256A;
      font-family: "FontAwesome";
      font-size: 14px;
      font-weight: normal;
      content: '\f103'; }
  .c-accordion.is-active .c-accordion__title:after {
    content: '\f102'; }
  .c-accordion__contents {
    display: none;
    transition: 0.3s; }
  .c-accordion.is-active .c-accordion__contents {
    display: block; }

/*
---
name: article
category:
 - component/box
tag:
 - base
 - box
---
```html
<article class="c-box c-box--shadow c-box--circle c-article">
  <div class="c-box__inner">

    <div class="c-article__top c-box__dotBorderBottom">
      <h1 class="c-heading--lv1">タイトルタイトルタイトルタイトルタイトルタイトルタイトルタイトル</h1>
      <time class="c-article__date c-text--date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
      <div class="c-article__programTitle cat_news"><a href="DUMMY">番組タイトル</a></div>
      <div class="c-article__mv"><img src="/files/user/images/600x400.png?v=1517000730"></div>
      <ul class="c-snsBtns--slender c-article__sns--top">
        <li><a href="DUMMY" class="c-snsBtns__link--facebook"><img src="/files/user/svg/sns_logo_facebook.svg?v=1572499353" alt="facebook"/><span class="c-snsBtns__link__text">Facebook</span></a></li>
        <li><a href="DUMMY" class="c-snsBtns__link--twitter"><img src="/files/user/svg/sns_logo_twitter.svg?v=1572499355" alt="twitter"/><span class="c-snsBtns__link__text">Twitter</span></a></li>
        <li><a href="DUMMY" class="c-snsBtns__link--hatena"><img src="/files/user/svg/sns_logo_hatena.svg?v=1572499353" alt="hatebu"/><span class="c-snsBtns__link__text">Hatena</span></a></li>
        <li><a href="DUMMY" class="c-snsBtns__link--line"><img src="/files/user/svg/sns_logo_line.svg?v=1572499355" alt="line"/><span class="c-snsBtns__link__text">LINE</span></a></li>
      </ul>
      <ul class="c-tagList c-article__tagList">
        <li><a href="DUMMY">タグ</a></li>
        <li><a href="DUMMY">サンプルサンプル</a></li>
        <li><a href="DUMMY">ダミーダミー</a></li>
      </ul>
    </div><!-- /.c-article__top -->

    <div class="c-article__contents">
      <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
    </div><!-- /.c-article__contents -->

  </div><!-- /.c-box__inner -->

  <div class="c-article__bottom">
    <div class="c-box__link"><a class="c-link--more">テキスト</a></div>
    <div class="c-box__link"><a class="c-link--back">テキスト</a></div>
  </div><!-- /.c-article__bottom -->
</article>
```
*/
.c-article__inner {
  margin: 5px 20px 0; }

.c-article__programTitle {
  margin-right: -20px;
  margin-left: -20px;
  padding: 1px 2px;
  background: #1D256A;
  color: #ffffff;
  text-align: center; }
  .c-article__programTitle a {
    color: #ffffff; }

.c-article__mv {
  margin: 8px 0 0; }
  .c-article__mv img {
    width: 100%;
    height: auto; }

.c-article__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1px; }

.c-article__category {
  margin-left: 6px; }
  .c-article__category > a {
    color: #00A1E5; }

.c-article__share-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px; }

.c-article__share-block .c-article__tagList {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: calc(100% - 132px);
  margin: 0;
  text-align: left; }

.c-article__sns.c-snsBtns, .c-article__sns.c-snsBtns--slender {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.c-article__sns li a {
  width: 28px; }

.c-article__sns--top {
  margin-top: 10px; }

.c-article__tagList {
  margin: 10px auto;
  text-align: center; }

.c-article__top {
  margin-top: 8px;
  margin-bottom: 32.5px; }

.c-article__contents {
  font-size: 14px;
  font-size: 1.4rem; }
  .c-article__contents a {
    color: #00A1E5;
    text-decoration: underline; }
  .c-article__contents p > img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .c-article__contents__ad {
    margin: 25px auto;
    text-align: center; }
  .c-article__contents__links {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    .c-article__contents__links__info {
      margin-bottom: 8px;
      color: #666666;
      font-size: 10px;
      font-size: 1rem; }
      .c-article__contents__links__info ~ .c-article__contents__links__info {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 10px;
        font-size: 1rem; }
  .c-article__contents__sns {
    padding: 15px 0; }
    .c-article__contents__sns__title {
      margin-bottom: 10px;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center; }
  .c-article__contents__imageListLink {
    margin-bottom: 25px; }
    .c-article__contents__imageListLink a {
      color: #58c1ed;
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: underline; }

.c-article__relation {
  margin-top: 20px; }
  .c-article__relation__title {
    margin-bottom: 0;
    padding: 4px 5px 2px;
    background-color: #B3B3B3;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center; }
  .c-article__relation__item:not(:first-child) {
    border-top: 1px solid #ccc; }
  .c-article__relation__item:last-child {
    border-bottom: 1px solid #ccc; }
  .c-article__relation__link {
    display: block;
    padding: 3px 1px;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2; }

.c-article .c-list {
  margin-bottom: 25px; }

.c-article__photoLink {
  text-align: right; }
  .c-article__photoLink a {
    color: #00A1E5; }
  .c-article__photoLink + .c-article__contents h2 {
    margin: 0 0 1em; }

/*
---
name: box
category:
 - component/box
tag:
 - base
 - box
---
```html
<div class="c-box">
  <h2 class="c-box__title">見出し見出し見出し</h2>
  <div class="c-box__inner">
    ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
  </div>
  <div class="c-box__link"><a class="c-link--more">テキスト</a></div>
</div>
<div class="c-box">
  <h2 class="c-box__title--type2">見出し見出し見出し</h2>
  <div class="c-box__inner">
    ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
  </div>
  <div class="c-box__inner c-box__dotBorderTop c-box__dotBorderBottom">
    ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
  </div>
  <div class="c-box__inner c-box__dotBorderTop">
    ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
  </div>
  <div class="c-box__inner c-box__dotBorderBottom">
    ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
  </div>
  <div class="c-box__link"><a class="c-link--more">テキスト</a></div>
</div>
```
*/
.c-box {
  margin-top: 3px;
  margin-bottom: 15px;
  background: #ffffff; }
  .c-box[data-js="new-block"] {
    display: none; }
    .c-box[data-js="new-block"].is-active {
      display: block; }
  .c-box__title, .c-box__title--type2 {
    padding: 3px 5px 3px;
    background: #1D256A;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
    .c-box__title--type2 {
      background: #00A1E5; }
  .c-box__inner {
    margin: 10px; }
  .c-box__link {
    margin: 0 10px 10px;
    text-align: center; }
  .c-box__dotBorderTop {
    border-top: 1px dashed #00A1E5; }
  .c-box__dotBorderBottom {
    border-bottom: 1px dashed #00A1E5; }
  .c-box--noMargin {
    margin: 0; }
  .c-box--noBg {
    background: none; }

/*
---
name: box
category:
 - component/box
tag:
 - base
 - box
---
```html
<div class="c-box--shadow">ダミーダミーダミーダミーダミーダミー</div>
```
*/
.c-box--shadow {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5); }

/*
---
name: box
category:
 - component/box
tag:
 - base
 - box
---
```html
<div class="c-box--circle">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
<div class="c-box--bottomCircle">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
<div class="c-box--topCircle">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
<div class="c-box--circle c-box--shadow">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
<div class="c-box--bottomCircle c-box--shadow">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
<div class="c-box--topCircle c-box--shadow">ダミーダミーダミーダミーダミーダミー<br>ダミーダミーダミーダミーダミーダミー</div>
```
*/
.c-box--circle {
  min-height: 50px;
  overflow: hidden;
  border-radius: 25px; }

.c-box--bottomCircle {
  min-height: 25px;
  overflow: hidden;
  border-radius: 0px 0px 25px 25px; }

.c-box--topCircle {
  min-height: 25px;
  overflow: hidden;
  border-radius: 25px 25px 0px 0px; }

/*
---
name: box
category:
 - component/box
tag:
 - base
 - box
---
```html
<section class="c-box c-box--shadow c-box--topCircle p-category__box">
  <div class="c-box--category__top">
    <h1 class="c-box--category__title"><span class="c-box--category__title__logo"><img src="https://dummyimage.com/640x200/eee/006cb7&text=★番組ロゴ★" alt="★番組名★"></span></h1>
    <div class="c-box--category__mv"><img src="https://dummyimage.com/640x300/666/ffffff&text=mv+dummy+640x300"></div>
    <div class="c-box--category__text">
      <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
      <a href="DUMMY" target="_blank" class="c-link--linkbtn">番組公式サイトへ</a>
    </div>
  </div>
  <section class="c-box c-box--shadow c-box--circle">
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
  </section>
</section>
```
*/
.c-box--category__top {
  padding: 5px 20px 20px; }

.c-box--category__title {
  overflow: hidden;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  .c-box--category__title__logo, .c-box--category__title__logo--program {
    min-height: 70px;
    line-height: 70px; }
    .c-box--category__title__logo img, .c-box--category__title__logo--program img {
      vertical-align: middle; }
    .c-box--category__title__logo--program {
      min-height: 0px;
      line-height: 1em; }

.c-box--category__mv {
  margin-bottom: 20px; }
  .c-box--category__mv img {
    width: 100%; }

.c-box--category__text {
  margin-top: 11px; }
  .c-box--category__text p {
    margin: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem; }

.c-box--category__childTitle {
  margin: 25px 10px 0; }

.c-box--category__link {
  margin-top: 20px;
  text-align: center; }

.c-box--category__search-area {
  margin-bottom: 5px; }

.c-accordion + .c-box--category__search {
  margin-top: 10px; }

.c-box--category__search__list {
  display: -ms-flexbox;
  display: flex; }

.c-box--category__search__item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 1px solid #1D256A; }
  .c-box--category__search__item:nth-of-type(1) {
    margin-right: 1px; }
  .c-box--category__search__item:nth-of-type(2) {
    margin-left: 1px; }

.c-box--category__search__link {
  display: block;
  padding: 6px;
  color: #1D256A;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center; }

/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<div>
  <button class="c-button">ボタン</button>
  <button class="c-button icon-arrow-right">ボタン</button>
  <button class="c-button icon-arrow-left">ボタン</button>
</div>
<div>
  <button class="c-button--strong">強調ボタン</button>
  <button class="c-button--strong icon-arrow-right">強調ボタン</button>
  <button class="c-button--strong icon-arrow-left">強調ボタン</button>
</div>
<div>
  <button class="c-button--disabled">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-right">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-left">非活性ボタン</button>
</div>
<div>
  <button class="c-button--return">戻るボタン</button>
  <button class="c-button--return icon-arrow-right">戻るボタン</button>
  <button class="c-button--return icon-arrow-left">戻るボタン</button>
</div>
```
*/
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.c-button, .c-button--strong, .c-button--disabled, .c-button--return {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #1D256A;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15;
  cursor: pointer;
  transition: 0.3s; }
  .icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before {
    right: 12px;
    content: ""; }
  .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
    left: 12px;
    content: ""; }
  .c-button:hover, .c-button--strong:hover, .c-button--disabled:hover, .c-button--return:hover {
    background-color: #2d3aa6; }

.c-button--strong {
  font-weight: bold; }

.c-button--disabled {
  background-color: #bbb;
  pointer-events: none; }

.c-button--return {
  border: solid 1px #1D256A;
  background-color: #fff;
  color: #1D256A; }
  .c-button--return:hover {
    background-color: #e6e6e6; }

.c-button__outer {
  margin: 20px auto;
  text-align: center; }
  .c-button__outer button {
    margin: 0 10px; }

.c-topics-tab__list {
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto; }

.c-topics-tab__item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 90px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #00A1E5;
  border-left: 1px solid #ffffff;
  background-color: #1D256A;
  white-space: nowrap; }
  .c-topics-tab__item:first-child {
    border-left: transparent; }
  .c-topics-tab__item:not(:first-child)[data-js="top-change-tab"] {
    display: none; }
  .c-topics-tab__item.is-active {
    background-color: #00A1E5; }

.c-topics-tab__link {
  display: block;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <div class="c-form-errorBox__heading">
        <i class="fa fa-exclamation-triangle fa-2x"></i>エラーが発生しました。
    </div>
    <ul class="c-form-errorBox__list">
        <li>お名前は必ず入力してください。</li>
        <li>・お名前は必ず入力してください。</li>
        <li>※ お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #D91E10;
  background-color: rgba(217, 30, 16, 0.1);
  color: #D91E10; }

.c-form-errorBox__heading {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-form-errorBox__heading i {
    margin-right: 10px;
    vertical-align: middle; }

.c-form-errorBox__list {
  margin-top: 20px; }
  .c-form-errorBox__list li {
    margin-top: 10px; }

/*
---
name: Error Message
category:
- component/form/error
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
    <div class="c-form-error__msg">
        ※ お名前は必ず入力してください。
    </div>
</div>
```
*/
.c-form-error__msg {
  display: block;
  margin-top: 10px;
  color: #D91E10; }

/*
---
name: Required
category:
 - component/form
---

```html
<div class="c-form">
    項目<span class="c-form-required">（必須）</span>
</div>
```
*/
.c-form-required {
  display: inline-block;
  margin-left: 10px;
  color: #1b71a7;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

/*
---
name: header search
category:
 - component/form
---

```html
<div class="c-search">
  <form class="c-search__form">
    <input class="c-search__textbox" type="text" placeholder="検索するキーワードを入力">
    <button type="submit" class="c-search__submit">検索</button>
  </form>
</div>
```
*/
.c-search {
  width: 100%;
  padding: 5px 5px 5px;
  background: #ffffff; }
  .c-search__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
  .c-search__textbox {
    line-hegiht: 20px;
    -ms-flex: 1;
    flex: 1;
    height: 20px;
    margin-right: 5px;
    border: none; }
  .c-search__submit {
    line-hegiht: 20px;
    width: 50px;
    height: 20px;
    border-radius: 4px;
    background: #1D256A;
    color: #ffffff;
    text-align: center;
    cursor: pointer; }
    .c-search__submit:hover {
      background: #00A1E5; }

/*
---
name: Grid
category:
 - component/grid
---

```html
<div class="c-grid-col-12">
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-5">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-7">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-6">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-6">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-7">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-5">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-8">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-4">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-9">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-3">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-10">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-2">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-11">
    <div class="c-grid__item">テキスト</div>
  </div>
  <div class="c-grid-col-1">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>

<div class="c-grid-col-12">
  <div class="c-grid-col-12">
    <div class="c-grid__item">テキスト</div>
  </div>
</div>
```
*/
/* .c-grid-col-1 = width: 8.333% */

.c-grid__item {
  width: 100%;
  padding: 0.2em;
  border: solid 1px #CCCCCC;
  background-color: #fff;
  text-align: center; }

[class*=" c-grid-col-"],
[class^="c-grid-col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
---
name: Heading h1
category:
 - component/typography/heading
---

## h1

```html
<h1 class="c-heading--lv1">h1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキスト</h1>

<article class="c-article">
  <h1>h1テキストh1テキストh1テキストh1テキスト</h1>
</article>

```
*/
.c-heading--lv1 {
  padding-bottom: 15px;
  border-bottom: 1px dashed #00A1E5;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4; }

.c-article h1 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2; }

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

<article class="c-article">
  <h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2, .c-article h2 {
  margin: 3em 0 1em;
  color: #1D256A;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3">h3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキスト</h3>

<article class="c-article">
  <h3>h3テキストh3テキストh3テキストh3テキスト</h3>
</article>

```
*/
.c-heading--lv3, .c-article h3 {
  margin: 0 0 25px;
  color: #00A1E5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }

/*
---
name: Heading h4
category:
 - component/typography/heading
---

## h4

```html
<h4 class="c-heading--lv4">h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

<article class="c-article">
  <h4>h4テキストh4テキストh4テキストh4テキスト</h4>
</article>

```
*/
.c-heading--lv4, .c-article h4 {
  margin: 0 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4; }

/*
---
name: Heading Icon
category:
 - component/typography/heading
---

## heading icon

```html
<h4 class="c-heading--icon"><i class="fa fa-camera" aria-hidden="true"></i>h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

```
*/
.c-heading--icon {
  padding: 15px 10px;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  .c-heading--icon .fa {
    padding-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4; }

/*
---
name: Heading other
category:
 - component/typography/heading
---

```html
<h2 class="c-heading--type1">テキストテキスト<br><span>テキストテキストテキストテキスト</span></h2>
<h2 class="c-heading--type2">テキストテキスト</h2>

```
*/
.c-heading--type1 {
  margin-bottom: 20px;
  color: #00A1E5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center; }
  .c-heading--type1 span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem; }

.c-heading--type2 {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px dashed #00A1E5;
  border-bottom: 1px dashed #00A1E5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }

/*
---
name: ImageText
category:
 - component/figure/imageText
---

## ImageText

```html
<ul class="c-imageList">
  <li><a href="/DUMMY"><img src="/files/user/images/500x500.png?v=1516941435" alt="dummy picture"></a></li>
  <li><a href="/DUMMY"><img src="/files/user/images/500x500.png?v=1516941435" alt="dummy picture"></a></li>
  <li><a href="/DUMMY"><img src="/files/user/images/500x500.png?v=1516941435" alt="dummy picture"></a></li>
  <li><a href="/DUMMY"><img src="/files/user/images/500x500.png?v=1516941435" alt="dummy picture"></a></li>
</ul>
```
*/
.c-imageList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c-imageList li {
    position: relative;
    width: calc(25% - 3px);
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #CCCCCC; }
    .c-imageList li:before {
      display: block;
      padding-top: 100%;
      content: ""; }
    .c-imageList li a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .c-imageList li img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*
---
name: ImageText
category:
 - component/figure/imageText
---

## ImageText

```html
<div class="c-imageText">
  <div class="c-imageText__picture--top">
    <img src="/files/user/images/600x400.png?v=1517000730">
    <p class="c-imageText__caption">画像のキャプションが入ります。</p>
  </div>
  <h1 class="c-imageText__title">画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。</h1>
  <p class="c-text">画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。</p>
</div>

<div class="c-imageText">
  <div class="c-imageText__picture--right">
    <img src="/files/user/images/300x200.png?v=1517000730">
    <p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
  </div>
  <p class="c-text">画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。<br><br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。画像右配置＋テキストです。</p>
</div>

<div class="c-imageText">
  <div class="c-imageText__picture--left">
    <img src="/files/user/images/200x133.png?v=1517000730">
    <p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。</p>
  </div>
  <p class="c-text">画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。</p>
</div>

<div class="c-imageText">
  <p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
  <div class="c-imageText__picture--bottom">
    <img src="/files/user/images/600x400.png?v=1517000730">
    <p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
  </div>
</div>

```
*/
.c-imageText {
  margin: 0 0 30px 0; }
  .c-imageText::after {
    display: block;
    clear: both;
    content: ""; }
  .c-imageText__picture--bottom {
    text-align: center; }
  .c-imageText__caption {
    width: 100%;
    margin: 10px auto 0;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem; }
  .c-imageText__title {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25; }

/*
---
name: ImageText
category:
 - component/figure/imageText
---

## ImageCenter

```html
<div class="c-imageCenter"><img src="/files/user/images/600x400.png?v=1517000730"></div>

```
*/
.c-imageCenter {
  margin: 25px auto;
  text-align: center; }

/*
---
name: Input
category:
 - component/form/input
---

```html
<div class="c-form__inner">
<input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
</div>
```
*/
.c-form-input, .c-form-input--tel, .c-form-input--zip, .c-form-input--textarea {
  padding: 10px;
  border: 1px solid #CCCCCC; }

.c-form__inner {
  display: block;
  padding: 20px 0; }

.c-form-input {
  display: block;
  width: 100%; }

/*
---
name: Input tell
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">
</div>
```
*/
.c-form-input--tel {
  display: inline-block;
  width: 150px; }
  .c-form-input--tel:first-of-type {
    margin-right: 10px; }
  .c-form-input--tel:nth-of-type(2) {
    margin: 0 10px; }
  .c-form-input--tel:last-of-type {
    margin-left: 10px; }

/*
---
name: Input zip
category:
- component/form/input
---

```html
<div class="c-form__inner">
    〒<input type="text" name="" value="" class="c-form-input--zip" placeholder="">－<input type="text" name="" value="" class="c-form-input--zip" placeholder="">
    <button id="" class="c-form-input--zip__btn c-button">住所自動入力</button>
</div>
```
*/
.c-form-input--zip {
  display: inline-block; }
  .c-form-input--zip:first-of-type {
    width: 100px;
    margin: 0 10px; }
  .c-form-input--zip:last-of-type {
    width: 150px;
    margin-left: 10px; }

.c-form-input--zip__btn {
  margin-left: 20px;
  cursor: pointer; }

/*
---
name: Input textarea
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <textarea name="" rows="" cols="" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>

<div class="c-form__inner">
    <textarea name="" rows="10" cols="0" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>
```
*/
.c-form-input--textarea {
  display: block;
  width: 100%;
  min-height: 100px; }

/*
---
name: Layout
category:
 - component/js/layout
---

```html

```
*/
.c-globalNav__head {
  position: relative;
  height: 50px;
  background-color: #CCCCCC; }

.c-globalNav__bars {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .c-globalNav__bars:before {
    content: ""; }
  .is-active .c-globalNav__bars__bars:before {
    content: ""; }

.c-globalNav__item {
  padding: 1em; }
  .c-globalNav__item:not(:last-child) {
    border-bottom: solid 1px #CCCCCC; }

.is-active .c-globalNav__body {
  display: block;
  left: 0; }

.c-globalNav__body {
  display: none;
  position: fixed;
  left: -100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s;
  z-index: 9999; }
  .c-globalNav__body__bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s; }
  .is-active .c-globalNav__body__bg {
    display: block; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<article class="c-article">
  <p>テキストが入っています。テキストが入っています。<a href="/DUMMY">テキストリンク</a>テキストが入っています。</li>
  <ul class="c-list--link">
    <li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>矢印リンク矢印リンク矢印リンク</a></li>
    <li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>別窓リンク別窓リンク別窓リンク別窓リンク<i class="c-link__icon -rear fa fa-window-restore"></i></a></li>
    <li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>PDFリンクPDFリンクPDFリンクPDFリンク(532KB)<i class="c-link__icon -rear fa fa-file-pdf-o"></i></a></li>
  </ul>
</article>
```
*/
a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

.c-link__icon {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: 0; }
  .c-link__icon.-front {
    margin-right: 3px; }
  .c-link__icon.-rear {
    margin-left: 5px; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<a class="c-link--more">テキスト</a>
<a class="c-link--back">テキスト</a>
```
*/
.c-link--btn, .c-link--more, .c-link--back {
  display: inline-block;
  position: relative;
  min-width: 150px;
  max-width: 100%;
  min-height: 26px;
  padding: 1px 31px;
  border: 2px solid #00A1E5;
  background-color: #ffffff;
  color: #00A1E5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center; }
  .c-link--btn:hover, .c-link--more:hover, .c-link--back:hover {
    opacity: 0.7; }

.c-link--more {
  outline: none; }
  .c-link--more:before {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    content: '\f103'; }

.c-link--back:before {
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  content: '\f0a8'; }

.c-link--linkbtn--radiko {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px 6px;
  background-color: #E73C64;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<div class="c-box--category__link">
  <a class="c-link--linkbtn">リンクボタン</a>
</div>
<a class="c-link--linkbtn--circle">リンクボタン</a>
<a class="c-link--linkbtn--circle2">リンクボタン</a>
<a class="c-link--linkbtn--circle c-link--linkbtn--img">リンクボタン</a>
<a class="c-link--linkbtn--circle2 c-link--linkbtn--radiko">リンクボタン</a>
```
*/
.c-link--linkbtn, .c-link--linkbtn--circle, .c-link--linkbtn--circle2 {
  display: inline-block;
  position: relative;
  min-width: 150px;
  padding: 3px 0 3px;
  border: 1px solid #00A1E5;
  color: #00A1E5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  .c-link--linkbtn:hover, .c-link--linkbtn--circle:hover, .c-link--linkbtn--circle2:hover {
    opacity: 0.7; }
  .c-link--linkbtn--circle, .c-link--linkbtn--circle2 {
    border-radius: 15px; }
  .c-link--linkbtn--circle2 {
    background: #e43459; }
  .c-link--linkbtn--img:before {
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f030'; }
  .c-link--linkbtn--radiko__symbol {
    display: inline-block;
    position: relative;
    width: 60px;
    margin: 0 5px;
    content: ''; }
    .c-link--linkbtn--radiko__symbol::before {
      position: absolute;
      top: -15px;
      left: 0;
      width: 60px;
      height: 20px;
      background: url(/files/user/svg/article_radiko.svg?v=1572499355) center center no-repeat;
      background-size: 60px auto;
      content: ''; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<div class="c-link--nav">
  <div class="c-link--nav__item--prev"><a class="c-link--nav__item__link">前の記事</a></div>
  <div class="c-link--nav__item"><a class="c-link--nav__item__link">最新記事一覧</a></div>
  <div class="c-link--nav__item--next"><a class="c-link--nav__item__link">次の記事</a></div>
</div>
```
*/
.c-link--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto; }
  .c-link--nav__item:not(:first-child), .c-link--nav__item--prev:not(:first-child), .c-link--nav__item--next:not(:first-child) {
    border-left: 1px solid #000000; }
  .c-link--nav__item__link {
    display: block;
    margin: 0 10px;
    color: #00A1E5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1; }
  .c-link--nav__item--prev .c-link--nav__item__link:before {
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f190'; }
  .c-link--nav__item--next .c-link--nav__item__link:after {
    display: inline-block;
    margin-left: 5px;
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f18e'; }
  .c-link--nav__item--prev + .c-link--nav__item__next {
    border-left: 1px solid #000000; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<ul class="c-linkBtnList--day">
  <li class="c-linkBtnList__item"><p>月</p></li>
  <li class="c-linkBtnList__item"><a href="#programList">火</a></li>
  <li class="c-linkBtnList__item"><a href="#programList">水</a></li>
  <li class="c-linkBtnList__item"><a href="#programList">木</a></li>
  <li class="c-linkBtnList__item"><a href="#programList">金</a></li>
  <li class="c-linkBtnList__item"><a href="#programList">土</a></li>
  <li class="c-linkBtnList__item"><a href="#programList">日</a></li>
</ul>
<ul class="c-linkBtnList--day">
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">月</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">火</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">水</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">木</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">金</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">土</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">日</span></li>
</ul>
<ul class="c-linkBtnList--character">
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">あ</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">か</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">さ</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">た</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">な</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">は</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">ま</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">や</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">ら</a></li>
  <li class="c-linkBtnList__item"><a href="DUMMY" class="c-linkBtnList__item__link">わ</a></li>
</ul>
<ul class="c-linkBtnList--character">
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">あ</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">か</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">さ</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">た</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">な</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">は</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">ま</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">や</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">ら</span></li>
  <li class="c-linkBtnList__item"><span class="c-linkBtnList__item__nolink">わ</span></li>
</ul>
```
*/
.c-linkBtnList, .c-linkBtnList--day, .c-linkBtnList--character {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px; }
  .c-linkBtnList__item {
    position: relative; }
    .c-linkBtnList__item:not(:first-child) {
      margin-left: 12px; }
    .c-linkBtnList__item > p {
      margin: 0;
      color: #1D256A;
      text-decoration: underline; }
    .c-linkBtnList__item__link, .c-linkBtnList__item__link--mon, .c-linkBtnList__item__link--tue, .c-linkBtnList__item__link--wed, .c-linkBtnList__item__link--thu, .c-linkBtnList__item__link--fri, .c-linkBtnList__item__link--sat, .c-linkBtnList__item__link--sun, .c-linkBtnList__item__nolink {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      color: #ffffff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .c-linkBtnList__item__nolink {
      background: #ddd; }
    .c-linkBtnList__item__link, .c-linkBtnList__item__link--mon, .c-linkBtnList__item__link--tue, .c-linkBtnList__item__link--wed, .c-linkBtnList__item__link--thu, .c-linkBtnList__item__link--fri, .c-linkBtnList__item__link--sat, .c-linkBtnList__item__link--sun {
      background: #1D256A; }
      .c-linkBtnList__item__link--mon {
        background: #ebcb14; }
      .c-linkBtnList__item__link--tue {
        background: #e682d9; }
      .c-linkBtnList__item__link--wed {
        background: #66b8ee; }
      .c-linkBtnList__item__link--thu {
        background: #40ad66; }
      .c-linkBtnList__item__link--fri {
        background: #eba254; }
      .c-linkBtnList__item__link--sat {
        background: #5195d5; }
      .c-linkBtnList__item__link--sun {
        background: #ff746b; }
    .c-linkBtnList__item > a {
      color: #00A1E5;
      font-size: 13px;
      font-size: 1.3rem; }
    .c-linkBtnList__item > span {
      color: #1D256A;
      font-size: 13px;
      font-size: 1.3rem;
      text-decoration: underline; }
  .c-linkBtnList--day {
    margin-top: 20px; }

.c-event-link__ma {
  margin-top: 22px;
  margin-bottom: 22px; }

.c-event-link > a {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 4px;
  background-color: #00A1E5;
  text-align: center; }

.c-event-link span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.2rem;
  font-weight: bold; }
  .c-event-link span::before, .c-event-link span::after {
    position: absolute;
    top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    content: ''; }
  .c-event-link span::before {
    left: -14px;
    font-family: "FontAwesome";
    content: '\f101'; }
  .c-event-link span::after {
    right: -14px;
    font-family: "FontAwesome";
    content: '\f100'; }

[class^='c-list'] li {
  position: relative;
  padding-left: 24px; }
  [class^='c-list'] li:not(:first-child) {
    margin-top: 5px; }
  [class^='c-list'] li::before {
    position: absolute;
    left: 0;
    content: "・"; }

/*
---
name: List
category:
 - component/typography/list
---

## disc list

```html
<ul class="c-list--disc">
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--disc {
  padding-left: 1em; }

.c-list--disc li {
  padding-left: 0;
  list-style: disc; }
  .c-list--disc li::before {
    content: none; }

/*
---
name: List
category:
 - component/typography/list
---

## number list

```html
<ul class="c-list--number">
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number li {
  counter-increment: cnt; }
  .c-list--number li::before {
    content: counter(cnt) "."; }

/*
---
name: List
category:
 - component/typography/list
---

## number list（brackets）

```html
<ul class="c-list--number-brackets">
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number-brackets li {
  counter-increment: cnt; }
  .c-list--number-brackets li::before {
    content: "(" counter(cnt) ")"; }

/*
---
name: List
category:
 - component/typography/list
---

## annotation list

```html
<ul class="c-list--annotation">
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--annotation li::before {
  content: "※"; }

/*
---
name: List
category:
 - component/typography/list
---

## asterisk list

```html
<ul class="c-list--asterisk">
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
  <li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--asterisk li {
  padding-left: 14px; }
  .c-list--asterisk li::before {
    content: "*"; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-list--link">
  <li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
  <li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
  <li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
</ul>
```
*/
.c-list--link li {
  position: relative;
  padding-left: 14px; }
  .c-list--link li::before {
    content: none; }

.c-list__icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #1D256A; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-catelist">
  <li class="c-catelist__item"><a class="c-catelist__link" href="DUMMY">ダミーダミー（999）</a></li>
  <li class="c-catelist__item"><a class="c-catelist__link is-active" href="DUMMY">ダミーダミー（999）</a></li>
  <li class="c-catelist__item"><a class="c-catelist__link" href="DUMMY">ダミーダミー（999）</a></li>
</ul>
```
*/
.c-catelist {
  padding: 0 10px; }
  .c-catelist__item {
    border-bottom: 1px solid #CCCCCC; }
  .c-catelist__link {
    display: block;
    padding: 2px 10px 2px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }

/*
---
name: List
category:
 - component/typography/list
---

## tag list

```html
<ul class="c-tagList">
  <li><a href="DUMMY">タグ</a></li>
  <li><a href="DUMMY">サンプルサンプル</a></li>
  <li><a href="DUMMY">ダミーダミー</a></li>
</ul>
<ul class="c-tagList c-text--align-center">
  <li><a href="DUMMY">タグ</a></li>
  <li><a href="DUMMY">サンプルサンプル</a></li>
  <li><a href="DUMMY">ダミーダミー</a></li>
</ul>
```
*/
.c-tagList:not(.c-article__tagList) {
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .c-tagList:not(.c-article__tagList) li:not(:first-child) {
    position: relative;
    margin-left: 3px;
    padding-left: 6px; }
    .c-tagList:not(.c-article__tagList) li:not(:first-child)::before {
      position: absolute;
      top: 3px;
      left: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      border-left: 1px solid #666;
      content: ''; }

.c-tagList.c-article__tagList li {
  margin-right: 10px; }

.c-tagList li {
  display: inline-block;
  line-height: 1; }
  .c-tagList li a {
    color: #00A1E5;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold; }

/*
---
name: Loading
category:
 - component/js/loading
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents--loading">
    <i class="fa fa-spinner fa-pulse fa-1x fa-fw"></i>
  </div>
</div>
<button type="button" data-js="loading-open">ローディング表示</button>
```
*/
.c-modal__contents--loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9900; }
  .c-modal__contents--loading .fa {
    color: #fff;
    font-size: 100px;
    font-size: 10rem; }

/*
---
name: Modal
category:
 - component/js/modal
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents">
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="1">
      <div class="c-modal__contents__item__inner">
        <p><img src="https://dummyimage.com/850x400/333/fff" alt=""><br>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="2">
      <div class="c-modal__contents__item__inner">
        <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="3">
      <div class="c-modal__contents__item__inner">
        <p>テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__close" data-js="modal-close"></div>
  </div>
</div>
<button type="button" data-js="modal-open" data-modal="1">モーダル1を開く</button>
<button type="button" data-js="modal-open" data-modal="2">モーダル2を開く</button>
<button type="button" data-js="modal-open" data-modal="3">モーダル3を開く</button>
```
*/
.is-overflow-y {
  overflow-y: hidden; }

.c-modal.is-open {
  display: block; }

.c-modal__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9000; }

.c-modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 95%;
  padding: 30px;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  z-index: 9100; }
  .c-modal__contents__item {
    display: none; }
    .c-modal__contents__item.is-active {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }

.c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9200; }
  .c-modal__close:hover {
    opacity: 0.7; }
  .c-modal__close:after, .c-modal__close:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    background: #000;
    content: ""; }
  .c-modal__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-modal__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*
---
name: Navi
category:
 - component/js/navi
---

```html
<button type="button" data-js="pageTop">ページトップへ</button>
```
*/
/*
---
name: Pager
category:
 - component/topics/pager
---

```html
<ul class="c-pager">
  <li class="c-pager__item c-pager__control"><a class="c-pager__link" href="DUMMY"><i class="c-pager__icon fa fa-chevron-left"></i></a></li>
  <li class="c-pager__item"><a class="c-pager__link" href="DUMMY">1</a></li>
  <li class="c-pager__item"><span class="c-pager__separate">…</span></li>
  <li class="c-pager__item"><a class="c-pager__link" href="DUMMY">3</a></li>
  <li class="c-pager__item"><a class="c-pager__link" href="DUMMY">4</a></li>
  <li class="c-pager__item"><a class="c-pager__link is-current" href="DUMMY">5</a></li>
  <li class="c-pager__item"><a class="c-pager__link" href="DUMMY">6</a></li>
  <li class="c-pager__item"><a class="c-pager__link" href="DUMMY">7</a></li>
  <li class="c-pager__item"><span class="c-pager__separate">…</span></li>
  <li class="c-pager__item c-pager__control"><a class="c-pager__link" href="DUMMY">999</a></li>
  <li class="c-pager__item c-pager__control"><a class="c-pager__link" href="DUMMY"><i class="c-pager__icon fa fa-chevron-right"></i></a></li>
</ul>
```
*/
.c-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.5em;
  text-align: center; }

.c-pager__item {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  vertical-align: top; }
  .c-pager__item:not(:first-child) {
    margin-left: 10px; }

.c-pager__separate {
  display: block;
  height: 30px;
  color: #00A1E5;
  line-height: 28px; }

.c-pager__link {
  display: block;
  height: 30px;
  color: #00A1E5;
  line-height: 28px;
  transition: 0.3s; }
  .c-pager__link.is-current {
    color: #000000;
    text-decoration: underline; }

.c-pager__icon.fa {
  position: relative;
  top: -1px;
  font-size: 10px; }

/*
---
name: Selectbox (default)
category:
 - component/form/selectbox
---

```html
<div class="c-form__inner">
    <select name="" class="c-form-select">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
<div class="c-form__inner">
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
    <select name="" class="c-form-select--inline">
        <option value="">選択してください</option>
        <option value="">選択肢その1</option>
        <option value="">選択肢その2</option>
        <option value="">選択肢その3</option>
        <option value="">選択肢その4</option>
    </select>
</div>
```
*/
.c-form-select, .c-form-select--inline {
  display: block;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  line-height: 1em;
  cursor: pointer; }
  .c-form-select--inline {
    display: inline-block; }

/*
---
name: Selectbox (designed)
category:
- component/form/selectbox
---

```html
<div class="c-form__inner">
    <div class="c-form-select--design">
    <select name="">
    <option value="">選択してください</option>
    <option value="">選択肢その1</option>
    <option value="">選択肢その2</option>
    <option value="">選択肢その3</option>
    <option value="">選択肢その4</option>
    </select>
    </div>
</div>
```
*/
.c-form-select--design {
  position: relative;
  width: 200px;
  overflow: hidden; }
  .c-form-select--design select::-ms-expand {
    display: none; }
  .c-form-select--design select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 30px 5px 20px;
    border: 1px solid #1D256A;
    border-radius: 20px;
    outline: none;
    background-color: #1D256A;
    color: #fff;
    line-height: 1em;
    cursor: pointer; }
  .c-form-select--design::after {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-10%, -40%) rotate(-45deg);
    transform: translate(-10%, -40%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    cursor: pointer; }

/*
---
name: Slider
category:
 - component/js/slider
---

```html
<div class="c-slider flexslider" data-js="flexslider">
  <ul class="c-slider__inner slides">
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_01.jpg?v=1517000729">
        <img src="/files/user/images/flexslider/flexslider_01.jpg?v=1517000729" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_02.jpg?v=1517000730">
        <img src="/files/user/images/flexslider/flexslider_02.jpg?v=1517000730" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_03.jpg?v=1517000730">
        <img src="/files/user/images/flexslider/flexslider_03.jpg?v=1517000730" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_04.jpg?v=1517000730">
        <img src="/files/user/images/flexslider/flexslider_04.jpg?v=1517000730" alt="">
      </picture>
    </li>
  </ul>
</div>
```
*/

/*
---
name: sns
category:
 - component/sns
---
```html
<ul class="c-snsBtns">
  <li><a href="http://www.facebook.com/sharer.php?u=https://radichubu.jp/&amp;t=Radichubu"><img src="/files/user/svg/sns_facebook.svg?v=1572499354" alt="facebook"/></a></li>
  <li><a href="http://twitter.com/share?text=Radichubu&amp;url=https://radichubu.jp/"><img src="/files/user/svg/sns_twitter.svg?v=1572499355" alt="twitter"/></a></li>
  <li><a href="http://line.me/R/msg/text/?Radichubu%0D%0Ahttps://radichubu.jp/"><img src="/files/user/svg/sns_line.svg?v=1572499353" alt="line"/></a></li>
  <li><a href="http://line.me/R/msg/text/?Radichubu%0D%0Ahttps://radichubu.jp/"><img src="/files/user/svg/sns_pocket.svg?v=1572499355" alt="pocket"/></a></li>
</ul>
```
*/
.c-snsBtns, .c-snsBtns--slender {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  background-color: #ffffff; }
  .c-snsBtns.c-article__sns li a, .c-article__sns.c-snsBtns--slender li a {
    width: 28px; }
  .c-snsBtns li:not(:first-child), .c-snsBtns--slender li:not(:first-child) {
    margin-left: 5px; }
  .c-snsBtns li a, .c-snsBtns--slender li a {
    display: block;
    width: 32px; }
  .c-snsBtns__link, .c-snsBtns__link--facebook, .c-snsBtns__link--twitter, .c-snsBtns__link--hatena, .c-snsBtns__link--line {
    background: #00A1E5; }
    .c-snsBtns__link--facebook {
      background: #3c5998; }
    .c-snsBtns__link--twitter {
      background: #1da1f2; }
    .c-snsBtns__link--hatena {
      background: #00a4de; }
    .c-snsBtns__link--line {
      background: #00b900; }
    .c-snsBtns__link__text {
      display: inline-block;
      color: #ffffff;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1; }
  .c-snsBtns--slender {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px; }
    .c-snsBtns--slender li {
      width: 71px;
      margin: 0 2px; }
  .c-snsBtns--slender .c-snsBtns__link, .c-snsBtns--slender .c-snsBtns__link--facebook, .c-snsBtns--slender .c-snsBtns__link--twitter, .c-snsBtns--slender .c-snsBtns__link--hatena, .c-snsBtns--slender .c-snsBtns__link--line {
    position: relative;
    width: 100%;
    height: 18px;
    border-radius: 2px;
    line-height: 18px; }
    .c-snsBtns--slender .c-snsBtns__link img, .c-snsBtns--slender .c-snsBtns__link--facebook img, .c-snsBtns--slender .c-snsBtns__link--twitter img, .c-snsBtns--slender .c-snsBtns__link--hatena img, .c-snsBtns--slender .c-snsBtns__link--line img {
      position: absolute;
      top: 50%;
      left: 2px;
      width: 14px;
      height: 14px;
      margin-right: 5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .c-snsBtns--slender .c-snsBtns__link__text {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0 2px 0 14px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }

/*
---
name: Tab
category:
 - component/js/tab
---

```html
<div class="c-tab">
  <ul class=c-tab__nav>
    <li class="c-tab__nav__item is-active" data-tab="1" data-js="change-tab">タブ1</li>
    <li class="c-tab__nav__item" data-tab="2" data-js="change-tab">タブ2</li>
    <li class="c-tab__nav__item" data-tab="3" data-js="change-tab">タブ3</li>
  </ul>
  <div class="c-tab__content__outer">
    <div class="c-tab__content" data-tab-content="1">
      <div class="c-tab__content__inner">
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容<br>
        タブ1内容タブ1内容タブ1内容
      </div>
    </div>
    <div class="c-tab__content" data-tab-content="2">
      <div class="c-tab__content__inner">
        タブ2内容タブ2内容タブ2内容<br>
        タブ2内容タブ2内容タブ2内容<br>
        タブ2内容タブ2内容タブ2内容
      </div>
    </div>
    <div class="c-tab__content" data-tab-content="3">
      <div class="c-tab__content__inner">
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容<br>
        タブ3内容タブ3内容タブ3内容
      </div>
    </div>
  </div>
</div>

<nav class="c-tab-group">
  <ul class="c-tab-group__list" data-tab="category-tab-change">
    <li class="c-tab-group__item is-active" data-js="change-tab" data-tab="1"><a class="c-tab-group__link"
        href="#">記事一覧</a></li>
    <li class="c-tab-group__item" data-tab="2" data-js="change-tab"><a class="c-tab-group__link"
        href="#">月別検索</a></li>
    <li class="c-tab-group__item" data-tab="3" data-js="change-tab"><a class="c-tab-group__link"
        href="#">画像検索</a></li>
  </ul>
</nav>

```
*/
.c-tab__nav {
  display: -ms-flexbox;
  display: flex; }
  .c-tab__nav__item {
    padding: 1em 2em;
    border: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.3s; }
    .c-tab__nav__item:not(:last-child) {
      border-right: none; }
    .c-tab__nav__item.is-active {
      background-color: #e6e6e6; }

.c-tab__content {
  display: none;
  position: relative;
  background-color: #ffffff;
  z-index: 0; }
  .c-tab__content.is-active {
    display: block;
    z-index: 100; }
  .c-tab__content__inner {
    padding: 1em; }

.c-tab-group__list {
  display: -ms-flexbox;
  display: flex; }

.c-tab-group__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #1D256A; }
  .c-tab-group__item.is-active {
    border: 1px solid #1D256A;
    border-bottom: none; }
  .c-tab-group__item:not(:first-child) {
    margin-left: 1px; }

.c-tab-group__link {
  display: block;
  padding: 5px 8px 6px;
  color: #1D256A;
  font-weight: bold;
  text-align: center; }
  .c-tab-group__link:hover {
    opacity: 1; }

.c-tab-group__icon {
  width: 16px;
  margin: 2px 6px 0 0; }

.t-hti-news {
  background-color: #e5f2f9; }
  .t-hti-news__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .t-hti-news__head:before {
      display: block;
      width: 40px;
      height: 1px;
      margin-right: 15px;
      background-color: #000;
      content: ""; }
    .t-hti-news__head__link {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 10px;
      right: 0;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
      .t-hti-news__head__link:after {
        position: relative;
        top: -1px;
        margin-left: 10px;
        color: #848c90;
        font-size: 20px;
        font-size: 2rem;
        content: ""; }
  .t-hti-news__tab__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    border: solid 1px #e5f2f9;
    background-color: #fff; }
  .t-hti-news__tab__head.-jmhc {
    border: solid 1px #65c15d; }
  .t-hti-news__tab__item.-jmhc.is-active {
    color: #3eb134; }
  .t-hti-news__tab__item {
    position: relative;
    margin-right: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer; }
    .t-hti-news__tab__item.is-active {
      color: #0081c9; }
      .t-hti-news__tab__item.is-active:after {
        position: absolute;
        right: 25%;
        bottom: -20px;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        font-size: 25px;
        font-size: 2.5rem;
        content: ""; }
  .t-hti-news__tab__body {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
  .t-hti-news__tab__content {
    position: absolute;
    top: 20px;
    height: 100%;
    padding: 10px 0;
    background-color: #fff; }
    .t-hti-news__tab__content[data-tab-content="1"] {
      z-index: 100; }
  .t-hti-news__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .t-hti-news__item__date {
      width: 110px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    .t-hti-news__item__category {
      width: 120px; }
      .t-hti-news__item__category span {
        max-width: 120px;
        padding: 5px 20px;
        border: solid 1px #0081c9;
        border-radius: 30px;
        color: #0081c9;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold; }
        .t-hti-news__item__category span.-jmhc {
          border: solid 1px #3eb134;
          border-radius: 30px;
          color: #3eb134; }
    .t-hti-news__item__title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5; }
      .t-hti-news__item__title a:hover {
        text-decoration: underline; }
      .t-hti-news__item__title .new {
        margin-left: 10px;
        color: #f16f29; }

/*
---
name: Table simple (table tag)
category:
 - component/table
---

```html
<table class="c-table">
    <tbody>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table th, .c-table td, .c-table--dl dt, .c-table--dl dd, .c-table--scroll th, .c-table--scroll td {
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #fff;
  text-align: left; }

.c-table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-collapse: collapse; }
  .c-table th {
    color: #1D256A;
    font-weight: bold; }

/*
---
name: Table simple (dl tag)
category:
- component/table
---

```html
<div class="c-table--dl">
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
</div>
```
*/
.c-table--dl dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c-table--dl dl:first-of-type {
    border-top: 1px solid #CCCCCC; }

.c-table--dl dt {
  color: #1D256A;
  font-weight: bold; }

/*
---
name: Table scroll
category:
- component/table
---

```html
<table class="c-table--scroll">
    <thead>
        <tr>
            <th>見出しその1</th>
            <th>見出しその2</th>
            <th>見出しその3</th>
            <th>見出しその4</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table--scroll {
  border-top: 1px solid #CCCCCC;
  border-collapse: collapse; }
  .c-table--scroll th, .c-table--scroll td {
    min-width: 200px; }
    .c-table--scroll th:not(:first-child), .c-table--scroll td:not(:first-child) {
      border-left: 1px solid #CCCCCC; }
  .c-table--scroll th {
    color: #1D256A;
    font-weight: bold; }
  .c-table--scroll thead th {
    background-color: #f8f8f8; }

/*
---
name: Text
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
  <p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
  <p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
</article>
```
*/
.c-text, .c-article p {
  margin: 10px 0; }

.c-article p {
  margin: 0 0 25px; }

.c-article.-none-header {
  margin-top: 0;
  padding-top: 15px; }
  .c-article.-none-header .c-article__inner {
    margin-top: 0; }
  .c-article.-none-header .c-article__contents {
    min-height: calc(100vh - 144px); }

/*
---
name: Text etc
category:
 - component/typography/text
---

## テキストいろいろ

```html
<p class="c-text--date">2018.01.01（日付用）</p>
<p class="c-text--bold">太字テキスト</p>
<p class="c-text--attention">エラー等注意喚起系</p>
```
*/
.c-text, .c-article p {
  font-size: 14px;
  font-size: 1.4rem; }
  .c-text--date {
    color: #666666;
    font-size: 10px;
    font-size: 1rem; }
  .c-text--bold {
    font-style: normal;
    font-weight: bold; }
  .c-text--attention {
    color: #ff0000; }

/*
---
name: align Text 
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text c-text--align-right">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-center">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-left">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

```
*/
.c-text--align-right {
  text-align: right; }

.c-text--align-center {
  text-align: center; }

.c-text--align-left {
  text-align: left; }

/*
---
name: Toggle radio button (default)
category:
 - component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio1" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その1</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その2</label></li>
        <li><label><input type="radio" name="radio2" value="" class="c-form-toggle__radio">選択肢その3</label></li>
    </ul>
</div>
```
*/
.c-form-toggle__list li label, .c-form-toggle__list--inline li label {
  cursor: pointer; }

.c-form-toggle__list li {
  display: block;
  cursor: pointer; }
  .c-form-toggle__list li:not(:first-of-type) {
    margin-top: 20px; }

.c-form-toggle__radio, .c-form-toggle__checkbox {
  display: inline-block;
  margin-right: 5px; }

/*
---
name: Toggle checkbox (default)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label class="c-form-toggle__label"><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その1</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その2</label></li>
        <li><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox">選択肢その3</label></li>
    </ul>
</div>
```
*/
/*
---
name: Toggle radio button (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" checked="checked" id="radio1">
            <label for="radio1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio2">
            <label for="radio2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio3" value="" id="radio3">
            <label for="radio3">選択肢その3</label>
        </li>
    </ul>
</div>

<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" checked="checked" id="radio4">
            <label for="radio4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio5">
            <label for="radio5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__radio--design">
            <input type="radio" name="radio4" value="" id="radio6">
            <label for="radio6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__radio--design {
  position: relative; }
  .c-form-toggle__radio--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    outline: none;
    z-index: 1; }
  .c-form-toggle__radio--design label {
    padding-left: 25px;
    cursor: pointer; }
  .c-form-toggle__radio--design label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #1D256A;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__radio--design input:checked + label {
    color: #1D256A; }
  .c-form-toggle__radio--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #1D256A;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: Toggle checkbox (designed)
category:
- component/form/toggle
---

```html
<div class="c-form__inner">
    <ul class="c-form-toggle__list">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check1">
            <label for="check1">選択肢その1</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check2">
            <label for="check2">選択肢その2</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check3">
            <label for="check3">選択肢その3</label>
        </li>
    </ul>
</div>
 
<div class="c-form__inner">
    <ul class="c-form-toggle__list--inline">
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" checked="checked" id="check4">
            <label for="check4">選択肢その4</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check5">
            <label for="check5">選択肢その5</label>
        </li>
        <li class="c-form-toggle__checkbox--design">
            <input type="checkbox" name="" value="" id="check6">
            <label for="check6">選択肢その6</label>
        </li>
    </ul>
</div>
```
*/
.c-form-toggle__checkbox--design {
  position: relative; }
  .c-form-toggle__checkbox--design input {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1; }
  .c-form-toggle__checkbox--design label {
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer; }
  .c-form-toggle__checkbox--design input + label::before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #1D256A;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    transition: .1s;
    vertical-align: middle;
    z-index: 10; }
  .c-form-toggle__checkbox--design input:checked + label {
    color: #1D256A; }
  .c-form-toggle__checkbox--design input:checked + label::before {
    background-color: #1D256A; }
  .c-form-toggle__checkbox--design input:checked + label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #1D256A;
    content: "";
    transition: .1s;
    z-index: 10; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__list">
  <li class="c-topics__item">
    <time class="c-text--date c-topics__date" datetime="YYYY-mm-dd">00月00日（日）</time>
    <div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
  </li>
  <li class="c-topics__item">
    <time class="c-text--date c-topics__date" datetime="YYYY-mm-dd">00月00日（日）</time>
    <div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</a></div>
  </li>
  <li class="c-topics__item">
    <time class="c-text--date c-topics__date" datetime="YYYY-mm-dd">00月00日（日）</time>
    <div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
  </li>
</ul>
```
*/
.c-topics__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.4; }
  .c-topics__item:not(:last-child) {
    margin-bottom: 5px; }
  .c-topics__item a {
    display: block; }

.c-topics__list--all .c-topics__item {
  display: block; }

.c-topics__date {
  margin-right: 13px;
  padding-top: 2px;
  font-size: 10px;
  font-size: 1rem; }

.c-topics__title {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: ignore next */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__card__list">
  <li class="c-topics__card__item--wide">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_talk">トーク</div>
    </a>
  </li>
  <li class="c-topics__card__item--half">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/400x600.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_news">ニュース</div>
    </a>
  </li>
  <li class="c-topics__card__item--half">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/600x400.png?v=1517000730" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_sports">カテゴリカテゴリカテゴリカテゴリ</div>
    </a>
  </li>
  <li class="c-topics__card__item">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">画像の高さ高め。記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_life">カテゴリ</div>
    </a>
  </li>
  <li class="c-topics__card__item--small">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">画像の高さ低め。記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_life">カテゴリ</div>
    </a>
  </li>
</ul>
<ul class="c-topics__card__list">
  <li class="c-topics__card__item--small">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
    </a>
    <ul class="c-tagList c-topics__card__tagList">
      <li><a href="DUMMY">タグ</a></li>
      <li><a href="DUMMY">サンプルサンプル</a></li>
      <li><a href="DUMMY">ダミーダミー</a></li>
    </ul>
    <div class="c-topics__card__label cat_life">カテゴリ</div>
  </li>
  <li class="c-topics__card__item--small">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
    </a>
    <ul class="c-tagList c-topics__card__tagList">
      <li><a href="DUMMY">タグ</a></li>
      <li><a href="DUMMY">サンプルサンプル</a></li>
      <li><a href="DUMMY">ダミーダミー</a></li>
    </ul>
    <div class="c-topics__card__label cat_none">カテゴリ無し</div>
  </li>
  <li class="c-topics__card__item--small">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
    </a>
    <ul class="c-tagList c-topics__card__tagList">
      <li><a href="DUMMY">タグ</a></li>
      <li><a href="DUMMY">サンプルサンプル</a></li>
      <li><a href="DUMMY">ダミーダミー</a></li>
    </ul>
    <div class="c-topics__card__label cat_talk">トーク</div>
  </li>
  <li class="c-topics__card__item--small">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
    </a>
    <ul class="c-tagList c-topics__card__tagList">
      <li><a href="DUMMY">タグ</a></li>
      <li><a href="DUMMY">サンプルサンプル</a></li>
      <li><a href="DUMMY">ダミーダミー</a></li>
    </ul>
    <div class="c-topics__card__label cat_news">ニュース</div>
  </li>
</ul>
<ul class="c-topics__card__ranking">
  <li class="c-topics__card__item--wide c-topics__card__item--ranking--1">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_chubu">Chubuネタ</div>
    </a>
  </li>
  <li class="c-topics__card__item--half c-topics__card__item--ranking--2">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/400x600.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_gourmet">グルメ</div>
    </a>
  </li>
  <li class="c-topics__card__item--half c-topics__card__item--ranking--3">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_entertainment">エンタメ</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--4">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_culture">カルチャー</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--5">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_leisure">レジャー</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--6">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_event">イベント</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--7">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_report">レポート</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--8">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_none">カテゴリ無し</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--9">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_talk">トーク</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--10">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_news">ニュース</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--11">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_chubu">Chubuネタ</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--12">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/400x600.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_gourmet">グルメ</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--13">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_entertainment">エンタメ</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--14">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_culture">カルチャー</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--15">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_leisure">レジャー</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--16">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_event">イベント</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--17">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_report">レポート</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--18">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_none">カテゴリ無し</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--19">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_talk">トーク</div>
    </a>
  </li>
  <li class="c-topics__card__item--small c-topics__card__item--ranking--20">
    <a href="DUMMY" class="c-topics__card__item__link">
      <div class="c-topics__card__item__contents__outer">
        <div class="c-topics__card__item__picture"><img src="/files/user/images/800x1000.png?v=1516941435" alt="dummy picture"></div>
        <div class="c-topics__card__item__contents">
          <time class="c-topics__card__item__date c-topics__card__date" datetime="YYYY-mm-dd">2018年00月00日（日）</time>
          <div class="c-topics__card__item__title">記事タイトルが入ります。記事タイトルが入ります。</div>
        </div>
      </div>
      <div class="c-topics__card__label cat_news">ニュース</div>
    </a>
  </li>
</ul>
```
*/
.c-topics__card__item, .c-topics__card__item--wide, .c-topics__card__item--wide-flex, .c-topics__card__item--half, .c-topics__card__item--narrow, .c-topics__card__item--small {
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }
  .c-topics__card__item .c-topics__card__item__link, .c-topics__card__item--wide .c-topics__card__item__link, .c-topics__card__item--wide-flex .c-topics__card__item__link, .c-topics__card__item--half .c-topics__card__item__link, .c-topics__card__item--narrow .c-topics__card__item__link, .c-topics__card__item--small .c-topics__card__item__link {
    display: block;
    position: relative; }
  .c-topics__card__item .c-topics__card__item__picture, .c-topics__card__item--wide .c-topics__card__item__picture, .c-topics__card__item--wide-flex .c-topics__card__item__picture, .c-topics__card__item--half .c-topics__card__item__picture, .c-topics__card__item--narrow .c-topics__card__item__picture, .c-topics__card__item--small .c-topics__card__item__picture {
    position: relative;
    width: 100%;
    margin: 0 10px 0 0;
    overflow: hidden; }
    .c-topics__card__item .c-topics__card__item__picture img, .c-topics__card__item--wide .c-topics__card__item__picture img, .c-topics__card__item--wide-flex .c-topics__card__item__picture img, .c-topics__card__item--half .c-topics__card__item__picture img, .c-topics__card__item--narrow .c-topics__card__item__picture img, .c-topics__card__item--small .c-topics__card__item__picture img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .c-topics__card__item .c-topics__card__label, .c-topics__card__item--wide .c-topics__card__label, .c-topics__card__item--wide-flex .c-topics__card__label, .c-topics__card__item--half .c-topics__card__label, .c-topics__card__item--narrow .c-topics__card__label, .c-topics__card__item--small .c-topics__card__label {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px 2px 2px;
    overflow: hidden;
    background-color: #1D256A;
    color: #ffffff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .c-topics__card__item .c-topics__card__item__contents, .c-topics__card__item--wide .c-topics__card__item__contents, .c-topics__card__item--wide-flex .c-topics__card__item__contents, .c-topics__card__item--half .c-topics__card__item__contents, .c-topics__card__item--narrow .c-topics__card__item__contents, .c-topics__card__item--small .c-topics__card__item__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2px;
    padding: 0; }
    .c-topics__card__item .c-topics__card__item__contents__outer, .c-topics__card__item--wide .c-topics__card__item__contents__outer, .c-topics__card__item--wide-flex .c-topics__card__item__contents__outer, .c-topics__card__item--half .c-topics__card__item__contents__outer, .c-topics__card__item--narrow .c-topics__card__item__contents__outer, .c-topics__card__item--small .c-topics__card__item__contents__outer {
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
  .c-topics__card__item .c-topics__card__item__date, .c-topics__card__item--wide .c-topics__card__item__date, .c-topics__card__item--wide-flex .c-topics__card__item__date, .c-topics__card__item--half .c-topics__card__item__date, .c-topics__card__item--narrow .c-topics__card__item__date, .c-topics__card__item--small .c-topics__card__item__date {
    display: block;
    margin-top: 7px;
    color: #666666; }
  .c-topics__card__item .c-topics__card__item__tag, .c-topics__card__item--wide .c-topics__card__item__tag, .c-topics__card__item--wide-flex .c-topics__card__item__tag, .c-topics__card__item--half .c-topics__card__item__tag, .c-topics__card__item--narrow .c-topics__card__item__tag, .c-topics__card__item--small .c-topics__card__item__tag {
    color: #00a1e5; }
  .c-topics__card__item .c-topics__card__item__title, .c-topics__card__item--wide .c-topics__card__item__title, .c-topics__card__item--wide-flex .c-topics__card__item__title, .c-topics__card__item--half .c-topics__card__item__title, .c-topics__card__item--narrow .c-topics__card__item__title, .c-topics__card__item--small .c-topics__card__item__title {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.3; }
    .c-topics__card__item .c-topics__card__item__title p, .c-topics__card__item--wide .c-topics__card__item__title p, .c-topics__card__item--wide-flex .c-topics__card__item__title p, .c-topics__card__item--half .c-topics__card__item__title p, .c-topics__card__item--narrow .c-topics__card__item__title p, .c-topics__card__item--small .c-topics__card__item__title p {
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: ignore next */
      -webkit-line-clamp: 3;
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      font-size: 14px;
      font-size: 1.4rem; }
  .c-topics__card__item .c-topics__card__item__date, .c-topics__card__item--wide .c-topics__card__item__date, .c-topics__card__item--wide-flex .c-topics__card__item__date, .c-topics__card__item--half .c-topics__card__item__date, .c-topics__card__item--narrow .c-topics__card__item__date, .c-topics__card__item--small .c-topics__card__item__date {
    line-height: 1; }
  .c-topics__card__item .c-topics__card__item__picture > a, .c-topics__card__item--wide .c-topics__card__item__picture > a, .c-topics__card__item--wide-flex .c-topics__card__item__picture > a, .c-topics__card__item--half .c-topics__card__item__picture > a, .c-topics__card__item--narrow .c-topics__card__item__picture > a, .c-topics__card__item--small .c-topics__card__item__picture > a {
    display: block; }
  .c-topics__card__item .c-topics__card__item__tagList li, .c-topics__card__item--wide .c-topics__card__item__tagList li, .c-topics__card__item--wide-flex .c-topics__card__item__tagList li, .c-topics__card__item--half .c-topics__card__item__tagList li, .c-topics__card__item--narrow .c-topics__card__item__tagList li, .c-topics__card__item--small .c-topics__card__item__tagList li {
    display: inline-block;
    margin-right: 10px; }
  .c-topics__card__item .c-topics__card__item__tagList a, .c-topics__card__item--wide .c-topics__card__item__tagList a, .c-topics__card__item--wide-flex .c-topics__card__item__tagList a, .c-topics__card__item--half .c-topics__card__item__tagList a, .c-topics__card__item--narrow .c-topics__card__item__tagList a, .c-topics__card__item--small .c-topics__card__item__tagList a {
    color: #00A1E5;
    font-weight: bold;
    text-decoration: underline; }
  .c-topics__card__item .c-topics__card__item__summary, .c-topics__card__item--wide .c-topics__card__item__summary, .c-topics__card__item--wide-flex .c-topics__card__item__summary, .c-topics__card__item--half .c-topics__card__item__summary, .c-topics__card__item--narrow .c-topics__card__item__summary, .c-topics__card__item--small .c-topics__card__item__summary {
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: ignore next */
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden; }

.c-topics__card__list, .c-topics__card__list--noMargin, .c-topics__card__ranking, .c-topics__card__ranking--all, .c-topics__card__search {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px; }
  .c-topics__card__list::after, .c-topics__card__list--noMargin::after, .c-topics__card__ranking::after, .c-topics__card__ranking--all::after, .c-topics__card__search::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    content: ''; }
  .c-topics__card__list::before, .c-topics__card__list--noMargin::before, .c-topics__card__ranking::before, .c-topics__card__ranking--all::before, .c-topics__card__search::before {
    position: absolute;
    left: 5px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ffffff;
    content: '';
    z-index: 1; }
  .c-topics__card__list--noMargin {
    margin-bottom: 0; }

.c-topics__card__item .c-topics__card__item__picture:before {
  display: block;
  padding-top: 75%;
  content: ""; }

.c-topics__card__item--wide .c-topics__card__item__picture {
  width: 100%;
  margin: 0; }
  .c-topics__card__item--wide .c-topics__card__item__picture:before {
    display: block;
    padding-top: 62.5%;
    content: ""; }

.c-topics__card__item--wide .c-topics__card__item__contents {
  margin-top: 0;
  padding: 5px; }

.c-topics__card__item--wide .c-topics__card__item__contents__outer {
  display: block; }

.c-topics__card__item--wide-flex .c-topics__card__item__outer {
  display: -ms-flexbox;
  display: flex; }

.c-topics__card__item--wide-flex .c-topics__card__item__picture {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60%;
  margin: 0; }

.c-topics__card__item--wide-flex .c-topics__card__item__link {
  padding: 5px; }

.c-topics__card__item--wide-flex .c-topics__card__item__picture__flame {
  position: relative;
  overflow: hidden; }
  .c-topics__card__item--wide-flex .c-topics__card__item__picture__flame:before {
    display: block;
    padding-top: 62.5%;
    content: ""; }

.c-topics__card__item--wide-flex .c-topics__card__item__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(40% - 11px);
  margin-top: 0;
  padding-left: 11px; }

.c-topics__card__item--half {
  display: -ms-flexbox;
  display: flex;
  width: 50%; }

.c-topics__card__item--half .c-topics__card__item__picture {
  width: 100%;
  margin: 0; }

.c-topics__card__item--half .c-topics__card__item__picture__flame {
  position: relative;
  overflow: hidden; }
  .c-topics__card__item--half .c-topics__card__item__picture__flame:before {
    display: block;
    padding-top: 62.5%;
    content: ""; }

.c-topics__card__item--half .c-topics__card__item__link {
  width: 100%;
  padding: 5px; }

.c-topics__card__item--half .c-topics__card__item__title > p {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: ignore next */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden; }

.c-topics__card__item--half .c-topics__card__item__contents__outer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.c-topics__card__item--narrow {
  display: -ms-flexbox;
  display: flex;
  width: 33.333%; }

.c-topics__card__item--narrow .c-topics__card__item__link {
  width: 100%;
  padding: 5px; }

.c-topics__card__item--narrow .c-topics__card__item__picture {
  width: 100%;
  margin: 0; }

.c-topics__card__item--narrow .c-topics__card__item__picture__flame {
  position: relative;
  overflow: hidden; }
  .c-topics__card__item--narrow .c-topics__card__item__picture__flame:before {
    display: block;
    padding-top: 62.5%;
    content: ""; }

.c-topics__card__item--narrow .c-topics__card__item__contents__outer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.c-topics__card__item--half, .c-topics__card__item--narrow, .c-topics__card__item--small {
  position: relative; }
  .c-topics__card__item--half::before, .c-topics__card__item--narrow::before, .c-topics__card__item--small::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: calc(100% - 10px);
    border-left: 1px solid #e6e6e6;
    content: ''; }

.c-topics__card__item--small {
  width: 100%;
  padding: 5px; }
  .c-topics__card__item--small + .c-topics__card__item--small {
    margin-top: 2px; }
  .c-topics__card__ranking .c-topics__card__item--small, .c-topics__card__ranking--all .c-topics__card__item--small {
    margin-top: 0;
    padding: 5px 0 0;
    border-bottom: none; }

.c-topics__card__item--small .c-topics__card__item__contents__outer {
  display: -ms-flexbox;
  display: flex; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__item__contents__outer, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__item__contents__outer {
  display: block;
  padding-left: 30px; }

.c-topics__card__item--small .c-topics__card__item__picture {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  margin: 0; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__item__picture, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__item__picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto; }

.c-topics__card__item--small .c-topics__card__item__picture__flame {
  position: relative;
  overflow: hidden; }
  .c-topics__card__item--small .c-topics__card__item__picture__flame:before {
    display: block;
    padding-top: 62.5%;
    content: ""; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__label, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__label {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.c-topics__card__item--small .c-topics__card__item__contents {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(33% - 10px);
  margin-top: 0;
  padding-left: 10px; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__item__contents, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__item__contents {
  width: 100%;
  padding-left: 0; }

.c-topics__card__item--small .c-topics__card__item__date {
  display: block;
  margin-top: 7px;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__item__date, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__item__date {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 0;
  margin-left: 60px;
  line-height: 1; }

.c-topics__card__item--small .c-topics__card__item__title > p {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: ignore next */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem; }

.c-topics__card__ranking .c-topics__card__item--small .c-topics__card__item__title > p, .c-topics__card__ranking--all .c-topics__card__item--small .c-topics__card__item__title > p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.c-topics__card__item--small .c-topics__card__item__tag {
  margin-top: 2px;
  color: #00A1E5; }

.c-topics__card__ranking--all {
  margin-bottom: 0; }

.c-topics__card__ranking .c-topics__card__item .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow .c-topics__card__item__picture:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 25px;
  height: 30px;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--1 .c-topics__card__item__picture:after {
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) 0 0 no-repeat;
  background-size: 100%; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--1 .c-topics__card__item__picture::before {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  content: "1";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--2 .c-topics__card__item__picture:after {
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) 0 0 no-repeat;
  background-size: 100%; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--2 .c-topics__card__item__picture::before {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  content: "2";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--3 .c-topics__card__item__picture:after {
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) 0 0 no-repeat;
  background-size: 100%; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--3 .c-topics__card__item__picture::before {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  content: "3";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--4 .c-topics__card__item__picture:after {
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) 0 0 no-repeat;
  background-size: 100%; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--4 .c-topics__card__item__picture::before {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  content: "4";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--5 .c-topics__card__item__picture:after {
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) 0 0 no-repeat;
  background-size: 100%; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--wide-flex.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--wide-flex.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--half.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--half.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking .c-topics__card__item--narrow.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before,
.c-topics__card__ranking--all .c-topics__card__item--narrow.c-topics__card__item--ranking--5 .c-topics__card__item__picture::before {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  content: "5";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--6 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--6 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--6 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--6 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--6 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--6 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--6 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--6 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "6";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--7 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--7 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--7 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--7 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--7 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--7 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--7 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--7 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "7";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--8 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--8 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--8 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--8 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--8 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--8 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--8 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--8 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "8";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--9 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--9 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--9 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--9 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--9 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--9 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--9 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--9 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "9";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--10 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--10 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--10 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--10 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--10 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--10 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--10 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--10 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "10";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--11 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--11 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--11 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--11 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--11 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--11 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--11 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--11 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "11";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--12 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--12 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--12 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--12 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--12 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--12 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--12 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--12 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "12";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--13 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--13 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--13 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--13 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--13 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--13 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--13 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--13 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "13";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--14 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--14 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--14 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--14 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--14 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--14 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--14 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--14 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "14";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--15 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--15 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--15 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--15 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--15 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--15 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--15 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--15 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "15";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--16 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--16 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--16 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--16 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--16 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--16 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--16 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--16 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "16";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--17 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--17 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--17 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--17 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--17 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--17 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--17 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--17 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "17";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--18 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--18 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--18 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--18 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--18 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--18 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--18 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--18 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "18";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--19 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--19 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--19 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--19 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--19 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--19 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--19 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--19 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "19";
  z-index: 100; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--20 .c-topics__card__item__link:after, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--20 .c-topics__card__item__link:after,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--20 .c-topics__card__item__link:after,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--20 .c-topics__card__item__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 0;
  height: 100%;
  background: url(/files/user/svg/rank_flag.svg?v=1572499354) no-repeat;
  background-size: 100%;
  content: ''; }

.c-topics__card__ranking .c-topics__card__item.c-topics__card__item--ranking--20 .c-topics__card__item__link::before, .c-topics__card__ranking--all .c-topics__card__item.c-topics__card__item--ranking--20 .c-topics__card__item__link::before,
.c-topics__card__ranking .c-topics__card__item--small.c-topics__card__item--ranking--20 .c-topics__card__item__link::before,
.c-topics__card__ranking--all .c-topics__card__item--small.c-topics__card__item--ranking--20 .c-topics__card__item__link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "20";
  z-index: 100; }

.c-topics__card__footer {
  text-align: center; }
  .c-topics__card__footer__txt {
    font-size: 14px;
    font-size: 1.4rem; }

.c-topics__card__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 10px 20px;
  border-top: 1px solid #CCCCCC; }
  .p-program__list__contents--end .c-topics__card__category {
    border: none; }

.c-topics__card__category .c-topics__card__item {
  border-bottom: 1px solid #888888; }
  .c-topics__card__category .c-topics__card__item--talk {
    border-bottom: 1px solid #adb357; }
  .c-topics__card__category .c-topics__card__item--news {
    border-bottom: 1px solid #a0435c; }
  .c-topics__card__category .c-topics__card__item--sports {
    border-bottom: 1px solid #86a9d9; }
  .c-topics__card__category .c-topics__card__item--life {
    border-bottom: 1px solid #c96c67; }
  .c-topics__card__category .c-topics__card__item--chubu {
    border-bottom: 1px solid #ed7a99; }
  .c-topics__card__category .c-topics__card__item--gourmet {
    border-bottom: 1px solid #74b18e; }
  .c-topics__card__category .c-topics__card__item--entertainment {
    border-bottom: 1px solid #ddbb65; }
  .c-topics__card__category .c-topics__card__item--culture {
    border-bottom: 1px solid #9c8fa3; }
  .c-topics__card__category .c-topics__card__item--leisure {
    border-bottom: 1px solid #cc8266; }
  .c-topics__card__category .c-topics__card__item--event {
    border-bottom: 1px solid #567ccc; }
  .c-topics__card__category .c-topics__card__item--report {
    border-bottom: 1px solid #8c6239; }
  .c-topics__card__category .c-topics__card__item--none {
    border-bottom: 1px solid #888888; }

.c-topics__card__category .c-topics__card__item__contents__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }

.c-topics__card__category .c-topics__card__item__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px; }

.c-topics__card__category .c-topics__card__item__contents .c-topics__card__item__title {
  -ms-flex: 1;
  flex: 1; }

.c-topics__card__search .c-topics__card__item__contents__outer {
  -ms-flex-align: stretch;
  align-items: stretch; }

.c-topics__card__search .c-topics__card__item__left {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
  margin: 0 10px 0 0;
  overflow: hidden; }

.c-topics__card__search .c-topics__card__item__left .c-topics__card__item__picture {
  width: 100%;
  margin: 0 0 10px; }

.c-topics__card__search .c-topics__card__item__contents .c-topics__card__item__title {
  margin-bottom: 10px; }

.c-topics__card__search .c-topics__card__item--wide .c-topics__card__item__contents .c-topics__card__item__title {
  margin-bottom: 0; }

/* project ----------------------------- */
.p-category-search__block {
  display: none;
  position: relative; }
  .p-category-search__block.is-active {
    display: block; }
  .p-category-search__block .c-box__link {
    margin-top: 10px; }

.p-category-search__list {
  padding-right: 10px;
  padding-left: 10px; }

.p-category-search__item:not(:first-child) {
  border-top: 1px solid #ccc; }

.p-category-search__item:last-child {
  border-bottom: 1px solid #ccc; }

.p-category-search__link {
  display: block;
  padding: 4px 6px 0;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.p-category-search__img__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 7px; }

.p-category-search__img__item {
  width: calc(33.333%);
  margin-bottom: 5px;
  padding: 0 3px; }

.p-category-search__img__link {
  display: block;
  position: relative;
  overflow: hidden; }
  .p-category-search__img__link::before {
    display: block;
    padding-top: 65%;
    content: ""; }
  .p-category-search__img__link > img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.p-detailPhotos__box {
  margin-bottom: 0; }
  .p-detailPhotos__box--top {
    padding-bottom: 10px; }
  .p-detailPhotos__box__inner {
    margin: 0 30px 20px;
    padding: 0 0 10px 0; }

.p-detailPhotos__mv {
  margin-bottom: 0;
  overflow: hidden; }
  .p-detailPhotos__mv__list {
    display: block; }
  .p-detailPhotos__mv__item {
    display: none; }
    .p-detailPhotos__mv__item.is-active {
      display: block; }
  .p-detailPhotos__mv__image {
    text-align: center; }
    .p-detailPhotos__mv__image img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 230px; }
  .p-detailPhotos__mv__caption {
    width: 100%;
    text-align: center; }
    .p-detailPhotos__mv__caption span {
      display: inline-block;
      text-align: left; }

.p-program__category__text {
  margin-bottom: 0px; }

.p-program__list__heading {
  padding-top: 20px; }

.p-program__list__contents, .p-program__list__contents--day, .p-program__list__contents--end, .p-program__list__contents--character, .p-program__list__contents--listType {
  position: relative;
  margin-top: 5px; }
  .p-program__list__contents__tab {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    overflow: hidden; }
  .p-program__list__contents__title, .p-program__list__contents__title--day, .p-program__list__contents__title--list, .p-program__list__contents__title--character {
    display: block;
    position: relative;
    width: 50%;
    height: 60px;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5); }
    .p-program__list__contents__title span, .p-program__list__contents__title--day span, .p-program__list__contents__title--list span, .p-program__list__contents__title--character span {
      display: inline-block;
      border-bottom: 2px solid #00A1E5;
      line-height: 1; }
    .p-program__list__contents__title:after, .p-program__list__contents__title--day:after, .p-program__list__contents__title--list:after, .p-program__list__contents__title--character:after {
      display: none;
      width: 100%;
      height: 10px;
      background: #ffffff;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
      content: ''; }
    .p-program__list__contents__title--day {
      float: right; }
    .p-program__list__contents__title--list {
      float: left; }
    .p-program__list__contents__title--character {
      float: right; }
  .p-program__list__contents--day .p-program__list__contents__title--character a {
    color: #999; }
  .p-program__list__contents--day .p-program__list__contents__title--character span {
    border-bottom: none; }
  .p-program__list__contents--day .p-program__list__contents__title--character:after {
    display: block;
    position: absolute;
    top: 40px;
    right: 0; }
  .p-program__list__contents--day .p-program__list__contents__title--list a {
    color: #999; }
  .p-program__list__contents--day .p-program__list__contents__title--list span {
    border-bottom: none; }
  .p-program__list__contents--day .p-program__list__contents__title--list:after {
    display: block;
    position: absolute;
    top: 40px;
    right: 0; }
  .p-program__list__contents--listType .p-program__list__contents__title--day a {
    color: #999; }
  .p-program__list__contents--listType .p-program__list__contents__title--day span {
    border-bottom: none; }
  .p-program__list__contents--listType .p-program__list__contents__title--day:after {
    display: block;
    position: absolute;
    top: 40px;
    left: 0; }
  .p-program__list__contents--character .p-program__list__contents__title--day a {
    color: #999; }
  .p-program__list__contents--character .p-program__list__contents__title--day span {
    border-bottom: none; }
  .p-program__list__contents--character .p-program__list__contents__title--day:after {
    display: block;
    position: absolute;
    top: 40px;
    left: 0; }
  .p-program__list__contents__select, .p-program__list__contents__select--mon, .p-program__list__contents__select--tue, .p-program__list__contents__select--wed, .p-program__list__contents__select--thu, .p-program__list__contents__select--fri, .p-program__list__contents__select--sat, .p-program__list__contents__select--sun, .p-program__list__contents__select--etc, .p-program__list__contents__select--special {
    margin: 0 10px;
    border-color: #1D256A;
    color: #1D256A;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center; }
    .p-program__list__contents__select--mon {
      border-color: #ebcb14; }
    .p-program__list__contents__select--tue {
      border-color: #e682d9; }
    .p-program__list__contents__select--wed {
      border-color: #66b8ee; }
    .p-program__list__contents__select--thu {
      border-color: #40ad66; }
    .p-program__list__contents__select--fri {
      border-color: #eba254; }
    .p-program__list__contents__select--sat {
      border-color: #5195d5; }
    .p-program__list__contents__select--sun {
      border-color: #ff746b; }
    .p-program__list__contents__select--etc {
      border-color: #b7d528; }
    .p-program__list__contents__select--special {
      border-color: #b589d9; }
  .p-program__list__contents__list {
    margin-top: 20px;
    margin-bottom: 30px; }
    .p-program__list__contents__list .c-topics__card__item--small {
      padding-left: 0; }
    .p-program__list__contents--end .p-program__list__contents__list {
      margin-top: 0; }

.p-search__form {
  width: auto;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 0 3px #CCCCCC; }
  .p-search__form__outer {
    margin: 20px 10px 0; }

.p-search__keywords {
  margin: 0 0 15px;
  padding: 5px 0;
  border-top: 1px dashed #00A1E5;
  border-bottom: 1px dashed #00A1E5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }
  .p-search__keywords span {
    display: inline-block;
    margin: 0 10px; }

.p-search__text {
  margin: 0 0 15px; }

.p-search__keyText {
  color: #58c1ed;
  text-decoration: underline; }

.p-search__slider {
  margin-bottom: 25px; }
  .p-search__slider__item {
    border: none; }
    .p-search__slider__item__link {
      margin: 10px;
      background: #ffffff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.p-about_radiko__logo {
  max-width: 65%;
  margin: 0 auto 20px;
  text-align: center; }

/* utility ----------------------------- */

.ad {
  margin: 15px auto;
  text-align: center; }
  .ad.-top {
    margin: 0;
    padding-right: 27px;
    padding-left: 27px; }

.ad_pr {
  width: 100%; }

/* トーク */
.cat_talk {
  background: #adb357; }

/* ニュース */
.cat_news {
  background: #a0435c; }

/* スポーツ */
.cat_sports {
  background: #86a9d9; }

/* ライフ・ヘルスケア */
.cat_life {
  background: #c96c67; }

/* Chubuネタ */
.cat_chubu {
  background: #ed7a99; }

/* グルメ */
.cat_gourmet {
  background: #74b18e; }

/* エンタメ */
.cat_entertainment {
  background: #ddbb65; }

/* カルチャー */
.cat_culture {
  background: #9c8fa3; }

/* レジャー */
.cat_leisure {
  background: #cc8266; }

/* イベント */
.cat_event {
  background: #567ccc; }

/* レポート */
.cat_report {
  background: #8c6239; }

/* 選択無し */
.cat_none {
  background: #888888; }
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1; }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1; } }
@media screen and (max-width: 768px) {
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 12px;
      font-size: 1.2rem; }
  .c-grid-col-1 {
    width: 100%; }
  .c-grid-col-2 {
    width: 100%; }
  .c-grid-col-3 {
    width: 100%; }
  .c-grid-col-4 {
    width: 100%; }
  .c-grid-col-5 {
    width: 100%; }
  .c-grid-col-6 {
    width: 100%; }
  .c-grid-col-7 {
    width: 100%; }
  .c-grid-col-8 {
    width: 100%; }
  .c-grid-col-9 {
    width: 100%; }
  .c-grid-col-10 {
    width: 100%; }
  .c-grid-col-11 {
    width: 100%; }
  .c-grid-col-12 {
    width: 100%; }
    .c-imageText__picture--right {
      margin-top: 10px;
      text-align: center; }
      .c-imageText__picture--bottom {
        margin-top: 10px; }
    [class^="c-imageText__picture"] img {
      width: 100%; }
    .c-modal__contents {
      width: calc(100% - 30px); }
  .c-modal img {
    max-width: 100%; }
      .c-modal__close:after, .c-modal__close:before {
        width: 15px; }
    .t-hti-news {
      padding: 20px; }
      .t-hti-news__head {
        margin-bottom: 20px; }
      .t-hti-news__tab__content {
        left: 50%;
        width: 98%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .t-hti-news__item:not(:last-child) {
        margin-bottom: 8px; }
        .t-hti-news__item__title {
          width: 90%;
          margin-top: 8px;
          margin-bottom: 10px;
          line-height: 1.6; }
    .c-table th, .c-table td {
      display: block;
      width: 100%; }
    .c-table th {
      border-bottom: 1px solid #CCCCCC; }
    .c-table--dl dl {
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
      .c-table--dl dl dt {
        border-bottom: 1px solid #CCCCCC; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
  .c-form-toggle__list--inline li {
    display: block; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-top: 20px; }
      .c-form-toggle__radio--design label {
        display: block;
        margin-top: 10px; }
      .c-form-toggle__checkbox--design label {
        display: block;
        margin-top: 10px; }
    .p-search__slider .flex-direction-nav .flex-prev,
    .p-search__slider.flexslider:hover .flex-direction-nav .flex-prev,
    .p-search__slider .flex-direction-nav .flex-next,
    .p-search__slider.flexslider:hover .flex-direction-nav .flex-next {
      display: none; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }
@media screen and (min-width: 769px) {
  .c-grid-col-1 {
    width: 8.33333%; }
  .c-grid-col-2 {
    width: 16.66667%; }
  .c-grid-col-3 {
    width: 25%; }
  .c-grid-col-4 {
    width: 33.33333%; }
  .c-grid-col-5 {
    width: 41.66667%; }
  .c-grid-col-6 {
    width: 50%; }
  .c-grid-col-7 {
    width: 58.33333%; }
  .c-grid-col-8 {
    width: 66.66667%; }
  .c-grid-col-9 {
    width: 75%; }
  .c-grid-col-10 {
    width: 83.33333%; }
  .c-grid-col-11 {
    width: 91.66667%; }
  .c-grid-col-12 {
    width: 100%; }
    .c-imageText__picture--top {
      width: 100% !important; }
    .c-imageText__picture--right {
      margin: 0 0 20px 20px;
      float: right; }
      .c-imageText__picture--bottom {
        margin: 20px auto 0; }
    .c-imageText__picture--left {
      margin: 0 20px 20px 0;
      float: left; }
    [class^="c-imageText__picture"] {
      display: table;
      width: 200px;
      text-align: center; }
    .c-modal__contents {
      max-width: 95%; }
      .c-modal__close:after, .c-modal__close:before {
        width: 20px; }
  .c-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    overflow: hidden; }
    .t-hti-news {
      padding: 35px 50px 50px; }
      .t-hti-news__head {
        margin-bottom: 35px; }
      .t-hti-news__tab__body {
        position: relative;
        padding: 30px 40px;
        overflow: hidden; }
      .t-hti-news__tab__content {
        left: 30px;
        width: 1040px; }
    .-list .t-hti-news__tab__content {
      width: 770px; }
      .t-hti-news__item:not(:last-child) {
        margin-bottom: 15px; }
      .-list .t-hti-news__item__title {
        width: 540px; }
        .t-hti-news__item__title {
          position: relative;
          top: -1px;
          width: 810px; }
    .c-table {
      width: 100%; }
    .c-table--dl dl {
      -ms-flex-direction: row;
      flex-direction: row; }
      .c-table--dl dl dt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 30%; }
      .c-table--dl dl dd {
        width: 70%; }
  .c-form-toggle__list--inline li {
    display: inline-block;
    cursor: pointer; }
    .c-form-toggle__list--inline li:not(:first-of-type) {
      margin-left: 20px; }
    .p-search__slider {
      margin-right: 15px;
      margin-left: 15px; }
    .p-search__slider .flex-direction-nav .flex-prev {
      left: -10px;
      height: 60px;
      opacity: 0.7; }
    .p-search__slider.flexslider:hover .flex-direction-nav .flex-prev {
      left: -10px; }
    .p-search__slider .flex-direction-nav .flex-next {
      right: -10px;
      height: 60px;
      opacity: 0.7; }
    .p-search__slider.flexslider:hover .flex-direction-nav .flex-next {
      right: -10px; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } }
@media screen and (max-width: 450px) {
    .c-linkBtnList--character {
      max-width: 250px; } }

/*# sourceMappingURL=style.css.map */