@charset "UTF-8";
/**
元画像のアスペクト比を維持したまま背景画像をリサイズして表示させる
@param {$img} 画像のurl
@param {$img-w} 画像の横幅（px単位付きで指定）
@param {$img-h} 画像の高さ（px単位付きで指定）
@param {$disp-w} [100%] 表示したい画像のサイズ
@note 特になし
*/
/**
横並びアイテムの左右マージンを調整したwidthを設定
@param {$col} アイテムのカラム数
@param {$margin} 左右のマージン（px単位付きで指定）
@note 特になし
*/
/**
「.u-icon」クラスで表示する疑似要素のアイコン設定
@param {$color} アイコン色
@param {$fz} アイコンのフォントサイズ
@note 特になし
*/
/**
  ie11用mixin
*/
/**
  safari用mixin
*/
/*!
*  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 Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

fas.rightSide::before {
  padding-left: 8px;
}
fas.leftSide::before {
  padding-right: 8px;
}

@font-face {
  font-family: "font-awesome_custom";
  src: url("/news/special/common/font-awesome_custom/fonts/font-awesome_custom.ttf?ctbvwu") format("truetype"), url("/news/special/common/font-awesome_custom/fonts/font-awesome_custom.woff?ctbvwu") format("woff"), url("/news/special/common/font-awesome_custom/fonts/font-awesome_custom.svg?ctbvwu#font-awesome_custom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "font-awesome_custom" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa-heart1:before {
  content: "";
}

.fa-star1:before {
  content: "";
}

.fa-user1: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-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

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

.fa-clock1:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-list-alt1:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag1: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-bookmark1:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-image1:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit1: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-circle1:before {
  content: "";
}

.fa-check-circle1:before {
  content: "";
}

.fa-question-circle1:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs: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-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-eye1:before {
  content: "";
}

.fa-eye-slash1:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-calendar-alt1:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment1:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder1:before {
  content: "";
}

.fa-folder-open1:before {
  content: "";
}

.fa-chart-bar1:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-comments1:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

.fa-rss:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

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

.fa-hand-point-right1:before {
  content: "";
}

.fa-hand-point-left1:before {
  content: "";
}

.fa-hand-point-up1:before {
  content: "";
}

.fa-hand-point-down1: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-users:before {
  content: "";
}

.fa-link:before {
  content: "";
}

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

.fa-cut:before {
  content: "";
}

.fa-copy1:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-truck: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-sort:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-envelope1:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

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

.fa-paste:before {
  content: "";
}

.fa-lightbulb1:before {
  content: "";
}

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

.fa-bell1:before {
  content: "";
}

.fa-coffee: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:before {
  content: "";
}

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

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

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

.fa-smile1:before {
  content: "";
}

.fa-frown1:before {
  content: "";
}

.fa-meh1:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

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

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

.fa-calendar1:before {
  content: "";
}

.fa-rocket: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-unlock-alt:before {
  content: "";
}

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

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

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

.fa-play-circle1:before {
  content: "";
}

.fa-minus-square1:before {
  content: "";
}

.fa-check-square1:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-share-square1:before {
  content: "";
}

.fa-compass1:before {
  content: "";
}

.fa-caret-square-down1:before {
  content: "";
}

.fa-caret-square-up1:before {
  content: "";
}

.fa-caret-square-right1:before {
  content: "";
}

.fa-file1:before {
  content: "";
}

.fa-file-alt1:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-thumbs-up1:before {
  content: "";
}

.fa-thumbs-down1:before {
  content: "";
}

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

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

.fa-sun1:before {
  content: "";
}

.fa-moon1:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-caret-square-left1:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

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

.fa-building1:before {
  content: "";
}

.fa-child:before {
  content: "";
}

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

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

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

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

.fa-car:before {
  content: "";
}

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

.fa-file-image1:before {
  content: "";
}

.fa-paper-plane1:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-futbol1:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

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

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

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

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

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

.fa-sticky-note1:before {
  content: "";
}

.fa-clone1:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map1:before {
  content: "";
}

.fa-comment-alt1:before {
  content: "";
}

.fa-pause-circle1:before {
  content: "";
}

.fa-stop-circle1:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-handshake1:before {
  content: "";
}

.fa-envelope-open1:before {
  content: "";
}

.fa-address-book1:before {
  content: "";
}

.fa-address-card1:before {
  content: "";
}

.fa-user-circle1:before {
  content: "";
}

.fa-id-badge1:before {
  content: "";
}

.fa-id-card1:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-snowflake1:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-trash-alt1:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-images1:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-clipboard1:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrow-alt-circle-down1:before {
  content: "";
}

.fa-arrow-alt-circle-left1:before {
  content: "";
}

.fa-arrow-alt-circle-right1:before {
  content: "";
}

.fa-arrow-alt-circle-up1:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-comment-dots1:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-image:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-copy:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

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

.fa-file-alt:before {
  content: "";
}

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

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

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

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

.fa-caret-square-left:before {
  content: "";
}

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

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

.fa-file-image:before {
  content: "";
}

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

.fa-futbol:before {
  content: "";
}

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

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

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

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

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

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

.fa-comment-alt:before {
  content: "";
}

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

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

.fa-handshake:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}
/**
トランジションの基本設定（トランジションパターン作成用）
@param {$property} 対象のプロパティ
@param {$duration} 時間（px単位付きで指定）
@param {$delay} 　 遅延（px単位付きで指定）
@note 特になし
*/
@keyframes loading_spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  line-height: 1;
  font-size: medium;
}
body #main h2 {
  line-height: 1;
}
body #main.top section:not(.senkyoNews):nth-child(even) {
  background-color: #f8f8f8;
}

#content #content-inner {
  padding-top: 0;
}

.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.l-navi {
  background-color: #eaeaea;
}

#header .title-right__text {
  display: block;
}
#header.scrolling {
  height: auto;
  padding: 10px 16px;
}
#header.scrolling .title-right__text {
  display: none;
}

.c-button-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
}
.c-button-wrap--small.right {
  margin-right: inherit;
  margin-left: auto;
}
.c-button-wrap--small.left {
  margin-right: auto;
  margin-left: inherit;
}
.c-button-wrap--small.center {
  margin-right: auto;
  margin-left: auto;
}
.c-button-wrap--small .c-button {
  padding: 12px;
}
.c-button-wrap--inline {
  display: inline-block;
}
.c-button-wrap:hover .c-button--outline-black {
  border: 1px solid #0f4c82;
}
.c-button-wrap:hover .c-button {
  transition: all 0.5s;
}
.c-button-wrap:hover .c-button__label {
  transition: all 0.5s;
}
.c-button-wrap:hover .c-button__icon--lineArrowBtm {
  opacity: 1;
  color: #333;
}
.c-button-wrap:hover .c-button__icon--lineArrowBtm::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: all 0.5s;
}
.c-button-wrap a:hover, .c-button-wrap a:active {
  text-decoration: none;
}

.c-button {
  position: relative;
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 100%;
  line-height: 1.2;
  cursor: pointer;
  width: 100%;
  transition: all 0.5s;
}
.c-button .fas.leftSide {
  margin-right: 8px;
}
.c-button .fas.rightSide {
  margin-left: 8px;
}
.c-button--outline-black, .c-button--outline-gray {
  border-width: 1px;
  border-style: solid;
}
.c-button--outline-black {
  transition: all 0.5s;
}
.c-button--fill-text-black {
  background-color: #333;
}
.c-button--fill-main-01 {
  background-color: #0f4c82;
}
.c-button__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  color: #333;
}
.c-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: inherit;
  line-height: 1;
}
.c-button__icon--right::before {
  left: auto;
  right: 16px;
}
.c-button__icon--lineArrowBtm {
  position: relative;
}
.c-button__icon--lineArrowBtm::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.c-button__icon--arrow-01::before {
  content: "▶";
}
.c-button__icon--arrow-02::before {
  content: "◀";
}
.c-button__icon--arrow-03::before {
  content: "▲";
}
.c-button__icon--arrow-04::before {
  content: "▼";
}
.c-button__icon--circle::before {
  content: "●";
}
.c-button__icon--cross {
  font-weight: bold;
}
.c-button__icon--cross::before {
  content: "✕";
}
.c-button__icon--crossMove {
  position: relative;
}
.c-button__icon--crossMove::before, .c-button__icon--crossMove:after {
  content: "";
  position: absolute;
  top: 44%;
  right: -32px;
  width: 14px;
  height: 2px;
  transition: all 0.5s;
}
.c-button__icon--crossMove::after {
  top: 9.5%;
  right: -26px;
  width: 2px;
  height: 14px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.c-button__icon--plus::before {
  content: "ɇ";
}
.c-button__icon--minus::before {
  content: "";
}
.c-button__label {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  color: #333;
  transition: all 0.5s;
}
.c-button.is-open span::after {
  top: 9%;
  right: -26px;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.c-caption {
  padding-top: 8px;
  text-align: center;
  line-height: 1.4;
}
.c-caption--right {
  text-align: right;
}
.c-caption--left {
  text-align: left;
}
/*
防災アプリmovie枠 設定
*/
/* ----- movie設定 end ----- */
/* --------------------
SNSボタン
-------------------- */
.module--share {
  padding: 32px 0 0;
  text-align: center;
}

.nhk-snsbtn {
  margin-bottom: 0px !important;
}

.c-time {
  display: block;
  font-size: 100%;
  color: #666;
}

.u-only-xs {
  display: none;
}
.u-only-xs--inline {
  display: none;
}
.u-only-xs--flex {
  display: none;
}

.u-only-sm {
  display: none;
}
.u-only-sm--inline {
  display: none;
}
.u-only-sm--flex {
  display: none;
}

.u-only-md {
  display: none;
}
.u-only-md--inline {
  display: none;
}
.u-only-md--flex {
  display: none;
}

.u-only-lg {
  display: none;
}
.u-only-lg--inline {
  display: none;
}
.u-only-lg--flex {
  display: none;
}

.u-only-xl {
  display: none;
}
.u-only-xl--inline {
  display: none;
}
.u-only-xl--flex {
  display: none;
}

.u-fz10 {
  font-size: 62.5%;
}

.u-fz11 {
  font-size: 68.75%;
}

.u-fz12 {
  font-size: 75%;
}

.u-fz13 {
  font-size: 81.25%;
}

.u-fz14 {
  font-size: 87.5%;
}

.u-fz15 {
  font-size: 93.75%;
}

.u-fz16 {
  font-size: 100%;
}

.u-fz17 {
  font-size: 106.25%;
}

.u-fz18 {
  font-size: 112.5%;
}

.u-fz19 {
  font-size: 118.75%;
}

.u-fz20 {
  font-size: 125%;
}

.u-fz22 {
  font-size: 137.5%;
}

.u-fz23 {
  font-size: 143.75%;
}

.u-fz24 {
  font-size: 150%;
}

.u-fz25 {
  font-size: 156.25%;
}

.u-fz26 {
  font-size: 162.5%;
}

.u-fz27 {
  font-size: 168.75%;
}

.u-fz28 {
  font-size: 175%;
}

.u-fz30 {
  font-size: 187.5%;
}

.u-fz32 {
  font-size: 200%;
}

.u-fz34 {
  font-size: 212.5%;
}

.u-fz36 {
  font-size: 225%;
}

.u-fz38 {
  font-size: 237.5%;
}

.u-fz40 {
  font-size: 250%;
}

.u-fz42 {
  font-size: 262.5%;
}

.u-fz44 {
  font-size: 275%;
}

.u-fz46 {
  font-size: 287.5%;
}

.u-fz50 {
  font-size: 312.5%;
}

.u-fz72 {
  font-size: 450%;
}

.u-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.u-icon--top::before {
  top: 0.2em;
  transform: translateY(0);
}
.u-icon--bottom::before {
  top: auto;
  bottom: 0.2em;
  transform: translateY(0);
}
.u-icon--right::before {
  right: 0;
}
.u-icon--left::before {
  left: 0;
}
.u-icon--triangle_01::before {
  content: "▶";
}
.u-icon--triangle_02::before {
  content: "◀";
}
.u-icon--triangle_03::before {
  content: "▲";
}
.u-icon--triangle_03::before {
  content: "▼";
}
.u-icon--db-bracket_01::before {
  content: "≪";
}
.u-icon--db-bracket_02::before {
  content: "≫";
}

.u-link {
  color: #045e8c;
}
.u-link:visited {
  color: #38225F;
}
.u-link:hover {
  text-decoration: underline;
  color: #0690d6;
}
.u-link--noState:visited {
  color: #045e8c;
}
.u-link--noDecoration:hover {
  text-decoration: none;
}
.u-link--noDecoration:hover .u-link--decoration {
  text-decoration: underline;
}

.u-clickable {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-clickable--abs {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-externalLink span {
  padding: 4px 22px 4px 0px;
  background: url(../images/ico-window.png) no-repeat right 2px/15px;
  text-decoration: underline;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mAll0 {
  margin: 0px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-mAll4 {
  margin: 4px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mAll8 {
  margin: 8px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-mAll12 {
  margin: 12px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mAll16 {
  margin: 16px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mAll20 {
  margin: 20px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mAll24 {
  margin: 24px !important;
}
.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-mAll28 {
  margin: 28px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mAll32 {
  margin: 32px !important;
}
.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-mAll36 {
  margin: 36px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mAll40 {
  margin: 40px !important;
}
.u-mt44 {
  margin-top: 44px !important;
}

.u-mr44 {
  margin-right: 44px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-ml44 {
  margin-left: 44px !important;
}

.u-mAll44 {
  margin: 44px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mAll48 {
  margin: 48px !important;
}
.u-mt52 {
  margin-top: 52px !important;
}

.u-mr52 {
  margin-right: 52px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-ml52 {
  margin-left: 52px !important;
}

.u-mAll52 {
  margin: 52px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mAll56 {
  margin: 56px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mAll60 {
  margin: 60px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mAll64 {
  margin: 64px !important;
}
.u-mt68 {
  margin-top: 68px !important;
}

.u-mr68 {
  margin-right: 68px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-ml68 {
  margin-left: 68px !important;
}

.u-mAll68 {
  margin: 68px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-mAll72 {
  margin: 72px !important;
}
.u-mt76 {
  margin-top: 76px !important;
}

.u-mr76 {
  margin-right: 76px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-ml76 {
  margin-left: 76px !important;
}

.u-mAll76 {
  margin: 76px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mAll80 {
  margin: 80px !important;
}
.u-mAuto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pAll0 {
  padding: 0px !important;
}
.u-pt4 {
  padding-top: 4px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pAll4 {
  padding: 4px !important;
}
.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pAll8 {
  padding: 8px !important;
}
.u-pt12 {
  padding-top: 12px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pAll12 {
  padding: 12px !important;
}
.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pAll16 {
  padding: 16px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pAll20 {
  padding: 20px !important;
}
.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pAll24 {
  padding: 24px !important;
}
.u-pt28 {
  padding-top: 28px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pAll28 {
  padding: 28px !important;
}
.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pAll32 {
  padding: 32px !important;
}
.u-pt36 {
  padding-top: 36px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pAll36 {
  padding: 36px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pAll40 {
  padding: 40px !important;
}
.u-pt44 {
  padding-top: 44px !important;
}

.u-pr44 {
  padding-right: 44px !important;
}

.u-pb44 {
  padding-bottom: 44px !important;
}

.u-pl44 {
  padding-left: 44px !important;
}

.u-pAll44 {
  padding: 44px !important;
}
.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pAll48 {
  padding: 48px !important;
}
.u-pt52 {
  padding-top: 52px !important;
}

.u-pr52 {
  padding-right: 52px !important;
}

.u-pb52 {
  padding-bottom: 52px !important;
}

.u-pl52 {
  padding-left: 52px !important;
}

.u-pAll52 {
  padding: 52px !important;
}
.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pAll56 {
  padding: 56px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pAll60 {
  padding: 60px !important;
}
.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pAll64 {
  padding: 64px !important;
}
.u-pt68 {
  padding-top: 68px !important;
}

.u-pr68 {
  padding-right: 68px !important;
}

.u-pb68 {
  padding-bottom: 68px !important;
}

.u-pl68 {
  padding-left: 68px !important;
}

.u-pAll68 {
  padding: 68px !important;
}
.u-pt72 {
  padding-top: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pAll72 {
  padding: 72px !important;
}
.u-pt76 {
  padding-top: 76px !important;
}

.u-pr76 {
  padding-right: 76px !important;
}

.u-pb76 {
  padding-bottom: 76px !important;
}

.u-pl76 {
  padding-left: 76px !important;
}

.u-pAll76 {
  padding: 76px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pAll80 {
  padding: 80px !important;
}
.u-pos-sta {
  position: static;
}

.u-pos-rel {
  position: relative;
}

.u-pos-abs {
  position: absolute;
}

.u-pos-fix {
  position: fixed;
}

.u-txt-hr--right {
  text-align: right;
}

.u-txt-hr--center {
  text-align: center;
}

.u-txt-hr--left {
  text-align: left;
}

.u-txt-color--red {
  color: red;
}

.u-txt-color--base {
  color: #333;
}

.u-txt-bold--light-2 {
  font-weight: lighter;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-bold--nomal {
  font-weight: normal;
}

.u-txt-bold--bold-1 {
  font-weight: bolder;
}

.u-txt-marker {
  padding: 1px 1px;
  background-color: #fff799;
  font-weight: bold;
}
.u-txt-marker--line {
  padding: 1px 1px;
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

.u-color--main-01 {
  background-color: #0f4c82;
}
.u-color--accent-blue-02 {
  background-color: #0087d2;
}
.u-color--back-ground {
  background-color: #fff;
}
.u-color--back-ground-mv {
  background-color: #000;
}
.u-color--base-gray {
  background-color: #c4c4c4;
}

.u-boxBg {
  padding: 12px;
}
.u-boxBg.lblue {
  background-color: #dbf7ff;
}
.u-boxBg.lred {
  background-color: #ffdbdb;
}
.u-boxBg.lyellow {
  background-color: #fff9db;
}
.u-boxBg.lgray {
  background-color: #ececec;
}
.u-boxBg.lgreen {
  background-color: #e2ffe1;
}

/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
#loading .spin_anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #0f4c82 rgba(15, 76, 130, 0.12) rgba(15, 76, 130, 0.12);
  animation: loading_spin 1.5s infinite linear forwards;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

#main .about-wrap {
  margin-top: 48px;
}
#main .about-body {
  line-height: 1.6;
  margin-top: 24px;
}
#main .about-title {
  line-height: 1.2;
}
#main .p-heading-01 {
  position: relative;
  margin: 0 auto;
  padding: 0 12px;
  font-size: 175%;
  color: #0f4c82;
  font-weight: bold;
  line-height: 1;
  border-bottom: none;
}
#main .p-heading-01:after {
  content: none;
}
#main .senkyoSchedule .container-description {
  padding: 0 16px;
}
#main .center_text {
  display: block;
  text-align: center;
}
#main .senkyoSlider {
  padding: 0 0 12px 0;
  overflow: hidden;
}
#main .senkyoSlider .mv-swiper-container {
  position: relative;
}
#main .senkyoSlider .mv-swiper-container .swiper-wrapper {
  height: 100%;
  margin-bottom: 24px;
  position: relative;
}
#main .senkyoSlider .mv-swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  height: 100%;
  box-shadow: 0px 8px 20px 0px rgba(187, 187, 187, 0.3);
}
#main .senkyoSlider .mv-swiper-container .swiper-pagination {
  position: relative !important;
}
#main .senkyoSlider .mv-swiper-container .swiper-pagination-bullets {
  bottom: 0;
  z-index: 0;
}
_::-webkit-full-page-media, _:future, :root #main .senkyoSlider .mv-swiper-container .swiper-pagination-bullets {
  margin-top: -44%;
}
#main .senkyoSlider .mv-swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 34px;
  margin-bottom: 12px;
  line-height: 34px;
  background: transparent;
  color: #0f4c82;
  border-radius: 0;
  border: 1px solid #0f4c82;
  text-align: center;
  font-weight: bold;
  opacity: 1;
}
#main .senkyoSlider .mv-swiper-container .swiper-pagination-bullet-active {
  background: #0f4c82;
  color: #fff;
}
#main .senkyoSlider .mv-swiper-container .swiper-slide {
  width: 100%;
}
#main .senkyoSlider .mv-swiper-container .swiper-button-prev, #main .senkyoSlider .mv-swiper-container .swiper-button-next {
  background-color: #0f4c82;
  padding: 24px 10px;
  margin: auto;
  font-size: 30.5px;
  top: 9.1vh;
  z-index: 1;
}
#main .senkyoSlider .mv-swiper-container .swiper-button-next:after, #main .senkyoSlider .mv-swiper-container .swiper-button-prev:after {
  color: #fff;
}
#main .senkyoSlider .mv-swiper-container .swiper-button-prev {
  left: 0;
  height: 15.72%;
  right: auto;
}
#main .senkyoSlider .mv-swiper-container .swiper-button-prev:after {
  font-family: FontAwesome;
  content: "";
}
#main .senkyoSlider .mv-swiper-container .swiper-button-next {
  right: 0;
  height: 15.72%;
  left: auto;
}
#main .senkyoSlider .mv-swiper-container .swiper-button-next:after {
  font-family: FontAwesome;
  content: "";
}
#main .senkyoSlider .mv-swiper-container-rtl .swiper-button-next {
  right: 0;
  height: 15.72%;
  left: auto;
}
#main .senkyoSlider .mv-swiper-container-rtl .swiper-button-next:after {
  font-family: FontAwesome;
  content: "";
}
#main .senkyoSlider .mv-swiper-container-rtl .swiper-button-prev {
  left: 0;
  height: 15.72%;
  right: auto;
}
#main .senkyoSlider .mv-swiper-container-rtl .swiper-button-prev:after {
  font-family: FontAwesome;
  content: "";
}
#main .senkyoSlider .mv-swiper__image {
  width: 100%;
}
#main .senkyoSlider .mv-swiper__image img {
  width: 100%;
}
#main .senkyoSlider .mv-swiper__right {
  padding: 18px 13px;
  height: 270px;
}
#main .senkyoSlider .mv-swiper__category {
  display: inline-block;
  max-width: 35%;
  padding: 10px 18px;
  border-radius: 30px;
  border: 2px solid #0f4c82;
  color: #0f4c82;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}
#main .senkyoSlider .mv-swiper__category span {
  font-size: 87.5%;
}
#main .senkyoSlider .mv-swiper__category span:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
#main .senkyoSlider .mv-swiper__category.kekka span:before {
  background: url("/senkyo-data/top/images/gnav_kekka.png") no-repeat;
  background-size: contain;
}
#main .senkyoSlider .mv-swiper__category.yotei span:before {
  background: url("/senkyo-data/top/images/gnav_yotei.png") no-repeat;
  background-size: contain;
}
#main .senkyoSlider .mv-swiper__category.shijiritsu span:before {
  background: url("/senkyo-data/top/images/gnav_shijiritsu.png") no-repeat;
  background-size: contain;
}
#main .senkyoSlider .mv-swiper__category.pickup span:before {
  background: url("/senkyo-data/top/images/gnav_pickup.png") no-repeat;
  background-size: contain;
}
#main .senkyoSlider .mv-swiper__title {
  margin-left: 2px;
  font-size: 150%;
}
#main .senkyoSlider .mv-swiper__text {
  margin-left: 2px;
  margin-top: 16px;
  line-height: 1.6;
}
#main .senkyoSlider .mv-swiper__text span {
  color: red;
}
#main .senkyoSlider .mv-swiper__time {
  margin-top: 24px;
  font-weight: bold;
  margin-left: 2px;
  color: #666;
}
#main .senkyoSlider .mv-swiper__time time, #main .senkyoSlider .mv-swiper__time p {
  display: inline-block;
}
#main .senkyoSlider .mv-swiper__arrow {
  margin-top: 31px;
  margin-bottom: 19px;
  text-align: right;
  font-weight: bold;
  font-size: 100%;
  color: #0f4c82;
}
#main .senkyoSlider .mv-swiper__arrow__inner {
  border-bottom: 2px solid #0f4c82;
  padding-bottom: 12px;
}
#main .senkyoSlider .mv-swiper__arrow__inner:after {
  content: "";
  width: 20px;
  height: 12px;
  margin-left: 19px;
  position: relative;
  display: inline-block;
  background: url("/senkyo-data/top/images/gnav_hide_arrow.png") no-repeat;
  background-size: contain;
}
#main .senkyoSlider .swiper-slide__inner {
  display: block;
  text-align: left;
  color: #333;
}
#main .senkyoNews {
  overflow: hidden;
  width: 100%;
  background: linear-gradient(to right, #0D3E69, #115693);
  padding: 21px 0;
  color: #fff;
}
#main .senkyoNews .container {
  width: 100%;
  text-align: center;
}
#main .senkyoNews__title {
  color: #fff;
  margin-bottom: 18px;
}
#main .senkyoNews__title__text {
  padding-top: 0;
  margin-bottom: 0;
}
#main .senkyoNews .news-swiper-container {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
#main .senkyoNews .news-swiper-container .swiper-slide {
  background-color: transparent;
}
#main .senkyoNews .news-swiper-container .swiper-slide__inner {
  display: block;
  width: 100%;
  color: #fff;
}
#main .senkyoNews .news-swiper-container .swiper-slide__inner:hover > .swiper-slide__title {
  text-decoration: underline;
}
#main .senkyoNews .news-swiper-container .swiper-slide__time {
  font-size: 75%;
}
#main .senkyoNews .news-swiper-container .swiper-slide__time .new:after {
  content: "NEW";
  display: inline-block;
  position: relative;
  margin-left: 9px;
  padding: 3px 4px;
  font-size: 10px;
  color: #0f4c82;
  background-color: #fff;
  font-weight: bold;
}
#main .senkyoNews .news-swiper-container .swiper-slide__title {
  margin-top: 8px;
  font-size: 75%;
  font-weight: normal;
  line-height: 1.6;
}
#main .senkyoNews .news-swiper-container .swiper-pagination-bullets {
  bottom: 0;
  font-size: 7px;
  z-index: 0;
}
#main .senkyoNews .news-swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  border-radius: 0;
  width: 16px;
  height: 4px;
  margin: 0 6px;
}
#main .senkyoNews .news-swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cccc00;
}
#main .senkyoNews__link__btn {
  width: 69.87%;
  margin: 0 auto;
  font-weight: bold;
}
#main .senkyoNews__link__btn__text {
  font-size: 87.5%;
}
#main .senkyoNews__link__btn__text:after {
  content: "";
  display: inline-block;
  background: url(/senkyo-data/top/images/link_blank_02.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  width: 14px;
  height: 11px;
  transition: 0.3s;
}
#main .senkyoNews__link__btn__inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  transition: 0.3s;
}
#main .senkyoNews__link__btn__inner:hover {
  background-color: #fff;
  color: #0f4c82;
}
#main .senkyoNews__link__btn__inner:hover > .senkyoNews__link__btn__text:after {
  background: url(/senkyo-data/top/images/link_blank_01.png) no-repeat;
  background-size: contain;
}
#main .senkyoSchedule {
  padding: 48px 0;
}
#main .senkyoSchedule h3 {
  font-size: medium;
}
#main .senkyoSchedule .container {
  width: 100%;
}
#main .senkyoSchedule .container .head-wrapper {
  padding: 0 16px;
}
#main .senkyoSchedule .container .head-wrapper__title {
  color: #0f4c81;
  font-size: 175%;
  margin-bottom: 0;
}
#main .senkyoSchedule .container .head-wrapper__text {
  line-height: 1.6;
  font-size: 100%;
  color: #757575;
  margin-top: calc(16px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoSchedule .yotei {
  box-shadow: 0px 8px 20px 0px rgba(187, 187, 187, 0.3);
  padding: 0 0 28px;
  margin-top: 45px;
  background-color: #fff;
}
#main .senkyoSchedule .yotei-title {
  display: flex;
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  padding-bottom: 30px;
}
#main .senkyoSchedule .yotei-title h3 {
  font-size: 125%;
}
#main .senkyoSchedule .yotei-title__text {
  width: 49.99%;
  background-color: #ddd;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  color: #0f4c82;
}
#main .senkyoSchedule .yotei-title__text.active {
  position: relative;
  background-color: #0f4c82;
  color: #fff;
}
#main .senkyoSchedule .yotei-title__text.active:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #0f4c82 transparent transparent transparent;
}
#main .senkyoSchedule .yotei .btn-list {
  margin-top: 16px;
}
#main .senkyoSchedule .sec-article {
  margin: 0 auto;
  border-top: 2px solid #dddddd;
  display: none;
}
#main .senkyoSchedule .sec-article.active {
  display: block;
}
#main .senkyoSchedule .sec-article-item {
  position: relative;
  padding: 16px 14px 18px 14px;
}
#main .senkyoSchedule .sec-article-item.items:nth-child(odd) {
  background-color: #f5f5f5;
}
#main .senkyoSchedule .sec-article-item.items:nth-child(even) {
  background-color: #fff;
}
#main .senkyoSchedule .sec-article-item.title {
  background-color: #0f4c82;
  color: #fff;
  font-weight: bold;
}
#main .senkyoSchedule .sec-article-item.title .name {
  font-weight: bold;
}
#main .senkyoSchedule .sec-article-item:nth-child(6) {
  padding: 16px 14px 18px 14px;
}
#main .senkyoSchedule .sec-article-item:nth-child(6):after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 20%, white 80%);
  position: absolute;
}
#main .senkyoSchedule .sec-article-items {
  position: relative;
  display: flex;
  align-items: center;
}
#main .senkyoSchedule .sec-article-items-left {
  width: 62.243%;
}
#main .senkyoSchedule .sec-article-items__inner {
  font-size: 81.25%;
  line-height: 1.6;
}
#main .senkyoSchedule .sec-article-items__inner.tohyo, #main .senkyoSchedule .sec-article-items__inner.todofuken {
  display: inline-block;
}
#main .senkyoSchedule .sec-article-items__inner.tohyo {
  white-space: nowrap;
  margin-right: 4px;
}
#main .senkyoSchedule .sec-article-items__inner.tohyo span {
  display: inline-block;
}
#main .senkyoSchedule .sec-article-items__inner.name {
  width: 100%;
  font-weight: bold;
  font-size: 131.25%;
}
#main .senkyoSchedule .sec-article-items__inner.link {
  width: 42%;
  font-size: 68.75%;
  text-align: right;
  font-weight: bold;
}
#main .senkyoSchedule .sec-article-items__inner.link a {
  display: inline-block;
  position: relative;
  width: 85%;
  border-radius: 20px;
  padding: 6px 0;
  transition: 0.2s;
  text-align: center;
  white-space: nowrap;
}
#main .senkyoSchedule .sec-article-items__inner.link a:after {
  content: "";
  width: 8.6%;
  height: 0.6em;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
}
#main .senkyoSchedule .sec-article-items__inner.link a.result {
  color: #0f4c82;
  border: 2px solid #0f4c82;
}
#main .senkyoSchedule .sec-article-items__inner.link a.result:after {
  background: url("/senkyo-data/top/images/gnav_hide_arrow.png") no-repeat;
  background-size: contain;
}
#main .senkyoSchedule .sec-article-items__inner.link a.info {
  color: #ea134b;
  border: 2px solid #ea134b;
}
#main .senkyoSchedule .sec-article-items__inner.link a.info:after {
  background: url("/senkyo-data/top/images/arrow_red.png") no-repeat;
  background-size: contain;
}
#main .senkyoSchedule .sec-article-items__inner.link a:hover.result {
  background-color: #0f4c82;
  color: #fff;
}
#main .senkyoSchedule .sec-article-items__inner.link a:hover.result:after {
  background: url("/senkyo-data/top/images/arrow_white.png") no-repeat;
  background-size: contain;
}
#main .senkyoSchedule .sec-article-items__inner.link a:hover.info {
  background-color: #ea134b;
  color: #fff;
}
#main .senkyoSchedule .sec-article-items__inner.link a:hover.info:after {
  background: url("/senkyo-data/top/images/arrow_white.png") no-repeat;
  background-size: contain;
}
#main .container-description {
  margin-top: 26px;
  line-height: 1.6;
}

.btn-list {
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.btn-list__link {
  display: block;
  padding: 17px 0 16px;
  font-size: 87.5%;
  color: #0f4c81;
  font-weight: bold;
  border: 2px solid #0f4c81;
  border-radius: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.btn-list__link:visited {
  color: #0f4c81;
}
.btn-list__link:after {
  content: "";
  background-image: url("/senkyo-data/top/images/gnav_hide_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 17px;
}
.btn-list__link:hover {
  color: #fff;
  background: #0f4c81;
}
.btn-list__link:hover:after {
  background-image: url("/senkyo-data/top/images/gnav_hide_arrow_white.png");
}

#main .senkyoResult {
  padding: 48px 0;
}
#main .senkyoResult .container {
  width: 100%;
  padding: 0 16px;
}
#main .senkyoResult .container .head-wrapper__title {
  color: #0f4c81;
  font-size: 175%;
  margin-bottom: 0;
}
#main .senkyoResult .container .head-wrapper__text {
  line-height: 1.6;
  font-size: 100%;
  color: #757575;
  margin-top: calc(16px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoResult .container .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(48px - (((14px * 1.6) - 14px) / 2));
}
#main .senkyoResult .container .article-list .list-item {
  width: 48%;
  height: auto;
  margin-bottom: 40px;
  position: relative;
}
#main .senkyoResult .container .article-list .list-item:hover .item__img img {
  opacity: 0.5;
}
#main .senkyoResult .container .article-list .list-item:hover .item__img-inner {
  background: #333;
  display: block;
}
#main .senkyoResult .container .article-list .list-item:hover .item__title {
  text-decoration: underline;
}
#main .senkyoResult .container .article-list .list-item:hover .item__text {
  text-decoration: underline;
}
#main .senkyoResult .container .article-list .list-item:nth-child(2n) {
  margin-left: 4%;
}
#main .senkyoResult .container .article-list .list-item .item__img img {
  width: 100%;
}
#main .senkyoResult .container .article-list .list-item .item__time {
  color: #757575;
  font-weight: bold;
  font-size: 75%;
  border-bottom: 1px dashed;
  padding: 12px 0;
}
#main .senkyoResult .container .article-list .list-item .item__time time {
  display: inline-block;
}
#main .senkyoResult .container .article-list .list-item .item__title {
  color: #333333;
  font-size: 100%;
  line-height: 1.6;
  margin-top: calc(14px - (((16px * 1.6) - 16px) / 2));
  margin-bottom: calc(8px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoResult .container .article-list .list-item .item__text {
  line-height: 1.6;
  font-size: 87.5%;
  color: #333333;
}
#main .senkyoResult .container .article-list .label-new {
  position: absolute;
  color: white;
  display: inline-block;
  font-weight: bold;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 62.5%;
  font-family: 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #ea134b;
  padding: 4px 5px 3px;
}
#main .senkyoResult .container .btn-list {
  padding: 0;
}
#main .senkyoResult .external-link {
  position: relative;
}
#main .senkyoResult .external-link:after {
  content: "";
  background-image: url("/senkyo-data/top/images/link_blank_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
}
#main .senkyoResearch {
  padding: 48px 0;
}
#main .senkyoResearch .container {
  width: 100%;
  padding: 0 16px;
}
#main .senkyoResearch .container .head-wrapper__title {
  color: #0f4c81;
  font-size: 175%;
  margin-bottom: 0;
}
#main .senkyoResearch .container .head-wrapper__text {
  line-height: 1.6;
  font-size: 100%;
  color: #757575;
  margin-top: calc(16px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoResearch .article-list {
  list-style: none;
  padding-bottom: 40px;
  margin-top: calc(48px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoResearch .article-list .list-item {
  padding: 16px 16px 20px;
  border-top: 1px solid #757575;
}
#main .senkyoResearch .article-list .list-item:hover .item__img img {
  opacity: 0.5;
}
#main .senkyoResearch .article-list .list-item:hover .item__img-inner {
  background: #333;
  display: block;
}
#main .senkyoResearch .article-list .list-item:hover .item__box-title {
  text-decoration: underline;
}
#main .senkyoResearch .article-list .list-item:hover .item__box-text {
  text-decoration: underline;
}
#main .senkyoResearch .article-list .list-item:last-child {
  border-bottom: 1px solid #757575;
}
#main .senkyoResearch .article-list .list-item .item {
  display: flex;
}
#main .senkyoResearch .article-list .list-item .item__img {
  width: 106px;
  height: auto;
  margin-right: 16px;
}
#main .senkyoResearch .article-list .list-item .item__img img {
  width: 100%;
}
#main .senkyoResearch .article-list .list-item .item__box {
  width: calc(100% - (106px + 16px));
}
#main .senkyoResearch .article-list .list-item .item__box-time {
  color: #757575;
  font-weight: bold;
  font-size: 75%;
  border-bottom: none;
  padding: 0;
}
#main .senkyoResearch .article-list .list-item .item__box-time time {
  display: inline-block;
}
#main .senkyoResearch .article-list .list-item .item__box-title {
  display: block;
  font-size: 100%;
  color: #333;
  line-height: 1.6;
  margin-top: calc(10px - (((16px * 1.6) - 16px) / 2));
  margin-bottom: calc(4px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoResearch .article-list .list-item .item__box-text {
  line-height: 1.6;
  font-size: 87.5%;
  color: #333;
}
#main .senkyoResearch .article-list .list-item .item__box .external-link {
  position: relative;
}
#main .senkyoResearch .article-list .list-item .item__box .external-link:after {
  content: "";
  background-image: url("/senkyo-data/top/images/link_blank_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
}
#main .senkyoPickup {
  padding: 48px 0 0;
}
#main .senkyoPickup .container {
  width: 100%;
  padding: 0 16px;
}
#main .senkyoPickup .container .head-wrapper__title {
  color: #0f4c81;
  font-size: 175%;
  margin-bottom: 0;
}
#main .senkyoPickup .container .head-wrapper__text {
  font-size: 100%;
  color: #757575;
  line-height: 1.6;
  margin-top: calc(16px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoPickup .article-list {
  list-style: none;
  margin-top: calc(48px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoPickup .article-list .list-item {
  padding: 16px 16px 20px;
  border-top: 1px solid #CCC;
}
#main .senkyoPickup .article-list .list-item:hover .item__img img {
  opacity: 0.5;
}
#main .senkyoPickup .article-list .list-item:hover .item__img-inner {
  background: #333;
  display: block;
}
#main .senkyoPickup .article-list .list-item:hover .item__box-title {
  text-decoration: underline;
}
#main .senkyoPickup .article-list .list-item:hover .item__box-text {
  text-decoration: underline;
}
#main .senkyoPickup .article-list .list-item .item {
  display: flex;
}
#main .senkyoPickup .article-list .list-item .item__img {
  width: 106px;
  height: auto;
  margin-right: 16px;
}
#main .senkyoPickup .article-list .list-item .item__img img {
  width: 100%;
}
#main .senkyoPickup .article-list .list-item .item .item__box {
  width: calc(100% - (106px + 16px));
}
#main .senkyoPickup .article-list .list-item .item .item__box-time {
  color: #757575;
  font-weight: bold;
  font-size: 75%;
  border-bottom: none;
  padding: 0;
}
#main .senkyoPickup .article-list .list-item .item .item__box-time time {
  display: inline-block;
}
#main .senkyoPickup .article-list .list-item .item .item__box-title {
  font-size: 100%;
  color: #333;
  line-height: 1.6;
  margin-top: calc(0px - (((16px * 1.6) - 16px) / 2));
  margin-bottom: calc(4px - (((16px * 1.6) - 16px) / 2));
}
#main .senkyoPickup .article-list .list-item .item .item__box-text {
  line-height: 1.6;
  font-size: 87.5%;
  color: #333;
}
#main .senkyoPickup .article-list .list-item .item .item__box .external-link {
  position: relative;
}
#main .senkyoPickup .article-list .list-item .item .item__box .external-link:after {
  content: "";
  background-image: url("/senkyo-data/top/images/link_blank_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
}
@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
@media print, screen and (min-width: 600px ) {
  #header.scrolling {
    padding: 0;
  }
  .c-button-wrap--small {
    width: 240px;
  }
  .c-button-wrap--middle {
    width: 352px;
  }
  .c-button-wrap--large {
    width: 480px;
  }
  .c-button-wrap--inline {
    margin-right: 24px;
    margin-left: 24px;
  }
  .c-button {
    padding: 16px;
  }
  .c-list--col-md-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-md-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-md-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-md-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-md-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-md-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-md-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-md-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-md-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-md-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-md-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-md-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .module--share {
    text-align: right;
  }
  .module--share:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .u-only-md {
    display: block;
  }
  .u-only-md--inline {
    display: inline-block;
  }
  .u-only-md--flex {
    display: flex;
  }
  .u-mt0--md {
    margin-top: 0px !important;
  }

  .u-mr0--md {
    margin-right: 0px !important;
  }

  .u-mb0--md {
    margin-bottom: 0px !important;
  }

  .u-ml0--md {
    margin-left: 0px !important;
  }

  .u-mAll0--md {
    margin: 0px !important;
  }
  .u-mt4--md {
    margin-top: 4px !important;
  }

  .u-mr4--md {
    margin-right: 4px !important;
  }

  .u-mb4--md {
    margin-bottom: 4px !important;
  }

  .u-ml4--md {
    margin-left: 4px !important;
  }

  .u-mAll4--md {
    margin: 4px !important;
  }
  .u-mt8--md {
    margin-top: 8px !important;
  }

  .u-mr8--md {
    margin-right: 8px !important;
  }

  .u-mb8--md {
    margin-bottom: 8px !important;
  }

  .u-ml8--md {
    margin-left: 8px !important;
  }

  .u-mAll8--md {
    margin: 8px !important;
  }
  .u-mt12--md {
    margin-top: 12px !important;
  }

  .u-mr12--md {
    margin-right: 12px !important;
  }

  .u-mb12--md {
    margin-bottom: 12px !important;
  }

  .u-ml12--md {
    margin-left: 12px !important;
  }

  .u-mAll12--md {
    margin: 12px !important;
  }
  .u-mt16--md {
    margin-top: 16px !important;
  }

  .u-mr16--md {
    margin-right: 16px !important;
  }

  .u-mb16--md {
    margin-bottom: 16px !important;
  }

  .u-ml16--md {
    margin-left: 16px !important;
  }

  .u-mAll16--md {
    margin: 16px !important;
  }
  .u-mt20--md {
    margin-top: 20px !important;
  }

  .u-mr20--md {
    margin-right: 20px !important;
  }

  .u-mb20--md {
    margin-bottom: 20px !important;
  }

  .u-ml20--md {
    margin-left: 20px !important;
  }

  .u-mAll20--md {
    margin: 20px !important;
  }
  .u-mt24--md {
    margin-top: 24px !important;
  }

  .u-mr24--md {
    margin-right: 24px !important;
  }

  .u-mb24--md {
    margin-bottom: 24px !important;
  }

  .u-ml24--md {
    margin-left: 24px !important;
  }

  .u-mAll24--md {
    margin: 24px !important;
  }
  .u-mt28--md {
    margin-top: 28px !important;
  }

  .u-mr28--md {
    margin-right: 28px !important;
  }

  .u-mb28--md {
    margin-bottom: 28px !important;
  }

  .u-ml28--md {
    margin-left: 28px !important;
  }

  .u-mAll28--md {
    margin: 28px !important;
  }
  .u-mt32--md {
    margin-top: 32px !important;
  }

  .u-mr32--md {
    margin-right: 32px !important;
  }

  .u-mb32--md {
    margin-bottom: 32px !important;
  }

  .u-ml32--md {
    margin-left: 32px !important;
  }

  .u-mAll32--md {
    margin: 32px !important;
  }
  .u-mt36--md {
    margin-top: 36px !important;
  }

  .u-mr36--md {
    margin-right: 36px !important;
  }

  .u-mb36--md {
    margin-bottom: 36px !important;
  }

  .u-ml36--md {
    margin-left: 36px !important;
  }

  .u-mAll36--md {
    margin: 36px !important;
  }
  .u-mt40--md {
    margin-top: 40px !important;
  }

  .u-mr40--md {
    margin-right: 40px !important;
  }

  .u-mb40--md {
    margin-bottom: 40px !important;
  }

  .u-ml40--md {
    margin-left: 40px !important;
  }

  .u-mAll40--md {
    margin: 40px !important;
  }
  .u-mt44--md {
    margin-top: 44px !important;
  }

  .u-mr44--md {
    margin-right: 44px !important;
  }

  .u-mb44--md {
    margin-bottom: 44px !important;
  }

  .u-ml44--md {
    margin-left: 44px !important;
  }

  .u-mAll44--md {
    margin: 44px !important;
  }
  .u-mt48--md {
    margin-top: 48px !important;
  }

  .u-mr48--md {
    margin-right: 48px !important;
  }

  .u-mb48--md {
    margin-bottom: 48px !important;
  }

  .u-ml48--md {
    margin-left: 48px !important;
  }

  .u-mAll48--md {
    margin: 48px !important;
  }
  .u-mt52--md {
    margin-top: 52px !important;
  }

  .u-mr52--md {
    margin-right: 52px !important;
  }

  .u-mb52--md {
    margin-bottom: 52px !important;
  }

  .u-ml52--md {
    margin-left: 52px !important;
  }

  .u-mAll52--md {
    margin: 52px !important;
  }
  .u-mt56--md {
    margin-top: 56px !important;
  }

  .u-mr56--md {
    margin-right: 56px !important;
  }

  .u-mb56--md {
    margin-bottom: 56px !important;
  }

  .u-ml56--md {
    margin-left: 56px !important;
  }

  .u-mAll56--md {
    margin: 56px !important;
  }
  .u-mt60--md {
    margin-top: 60px !important;
  }

  .u-mr60--md {
    margin-right: 60px !important;
  }

  .u-mb60--md {
    margin-bottom: 60px !important;
  }

  .u-ml60--md {
    margin-left: 60px !important;
  }

  .u-mAll60--md {
    margin: 60px !important;
  }
  .u-mt64--md {
    margin-top: 64px !important;
  }

  .u-mr64--md {
    margin-right: 64px !important;
  }

  .u-mb64--md {
    margin-bottom: 64px !important;
  }

  .u-ml64--md {
    margin-left: 64px !important;
  }

  .u-mAll64--md {
    margin: 64px !important;
  }
  .u-mt68--md {
    margin-top: 68px !important;
  }

  .u-mr68--md {
    margin-right: 68px !important;
  }

  .u-mb68--md {
    margin-bottom: 68px !important;
  }

  .u-ml68--md {
    margin-left: 68px !important;
  }

  .u-mAll68--md {
    margin: 68px !important;
  }
  .u-mt72--md {
    margin-top: 72px !important;
  }

  .u-mr72--md {
    margin-right: 72px !important;
  }

  .u-mb72--md {
    margin-bottom: 72px !important;
  }

  .u-ml72--md {
    margin-left: 72px !important;
  }

  .u-mAll72--md {
    margin: 72px !important;
  }
  .u-mt76--md {
    margin-top: 76px !important;
  }

  .u-mr76--md {
    margin-right: 76px !important;
  }

  .u-mb76--md {
    margin-bottom: 76px !important;
  }

  .u-ml76--md {
    margin-left: 76px !important;
  }

  .u-mAll76--md {
    margin: 76px !important;
  }
  .u-mt80--md {
    margin-top: 80px !important;
  }

  .u-mr80--md {
    margin-right: 80px !important;
  }

  .u-mb80--md {
    margin-bottom: 80px !important;
  }

  .u-ml80--md {
    margin-left: 80px !important;
  }

  .u-mAll80--md {
    margin: 80px !important;
  }
  .u-pt0--md {
    padding-top: 0px !important;
  }

  .u-pr0--md {
    padding-right: 0px !important;
  }

  .u-pb0--md {
    padding-bottom: 0px !important;
  }

  .u-pl0--md {
    padding-left: 0px !important;
  }

  .u-pAll0--md {
    padding: 0px !important;
  }
  .u-pt4--md {
    padding-top: 4px !important;
  }

  .u-pr4--md {
    padding-right: 4px !important;
  }

  .u-pb4--md {
    padding-bottom: 4px !important;
  }

  .u-pl4--md {
    padding-left: 4px !important;
  }

  .u-pAll4--md {
    padding: 4px !important;
  }
  .u-pt8--md {
    padding-top: 8px !important;
  }

  .u-pr8--md {
    padding-right: 8px !important;
  }

  .u-pb8--md {
    padding-bottom: 8px !important;
  }

  .u-pl8--md {
    padding-left: 8px !important;
  }

  .u-pAll8--md {
    padding: 8px !important;
  }
  .u-pt12--md {
    padding-top: 12px !important;
  }

  .u-pr12--md {
    padding-right: 12px !important;
  }

  .u-pb12--md {
    padding-bottom: 12px !important;
  }

  .u-pl12--md {
    padding-left: 12px !important;
  }

  .u-pAll12--md {
    padding: 12px !important;
  }
  .u-pt16--md {
    padding-top: 16px !important;
  }

  .u-pr16--md {
    padding-right: 16px !important;
  }

  .u-pb16--md {
    padding-bottom: 16px !important;
  }

  .u-pl16--md {
    padding-left: 16px !important;
  }

  .u-pAll16--md {
    padding: 16px !important;
  }
  .u-pt20--md {
    padding-top: 20px !important;
  }

  .u-pr20--md {
    padding-right: 20px !important;
  }

  .u-pb20--md {
    padding-bottom: 20px !important;
  }

  .u-pl20--md {
    padding-left: 20px !important;
  }

  .u-pAll20--md {
    padding: 20px !important;
  }
  .u-pt24--md {
    padding-top: 24px !important;
  }

  .u-pr24--md {
    padding-right: 24px !important;
  }

  .u-pb24--md {
    padding-bottom: 24px !important;
  }

  .u-pl24--md {
    padding-left: 24px !important;
  }

  .u-pAll24--md {
    padding: 24px !important;
  }
  .u-pt28--md {
    padding-top: 28px !important;
  }

  .u-pr28--md {
    padding-right: 28px !important;
  }

  .u-pb28--md {
    padding-bottom: 28px !important;
  }

  .u-pl28--md {
    padding-left: 28px !important;
  }

  .u-pAll28--md {
    padding: 28px !important;
  }
  .u-pt32--md {
    padding-top: 32px !important;
  }

  .u-pr32--md {
    padding-right: 32px !important;
  }

  .u-pb32--md {
    padding-bottom: 32px !important;
  }

  .u-pl32--md {
    padding-left: 32px !important;
  }

  .u-pAll32--md {
    padding: 32px !important;
  }
  .u-pt36--md {
    padding-top: 36px !important;
  }

  .u-pr36--md {
    padding-right: 36px !important;
  }

  .u-pb36--md {
    padding-bottom: 36px !important;
  }

  .u-pl36--md {
    padding-left: 36px !important;
  }

  .u-pAll36--md {
    padding: 36px !important;
  }
  .u-pt40--md {
    padding-top: 40px !important;
  }

  .u-pr40--md {
    padding-right: 40px !important;
  }

  .u-pb40--md {
    padding-bottom: 40px !important;
  }

  .u-pl40--md {
    padding-left: 40px !important;
  }

  .u-pAll40--md {
    padding: 40px !important;
  }
  .u-pt44--md {
    padding-top: 44px !important;
  }

  .u-pr44--md {
    padding-right: 44px !important;
  }

  .u-pb44--md {
    padding-bottom: 44px !important;
  }

  .u-pl44--md {
    padding-left: 44px !important;
  }

  .u-pAll44--md {
    padding: 44px !important;
  }
  .u-pt48--md {
    padding-top: 48px !important;
  }

  .u-pr48--md {
    padding-right: 48px !important;
  }

  .u-pb48--md {
    padding-bottom: 48px !important;
  }

  .u-pl48--md {
    padding-left: 48px !important;
  }

  .u-pAll48--md {
    padding: 48px !important;
  }
  .u-pt52--md {
    padding-top: 52px !important;
  }

  .u-pr52--md {
    padding-right: 52px !important;
  }

  .u-pb52--md {
    padding-bottom: 52px !important;
  }

  .u-pl52--md {
    padding-left: 52px !important;
  }

  .u-pAll52--md {
    padding: 52px !important;
  }
  .u-pt56--md {
    padding-top: 56px !important;
  }

  .u-pr56--md {
    padding-right: 56px !important;
  }

  .u-pb56--md {
    padding-bottom: 56px !important;
  }

  .u-pl56--md {
    padding-left: 56px !important;
  }

  .u-pAll56--md {
    padding: 56px !important;
  }
  .u-pt60--md {
    padding-top: 60px !important;
  }

  .u-pr60--md {
    padding-right: 60px !important;
  }

  .u-pb60--md {
    padding-bottom: 60px !important;
  }

  .u-pl60--md {
    padding-left: 60px !important;
  }

  .u-pAll60--md {
    padding: 60px !important;
  }
  .u-pt64--md {
    padding-top: 64px !important;
  }

  .u-pr64--md {
    padding-right: 64px !important;
  }

  .u-pb64--md {
    padding-bottom: 64px !important;
  }

  .u-pl64--md {
    padding-left: 64px !important;
  }

  .u-pAll64--md {
    padding: 64px !important;
  }
  .u-pt68--md {
    padding-top: 68px !important;
  }

  .u-pr68--md {
    padding-right: 68px !important;
  }

  .u-pb68--md {
    padding-bottom: 68px !important;
  }

  .u-pl68--md {
    padding-left: 68px !important;
  }

  .u-pAll68--md {
    padding: 68px !important;
  }
  .u-pt72--md {
    padding-top: 72px !important;
  }

  .u-pr72--md {
    padding-right: 72px !important;
  }

  .u-pb72--md {
    padding-bottom: 72px !important;
  }

  .u-pl72--md {
    padding-left: 72px !important;
  }

  .u-pAll72--md {
    padding: 72px !important;
  }
  .u-pt76--md {
    padding-top: 76px !important;
  }

  .u-pr76--md {
    padding-right: 76px !important;
  }

  .u-pb76--md {
    padding-bottom: 76px !important;
  }

  .u-pl76--md {
    padding-left: 76px !important;
  }

  .u-pAll76--md {
    padding: 76px !important;
  }
  .u-pt80--md {
    padding-top: 80px !important;
  }

  .u-pr80--md {
    padding-right: 80px !important;
  }

  .u-pb80--md {
    padding-bottom: 80px !important;
  }

  .u-pl80--md {
    padding-left: 80px !important;
  }

  .u-pAll80--md {
    padding: 80px !important;
  }
  .u-pos-sta--md {
    position: static;
  }
  .u-pos-rel--md {
    position: relative;
  }
  .u-pos-abs--md {
    position: absolute;
  }
  .u-pos-fix--md {
    position: fixed;
  }
  #main .p-heading-01 {
    font-size: 200%;
    padding: 0 20px;
  }
  #main .senkyoSchedule .container-description {
    padding: 0;
  }
  #main .senkyoSlider {
    padding: 16px 0 12px 0;
  }
  #main .senkyoSlider .mv-swiper-container {
    box-shadow: none;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-wrapper {
    margin-bottom: 45px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-slide {
    width: 1000px;
    border-radius: 10px;
  }
  _::-webkit-full-page-media, _:future, :root #main .senkyoSlider .mv-swiper-container .swiper-pagination-bullets {
    margin-top: 0;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-pagination-bullets {
    bottom: 20px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-pagination-bullet {
    border: 2px solid #0f4c82;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin: 0 6px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-prev, #main .senkyoSlider .mv-swiper-container .swiper-button-next {
    top: 0;
    bottom: 75px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-prev:after {
    font-size: 50px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-prev {
    left: calc(50.5% - 520px);
    width: 40px;
    height: 90px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-next:after {
    font-size: 50px;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-next {
    right: calc(50.5% - 520px);
    width: 40px;
    height: 90px;
  }
  #main .senkyoSlider .mv-swiper-container-rtl .swiper-button-next:after {
    font-size: 50px;
  }
  #main .senkyoSlider .mv-swiper-container-rtl .swiper-button-next {
    right: calc(50.5% - 520px);
    width: 40px;
    height: 90px;
  }
  #main .senkyoSlider .mv-swiper-container-rtl .swiper-button-prev:after {
    font-size: 50px;
  }
  #main .senkyoSlider .mv-swiper-container-rtl .swiper-button-prev {
    left: calc(50.5% - 520px);
    width: 40px;
    height: 90px;
  }
  #main .senkyoSlider .mv-swiper__image {
    width: 430px;
  }
  #main .senkyoSlider .mv-swiper__image img {
    width: 430px;
    height: 241.875px;
  }
  #main .senkyoSlider .mv-swiper__right {
    padding: 0;
    height: auto;
    width: 420px;
  }
  #main .senkyoSlider .mv-swiper__title {
    font-size: 28px;
  }
  #main .senkyoSlider .mv-swiper__text {
    margin-top: 12px;
    font-size: 20px;
  }
  #main .senkyoSlider .mv-swiper__time {
    margin-top: 22px;
    font-size: 20px;
  }
  #main .senkyoSlider .mv-swiper__arrow {
    margin-top: 40px;
    font-size: 16px;
  }
  #main .senkyoSlider .mv-swiper__arrow__inner {
    padding-bottom: 12px;
    border-bottom: 3px solid #0f4c82;
  }
  #main .senkyoSlider .swiper-slide__inner {
    display: flex;
    justify-content: space-between;
    padding: 32px 56px;
  }
  #main .senkyoNews {
    padding: 0;
    overflow: visible;
  }
  #main .senkyoNews .container {
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
  #main .senkyoNews__title {
    width: 149px;
    border-right: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 32px;
    text-align: left;
  }
  #main .senkyoNews__title__text {
    margin-top: 31px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #main .senkyoNews__right {
    width: 850px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
  }
  #main .senkyoNews .news-swiper-container {
    width: 570px;
    overflow: hidden;
    padding-left: 40px;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
  #main .senkyoNews .news-swiper-container .swiper-slide__inner {
    padding-top: 32px;
    font-weight: bold;
    text-align: left;
  }
  #main .senkyoNews .news-swiper-container .swiper-slide__time {
    font-size: 16px;
  }
  #main .senkyoNews .news-swiper-container .swiper-slide__time .new:after {
    font-size: 11px;
    padding: 4px 9px;
    letter-spacing: 0.075;
  }
  #main .senkyoNews .news-swiper-container .swiper-slide__title {
    font-size: 18px;
    margin-top: 12px;
    font-weight: bold;
  }
  #main .senkyoNews .news-swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    margin: 0 8px;
  }
  #main .senkyoNews__link {
    width: 236px;
  }
  #main .senkyoNews__link__btn {
    width: 100%;
    margin-top: 48px;
  }
  #main .senkyoNews__link__btn__text {
    font-size: 14px;
  }
  #main .senkyoNews__link__btn__inner {
    padding: 12px 44px;
  }
  #main .senkyoSchedule {
    padding: 60px 0 64px 0;
  }
  #main .senkyoSchedule .container {
    width: 1000px;
    margin: 0 auto;
  }
  #main .senkyoSchedule .container .head-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #main .senkyoSchedule .container .head-wrapper__title {
    font-size: 200%;
    padding: 0 16px 0 0;
    border-right: 1px solid #757575;
  }
  #main .senkyoSchedule .container .head-wrapper__text {
    padding-left: 16px;
    margin-top: 0;
  }
  #main .senkyoSchedule .yotei {
    border-radius: 5px;
    margin-top: 48px;
    padding: 0 0 48px;
    overflow: hidden;
  }
  #main .senkyoSchedule .yotei-title h3 {
    font-size: 28px;
  }
  #main .senkyoSchedule .yotei-title__text {
    padding: 30px 0;
    width: 50%;
  }
  #main .senkyoSchedule .yotei-title__text.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 18.5px 0 18.5px;
    border-color: #0f4c81 transparent transparent transparent;
  }
  #main .senkyoSchedule .sec-article {
    padding: 0 30px;
    margin: 0;
    width: 100%;
    border-top: none;
  }
  #main .senkyoSchedule .sec-article-item.items:nth-child(odd) {
    background-color: #fff;
  }
  #main .senkyoSchedule .sec-article-item.items:nth-child(even) {
    background-color: #f5f5f5;
  }
  #main .senkyoSchedule .sec-article-item {
    padding: 0 38px 0 0;
  }
  #main .senkyoSchedule .sec-article-item.title {
    font-size: 87.5%;
  }
  #main .senkyoSchedule .sec-article-item:first-child {
    border-top: none;
  }
  #main .senkyoSchedule .sec-article-item:nth-child(6) {
    padding: 0 38px 0 0;
  }
  #main .senkyoSchedule .sec-article-items {
    height: 64px;
  }
  #main .senkyoSchedule .sec-article-items-left {
    width: 70%;
    position: relative;
    display: flex;
    align-items: center;
  }
  #main .senkyoSchedule .sec-article-items__inner {
    font-size: 112.5%;
    width: 20%;
    line-height: 1;
  }
  #main .senkyoSchedule .sec-article-items__inner.tohyo span {
    display: block;
  }
  #main .senkyoSchedule .sec-article-items__inner.tohyo span.sp-on {
    display: none;
  }
  #main .senkyoSchedule .sec-article-items__inner.name {
    font-size: 112.5%;
    font-weight: normal;
    margin-left: 32px;
    width: 30%;
  }
  #main .senkyoSchedule .sec-article-items__inner.link {
    width: 30%;
    margin-top: 0;
    font-size: 87.5%;
  }
  #main .senkyoSchedule .sec-article-items__inner.link a {
    padding: 9px 0;
    width: 158px;
    border-radius: 25px;
  }
  #main .senkyoSchedule .sec-article-items__inner.link a:after {
    width: 21px;
    height: 12px;
    display: inline-block;
    margin-left: 16px;
    margin-right: -15px;
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
  }
  #main .senkyoSchedule .sec-article-items__inner.link a.result:after {
    margin-top: 2px;
    margin-left: 12px;
  }
  #main .senkyoSchedule .sec-article-items__inner.link a.info:after {
    margin-left: 22px;
  }
  #main .senkyoSchedule .sec-article-items__inner__small {
    font-size: 75%;
    line-height: 1.3;
  }
  #main .container-description {
    margin-top: 30px;
    padding: 0;
  }
  #main .senkyoResult .container .article-list .label-new {
    font-size: 87.5%;
    padding: 6px 8px 6px;
  }
}
@media only screen and (max-width: 320px ) {
  .c-list--col-xxs-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xxs-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xxs-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xxs-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xxs-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xxs-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xxs-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .u-mt0--xxs {
    margin-top: 0px !important;
  }

  .u-mr0--xxs {
    margin-right: 0px !important;
  }

  .u-mb0--xxs {
    margin-bottom: 0px !important;
  }

  .u-ml0--xxs {
    margin-left: 0px !important;
  }

  .u-mAll0--xxs {
    margin: 0px !important;
  }
  .u-mt4--xxs {
    margin-top: 4px !important;
  }

  .u-mr4--xxs {
    margin-right: 4px !important;
  }

  .u-mb4--xxs {
    margin-bottom: 4px !important;
  }

  .u-ml4--xxs {
    margin-left: 4px !important;
  }

  .u-mAll4--xxs {
    margin: 4px !important;
  }
  .u-mt8--xxs {
    margin-top: 8px !important;
  }

  .u-mr8--xxs {
    margin-right: 8px !important;
  }

  .u-mb8--xxs {
    margin-bottom: 8px !important;
  }

  .u-ml8--xxs {
    margin-left: 8px !important;
  }

  .u-mAll8--xxs {
    margin: 8px !important;
  }
  .u-mt12--xxs {
    margin-top: 12px !important;
  }

  .u-mr12--xxs {
    margin-right: 12px !important;
  }

  .u-mb12--xxs {
    margin-bottom: 12px !important;
  }

  .u-ml12--xxs {
    margin-left: 12px !important;
  }

  .u-mAll12--xxs {
    margin: 12px !important;
  }
  .u-mt16--xxs {
    margin-top: 16px !important;
  }

  .u-mr16--xxs {
    margin-right: 16px !important;
  }

  .u-mb16--xxs {
    margin-bottom: 16px !important;
  }

  .u-ml16--xxs {
    margin-left: 16px !important;
  }

  .u-mAll16--xxs {
    margin: 16px !important;
  }
  .u-mt20--xxs {
    margin-top: 20px !important;
  }

  .u-mr20--xxs {
    margin-right: 20px !important;
  }

  .u-mb20--xxs {
    margin-bottom: 20px !important;
  }

  .u-ml20--xxs {
    margin-left: 20px !important;
  }

  .u-mAll20--xxs {
    margin: 20px !important;
  }
  .u-mt24--xxs {
    margin-top: 24px !important;
  }

  .u-mr24--xxs {
    margin-right: 24px !important;
  }

  .u-mb24--xxs {
    margin-bottom: 24px !important;
  }

  .u-ml24--xxs {
    margin-left: 24px !important;
  }

  .u-mAll24--xxs {
    margin: 24px !important;
  }
  .u-mt28--xxs {
    margin-top: 28px !important;
  }

  .u-mr28--xxs {
    margin-right: 28px !important;
  }

  .u-mb28--xxs {
    margin-bottom: 28px !important;
  }

  .u-ml28--xxs {
    margin-left: 28px !important;
  }

  .u-mAll28--xxs {
    margin: 28px !important;
  }
  .u-mt32--xxs {
    margin-top: 32px !important;
  }

  .u-mr32--xxs {
    margin-right: 32px !important;
  }

  .u-mb32--xxs {
    margin-bottom: 32px !important;
  }

  .u-ml32--xxs {
    margin-left: 32px !important;
  }

  .u-mAll32--xxs {
    margin: 32px !important;
  }
  .u-mt36--xxs {
    margin-top: 36px !important;
  }

  .u-mr36--xxs {
    margin-right: 36px !important;
  }

  .u-mb36--xxs {
    margin-bottom: 36px !important;
  }

  .u-ml36--xxs {
    margin-left: 36px !important;
  }

  .u-mAll36--xxs {
    margin: 36px !important;
  }
  .u-mt40--xxs {
    margin-top: 40px !important;
  }

  .u-mr40--xxs {
    margin-right: 40px !important;
  }

  .u-mb40--xxs {
    margin-bottom: 40px !important;
  }

  .u-ml40--xxs {
    margin-left: 40px !important;
  }

  .u-mAll40--xxs {
    margin: 40px !important;
  }
  .u-mt44--xxs {
    margin-top: 44px !important;
  }

  .u-mr44--xxs {
    margin-right: 44px !important;
  }

  .u-mb44--xxs {
    margin-bottom: 44px !important;
  }

  .u-ml44--xxs {
    margin-left: 44px !important;
  }

  .u-mAll44--xxs {
    margin: 44px !important;
  }
  .u-mt48--xxs {
    margin-top: 48px !important;
  }

  .u-mr48--xxs {
    margin-right: 48px !important;
  }

  .u-mb48--xxs {
    margin-bottom: 48px !important;
  }

  .u-ml48--xxs {
    margin-left: 48px !important;
  }

  .u-mAll48--xxs {
    margin: 48px !important;
  }
  .u-mt52--xxs {
    margin-top: 52px !important;
  }

  .u-mr52--xxs {
    margin-right: 52px !important;
  }

  .u-mb52--xxs {
    margin-bottom: 52px !important;
  }

  .u-ml52--xxs {
    margin-left: 52px !important;
  }

  .u-mAll52--xxs {
    margin: 52px !important;
  }
  .u-mt56--xxs {
    margin-top: 56px !important;
  }

  .u-mr56--xxs {
    margin-right: 56px !important;
  }

  .u-mb56--xxs {
    margin-bottom: 56px !important;
  }

  .u-ml56--xxs {
    margin-left: 56px !important;
  }

  .u-mAll56--xxs {
    margin: 56px !important;
  }
  .u-mt60--xxs {
    margin-top: 60px !important;
  }

  .u-mr60--xxs {
    margin-right: 60px !important;
  }

  .u-mb60--xxs {
    margin-bottom: 60px !important;
  }

  .u-ml60--xxs {
    margin-left: 60px !important;
  }

  .u-mAll60--xxs {
    margin: 60px !important;
  }
  .u-mt64--xxs {
    margin-top: 64px !important;
  }

  .u-mr64--xxs {
    margin-right: 64px !important;
  }

  .u-mb64--xxs {
    margin-bottom: 64px !important;
  }

  .u-ml64--xxs {
    margin-left: 64px !important;
  }

  .u-mAll64--xxs {
    margin: 64px !important;
  }
  .u-mt68--xxs {
    margin-top: 68px !important;
  }

  .u-mr68--xxs {
    margin-right: 68px !important;
  }

  .u-mb68--xxs {
    margin-bottom: 68px !important;
  }

  .u-ml68--xxs {
    margin-left: 68px !important;
  }

  .u-mAll68--xxs {
    margin: 68px !important;
  }
  .u-mt72--xxs {
    margin-top: 72px !important;
  }

  .u-mr72--xxs {
    margin-right: 72px !important;
  }

  .u-mb72--xxs {
    margin-bottom: 72px !important;
  }

  .u-ml72--xxs {
    margin-left: 72px !important;
  }

  .u-mAll72--xxs {
    margin: 72px !important;
  }
  .u-mt76--xxs {
    margin-top: 76px !important;
  }

  .u-mr76--xxs {
    margin-right: 76px !important;
  }

  .u-mb76--xxs {
    margin-bottom: 76px !important;
  }

  .u-ml76--xxs {
    margin-left: 76px !important;
  }

  .u-mAll76--xxs {
    margin: 76px !important;
  }
  .u-mt80--xxs {
    margin-top: 80px !important;
  }

  .u-mr80--xxs {
    margin-right: 80px !important;
  }

  .u-mb80--xxs {
    margin-bottom: 80px !important;
  }

  .u-ml80--xxs {
    margin-left: 80px !important;
  }

  .u-mAll80--xxs {
    margin: 80px !important;
  }
  .u-pt0--xxs {
    padding-top: 0px !important;
  }

  .u-pr0--xxs {
    padding-right: 0px !important;
  }

  .u-pb0--xxs {
    padding-bottom: 0px !important;
  }

  .u-pl0--xxs {
    padding-left: 0px !important;
  }

  .u-pAll0--xxs {
    padding: 0px !important;
  }
  .u-pt4--xxs {
    padding-top: 4px !important;
  }

  .u-pr4--xxs {
    padding-right: 4px !important;
  }

  .u-pb4--xxs {
    padding-bottom: 4px !important;
  }

  .u-pl4--xxs {
    padding-left: 4px !important;
  }

  .u-pAll4--xxs {
    padding: 4px !important;
  }
  .u-pt8--xxs {
    padding-top: 8px !important;
  }

  .u-pr8--xxs {
    padding-right: 8px !important;
  }

  .u-pb8--xxs {
    padding-bottom: 8px !important;
  }

  .u-pl8--xxs {
    padding-left: 8px !important;
  }

  .u-pAll8--xxs {
    padding: 8px !important;
  }
  .u-pt12--xxs {
    padding-top: 12px !important;
  }

  .u-pr12--xxs {
    padding-right: 12px !important;
  }

  .u-pb12--xxs {
    padding-bottom: 12px !important;
  }

  .u-pl12--xxs {
    padding-left: 12px !important;
  }

  .u-pAll12--xxs {
    padding: 12px !important;
  }
  .u-pt16--xxs {
    padding-top: 16px !important;
  }

  .u-pr16--xxs {
    padding-right: 16px !important;
  }

  .u-pb16--xxs {
    padding-bottom: 16px !important;
  }

  .u-pl16--xxs {
    padding-left: 16px !important;
  }

  .u-pAll16--xxs {
    padding: 16px !important;
  }
  .u-pt20--xxs {
    padding-top: 20px !important;
  }

  .u-pr20--xxs {
    padding-right: 20px !important;
  }

  .u-pb20--xxs {
    padding-bottom: 20px !important;
  }

  .u-pl20--xxs {
    padding-left: 20px !important;
  }

  .u-pAll20--xxs {
    padding: 20px !important;
  }
  .u-pt24--xxs {
    padding-top: 24px !important;
  }

  .u-pr24--xxs {
    padding-right: 24px !important;
  }

  .u-pb24--xxs {
    padding-bottom: 24px !important;
  }

  .u-pl24--xxs {
    padding-left: 24px !important;
  }

  .u-pAll24--xxs {
    padding: 24px !important;
  }
  .u-pt28--xxs {
    padding-top: 28px !important;
  }

  .u-pr28--xxs {
    padding-right: 28px !important;
  }

  .u-pb28--xxs {
    padding-bottom: 28px !important;
  }

  .u-pl28--xxs {
    padding-left: 28px !important;
  }

  .u-pAll28--xxs {
    padding: 28px !important;
  }
  .u-pt32--xxs {
    padding-top: 32px !important;
  }

  .u-pr32--xxs {
    padding-right: 32px !important;
  }

  .u-pb32--xxs {
    padding-bottom: 32px !important;
  }

  .u-pl32--xxs {
    padding-left: 32px !important;
  }

  .u-pAll32--xxs {
    padding: 32px !important;
  }
  .u-pt36--xxs {
    padding-top: 36px !important;
  }

  .u-pr36--xxs {
    padding-right: 36px !important;
  }

  .u-pb36--xxs {
    padding-bottom: 36px !important;
  }

  .u-pl36--xxs {
    padding-left: 36px !important;
  }

  .u-pAll36--xxs {
    padding: 36px !important;
  }
  .u-pt40--xxs {
    padding-top: 40px !important;
  }

  .u-pr40--xxs {
    padding-right: 40px !important;
  }

  .u-pb40--xxs {
    padding-bottom: 40px !important;
  }

  .u-pl40--xxs {
    padding-left: 40px !important;
  }

  .u-pAll40--xxs {
    padding: 40px !important;
  }
  .u-pt44--xxs {
    padding-top: 44px !important;
  }

  .u-pr44--xxs {
    padding-right: 44px !important;
  }

  .u-pb44--xxs {
    padding-bottom: 44px !important;
  }

  .u-pl44--xxs {
    padding-left: 44px !important;
  }

  .u-pAll44--xxs {
    padding: 44px !important;
  }
  .u-pt48--xxs {
    padding-top: 48px !important;
  }

  .u-pr48--xxs {
    padding-right: 48px !important;
  }

  .u-pb48--xxs {
    padding-bottom: 48px !important;
  }

  .u-pl48--xxs {
    padding-left: 48px !important;
  }

  .u-pAll48--xxs {
    padding: 48px !important;
  }
  .u-pt52--xxs {
    padding-top: 52px !important;
  }

  .u-pr52--xxs {
    padding-right: 52px !important;
  }

  .u-pb52--xxs {
    padding-bottom: 52px !important;
  }

  .u-pl52--xxs {
    padding-left: 52px !important;
  }

  .u-pAll52--xxs {
    padding: 52px !important;
  }
  .u-pt56--xxs {
    padding-top: 56px !important;
  }

  .u-pr56--xxs {
    padding-right: 56px !important;
  }

  .u-pb56--xxs {
    padding-bottom: 56px !important;
  }

  .u-pl56--xxs {
    padding-left: 56px !important;
  }

  .u-pAll56--xxs {
    padding: 56px !important;
  }
  .u-pt60--xxs {
    padding-top: 60px !important;
  }

  .u-pr60--xxs {
    padding-right: 60px !important;
  }

  .u-pb60--xxs {
    padding-bottom: 60px !important;
  }

  .u-pl60--xxs {
    padding-left: 60px !important;
  }

  .u-pAll60--xxs {
    padding: 60px !important;
  }
  .u-pt64--xxs {
    padding-top: 64px !important;
  }

  .u-pr64--xxs {
    padding-right: 64px !important;
  }

  .u-pb64--xxs {
    padding-bottom: 64px !important;
  }

  .u-pl64--xxs {
    padding-left: 64px !important;
  }

  .u-pAll64--xxs {
    padding: 64px !important;
  }
  .u-pt68--xxs {
    padding-top: 68px !important;
  }

  .u-pr68--xxs {
    padding-right: 68px !important;
  }

  .u-pb68--xxs {
    padding-bottom: 68px !important;
  }

  .u-pl68--xxs {
    padding-left: 68px !important;
  }

  .u-pAll68--xxs {
    padding: 68px !important;
  }
  .u-pt72--xxs {
    padding-top: 72px !important;
  }

  .u-pr72--xxs {
    padding-right: 72px !important;
  }

  .u-pb72--xxs {
    padding-bottom: 72px !important;
  }

  .u-pl72--xxs {
    padding-left: 72px !important;
  }

  .u-pAll72--xxs {
    padding: 72px !important;
  }
  .u-pt76--xxs {
    padding-top: 76px !important;
  }

  .u-pr76--xxs {
    padding-right: 76px !important;
  }

  .u-pb76--xxs {
    padding-bottom: 76px !important;
  }

  .u-pl76--xxs {
    padding-left: 76px !important;
  }

  .u-pAll76--xxs {
    padding: 76px !important;
  }
  .u-pt80--xxs {
    padding-top: 80px !important;
  }

  .u-pr80--xxs {
    padding-right: 80px !important;
  }

  .u-pb80--xxs {
    padding-bottom: 80px !important;
  }

  .u-pl80--xxs {
    padding-left: 80px !important;
  }

  .u-pAll80--xxs {
    padding: 80px !important;
  }
  .u-pos-sta--xxs {
    position: static;
  }
  .u-pos-rel--xxs {
    position: relative;
  }
  .u-pos-abs--xxs {
    position: absolute;
  }
  .u-pos-fix--xxs {
    position: fixed;
  }
  #main .senkyoSlider .mv-swiper-container .swiper-button-prev, #main .senkyoSlider .mv-swiper-container .swiper-button-next {
    top: 7.7vh;
  }
  #main .senkyoSlider .mv-swiper__category {
    min-width: 23.33%;
    width: auto;
    max-width: 40%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 449px ) {
  .c-list--col-xs-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xs-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xs-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xs-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xs-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xs-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xs-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .u-only-xs {
    display: block;
  }
  .u-only-xs--inline {
    display: inline-block;
  }
  .u-only-xs--flex {
    display: flex;
  }
  .u-mt0--xs {
    margin-top: 0px !important;
  }

  .u-mr0--xs {
    margin-right: 0px !important;
  }

  .u-mb0--xs {
    margin-bottom: 0px !important;
  }

  .u-ml0--xs {
    margin-left: 0px !important;
  }

  .u-mAll0--xs {
    margin: 0px !important;
  }
  .u-mt4--xs {
    margin-top: 4px !important;
  }

  .u-mr4--xs {
    margin-right: 4px !important;
  }

  .u-mb4--xs {
    margin-bottom: 4px !important;
  }

  .u-ml4--xs {
    margin-left: 4px !important;
  }

  .u-mAll4--xs {
    margin: 4px !important;
  }
  .u-mt8--xs {
    margin-top: 8px !important;
  }

  .u-mr8--xs {
    margin-right: 8px !important;
  }

  .u-mb8--xs {
    margin-bottom: 8px !important;
  }

  .u-ml8--xs {
    margin-left: 8px !important;
  }

  .u-mAll8--xs {
    margin: 8px !important;
  }
  .u-mt12--xs {
    margin-top: 12px !important;
  }

  .u-mr12--xs {
    margin-right: 12px !important;
  }

  .u-mb12--xs {
    margin-bottom: 12px !important;
  }

  .u-ml12--xs {
    margin-left: 12px !important;
  }

  .u-mAll12--xs {
    margin: 12px !important;
  }
  .u-mt16--xs {
    margin-top: 16px !important;
  }

  .u-mr16--xs {
    margin-right: 16px !important;
  }

  .u-mb16--xs {
    margin-bottom: 16px !important;
  }

  .u-ml16--xs {
    margin-left: 16px !important;
  }

  .u-mAll16--xs {
    margin: 16px !important;
  }
  .u-mt20--xs {
    margin-top: 20px !important;
  }

  .u-mr20--xs {
    margin-right: 20px !important;
  }

  .u-mb20--xs {
    margin-bottom: 20px !important;
  }

  .u-ml20--xs {
    margin-left: 20px !important;
  }

  .u-mAll20--xs {
    margin: 20px !important;
  }
  .u-mt24--xs {
    margin-top: 24px !important;
  }

  .u-mr24--xs {
    margin-right: 24px !important;
  }

  .u-mb24--xs {
    margin-bottom: 24px !important;
  }

  .u-ml24--xs {
    margin-left: 24px !important;
  }

  .u-mAll24--xs {
    margin: 24px !important;
  }
  .u-mt28--xs {
    margin-top: 28px !important;
  }

  .u-mr28--xs {
    margin-right: 28px !important;
  }

  .u-mb28--xs {
    margin-bottom: 28px !important;
  }

  .u-ml28--xs {
    margin-left: 28px !important;
  }

  .u-mAll28--xs {
    margin: 28px !important;
  }
  .u-mt32--xs {
    margin-top: 32px !important;
  }

  .u-mr32--xs {
    margin-right: 32px !important;
  }

  .u-mb32--xs {
    margin-bottom: 32px !important;
  }

  .u-ml32--xs {
    margin-left: 32px !important;
  }

  .u-mAll32--xs {
    margin: 32px !important;
  }
  .u-mt36--xs {
    margin-top: 36px !important;
  }

  .u-mr36--xs {
    margin-right: 36px !important;
  }

  .u-mb36--xs {
    margin-bottom: 36px !important;
  }

  .u-ml36--xs {
    margin-left: 36px !important;
  }

  .u-mAll36--xs {
    margin: 36px !important;
  }
  .u-mt40--xs {
    margin-top: 40px !important;
  }

  .u-mr40--xs {
    margin-right: 40px !important;
  }

  .u-mb40--xs {
    margin-bottom: 40px !important;
  }

  .u-ml40--xs {
    margin-left: 40px !important;
  }

  .u-mAll40--xs {
    margin: 40px !important;
  }
  .u-mt44--xs {
    margin-top: 44px !important;
  }

  .u-mr44--xs {
    margin-right: 44px !important;
  }

  .u-mb44--xs {
    margin-bottom: 44px !important;
  }

  .u-ml44--xs {
    margin-left: 44px !important;
  }

  .u-mAll44--xs {
    margin: 44px !important;
  }
  .u-mt48--xs {
    margin-top: 48px !important;
  }

  .u-mr48--xs {
    margin-right: 48px !important;
  }

  .u-mb48--xs {
    margin-bottom: 48px !important;
  }

  .u-ml48--xs {
    margin-left: 48px !important;
  }

  .u-mAll48--xs {
    margin: 48px !important;
  }
  .u-mt52--xs {
    margin-top: 52px !important;
  }

  .u-mr52--xs {
    margin-right: 52px !important;
  }

  .u-mb52--xs {
    margin-bottom: 52px !important;
  }

  .u-ml52--xs {
    margin-left: 52px !important;
  }

  .u-mAll52--xs {
    margin: 52px !important;
  }
  .u-mt56--xs {
    margin-top: 56px !important;
  }

  .u-mr56--xs {
    margin-right: 56px !important;
  }

  .u-mb56--xs {
    margin-bottom: 56px !important;
  }

  .u-ml56--xs {
    margin-left: 56px !important;
  }

  .u-mAll56--xs {
    margin: 56px !important;
  }
  .u-mt60--xs {
    margin-top: 60px !important;
  }

  .u-mr60--xs {
    margin-right: 60px !important;
  }

  .u-mb60--xs {
    margin-bottom: 60px !important;
  }

  .u-ml60--xs {
    margin-left: 60px !important;
  }

  .u-mAll60--xs {
    margin: 60px !important;
  }
  .u-mt64--xs {
    margin-top: 64px !important;
  }

  .u-mr64--xs {
    margin-right: 64px !important;
  }

  .u-mb64--xs {
    margin-bottom: 64px !important;
  }

  .u-ml64--xs {
    margin-left: 64px !important;
  }

  .u-mAll64--xs {
    margin: 64px !important;
  }
  .u-mt68--xs {
    margin-top: 68px !important;
  }

  .u-mr68--xs {
    margin-right: 68px !important;
  }

  .u-mb68--xs {
    margin-bottom: 68px !important;
  }

  .u-ml68--xs {
    margin-left: 68px !important;
  }

  .u-mAll68--xs {
    margin: 68px !important;
  }
  .u-mt72--xs {
    margin-top: 72px !important;
  }

  .u-mr72--xs {
    margin-right: 72px !important;
  }

  .u-mb72--xs {
    margin-bottom: 72px !important;
  }

  .u-ml72--xs {
    margin-left: 72px !important;
  }

  .u-mAll72--xs {
    margin: 72px !important;
  }
  .u-mt76--xs {
    margin-top: 76px !important;
  }

  .u-mr76--xs {
    margin-right: 76px !important;
  }

  .u-mb76--xs {
    margin-bottom: 76px !important;
  }

  .u-ml76--xs {
    margin-left: 76px !important;
  }

  .u-mAll76--xs {
    margin: 76px !important;
  }
  .u-mt80--xs {
    margin-top: 80px !important;
  }

  .u-mr80--xs {
    margin-right: 80px !important;
  }

  .u-mb80--xs {
    margin-bottom: 80px !important;
  }

  .u-ml80--xs {
    margin-left: 80px !important;
  }

  .u-mAll80--xs {
    margin: 80px !important;
  }
  .u-pt0--xs {
    padding-top: 0px !important;
  }

  .u-pr0--xs {
    padding-right: 0px !important;
  }

  .u-pb0--xs {
    padding-bottom: 0px !important;
  }

  .u-pl0--xs {
    padding-left: 0px !important;
  }

  .u-pAll0--xs {
    padding: 0px !important;
  }
  .u-pt4--xs {
    padding-top: 4px !important;
  }

  .u-pr4--xs {
    padding-right: 4px !important;
  }

  .u-pb4--xs {
    padding-bottom: 4px !important;
  }

  .u-pl4--xs {
    padding-left: 4px !important;
  }

  .u-pAll4--xs {
    padding: 4px !important;
  }
  .u-pt8--xs {
    padding-top: 8px !important;
  }

  .u-pr8--xs {
    padding-right: 8px !important;
  }

  .u-pb8--xs {
    padding-bottom: 8px !important;
  }

  .u-pl8--xs {
    padding-left: 8px !important;
  }

  .u-pAll8--xs {
    padding: 8px !important;
  }
  .u-pt12--xs {
    padding-top: 12px !important;
  }

  .u-pr12--xs {
    padding-right: 12px !important;
  }

  .u-pb12--xs {
    padding-bottom: 12px !important;
  }

  .u-pl12--xs {
    padding-left: 12px !important;
  }

  .u-pAll12--xs {
    padding: 12px !important;
  }
  .u-pt16--xs {
    padding-top: 16px !important;
  }

  .u-pr16--xs {
    padding-right: 16px !important;
  }

  .u-pb16--xs {
    padding-bottom: 16px !important;
  }

  .u-pl16--xs {
    padding-left: 16px !important;
  }

  .u-pAll16--xs {
    padding: 16px !important;
  }
  .u-pt20--xs {
    padding-top: 20px !important;
  }

  .u-pr20--xs {
    padding-right: 20px !important;
  }

  .u-pb20--xs {
    padding-bottom: 20px !important;
  }

  .u-pl20--xs {
    padding-left: 20px !important;
  }

  .u-pAll20--xs {
    padding: 20px !important;
  }
  .u-pt24--xs {
    padding-top: 24px !important;
  }

  .u-pr24--xs {
    padding-right: 24px !important;
  }

  .u-pb24--xs {
    padding-bottom: 24px !important;
  }

  .u-pl24--xs {
    padding-left: 24px !important;
  }

  .u-pAll24--xs {
    padding: 24px !important;
  }
  .u-pt28--xs {
    padding-top: 28px !important;
  }

  .u-pr28--xs {
    padding-right: 28px !important;
  }

  .u-pb28--xs {
    padding-bottom: 28px !important;
  }

  .u-pl28--xs {
    padding-left: 28px !important;
  }

  .u-pAll28--xs {
    padding: 28px !important;
  }
  .u-pt32--xs {
    padding-top: 32px !important;
  }

  .u-pr32--xs {
    padding-right: 32px !important;
  }

  .u-pb32--xs {
    padding-bottom: 32px !important;
  }

  .u-pl32--xs {
    padding-left: 32px !important;
  }

  .u-pAll32--xs {
    padding: 32px !important;
  }
  .u-pt36--xs {
    padding-top: 36px !important;
  }

  .u-pr36--xs {
    padding-right: 36px !important;
  }

  .u-pb36--xs {
    padding-bottom: 36px !important;
  }

  .u-pl36--xs {
    padding-left: 36px !important;
  }

  .u-pAll36--xs {
    padding: 36px !important;
  }
  .u-pt40--xs {
    padding-top: 40px !important;
  }

  .u-pr40--xs {
    padding-right: 40px !important;
  }

  .u-pb40--xs {
    padding-bottom: 40px !important;
  }

  .u-pl40--xs {
    padding-left: 40px !important;
  }

  .u-pAll40--xs {
    padding: 40px !important;
  }
  .u-pt44--xs {
    padding-top: 44px !important;
  }

  .u-pr44--xs {
    padding-right: 44px !important;
  }

  .u-pb44--xs {
    padding-bottom: 44px !important;
  }

  .u-pl44--xs {
    padding-left: 44px !important;
  }

  .u-pAll44--xs {
    padding: 44px !important;
  }
  .u-pt48--xs {
    padding-top: 48px !important;
  }

  .u-pr48--xs {
    padding-right: 48px !important;
  }

  .u-pb48--xs {
    padding-bottom: 48px !important;
  }

  .u-pl48--xs {
    padding-left: 48px !important;
  }

  .u-pAll48--xs {
    padding: 48px !important;
  }
  .u-pt52--xs {
    padding-top: 52px !important;
  }

  .u-pr52--xs {
    padding-right: 52px !important;
  }

  .u-pb52--xs {
    padding-bottom: 52px !important;
  }

  .u-pl52--xs {
    padding-left: 52px !important;
  }

  .u-pAll52--xs {
    padding: 52px !important;
  }
  .u-pt56--xs {
    padding-top: 56px !important;
  }

  .u-pr56--xs {
    padding-right: 56px !important;
  }

  .u-pb56--xs {
    padding-bottom: 56px !important;
  }

  .u-pl56--xs {
    padding-left: 56px !important;
  }

  .u-pAll56--xs {
    padding: 56px !important;
  }
  .u-pt60--xs {
    padding-top: 60px !important;
  }

  .u-pr60--xs {
    padding-right: 60px !important;
  }

  .u-pb60--xs {
    padding-bottom: 60px !important;
  }

  .u-pl60--xs {
    padding-left: 60px !important;
  }

  .u-pAll60--xs {
    padding: 60px !important;
  }
  .u-pt64--xs {
    padding-top: 64px !important;
  }

  .u-pr64--xs {
    padding-right: 64px !important;
  }

  .u-pb64--xs {
    padding-bottom: 64px !important;
  }

  .u-pl64--xs {
    padding-left: 64px !important;
  }

  .u-pAll64--xs {
    padding: 64px !important;
  }
  .u-pt68--xs {
    padding-top: 68px !important;
  }

  .u-pr68--xs {
    padding-right: 68px !important;
  }

  .u-pb68--xs {
    padding-bottom: 68px !important;
  }

  .u-pl68--xs {
    padding-left: 68px !important;
  }

  .u-pAll68--xs {
    padding: 68px !important;
  }
  .u-pt72--xs {
    padding-top: 72px !important;
  }

  .u-pr72--xs {
    padding-right: 72px !important;
  }

  .u-pb72--xs {
    padding-bottom: 72px !important;
  }

  .u-pl72--xs {
    padding-left: 72px !important;
  }

  .u-pAll72--xs {
    padding: 72px !important;
  }
  .u-pt76--xs {
    padding-top: 76px !important;
  }

  .u-pr76--xs {
    padding-right: 76px !important;
  }

  .u-pb76--xs {
    padding-bottom: 76px !important;
  }

  .u-pl76--xs {
    padding-left: 76px !important;
  }

  .u-pAll76--xs {
    padding: 76px !important;
  }
  .u-pt80--xs {
    padding-top: 80px !important;
  }

  .u-pr80--xs {
    padding-right: 80px !important;
  }

  .u-pb80--xs {
    padding-bottom: 80px !important;
  }

  .u-pl80--xs {
    padding-left: 80px !important;
  }

  .u-pAll80--xs {
    padding: 80px !important;
  }
  .u-pos-sta--xs {
    position: static;
  }
  .u-pos-rel--xs {
    position: relative;
  }
  .u-pos-abs--xs {
    position: absolute;
  }
  .u-pos-fix--xs {
    position: fixed;
  }
}
@media only screen and (max-width: 599px ) {
  .c-list--col-sm-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-sm-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-sm-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-sm-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-sm-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-sm-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-sm-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .u-only-sm {
    display: block;
  }
  .u-only-sm--inline {
    display: inline-block;
  }
  .u-only-sm--flex {
    display: flex;
  }
  .u-mt0--sm {
    margin-top: 0px !important;
  }

  .u-mr0--sm {
    margin-right: 0px !important;
  }

  .u-mb0--sm {
    margin-bottom: 0px !important;
  }

  .u-ml0--sm {
    margin-left: 0px !important;
  }

  .u-mAll0--sm {
    margin: 0px !important;
  }
  .u-mt4--sm {
    margin-top: 4px !important;
  }

  .u-mr4--sm {
    margin-right: 4px !important;
  }

  .u-mb4--sm {
    margin-bottom: 4px !important;
  }

  .u-ml4--sm {
    margin-left: 4px !important;
  }

  .u-mAll4--sm {
    margin: 4px !important;
  }
  .u-mt8--sm {
    margin-top: 8px !important;
  }

  .u-mr8--sm {
    margin-right: 8px !important;
  }

  .u-mb8--sm {
    margin-bottom: 8px !important;
  }

  .u-ml8--sm {
    margin-left: 8px !important;
  }

  .u-mAll8--sm {
    margin: 8px !important;
  }
  .u-mt12--sm {
    margin-top: 12px !important;
  }

  .u-mr12--sm {
    margin-right: 12px !important;
  }

  .u-mb12--sm {
    margin-bottom: 12px !important;
  }

  .u-ml12--sm {
    margin-left: 12px !important;
  }

  .u-mAll12--sm {
    margin: 12px !important;
  }
  .u-mt16--sm {
    margin-top: 16px !important;
  }

  .u-mr16--sm {
    margin-right: 16px !important;
  }

  .u-mb16--sm {
    margin-bottom: 16px !important;
  }

  .u-ml16--sm {
    margin-left: 16px !important;
  }

  .u-mAll16--sm {
    margin: 16px !important;
  }
  .u-mt20--sm {
    margin-top: 20px !important;
  }

  .u-mr20--sm {
    margin-right: 20px !important;
  }

  .u-mb20--sm {
    margin-bottom: 20px !important;
  }

  .u-ml20--sm {
    margin-left: 20px !important;
  }

  .u-mAll20--sm {
    margin: 20px !important;
  }
  .u-mt24--sm {
    margin-top: 24px !important;
  }

  .u-mr24--sm {
    margin-right: 24px !important;
  }

  .u-mb24--sm {
    margin-bottom: 24px !important;
  }

  .u-ml24--sm {
    margin-left: 24px !important;
  }

  .u-mAll24--sm {
    margin: 24px !important;
  }
  .u-mt28--sm {
    margin-top: 28px !important;
  }

  .u-mr28--sm {
    margin-right: 28px !important;
  }

  .u-mb28--sm {
    margin-bottom: 28px !important;
  }

  .u-ml28--sm {
    margin-left: 28px !important;
  }

  .u-mAll28--sm {
    margin: 28px !important;
  }
  .u-mt32--sm {
    margin-top: 32px !important;
  }

  .u-mr32--sm {
    margin-right: 32px !important;
  }

  .u-mb32--sm {
    margin-bottom: 32px !important;
  }

  .u-ml32--sm {
    margin-left: 32px !important;
  }

  .u-mAll32--sm {
    margin: 32px !important;
  }
  .u-mt36--sm {
    margin-top: 36px !important;
  }

  .u-mr36--sm {
    margin-right: 36px !important;
  }

  .u-mb36--sm {
    margin-bottom: 36px !important;
  }

  .u-ml36--sm {
    margin-left: 36px !important;
  }

  .u-mAll36--sm {
    margin: 36px !important;
  }
  .u-mt40--sm {
    margin-top: 40px !important;
  }

  .u-mr40--sm {
    margin-right: 40px !important;
  }

  .u-mb40--sm {
    margin-bottom: 40px !important;
  }

  .u-ml40--sm {
    margin-left: 40px !important;
  }

  .u-mAll40--sm {
    margin: 40px !important;
  }
  .u-mt44--sm {
    margin-top: 44px !important;
  }

  .u-mr44--sm {
    margin-right: 44px !important;
  }

  .u-mb44--sm {
    margin-bottom: 44px !important;
  }

  .u-ml44--sm {
    margin-left: 44px !important;
  }

  .u-mAll44--sm {
    margin: 44px !important;
  }
  .u-mt48--sm {
    margin-top: 48px !important;
  }

  .u-mr48--sm {
    margin-right: 48px !important;
  }

  .u-mb48--sm {
    margin-bottom: 48px !important;
  }

  .u-ml48--sm {
    margin-left: 48px !important;
  }

  .u-mAll48--sm {
    margin: 48px !important;
  }
  .u-mt52--sm {
    margin-top: 52px !important;
  }

  .u-mr52--sm {
    margin-right: 52px !important;
  }

  .u-mb52--sm {
    margin-bottom: 52px !important;
  }

  .u-ml52--sm {
    margin-left: 52px !important;
  }

  .u-mAll52--sm {
    margin: 52px !important;
  }
  .u-mt56--sm {
    margin-top: 56px !important;
  }

  .u-mr56--sm {
    margin-right: 56px !important;
  }

  .u-mb56--sm {
    margin-bottom: 56px !important;
  }

  .u-ml56--sm {
    margin-left: 56px !important;
  }

  .u-mAll56--sm {
    margin: 56px !important;
  }
  .u-mt60--sm {
    margin-top: 60px !important;
  }

  .u-mr60--sm {
    margin-right: 60px !important;
  }

  .u-mb60--sm {
    margin-bottom: 60px !important;
  }

  .u-ml60--sm {
    margin-left: 60px !important;
  }

  .u-mAll60--sm {
    margin: 60px !important;
  }
  .u-mt64--sm {
    margin-top: 64px !important;
  }

  .u-mr64--sm {
    margin-right: 64px !important;
  }

  .u-mb64--sm {
    margin-bottom: 64px !important;
  }

  .u-ml64--sm {
    margin-left: 64px !important;
  }

  .u-mAll64--sm {
    margin: 64px !important;
  }
  .u-mt68--sm {
    margin-top: 68px !important;
  }

  .u-mr68--sm {
    margin-right: 68px !important;
  }

  .u-mb68--sm {
    margin-bottom: 68px !important;
  }

  .u-ml68--sm {
    margin-left: 68px !important;
  }

  .u-mAll68--sm {
    margin: 68px !important;
  }
  .u-mt72--sm {
    margin-top: 72px !important;
  }

  .u-mr72--sm {
    margin-right: 72px !important;
  }

  .u-mb72--sm {
    margin-bottom: 72px !important;
  }

  .u-ml72--sm {
    margin-left: 72px !important;
  }

  .u-mAll72--sm {
    margin: 72px !important;
  }
  .u-mt76--sm {
    margin-top: 76px !important;
  }

  .u-mr76--sm {
    margin-right: 76px !important;
  }

  .u-mb76--sm {
    margin-bottom: 76px !important;
  }

  .u-ml76--sm {
    margin-left: 76px !important;
  }

  .u-mAll76--sm {
    margin: 76px !important;
  }
  .u-mt80--sm {
    margin-top: 80px !important;
  }

  .u-mr80--sm {
    margin-right: 80px !important;
  }

  .u-mb80--sm {
    margin-bottom: 80px !important;
  }

  .u-ml80--sm {
    margin-left: 80px !important;
  }

  .u-mAll80--sm {
    margin: 80px !important;
  }
  .u-pt0--sm {
    padding-top: 0px !important;
  }

  .u-pr0--sm {
    padding-right: 0px !important;
  }

  .u-pb0--sm {
    padding-bottom: 0px !important;
  }

  .u-pl0--sm {
    padding-left: 0px !important;
  }

  .u-pAll0--sm {
    padding: 0px !important;
  }
  .u-pt4--sm {
    padding-top: 4px !important;
  }

  .u-pr4--sm {
    padding-right: 4px !important;
  }

  .u-pb4--sm {
    padding-bottom: 4px !important;
  }

  .u-pl4--sm {
    padding-left: 4px !important;
  }

  .u-pAll4--sm {
    padding: 4px !important;
  }
  .u-pt8--sm {
    padding-top: 8px !important;
  }

  .u-pr8--sm {
    padding-right: 8px !important;
  }

  .u-pb8--sm {
    padding-bottom: 8px !important;
  }

  .u-pl8--sm {
    padding-left: 8px !important;
  }

  .u-pAll8--sm {
    padding: 8px !important;
  }
  .u-pt12--sm {
    padding-top: 12px !important;
  }

  .u-pr12--sm {
    padding-right: 12px !important;
  }

  .u-pb12--sm {
    padding-bottom: 12px !important;
  }

  .u-pl12--sm {
    padding-left: 12px !important;
  }

  .u-pAll12--sm {
    padding: 12px !important;
  }
  .u-pt16--sm {
    padding-top: 16px !important;
  }

  .u-pr16--sm {
    padding-right: 16px !important;
  }

  .u-pb16--sm {
    padding-bottom: 16px !important;
  }

  .u-pl16--sm {
    padding-left: 16px !important;
  }

  .u-pAll16--sm {
    padding: 16px !important;
  }
  .u-pt20--sm {
    padding-top: 20px !important;
  }

  .u-pr20--sm {
    padding-right: 20px !important;
  }

  .u-pb20--sm {
    padding-bottom: 20px !important;
  }

  .u-pl20--sm {
    padding-left: 20px !important;
  }

  .u-pAll20--sm {
    padding: 20px !important;
  }
  .u-pt24--sm {
    padding-top: 24px !important;
  }

  .u-pr24--sm {
    padding-right: 24px !important;
  }

  .u-pb24--sm {
    padding-bottom: 24px !important;
  }

  .u-pl24--sm {
    padding-left: 24px !important;
  }

  .u-pAll24--sm {
    padding: 24px !important;
  }
  .u-pt28--sm {
    padding-top: 28px !important;
  }

  .u-pr28--sm {
    padding-right: 28px !important;
  }

  .u-pb28--sm {
    padding-bottom: 28px !important;
  }

  .u-pl28--sm {
    padding-left: 28px !important;
  }

  .u-pAll28--sm {
    padding: 28px !important;
  }
  .u-pt32--sm {
    padding-top: 32px !important;
  }

  .u-pr32--sm {
    padding-right: 32px !important;
  }

  .u-pb32--sm {
    padding-bottom: 32px !important;
  }

  .u-pl32--sm {
    padding-left: 32px !important;
  }

  .u-pAll32--sm {
    padding: 32px !important;
  }
  .u-pt36--sm {
    padding-top: 36px !important;
  }

  .u-pr36--sm {
    padding-right: 36px !important;
  }

  .u-pb36--sm {
    padding-bottom: 36px !important;
  }

  .u-pl36--sm {
    padding-left: 36px !important;
  }

  .u-pAll36--sm {
    padding: 36px !important;
  }
  .u-pt40--sm {
    padding-top: 40px !important;
  }

  .u-pr40--sm {
    padding-right: 40px !important;
  }

  .u-pb40--sm {
    padding-bottom: 40px !important;
  }

  .u-pl40--sm {
    padding-left: 40px !important;
  }

  .u-pAll40--sm {
    padding: 40px !important;
  }
  .u-pt44--sm {
    padding-top: 44px !important;
  }

  .u-pr44--sm {
    padding-right: 44px !important;
  }

  .u-pb44--sm {
    padding-bottom: 44px !important;
  }

  .u-pl44--sm {
    padding-left: 44px !important;
  }

  .u-pAll44--sm {
    padding: 44px !important;
  }
  .u-pt48--sm {
    padding-top: 48px !important;
  }

  .u-pr48--sm {
    padding-right: 48px !important;
  }

  .u-pb48--sm {
    padding-bottom: 48px !important;
  }

  .u-pl48--sm {
    padding-left: 48px !important;
  }

  .u-pAll48--sm {
    padding: 48px !important;
  }
  .u-pt52--sm {
    padding-top: 52px !important;
  }

  .u-pr52--sm {
    padding-right: 52px !important;
  }

  .u-pb52--sm {
    padding-bottom: 52px !important;
  }

  .u-pl52--sm {
    padding-left: 52px !important;
  }

  .u-pAll52--sm {
    padding: 52px !important;
  }
  .u-pt56--sm {
    padding-top: 56px !important;
  }

  .u-pr56--sm {
    padding-right: 56px !important;
  }

  .u-pb56--sm {
    padding-bottom: 56px !important;
  }

  .u-pl56--sm {
    padding-left: 56px !important;
  }

  .u-pAll56--sm {
    padding: 56px !important;
  }
  .u-pt60--sm {
    padding-top: 60px !important;
  }

  .u-pr60--sm {
    padding-right: 60px !important;
  }

  .u-pb60--sm {
    padding-bottom: 60px !important;
  }

  .u-pl60--sm {
    padding-left: 60px !important;
  }

  .u-pAll60--sm {
    padding: 60px !important;
  }
  .u-pt64--sm {
    padding-top: 64px !important;
  }

  .u-pr64--sm {
    padding-right: 64px !important;
  }

  .u-pb64--sm {
    padding-bottom: 64px !important;
  }

  .u-pl64--sm {
    padding-left: 64px !important;
  }

  .u-pAll64--sm {
    padding: 64px !important;
  }
  .u-pt68--sm {
    padding-top: 68px !important;
  }

  .u-pr68--sm {
    padding-right: 68px !important;
  }

  .u-pb68--sm {
    padding-bottom: 68px !important;
  }

  .u-pl68--sm {
    padding-left: 68px !important;
  }

  .u-pAll68--sm {
    padding: 68px !important;
  }
  .u-pt72--sm {
    padding-top: 72px !important;
  }

  .u-pr72--sm {
    padding-right: 72px !important;
  }

  .u-pb72--sm {
    padding-bottom: 72px !important;
  }

  .u-pl72--sm {
    padding-left: 72px !important;
  }

  .u-pAll72--sm {
    padding: 72px !important;
  }
  .u-pt76--sm {
    padding-top: 76px !important;
  }

  .u-pr76--sm {
    padding-right: 76px !important;
  }

  .u-pb76--sm {
    padding-bottom: 76px !important;
  }

  .u-pl76--sm {
    padding-left: 76px !important;
  }

  .u-pAll76--sm {
    padding: 76px !important;
  }
  .u-pt80--sm {
    padding-top: 80px !important;
  }

  .u-pr80--sm {
    padding-right: 80px !important;
  }

  .u-pb80--sm {
    padding-bottom: 80px !important;
  }

  .u-pl80--sm {
    padding-left: 80px !important;
  }

  .u-pAll80--sm {
    padding: 80px !important;
  }
  .u-pos-sta--sm {
    position: static;
  }
  .u-pos-rel--sm {
    position: relative;
  }
  .u-pos-abs--sm {
    position: absolute;
  }
  .u-pos-fix--sm {
    position: fixed;
  }
}
@media only screen and (min-width: 960px ) {
  .c-list--col-lg-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-lg-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-lg-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-lg-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-lg-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-lg-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-lg-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .u-only-lg {
    display: block;
  }
  .u-only-lg--inline {
    display: inline-block;
  }
  .u-only-lg--flex {
    display: flex;
  }
  .u-mt0--lg {
    margin-top: 0px !important;
  }

  .u-mr0--lg {
    margin-right: 0px !important;
  }

  .u-mb0--lg {
    margin-bottom: 0px !important;
  }

  .u-ml0--lg {
    margin-left: 0px !important;
  }

  .u-mAll0--lg {
    margin: 0px !important;
  }
  .u-mt4--lg {
    margin-top: 4px !important;
  }

  .u-mr4--lg {
    margin-right: 4px !important;
  }

  .u-mb4--lg {
    margin-bottom: 4px !important;
  }

  .u-ml4--lg {
    margin-left: 4px !important;
  }

  .u-mAll4--lg {
    margin: 4px !important;
  }
  .u-mt8--lg {
    margin-top: 8px !important;
  }

  .u-mr8--lg {
    margin-right: 8px !important;
  }

  .u-mb8--lg {
    margin-bottom: 8px !important;
  }

  .u-ml8--lg {
    margin-left: 8px !important;
  }

  .u-mAll8--lg {
    margin: 8px !important;
  }
  .u-mt12--lg {
    margin-top: 12px !important;
  }

  .u-mr12--lg {
    margin-right: 12px !important;
  }

  .u-mb12--lg {
    margin-bottom: 12px !important;
  }

  .u-ml12--lg {
    margin-left: 12px !important;
  }

  .u-mAll12--lg {
    margin: 12px !important;
  }
  .u-mt16--lg {
    margin-top: 16px !important;
  }

  .u-mr16--lg {
    margin-right: 16px !important;
  }

  .u-mb16--lg {
    margin-bottom: 16px !important;
  }

  .u-ml16--lg {
    margin-left: 16px !important;
  }

  .u-mAll16--lg {
    margin: 16px !important;
  }
  .u-mt20--lg {
    margin-top: 20px !important;
  }

  .u-mr20--lg {
    margin-right: 20px !important;
  }

  .u-mb20--lg {
    margin-bottom: 20px !important;
  }

  .u-ml20--lg {
    margin-left: 20px !important;
  }

  .u-mAll20--lg {
    margin: 20px !important;
  }
  .u-mt24--lg {
    margin-top: 24px !important;
  }

  .u-mr24--lg {
    margin-right: 24px !important;
  }

  .u-mb24--lg {
    margin-bottom: 24px !important;
  }

  .u-ml24--lg {
    margin-left: 24px !important;
  }

  .u-mAll24--lg {
    margin: 24px !important;
  }
  .u-mt28--lg {
    margin-top: 28px !important;
  }

  .u-mr28--lg {
    margin-right: 28px !important;
  }

  .u-mb28--lg {
    margin-bottom: 28px !important;
  }

  .u-ml28--lg {
    margin-left: 28px !important;
  }

  .u-mAll28--lg {
    margin: 28px !important;
  }
  .u-mt32--lg {
    margin-top: 32px !important;
  }

  .u-mr32--lg {
    margin-right: 32px !important;
  }

  .u-mb32--lg {
    margin-bottom: 32px !important;
  }

  .u-ml32--lg {
    margin-left: 32px !important;
  }

  .u-mAll32--lg {
    margin: 32px !important;
  }
  .u-mt36--lg {
    margin-top: 36px !important;
  }

  .u-mr36--lg {
    margin-right: 36px !important;
  }

  .u-mb36--lg {
    margin-bottom: 36px !important;
  }

  .u-ml36--lg {
    margin-left: 36px !important;
  }

  .u-mAll36--lg {
    margin: 36px !important;
  }
  .u-mt40--lg {
    margin-top: 40px !important;
  }

  .u-mr40--lg {
    margin-right: 40px !important;
  }

  .u-mb40--lg {
    margin-bottom: 40px !important;
  }

  .u-ml40--lg {
    margin-left: 40px !important;
  }

  .u-mAll40--lg {
    margin: 40px !important;
  }
  .u-mt44--lg {
    margin-top: 44px !important;
  }

  .u-mr44--lg {
    margin-right: 44px !important;
  }

  .u-mb44--lg {
    margin-bottom: 44px !important;
  }

  .u-ml44--lg {
    margin-left: 44px !important;
  }

  .u-mAll44--lg {
    margin: 44px !important;
  }
  .u-mt48--lg {
    margin-top: 48px !important;
  }

  .u-mr48--lg {
    margin-right: 48px !important;
  }

  .u-mb48--lg {
    margin-bottom: 48px !important;
  }

  .u-ml48--lg {
    margin-left: 48px !important;
  }

  .u-mAll48--lg {
    margin: 48px !important;
  }
  .u-mt52--lg {
    margin-top: 52px !important;
  }

  .u-mr52--lg {
    margin-right: 52px !important;
  }

  .u-mb52--lg {
    margin-bottom: 52px !important;
  }

  .u-ml52--lg {
    margin-left: 52px !important;
  }

  .u-mAll52--lg {
    margin: 52px !important;
  }
  .u-mt56--lg {
    margin-top: 56px !important;
  }

  .u-mr56--lg {
    margin-right: 56px !important;
  }

  .u-mb56--lg {
    margin-bottom: 56px !important;
  }

  .u-ml56--lg {
    margin-left: 56px !important;
  }

  .u-mAll56--lg {
    margin: 56px !important;
  }
  .u-mt60--lg {
    margin-top: 60px !important;
  }

  .u-mr60--lg {
    margin-right: 60px !important;
  }

  .u-mb60--lg {
    margin-bottom: 60px !important;
  }

  .u-ml60--lg {
    margin-left: 60px !important;
  }

  .u-mAll60--lg {
    margin: 60px !important;
  }
  .u-mt64--lg {
    margin-top: 64px !important;
  }

  .u-mr64--lg {
    margin-right: 64px !important;
  }

  .u-mb64--lg {
    margin-bottom: 64px !important;
  }

  .u-ml64--lg {
    margin-left: 64px !important;
  }

  .u-mAll64--lg {
    margin: 64px !important;
  }
  .u-mt68--lg {
    margin-top: 68px !important;
  }

  .u-mr68--lg {
    margin-right: 68px !important;
  }

  .u-mb68--lg {
    margin-bottom: 68px !important;
  }

  .u-ml68--lg {
    margin-left: 68px !important;
  }

  .u-mAll68--lg {
    margin: 68px !important;
  }
  .u-mt72--lg {
    margin-top: 72px !important;
  }

  .u-mr72--lg {
    margin-right: 72px !important;
  }

  .u-mb72--lg {
    margin-bottom: 72px !important;
  }

  .u-ml72--lg {
    margin-left: 72px !important;
  }

  .u-mAll72--lg {
    margin: 72px !important;
  }
  .u-mt76--lg {
    margin-top: 76px !important;
  }

  .u-mr76--lg {
    margin-right: 76px !important;
  }

  .u-mb76--lg {
    margin-bottom: 76px !important;
  }

  .u-ml76--lg {
    margin-left: 76px !important;
  }

  .u-mAll76--lg {
    margin: 76px !important;
  }
  .u-mt80--lg {
    margin-top: 80px !important;
  }

  .u-mr80--lg {
    margin-right: 80px !important;
  }

  .u-mb80--lg {
    margin-bottom: 80px !important;
  }

  .u-ml80--lg {
    margin-left: 80px !important;
  }

  .u-mAll80--lg {
    margin: 80px !important;
  }
  .u-pt0--lg {
    padding-top: 0px !important;
  }

  .u-pr0--lg {
    padding-right: 0px !important;
  }

  .u-pb0--lg {
    padding-bottom: 0px !important;
  }

  .u-pl0--lg {
    padding-left: 0px !important;
  }

  .u-pAll0--lg {
    padding: 0px !important;
  }
  .u-pt4--lg {
    padding-top: 4px !important;
  }

  .u-pr4--lg {
    padding-right: 4px !important;
  }

  .u-pb4--lg {
    padding-bottom: 4px !important;
  }

  .u-pl4--lg {
    padding-left: 4px !important;
  }

  .u-pAll4--lg {
    padding: 4px !important;
  }
  .u-pt8--lg {
    padding-top: 8px !important;
  }

  .u-pr8--lg {
    padding-right: 8px !important;
  }

  .u-pb8--lg {
    padding-bottom: 8px !important;
  }

  .u-pl8--lg {
    padding-left: 8px !important;
  }

  .u-pAll8--lg {
    padding: 8px !important;
  }
  .u-pt12--lg {
    padding-top: 12px !important;
  }

  .u-pr12--lg {
    padding-right: 12px !important;
  }

  .u-pb12--lg {
    padding-bottom: 12px !important;
  }

  .u-pl12--lg {
    padding-left: 12px !important;
  }

  .u-pAll12--lg {
    padding: 12px !important;
  }
  .u-pt16--lg {
    padding-top: 16px !important;
  }

  .u-pr16--lg {
    padding-right: 16px !important;
  }

  .u-pb16--lg {
    padding-bottom: 16px !important;
  }

  .u-pl16--lg {
    padding-left: 16px !important;
  }

  .u-pAll16--lg {
    padding: 16px !important;
  }
  .u-pt20--lg {
    padding-top: 20px !important;
  }

  .u-pr20--lg {
    padding-right: 20px !important;
  }

  .u-pb20--lg {
    padding-bottom: 20px !important;
  }

  .u-pl20--lg {
    padding-left: 20px !important;
  }

  .u-pAll20--lg {
    padding: 20px !important;
  }
  .u-pt24--lg {
    padding-top: 24px !important;
  }

  .u-pr24--lg {
    padding-right: 24px !important;
  }

  .u-pb24--lg {
    padding-bottom: 24px !important;
  }

  .u-pl24--lg {
    padding-left: 24px !important;
  }

  .u-pAll24--lg {
    padding: 24px !important;
  }
  .u-pt28--lg {
    padding-top: 28px !important;
  }

  .u-pr28--lg {
    padding-right: 28px !important;
  }

  .u-pb28--lg {
    padding-bottom: 28px !important;
  }

  .u-pl28--lg {
    padding-left: 28px !important;
  }

  .u-pAll28--lg {
    padding: 28px !important;
  }
  .u-pt32--lg {
    padding-top: 32px !important;
  }

  .u-pr32--lg {
    padding-right: 32px !important;
  }

  .u-pb32--lg {
    padding-bottom: 32px !important;
  }

  .u-pl32--lg {
    padding-left: 32px !important;
  }

  .u-pAll32--lg {
    padding: 32px !important;
  }
  .u-pt36--lg {
    padding-top: 36px !important;
  }

  .u-pr36--lg {
    padding-right: 36px !important;
  }

  .u-pb36--lg {
    padding-bottom: 36px !important;
  }

  .u-pl36--lg {
    padding-left: 36px !important;
  }

  .u-pAll36--lg {
    padding: 36px !important;
  }
  .u-pt40--lg {
    padding-top: 40px !important;
  }

  .u-pr40--lg {
    padding-right: 40px !important;
  }

  .u-pb40--lg {
    padding-bottom: 40px !important;
  }

  .u-pl40--lg {
    padding-left: 40px !important;
  }

  .u-pAll40--lg {
    padding: 40px !important;
  }
  .u-pt44--lg {
    padding-top: 44px !important;
  }

  .u-pr44--lg {
    padding-right: 44px !important;
  }

  .u-pb44--lg {
    padding-bottom: 44px !important;
  }

  .u-pl44--lg {
    padding-left: 44px !important;
  }

  .u-pAll44--lg {
    padding: 44px !important;
  }
  .u-pt48--lg {
    padding-top: 48px !important;
  }

  .u-pr48--lg {
    padding-right: 48px !important;
  }

  .u-pb48--lg {
    padding-bottom: 48px !important;
  }

  .u-pl48--lg {
    padding-left: 48px !important;
  }

  .u-pAll48--lg {
    padding: 48px !important;
  }
  .u-pt52--lg {
    padding-top: 52px !important;
  }

  .u-pr52--lg {
    padding-right: 52px !important;
  }

  .u-pb52--lg {
    padding-bottom: 52px !important;
  }

  .u-pl52--lg {
    padding-left: 52px !important;
  }

  .u-pAll52--lg {
    padding: 52px !important;
  }
  .u-pt56--lg {
    padding-top: 56px !important;
  }

  .u-pr56--lg {
    padding-right: 56px !important;
  }

  .u-pb56--lg {
    padding-bottom: 56px !important;
  }

  .u-pl56--lg {
    padding-left: 56px !important;
  }

  .u-pAll56--lg {
    padding: 56px !important;
  }
  .u-pt60--lg {
    padding-top: 60px !important;
  }

  .u-pr60--lg {
    padding-right: 60px !important;
  }

  .u-pb60--lg {
    padding-bottom: 60px !important;
  }

  .u-pl60--lg {
    padding-left: 60px !important;
  }

  .u-pAll60--lg {
    padding: 60px !important;
  }
  .u-pt64--lg {
    padding-top: 64px !important;
  }

  .u-pr64--lg {
    padding-right: 64px !important;
  }

  .u-pb64--lg {
    padding-bottom: 64px !important;
  }

  .u-pl64--lg {
    padding-left: 64px !important;
  }

  .u-pAll64--lg {
    padding: 64px !important;
  }
  .u-pt68--lg {
    padding-top: 68px !important;
  }

  .u-pr68--lg {
    padding-right: 68px !important;
  }

  .u-pb68--lg {
    padding-bottom: 68px !important;
  }

  .u-pl68--lg {
    padding-left: 68px !important;
  }

  .u-pAll68--lg {
    padding: 68px !important;
  }
  .u-pt72--lg {
    padding-top: 72px !important;
  }

  .u-pr72--lg {
    padding-right: 72px !important;
  }

  .u-pb72--lg {
    padding-bottom: 72px !important;
  }

  .u-pl72--lg {
    padding-left: 72px !important;
  }

  .u-pAll72--lg {
    padding: 72px !important;
  }
  .u-pt76--lg {
    padding-top: 76px !important;
  }

  .u-pr76--lg {
    padding-right: 76px !important;
  }

  .u-pb76--lg {
    padding-bottom: 76px !important;
  }

  .u-pl76--lg {
    padding-left: 76px !important;
  }

  .u-pAll76--lg {
    padding: 76px !important;
  }
  .u-pt80--lg {
    padding-top: 80px !important;
  }

  .u-pr80--lg {
    padding-right: 80px !important;
  }

  .u-pb80--lg {
    padding-bottom: 80px !important;
  }

  .u-pl80--lg {
    padding-left: 80px !important;
  }

  .u-pAll80--lg {
    padding: 80px !important;
  }
  .u-pos-sta--lg {
    position: static;
  }
  .u-pos-rel--lg {
    position: relative;
  }
  .u-pos-abs--lg {
    position: absolute;
  }
  .u-pos-fix--lg {
    position: fixed;
  }
}
@media only screen and (min-width: 1280px ) {
  .c-list--col-xl-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xl-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xl-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xl-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xl-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xl-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xl-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .u-only-xl {
    display: block;
  }
  .u-only-xl--inline {
    display: inline-block;
  }
  .u-only-xl--flex {
    display: flex;
  }
  .u-mt0--xl {
    margin-top: 0px !important;
  }

  .u-mr0--xl {
    margin-right: 0px !important;
  }

  .u-mb0--xl {
    margin-bottom: 0px !important;
  }

  .u-ml0--xl {
    margin-left: 0px !important;
  }

  .u-mAll0--xl {
    margin: 0px !important;
  }
  .u-mt4--xl {
    margin-top: 4px !important;
  }

  .u-mr4--xl {
    margin-right: 4px !important;
  }

  .u-mb4--xl {
    margin-bottom: 4px !important;
  }

  .u-ml4--xl {
    margin-left: 4px !important;
  }

  .u-mAll4--xl {
    margin: 4px !important;
  }
  .u-mt8--xl {
    margin-top: 8px !important;
  }

  .u-mr8--xl {
    margin-right: 8px !important;
  }

  .u-mb8--xl {
    margin-bottom: 8px !important;
  }

  .u-ml8--xl {
    margin-left: 8px !important;
  }

  .u-mAll8--xl {
    margin: 8px !important;
  }
  .u-mt12--xl {
    margin-top: 12px !important;
  }

  .u-mr12--xl {
    margin-right: 12px !important;
  }

  .u-mb12--xl {
    margin-bottom: 12px !important;
  }

  .u-ml12--xl {
    margin-left: 12px !important;
  }

  .u-mAll12--xl {
    margin: 12px !important;
  }
  .u-mt16--xl {
    margin-top: 16px !important;
  }

  .u-mr16--xl {
    margin-right: 16px !important;
  }

  .u-mb16--xl {
    margin-bottom: 16px !important;
  }

  .u-ml16--xl {
    margin-left: 16px !important;
  }

  .u-mAll16--xl {
    margin: 16px !important;
  }
  .u-mt20--xl {
    margin-top: 20px !important;
  }

  .u-mr20--xl {
    margin-right: 20px !important;
  }

  .u-mb20--xl {
    margin-bottom: 20px !important;
  }

  .u-ml20--xl {
    margin-left: 20px !important;
  }

  .u-mAll20--xl {
    margin: 20px !important;
  }
  .u-mt24--xl {
    margin-top: 24px !important;
  }

  .u-mr24--xl {
    margin-right: 24px !important;
  }

  .u-mb24--xl {
    margin-bottom: 24px !important;
  }

  .u-ml24--xl {
    margin-left: 24px !important;
  }

  .u-mAll24--xl {
    margin: 24px !important;
  }
  .u-mt28--xl {
    margin-top: 28px !important;
  }

  .u-mr28--xl {
    margin-right: 28px !important;
  }

  .u-mb28--xl {
    margin-bottom: 28px !important;
  }

  .u-ml28--xl {
    margin-left: 28px !important;
  }

  .u-mAll28--xl {
    margin: 28px !important;
  }
  .u-mt32--xl {
    margin-top: 32px !important;
  }

  .u-mr32--xl {
    margin-right: 32px !important;
  }

  .u-mb32--xl {
    margin-bottom: 32px !important;
  }

  .u-ml32--xl {
    margin-left: 32px !important;
  }

  .u-mAll32--xl {
    margin: 32px !important;
  }
  .u-mt36--xl {
    margin-top: 36px !important;
  }

  .u-mr36--xl {
    margin-right: 36px !important;
  }

  .u-mb36--xl {
    margin-bottom: 36px !important;
  }

  .u-ml36--xl {
    margin-left: 36px !important;
  }

  .u-mAll36--xl {
    margin: 36px !important;
  }
  .u-mt40--xl {
    margin-top: 40px !important;
  }

  .u-mr40--xl {
    margin-right: 40px !important;
  }

  .u-mb40--xl {
    margin-bottom: 40px !important;
  }

  .u-ml40--xl {
    margin-left: 40px !important;
  }

  .u-mAll40--xl {
    margin: 40px !important;
  }
  .u-mt44--xl {
    margin-top: 44px !important;
  }

  .u-mr44--xl {
    margin-right: 44px !important;
  }

  .u-mb44--xl {
    margin-bottom: 44px !important;
  }

  .u-ml44--xl {
    margin-left: 44px !important;
  }

  .u-mAll44--xl {
    margin: 44px !important;
  }
  .u-mt48--xl {
    margin-top: 48px !important;
  }

  .u-mr48--xl {
    margin-right: 48px !important;
  }

  .u-mb48--xl {
    margin-bottom: 48px !important;
  }

  .u-ml48--xl {
    margin-left: 48px !important;
  }

  .u-mAll48--xl {
    margin: 48px !important;
  }
  .u-mt52--xl {
    margin-top: 52px !important;
  }

  .u-mr52--xl {
    margin-right: 52px !important;
  }

  .u-mb52--xl {
    margin-bottom: 52px !important;
  }

  .u-ml52--xl {
    margin-left: 52px !important;
  }

  .u-mAll52--xl {
    margin: 52px !important;
  }
  .u-mt56--xl {
    margin-top: 56px !important;
  }

  .u-mr56--xl {
    margin-right: 56px !important;
  }

  .u-mb56--xl {
    margin-bottom: 56px !important;
  }

  .u-ml56--xl {
    margin-left: 56px !important;
  }

  .u-mAll56--xl {
    margin: 56px !important;
  }
  .u-mt60--xl {
    margin-top: 60px !important;
  }

  .u-mr60--xl {
    margin-right: 60px !important;
  }

  .u-mb60--xl {
    margin-bottom: 60px !important;
  }

  .u-ml60--xl {
    margin-left: 60px !important;
  }

  .u-mAll60--xl {
    margin: 60px !important;
  }
  .u-mt64--xl {
    margin-top: 64px !important;
  }

  .u-mr64--xl {
    margin-right: 64px !important;
  }

  .u-mb64--xl {
    margin-bottom: 64px !important;
  }

  .u-ml64--xl {
    margin-left: 64px !important;
  }

  .u-mAll64--xl {
    margin: 64px !important;
  }
  .u-mt68--xl {
    margin-top: 68px !important;
  }

  .u-mr68--xl {
    margin-right: 68px !important;
  }

  .u-mb68--xl {
    margin-bottom: 68px !important;
  }

  .u-ml68--xl {
    margin-left: 68px !important;
  }

  .u-mAll68--xl {
    margin: 68px !important;
  }
  .u-mt72--xl {
    margin-top: 72px !important;
  }

  .u-mr72--xl {
    margin-right: 72px !important;
  }

  .u-mb72--xl {
    margin-bottom: 72px !important;
  }

  .u-ml72--xl {
    margin-left: 72px !important;
  }

  .u-mAll72--xl {
    margin: 72px !important;
  }
  .u-mt76--xl {
    margin-top: 76px !important;
  }

  .u-mr76--xl {
    margin-right: 76px !important;
  }

  .u-mb76--xl {
    margin-bottom: 76px !important;
  }

  .u-ml76--xl {
    margin-left: 76px !important;
  }

  .u-mAll76--xl {
    margin: 76px !important;
  }
  .u-mt80--xl {
    margin-top: 80px !important;
  }

  .u-mr80--xl {
    margin-right: 80px !important;
  }

  .u-mb80--xl {
    margin-bottom: 80px !important;
  }

  .u-ml80--xl {
    margin-left: 80px !important;
  }

  .u-mAll80--xl {
    margin: 80px !important;
  }
  .u-pt0--xl {
    padding-top: 0px !important;
  }

  .u-pr0--xl {
    padding-right: 0px !important;
  }

  .u-pb0--xl {
    padding-bottom: 0px !important;
  }

  .u-pl0--xl {
    padding-left: 0px !important;
  }

  .u-pAll0--xl {
    padding: 0px !important;
  }
  .u-pt4--xl {
    padding-top: 4px !important;
  }

  .u-pr4--xl {
    padding-right: 4px !important;
  }

  .u-pb4--xl {
    padding-bottom: 4px !important;
  }

  .u-pl4--xl {
    padding-left: 4px !important;
  }

  .u-pAll4--xl {
    padding: 4px !important;
  }
  .u-pt8--xl {
    padding-top: 8px !important;
  }

  .u-pr8--xl {
    padding-right: 8px !important;
  }

  .u-pb8--xl {
    padding-bottom: 8px !important;
  }

  .u-pl8--xl {
    padding-left: 8px !important;
  }

  .u-pAll8--xl {
    padding: 8px !important;
  }
  .u-pt12--xl {
    padding-top: 12px !important;
  }

  .u-pr12--xl {
    padding-right: 12px !important;
  }

  .u-pb12--xl {
    padding-bottom: 12px !important;
  }

  .u-pl12--xl {
    padding-left: 12px !important;
  }

  .u-pAll12--xl {
    padding: 12px !important;
  }
  .u-pt16--xl {
    padding-top: 16px !important;
  }

  .u-pr16--xl {
    padding-right: 16px !important;
  }

  .u-pb16--xl {
    padding-bottom: 16px !important;
  }

  .u-pl16--xl {
    padding-left: 16px !important;
  }

  .u-pAll16--xl {
    padding: 16px !important;
  }
  .u-pt20--xl {
    padding-top: 20px !important;
  }

  .u-pr20--xl {
    padding-right: 20px !important;
  }

  .u-pb20--xl {
    padding-bottom: 20px !important;
  }

  .u-pl20--xl {
    padding-left: 20px !important;
  }

  .u-pAll20--xl {
    padding: 20px !important;
  }
  .u-pt24--xl {
    padding-top: 24px !important;
  }

  .u-pr24--xl {
    padding-right: 24px !important;
  }

  .u-pb24--xl {
    padding-bottom: 24px !important;
  }

  .u-pl24--xl {
    padding-left: 24px !important;
  }

  .u-pAll24--xl {
    padding: 24px !important;
  }
  .u-pt28--xl {
    padding-top: 28px !important;
  }

  .u-pr28--xl {
    padding-right: 28px !important;
  }

  .u-pb28--xl {
    padding-bottom: 28px !important;
  }

  .u-pl28--xl {
    padding-left: 28px !important;
  }

  .u-pAll28--xl {
    padding: 28px !important;
  }
  .u-pt32--xl {
    padding-top: 32px !important;
  }

  .u-pr32--xl {
    padding-right: 32px !important;
  }

  .u-pb32--xl {
    padding-bottom: 32px !important;
  }

  .u-pl32--xl {
    padding-left: 32px !important;
  }

  .u-pAll32--xl {
    padding: 32px !important;
  }
  .u-pt36--xl {
    padding-top: 36px !important;
  }

  .u-pr36--xl {
    padding-right: 36px !important;
  }

  .u-pb36--xl {
    padding-bottom: 36px !important;
  }

  .u-pl36--xl {
    padding-left: 36px !important;
  }

  .u-pAll36--xl {
    padding: 36px !important;
  }
  .u-pt40--xl {
    padding-top: 40px !important;
  }

  .u-pr40--xl {
    padding-right: 40px !important;
  }

  .u-pb40--xl {
    padding-bottom: 40px !important;
  }

  .u-pl40--xl {
    padding-left: 40px !important;
  }

  .u-pAll40--xl {
    padding: 40px !important;
  }
  .u-pt44--xl {
    padding-top: 44px !important;
  }

  .u-pr44--xl {
    padding-right: 44px !important;
  }

  .u-pb44--xl {
    padding-bottom: 44px !important;
  }

  .u-pl44--xl {
    padding-left: 44px !important;
  }

  .u-pAll44--xl {
    padding: 44px !important;
  }
  .u-pt48--xl {
    padding-top: 48px !important;
  }

  .u-pr48--xl {
    padding-right: 48px !important;
  }

  .u-pb48--xl {
    padding-bottom: 48px !important;
  }

  .u-pl48--xl {
    padding-left: 48px !important;
  }

  .u-pAll48--xl {
    padding: 48px !important;
  }
  .u-pt52--xl {
    padding-top: 52px !important;
  }

  .u-pr52--xl {
    padding-right: 52px !important;
  }

  .u-pb52--xl {
    padding-bottom: 52px !important;
  }

  .u-pl52--xl {
    padding-left: 52px !important;
  }

  .u-pAll52--xl {
    padding: 52px !important;
  }
  .u-pt56--xl {
    padding-top: 56px !important;
  }

  .u-pr56--xl {
    padding-right: 56px !important;
  }

  .u-pb56--xl {
    padding-bottom: 56px !important;
  }

  .u-pl56--xl {
    padding-left: 56px !important;
  }

  .u-pAll56--xl {
    padding: 56px !important;
  }
  .u-pt60--xl {
    padding-top: 60px !important;
  }

  .u-pr60--xl {
    padding-right: 60px !important;
  }

  .u-pb60--xl {
    padding-bottom: 60px !important;
  }

  .u-pl60--xl {
    padding-left: 60px !important;
  }

  .u-pAll60--xl {
    padding: 60px !important;
  }
  .u-pt64--xl {
    padding-top: 64px !important;
  }

  .u-pr64--xl {
    padding-right: 64px !important;
  }

  .u-pb64--xl {
    padding-bottom: 64px !important;
  }

  .u-pl64--xl {
    padding-left: 64px !important;
  }

  .u-pAll64--xl {
    padding: 64px !important;
  }
  .u-pt68--xl {
    padding-top: 68px !important;
  }

  .u-pr68--xl {
    padding-right: 68px !important;
  }

  .u-pb68--xl {
    padding-bottom: 68px !important;
  }

  .u-pl68--xl {
    padding-left: 68px !important;
  }

  .u-pAll68--xl {
    padding: 68px !important;
  }
  .u-pt72--xl {
    padding-top: 72px !important;
  }

  .u-pr72--xl {
    padding-right: 72px !important;
  }

  .u-pb72--xl {
    padding-bottom: 72px !important;
  }

  .u-pl72--xl {
    padding-left: 72px !important;
  }

  .u-pAll72--xl {
    padding: 72px !important;
  }
  .u-pt76--xl {
    padding-top: 76px !important;
  }

  .u-pr76--xl {
    padding-right: 76px !important;
  }

  .u-pb76--xl {
    padding-bottom: 76px !important;
  }

  .u-pl76--xl {
    padding-left: 76px !important;
  }

  .u-pAll76--xl {
    padding: 76px !important;
  }
  .u-pt80--xl {
    padding-top: 80px !important;
  }

  .u-pr80--xl {
    padding-right: 80px !important;
  }

  .u-pb80--xl {
    padding-bottom: 80px !important;
  }

  .u-pl80--xl {
    padding-left: 80px !important;
  }

  .u-pAll80--xl {
    padding: 80px !important;
  }
  .u-pos-sta--xl {
    position: static;
  }
  .u-pos-rel--xl {
    position: relative;
  }
  .u-pos-abs--xl {
    position: absolute;
  }
  .u-pos-fix--xl {
    position: fixed;
  }
}
@media (min-width: 599px) {
  .btn-list {
    width: 400px;
  }
  .btn-list__link {
    width: 394px;
    font-size: 16px;
    margin: 0px auto;
    border: 3px solid #0f4c81;
  }
  .btn-list__link:after {
    width: 24px;
    right: 20px;
  }
  #main .senkyoResult {
    padding: 64px 0;
  }
  #main .senkyoResult .container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #main .senkyoResult .container .head-wrapper {
    display: flex;
    align-items: center;
  }
  #main .senkyoResult .container .head-wrapper__title {
    font-size: 200%;
    padding: 0 16px 0 0;
    border-right: 1px solid #757575;
  }
  #main .senkyoResult .container .head-wrapper__text {
    padding-left: 16px;
    margin-top: 0;
  }
  #main .senkyoResult .container .article-list {
    justify-content: start;
    margin-top: 48px;
  }
  #main .senkyoResult .container .article-list .list-item {
    width: 238px;
    margin: 0 0 56px 16px;
  }
  #main .senkyoResult .container .article-list .list-item:first-child, #main .senkyoResult .container .article-list .list-item:nth-child(5n) {
    margin-left: 0;
  }
  #main .senkyoResult .container .article-list .list-item:nth-child(2n) {
    margin-left: 16px;
  }
  #main .senkyoResearch {
    padding: 64px 0;
  }
  #main .senkyoResearch .container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #main .senkyoResearch .container .head-wrapper {
    display: flex;
    align-items: center;
  }
  #main .senkyoResearch .container .head-wrapper__title {
    font-size: 200%;
    padding: 0 16px 0 0;
    border-right: 1px solid #757575;
  }
  #main .senkyoResearch .container .head-wrapper__text {
    padding-left: 16px;
    margin-top: 0;
  }
  #main .senkyoResearch .article-list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 48px auto 0;
    padding-bottom: 80px;
  }
  #main .senkyoResearch .article-list .list-item {
    margin-bottom: calc(36px - (((14px * 1.6) - 14px) / 2));
  }
  #main .senkyoResearch .article-list .list-item:nth-child(4n+1):nth-last-child(-n+4), #main .senkyoResearch .article-list .list-item:nth-child(4n+1):nth-last-child(-n+4) ~ .list-item {
    margin-bottom: 0;
  }
  #main .senkyoResearch .article-list .list-item {
    width: 238px;
    border: none;
    padding: 0;
    margin-left: 16px;
  }
  #main .senkyoResearch .article-list .list-item:first-child, #main .senkyoResearch .article-list .list-item:nth-child(4n-3) {
    margin-left: 0;
  }
  #main .senkyoResearch .article-list .list-item:last-child {
    border: none;
  }
  #main .senkyoResearch .article-list .list-item .item {
    display: block;
  }
  #main .senkyoResearch .article-list .list-item .item__img {
    width: 238px;
    margin-right: 0;
  }
  #main .senkyoResearch .article-list .list-item .item__box {
    width: 100%;
  }
  #main .senkyoResearch .article-list .list-item .item__box-time {
    padding: 12px 0;
    border-bottom: 1px dashed;
  }
  #main .senkyoResearch .article-list .list-item .item__box-title {
    margin: 0;
    margin-top: calc(14px - (((16px * 1.6) - 16px) / 2));
    margin-bottom: calc(6px - (((16px * 1.6) - 16px) / 2));
  }
  #main .senkyoPickup {
    padding: 64px 0;
  }
  #main .senkyoPickup .container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #main .senkyoPickup .container .head-wrapper {
    display: flex;
    align-items: center;
  }
  #main .senkyoPickup .container .head-wrapper__title {
    font-size: 200%;
    padding: 0 16px 0 0;
    border-right: 1px solid #757575;
  }
  #main .senkyoPickup .container .head-wrapper__text {
    padding-left: 16px;
    margin-top: 0;
  }
  #main .senkyoPickup .article-list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 48px auto 0;
  }
  #main .senkyoPickup .article-list .list-item {
    width: 238px;
    border: none;
    padding: 0;
    margin-left: 16px;
  }
  #main .senkyoPickup .article-list .list-item:first-child, #main .senkyoPickup .article-list .list-item:nth-child(4n-3) {
    margin-left: 0;
  }
  #main .senkyoPickup .article-list .list-item .item {
    display: block;
  }
  #main .senkyoPickup .article-list .list-item .item__img {
    width: 238px;
    margin-right: 0;
  }
  #main .senkyoPickup .article-list .list-item .item .item__box {
    width: 100%;
  }
  #main .senkyoPickup .article-list .list-item .item .item__box-time {
    padding: 12px 0;
    border-bottom: 1px dashed;
  }
  #main .senkyoPickup .article-list .list-item .item .item__box-title {
    margin-top: calc(16px - (((16px * 1.6) - 16px) / 2));
    margin-bottom: calc(6px - (((16px * 1.6) - 16px) / 2));
  }
}
@media (min-width: 599px) and (min-width: 599px) {
  #main .senkyoPickup .article-list .list-item {
    margin-bottom: calc(36px - (((14px * 1.6) - 14px) / 2));
  }
  #main .senkyoPickup .article-list .list-item:nth-child(4n+1):nth-last-child(-n+4), #main .senkyoPickup .article-list .list-item:nth-child(4n+1):nth-last-child(-n+4) ~ .list-item {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=sourcemap/css/style.css.map */
