@charset "UTF-8";
/* reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* font awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

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

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

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

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

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

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

/* 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: ""; }

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-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; }

/* Foundation Icon Fonts */
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons/foundation-icons.eot");
  src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  max-width: 100%; }

b {
  font-weight: bold; }

a {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none;
  outline: none; }

/* navigation external link */
/*nav{
	a[target="_blank"]:after{
		font-family: 'FontAwesome';
		content: '\f08e ';
		margin-left: 3px;
		position: relative;
		font-size: 90%;
	}
}*/
/* iOS "clickable elements" fix for role="button" */
[role="button"] {
  cursor: pointer; }

/* placeholder */
::-webkit-input-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

/* default style reset */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  cursor: auto; }

button, select {
  cursor: pointer; }

button {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

/* textarea */
textarea {
  resize: vertical; }

/* select */
.select_wrap {
  position: relative; }

.select_wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: "\f078";
  color: #00629d;
  pointer-events: none; }

select {
  padding-right: 30px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

select option {
  background-color: #fff;
  color: #333;
  boder: 1px solid red; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #00629d; }

/* input &  select & textarea - focus style */
input[type="text"],
input[type="search"],
input[type="password"],
select,
textarea {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 1px solid #e1e1e1; }

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px #00629d;
  box-shadow: 0 0 4px #00629d;
  border: 1px solid #00629d; }

/* iPhone form zoom */
.iPhone input, .iPhone select, .iPhone textarea {
  font-size: 16px; }

/* Show active breakpoint in top right corner of viewport */
@media (max-width: 47.99em) {
  .onlyPc {
    display: none !important; } }

@media (min-width: 48em) {
  .onlySp {
    display: none !important; } }

.trimThumbnail {
  position: relative;
  width: 100%; }
  .trimThumbnail:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .trimThumbnail_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .trimThumbnail_image {
    width: 100%;
    height: 100%; }
    .trimThumbnail_image img {
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }

.rankingThumbnail {
  position: relative; }
  .rankingThumbnail:before {
    counter-increment: number 1;
    content: counter(number);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: .05em;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background: rgba(0, 98, 157, 0.9);
    color: #fff;
    display: block;
    text-align: center;
    width: 18px;
    height: 18px; }
    @media (min-width: 48em) {
      .rankingThumbnail:before {
        font-size: 14px;
        width: 20px;
        height: 20px; } }
  .rankingThumbnail-mini:before {
    font-size: 12px;
    width: 18px;
    height: 18px; }
    @media (min-width: 48em) {
      .rankingThumbnail-mini:before {
        font-size: 12px;
        width: 18px;
        height: 18px; } }

.rankingThumbnailOuter:nth-child(1) .rankingThumbnail:before {
  background: rgba(240, 202, 0, 0.9); }

.rankingThumbnailOuter:nth-child(2) .rankingThumbnail:before {
  background: rgba(179, 179, 179, 0.9); }

.rankingThumbnailOuter:nth-child(3) .rankingThumbnail:before {
  background: rgba(161, 41, 41, 0.9); }

.pcOnly {
  display: none; }
  @media (min-width: 48em) {
    .pcOnly {
      display: block; } }

.spOnly {
  display: block; }
  @media (min-width: 48em) {
    .spOnly {
      display: none; } }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

/* test999 */
.footer {
  color: #bbb;
  position: relative;
  background: #444;
  margin-top: 20px; }
  @media (min-width: 48em) {
    .footer {
      margin-top: 80px; } }
  .footer_inner {
    padding: 30px 15px 20px; }
    @media (min-width: 48em) {
      .footer_inner {
        padding: 40px 0;
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .footer_inner {
      width: 1090px; } }
  .footer_pageTop {
    position: fixed;
    right: 15px;
    bottom: -40px;
    width: 36px;
    height: 36px;
    -webkit-transition: bottom 0.2s ease-in-out 0s;
    -o-transition: bottom 0.2s ease-in-out 0s;
    transition: bottom 0.2s ease-in-out 0s;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    border-radius: 100px; }
    @media (min-width: 48em) {
      .footer_pageTop {
        width: 44px;
        height: 44px;
        bottom: -50px;
        right: 20px; } }
    .footer_pageTop.visible {
      bottom: 10px; }
    .footer_pageTop_link {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .footer_pageTop_link:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        content: "\f102";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 20px;
        color: #00629d; }
        .footer_pageTop_link:before:visited {
          color: #00629d; }
        .footer_pageTop_link:before:focus {
          color: #0072b7; }
        .footer_pageTop_link:before:hover {
          color: #0072b7; }
        .footer_pageTop_link:before:active {
          color: #0072b7; }
  @media (min-width: 48em) {
    .footer_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 47.99em) {
    .footer_row_col-logo {
      margin-bottom: 20px; } }
  @media (min-width: 48em) {
    .footer_row_col-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 20px; } }
  @media (min-width: 48em) {
    .footer_row_col-navigation {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
      flex: 0 0 220px; } }
  @media (max-width: 47.99em) {
    .footer_row_col-category {
      display: none; } }
  @media (min-width: 48em) {
    .footer_row_col-category {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
      margin-left: 20px; } }
  .footer_logo {
    margin-bottom: 10px; }
    @media (max-width: 47.99em) {
      .footer_logo {
        text-align: center; } }
    @media (min-width: 48em) {
      .footer_logo {
        margin-bottom: 20px;
        text-align: center; } }
    .footer_logo img {
      max-width: 140px; }
      @media (min-width: 48em) {
        .footer_logo img {
          max-width: 200px; } }
  .footer_copy {
    font-size: 10px;
    margin-bottom: 15px; }
    @media (max-width: 47.99em) {
      .footer_copy {
        text-align: center; } }
    @media (min-width: 48em) {
      .footer_copy {
        font-size: 11px;
        margin-bottom: 20px;
        text-align: center; } }
  .footer_copyright {
    border-top: 1px solid #555;
    color: #777; }
    .footer_copyright .copyright {
      font-size: 10px;
      text-align: center;
      padding: 8px 10px; }
      @media (min-width: 48em) {
        .footer_copyright .copyright {
          padding: 10px; } }
      .footer_copyright .copyright span {
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        letter-spacing: 0; }
      .footer_copyright .copyright a {
        color: #999999; }
        .footer_copyright .copyright a:visited {
          color: #999999; }
        .footer_copyright .copyright a:focus {
          color: #b3b3b3; }
        .footer_copyright .copyright a:hover {
          color: #b3b3b3; }
        .footer_copyright .copyright a:active {
          color: #b3b3b3; }
  .footer_ct_head {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px; }
    @media (max-width: 47.99em) {
      .footer_ct_head {
        text-align: center; } }
    @media (min-width: 48em) {
      .footer_ct_head {
        font-size: 14px;
        border-bottom: 1px solid #555;
        padding-bottom: 5px; } }

.f-navList {
  font-size: 11px; }
  @media (max-width: 47.99em) {
    .f-navList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 48em) {
    .f-navList {
      font-size: 12px; } }
  .f-navList li {
    margin-bottom: 5px; }
    @media (max-width: 47.99em) {
      .f-navList li:not(:first-child) {
        margin-left: 20px; } }
    @media (min-width: 48em) {
      .f-navList li {
        padding-right: 10px; } }
    .f-navList li a {
      color: #999999; }
      .f-navList li a:visited {
        color: #999999; }
      .f-navList li a:focus {
        color: #b3b3b3; }
      .f-navList li a:hover {
        color: #b3b3b3; }
      .f-navList li a:active {
        color: #b3b3b3; }

.f-cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px; }
  .f-cateList > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 5px; }
  .f-cateList li a {
    color: #999999; }
    .f-cateList li a:visited {
      color: #999999; }
    .f-cateList li a:focus {
      color: #b3b3b3; }
    .f-cateList li a:hover {
      color: #b3b3b3; }
    .f-cateList li a:active {
      color: #b3b3b3; }

@media (max-width: 47.99em) {
  .pcHeader {
    display: none; } }

@media (min-width: 48em) {
  .pcHeader {
    background: #fff; } }

.pcHeader_inner {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .pcHeader_inner {
      width: 1090px; } }

.pcHeader_row {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pcHeader_row_col-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px; }
  .pcHeader_row_col-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .pcHeader_row_col-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }

.pcHeader_logo {
  text-align: center; }
  .pcHeader_logo img {
    max-width: 280px;
    position: relative; }

.pcHeader_copy {
  font-size: 11px;
  margin-bottom: 5px; }

.pcHeader_menu_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .pcHeader_menu_row_col:not(:last-child) {
    margin-left: 20px; }

.pcToggle_categoryLink {
  position: relative;
  top: -3px;
  font-size: 24px;
  line-height: 1;
  color: #666666;
  overflow: visible;
  width: 21px;
  height: 24px; }
  .pcToggle_categoryLink span {
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    bottom: -10px;
    display: block;
    font-size: 10px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    -webkit-transform: scale(0.8) translateX(-50%);
    -ms-transform: scale(0.8) translateX(-50%);
    transform: scale(0.8) translateX(-50%);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }

.mobileHeader {
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }
  .mobileHeader_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .mobileHeader_row_col {
      position: relative; }
      .mobileHeader_row_col-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px; }
      .mobileHeader_row_col-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .mobileHeader_row_col-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px; }
  @media (min-width: 48em) {
    .mobileHeader {
      display: none; } }
  .mobileHeader_logo {
    text-align: center;
    padding: 5px;
    position: relative; }
    .mobileHeader_logo img {
      height: 35px;
      width: auto;
      position: relative; }
    .mobileHeader_logo_text {
      position: absolute;
      bottom: -3px;
      left: 50%;
      font-size: 10px;
      width: 100%;
      display: inline-block;
      color: #333;
      -webkit-transform: translate(-50%, 0) scale(0.8);
      -ms-transform: translate(-50%, 0) scale(0.8);
      transform: translate(-50%, 0) scale(0.8); }
      .mobileHeader_logo_text:visited {
        color: #333; }
      .mobileHeader_logo_text:focus {
        color: #666666; }
      .mobileHeader_logo_text:hover {
        color: #666666; }
      .mobileHeader_logo_text:active {
        color: #666666; }

.mTitle {
  background: #00629d;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  padding: 8px 10px; }
  @media (min-width: 48em) {
    .mTitle {
      background: #fff;
      color: #00629d;
      font-size: 30px; } }

.m-navList a {
  color: #333;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px;
  font-weight: bold; }
  .m-navList a:visited {
    color: #333; }
  .m-navList a:focus {
    color: #666666; }
  .m-navList a:hover {
    color: #666666; }
  .m-navList a:active {
    color: #666666; }

.m-navList li ul li a {
  position: relative;
  padding-left: 30px; }
  .m-navList li ul li a:before {
    content: '';
    width: 12px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px; }

.m-navList li ul li ul li a {
  padding-left: 42px; }
  .m-navList li ul li ul li a:before {
    width: 24px; }

.toggleMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .toggleMenu a {
    color: #333;
    font-size: 20px;
    line-height: 1; }
    .toggleMenu a:visited {
      color: #333; }
    .toggleMenu a:focus {
      color: #666666; }
    .toggleMenu a:hover {
      color: #666666; }
    .toggleMenu a:active {
      color: #666666; }
  .toggleMenu_categoryLink {
    position: relative;
    top: 2px; }
  .toggleMenu_searchLink {
    position: relative;
    top: 1px; }

.m-search_block_body {
  padding: 20px 15px; }
  .m-search_block-popularWord .m-search_block_body {
    padding-bottom: 10px; }

.popularWordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .popularWordList a {
    border: 1px solid #e1e1e1;
    display: block;
    line-height: 1;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333; }
    .popularWordList a:visited {
      color: #333; }
    .popularWordList a:focus {
      color: #666666; }
    .popularWordList a:hover {
      color: #666666; }
    .popularWordList a:active {
      color: #666666; }

.p-nav {
  border-top: 1px solid #e1e1e1;
  padding: 13px 0 8px;
  background: #fff; }
  .p-nav_inner {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 48em) {
      .p-nav_inner {
        width: 1090px; } }

.p-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-navList > li {
    margin-right: 25px;
    margin-bottom: 5px; }
    .p-navList > li a {
      display: block;
      font-weight: bold;
      font-size: 12px;
      color: #333; }
      .p-navList > li a:visited {
        color: #333; }
      .p-navList > li a:focus {
        color: #666666; }
      .p-navList > li a:hover {
        color: #666666; }
      .p-navList > li a:active {
        color: #666666; }

.main {
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .main {
      margin-bottom: 60px;
      padding: 30px; } }
  .main_head {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1; }
    @media (min-width: 48em) {
      .main_head {
        margin-bottom: 30px;
        padding-bottom: 20px; } }
  .main_foot {
    margin-top: 30px; }
    @media (min-width: 48em) {
      .main_foot {
        margin-top: 30px; } }
  .main_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5; }
    @media (min-width: 48em) {
      .main_title {
        font-size: 30px; } }

.mainAd {
  margin: 30px 0; }
  @media (min-width: 48em) {
    .mainAd {
      margin: 40px 5px; } }
  .mainAd-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 47.99em) {
      .mainAd-pc {
        display: none; } }
    .mainAd-pc .mainAd_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 336px;
      flex: 0 0 336px; }
  .mainAd-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 48em) {
      .mainAd-sp {
        display: none; } }
    .mainAd-sp .mainAd_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px; }

@media (max-width: 47.99em) {
  .entry {
    font-size: 15px; } }

@media (min-width: 48em) {
  .entry {
    font-size: 16px;
    line-height: 1.8; } }

.entry img {
  width: auto; }
  @media (max-width: 47.99em) {
    .entry img.size-medium {
      width: 100%; } }

.entry p {
  margin: 0px 0 25px 0; }
  @media (min-width: 48em) {
    .entry p {
      margin: 0px 0 30px 0; } }

.entry .mb-0 p {
  margin-bottom: 0;
  padding-bottom: 0; }

.entry .mt-small {
  margin-top: 30px; }

.entry a {
  text-decoration: underline;
  color: #3789be; }
  .entry a:visited {
    color: #3789be; }
  .entry a:focus {
    color: #59a1cf; }
  .entry a:hover {
    color: #59a1cf; }
  .entry a:active {
    color: #59a1cf; }
  .entry a:hover {
    text-decoration: none; }

.entry ul, .entry ol {
  margin-bottom: 30px; }
  .entry ul li:not(:last-child), .entry ol li:not(:last-child) {
    margin-bottom: 2px; }

.entry ul li {
  position: relative;
  padding-left: 18px; }
  .entry ul li a {
    color: #3789be; }
    .entry ul li a:visited {
      color: #3789be; }
    .entry ul li a:focus {
      color: #59a1cf; }
    .entry ul li a:hover {
      color: #59a1cf; }
    .entry ul li a:active {
      color: #59a1cf; }

.entry ul.check li {
  padding-left: 20px; }
  .entry ul.check li:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: #333;
    content: "\f00c";
    top: 0px;
    left: 0px; }

.entry ol {
  list-style-type: decimal;
  padding-left: 20px; }

.entry ul.sankaku li:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f0da";
  position: absolute;
  top: 0px;
  left: 5px;
  color: #00629d; }

.entry ul.maru li,
.entry ol.maru li {
  padding-left: 30px; }
  .entry ul.maru li:before,
  .entry ol.maru li:before {
    border-radius: 2px;
    float: left;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 60%;
    margin-right: 10px;
    margin-left: -3em;
    background: #fff;
    color: #00629d;
    border: 1px solid #00629d; }

.entry ul.maru li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 50%; }

.entry ol.maru {
  list-style: none;
  padding-left: 0px; }
  .entry ol.maru li {
    counter-increment: count-sec; }
    .entry ol.maru li:before {
      content: counters(count-sec, "");
      font-weight: bold; }

.entry ul.labelList li {
  padding-left: 0; }

.entry .itemBox_table ul,
.entry .itemBox_table ol {
  margin-top: 10px;
  margin-bottom: 10px; }

.entry_head {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 48em) {
    .entry_head {
      margin-bottom: 30px;
      padding-bottom: 20px; } }
  @media (min-width: 48em) {
    .entry_head_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media (max-width: 47.99em) {
    .entry_head_row_col-thumbnail {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 15px; }
	  .entry_pcThumbnail {
	  		min-height: 240px;
		height: auto;
	  } }
  @media (min-width: 48em) {
    .entry_head_row_col-thumbnail {
      margin-bottom: 30px; }
	  .entry_pcThumbnail {
	  	min-height: 450px;
		height: auto;
	  } }
  .entry_head_row_col-thumbnail .trimThumbnail:before {
    padding-top: 75%; }
  @media (min-width: 48em) {
    .entry_head_row_col-text {
      margin-bottom: 30px; } }
  @media (max-width: 47.99em) {
    .entry_head_row_col-text {
	  min-height: 150px; } }

.entry_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5; }
  @media (min-width: 48em) {
    .entry_title {
      font-size: 30px; } }
  .entry_title a {
    color: #00629d;
    text-decoration: none; }
    .entry_title a:visited {
      color: #00629d; }
    .entry_title a:focus {
      color: #0072b7; }
    .entry_title a:hover {
      color: #0072b7; }
    .entry_title a:active {
      color: #0072b7; }

.entry_meta {
  margin-top: 5px; }
  @media (max-width: 47.99em) {
    .entry_meta {
      margin-top: 10px;
      background: #f6f7fc;
      padding: 10px 15px; } }
  @media (min-width: 48em) {
    .entry_meta {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #f6f7fc;
      padding: 10px 15px; } }
  .entry_meta_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .entry_meta_row_col-category {
      margin-left: 10px; }
  .entry_meta_date {
    color: #666666;
    font-size: 13px;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .entry_meta_date {
        margin-right: auto;
        margin-bottom: 0;
        font-size: 14px; } }
  .entry_meta_category {
    color: #666666;
    font-size: 13px;
    line-height: 1.5; }
    @media (min-width: 48em) {
      .entry_meta_category {
        font-size: 14px; } }
    .entry_meta_category:before {
      font-family: 'FontAwesome';
      font-weight: normal;
      content: "\f07c";
      line-height: 1;
      margin-right: 1px;
      font-size: 10px; }
    .entry_meta_category_item:not(:last-child) {
      margin-right: .75em; }
  .entry_meta_view {
    color: #666666;
    font-size: 13px;
    line-height: 1.5; }
    @media (min-width: 48em) {
      .entry_meta_view {
        font-size: 14px; } }
    .entry_meta_view:before {
      font-family: 'FontAwesome';
      font-weight: normal;
      content: "\f06e";
      line-height: 1;
      margin-right: 1px;
      font-size: 12px; }

.entry_description {
  padding: 20px 0 10px; }

.entry_body .eTable {
  line-height: 1.5;
  font-size: 12px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  margin: 25px 0;
  width: 100%; }
  @media (min-width: 48em) {
    .entry_body .eTable {
      font-size: 14px;
      margin: 30px 0; } }
  .entry_body .eTable th, .entry_body .eTable td {
    padding: 6px 8px 6px 8px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
  .entry_body .eTable th {
    font-weight: bold;
    background: #999999;
    color: #fff;
    text-align: center; }
    .entry_body .eTable th:first-child {
      min-width: 100px; }
      @media (min-width: 48em) {
        .entry_body .eTable th:first-child {
          min-width: 140px; } }
  .entry_body .eTable td:first-child {
    min-width: 100px; }
    @media (min-width: 48em) {
      .entry_body .eTable td:first-child {
        min-width: 140px; } }
  .entry_body .eTable td.color-td {
    background: #2db0ff; }
  .entry_body .eTable-2tone tr td:first-child {
    background: #f2f2f2; }
  .entry_body .eTable-stripe tr:nth-child(odd) {
    background: #f6f7fc; }
  .entry_body .eTable-center td {
    text-align: center; }
  .entry_body .eTable ul li {
    padding-left: 16px; }
    .entry_body .eTable ul li:before {
      top: 2px; }
      @media (min-width: 48em) {
        .entry_body .eTable ul li:before {
          top: 3px; } }
  .entry_body .eTable .rate {
    position: relative;
    top: -2px; }
    @media (min-width: 48em) {
      .entry_body .eTable .rate {
        top: -3px; } }
  .entry_body .eTable .symbol {
    max-width: 26px; }
    .entry_body .eTable .symbol[src*="hanamaru"] {
      max-width: 30px; }

.entry h2 {
  position: relative;
  border-top: 3px double #e1e1e1;
  border-bottom: 3px double #e1e1e1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #00629d;
  padding: 12px 10px 10px 10px;
  margin: 55px 0px 25px 0px; }
  @media (min-width: 48em) {
    .entry h2 {
      padding: 20px 20px 18px 20px;
      font-size: 27px;
      margin: 70px 0px 40px 0px; } }
  .entry h2:before {
    position: absolute;
    content: " ";
    display: block;
    border-top: solid 3px #00629d;
    top: -3px;
    left: 0;
    width: 8%; }

.entry h3 {
  font-size: 17px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  margin: 45px 0px 25px 0px;
  position: relative; }
  @media (min-width: 48em) {
    .entry h3 {
      font-size: 21px;
      padding: 12px 15px 10px 15px;
      margin: 50px 0px 30px 0px; } }
  .entry h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #f3993a;
    bottom: -1px;
    left: 0;
    width: 8%; }

.entry h4 {
  /*position: relative;*/
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin: 35px 0px 25px 0px;
  padding-left: 4px; }
  @media (min-width: 48em) {
    .entry h4 {
      font-size: 18px;
      margin: 40px 0px 30px 0px;
      padding-left: 25px; } }
  .entry h4:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background: #f3993a; }
    @media (min-width: 48em) {
      .entry h4:before {
        top: 7px;
        width: 14px;
        height: 14px; } }

.entry .text-center {
  display: block;
  margin-bottom: 0 !important;
  text-align: center; }

.entry .text-align-right {
  text-align: right;
  margin: 30px 0px 30px 0px; }

.entry .text-right {
  text-align: right; }

.entry .text-align-center {
  text-align: center;
  margin: 30px 0px 30px 0px; }

.entry center {
  text-align: center; }

.entry .text-align-left {
  text-align: left;
  margin: 30px 0px 30px 0px; }

.entry img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.entry img.alignright {
  margin-left: auto;
  display: block; }

.entry img.alignleft {
  margin-right: auto;
  display: block; }

.entry .img-frame {
  margin: 0px 0px 30px 0px; }
  .entry .img-frame img {
    border: 1px solid #e1e1e1;
    background: #f6f7fc;
    padding: 5px; }

.entry b {
  font-weight: bold; }

.entry span[class^="text-color-"] {
  font-weight: bold; }

.entry .text-color-red {
  color: #f34943; }

.entry .text-color-blue {
  color: #00629d; }

.entry .text-color-green {
  color: #13a527; }

.entry .dash {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ff5a5f2e)) !important;
  background: -webkit-linear-gradient(transparent 50%, #ff5a5f2e 0%) !important;
  background: -o-linear-gradient(transparent 50%, #ff5a5f2e 0%) !important;
  background: linear-gradient(transparent 50%, #ff5a5f2e 0%) !important; }

.entry .text-size-mini {
  font-size: 11px;
  color: #999999;
  margin-top: -15px; }
  .entry .text-size-mini a {
    color: #999;
    text-decoration: none; }
    .entry .text-size-mini a:visited {
      color: #999; }
    .entry .text-size-mini a:focus {
      color: #999999; }
    .entry .text-size-mini a:hover {
      color: #999999; }
    .entry .text-size-mini a:active {
      color: #999999; }

.entry .text-size-small {
  font-size: 12px;
  display: inherit; }

.entry .text-size-large {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px dashed #f34943; }

.entry .font-size-small {
  font-size: 12px;
  display: inherit; }

.entry span[class^="marker-line-"] {
  font-weight: bold; }

.entry .marker-line-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffff66));
  background: -webkit-linear-gradient(transparent 50%, #ffff66 0%);
  background: -o-linear-gradient(transparent 50%, #ffff66 0%);
  background: linear-gradient(transparent 50%, #ffff66 0%); }

.entry .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #e053572e));
  background: -webkit-linear-gradient(transparent 65%, #e053572e 0%);
  background: -o-linear-gradient(transparent 65%, #e053572e 0%);
  background: linear-gradient(transparent 65%, #e053572e 0%); }

.entry span[class^="text-label-"] {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px 3px;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  top: -2px; }
  @media (min-width: 48em) {
    .entry span[class^="text-label-"] {
      font-size: 11px;
      margin-right: 7px;
      padding: 4px 6px 4px;
      top: -1px; } }

.entry .text-label-red {
  background: #f34943; }

.entry .text-label-blue {
  background: #00629d; }

.entry blockquote {
  border: 1px solid #00629d;
  background: #f6f7fc;
  position: relative;
  padding: 10px 20px 5px 20px;
  margin: 0px 0px 30px 0px;
  color: #00629d;
  font-size: 14px; }
  @media (min-width: 48em) {
    .entry blockquote {
      font-size: 15px; } }
  @media (min-width: 48em) {
    .entry blockquote {
      padding: 10px 30px 5px 30px; } }
  .entry blockquote:before, .entry blockquote:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    display: block;
    font-size: 12px;
    opacity: 0.2; }
    @media (min-width: 48em) {
      .entry blockquote:before, .entry blockquote:after {
        font-size: 16px; } }
  .entry blockquote:before {
    content: "\f10d"; }
  .entry blockquote:after {
    text-align: right;
    content: "\f10e"; }
  .entry blockquote p {
    margin-bottom: 15px; }
  .entry blockquote .blockquote_link {
    text-align: right;
    font-size: 10px;
    opacity: 0.6; }
    @media (min-width: 48em) {
      .entry blockquote .blockquote_link {
        font-size: 12px; } }

.entry .rate {
  max-width: 70px; }

.entry .cusTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #00629d;
  border-left: 1px solid #00629d;
  line-height: 1.5;
  font-size: 12px;
  background: #fff;
  color: #00629d; }
  @media (min-width: 48em) {
    .entry .cusTable {
      font-size: 14px; } }
  .entry .cusTable th, .entry .cusTable td {
    padding: 6px 8px 6px 8px;
    word-wrap: break-word;
    word-break: break-all;
    border-right: 1px solid #00629d;
    border-bottom: 1px solid #00629d;
    vertical-align: middle; }
    @media (min-width: 48em) {
      .entry .cusTable th, .entry .cusTable td {
        padding: 8px 10px; } }
    .entry .cusTable th ul, .entry .cusTable th ol, .entry .cusTable td ul, .entry .cusTable td ol {
      text-align: left; }
    @media (max-width: 47.99em) {
      .entry .cusTable th ul.maru li,
      .entry .cusTable th ol.maru li, .entry .cusTable td ul.maru li,
      .entry .cusTable td ol.maru li {
        padding-left: 25px; } }
    .entry .cusTable th ul.maru li:before,
    .entry .cusTable th ol.maru li:before, .entry .cusTable td ul.maru li:before,
    .entry .cusTable td ol.maru li:before {
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 60%;
      margin-right: 10px; }
      @media (max-width: 47.99em) {
        .entry .cusTable th ul.maru li:before,
        .entry .cusTable th ol.maru li:before, .entry .cusTable td ul.maru li:before,
        .entry .cusTable td ol.maru li:before {
          min-width: 18px;
          height: 18px;
          line-height: 18px;
          margin-left: -2.5em; } }
  .entry .cusTable th {
    font-weight: bold;
    text-align: center;
    background: -webkit-repeating-linear-gradient(140deg, #1c4cab, #378dab 1px, #096dab 0, #096dab 5px);
    background: -o-repeating-linear-gradient(140deg, #1c4cab, #378dab 1px, #096dab 0, #096dab 5px);
    background: repeating-linear-gradient(-50deg, #1c4cab, #378dab 1px, #096dab 0, #096dab 5px);
    color: #fff; }
    .entry .cusTable th:first-child {
      min-width: 100px; }
      @media (min-width: 48em) {
        .entry .cusTable th:first-child {
          min-width: 140px; } }
  .entry .cusTable td ul, .entry .cusTable td ol {
    margin-top: 10px;
    margin-bottom: 10px; }
  .entry .cusTable td.first-td {
    text-align: center;
    background: #f6f7fc;
    min-width: 100px; }
    @media (min-width: 48em) {
      .entry .cusTable td.first-td {
        min-width: 140px; } }
  .entry .cusTable td.color-td {
    background: #f6f7fc; }
  .entry .cusTable td.center-td {
    text-align: center; }
  .entry .cusTable-center td {
    text-align: center; }
  .entry .cusTable .rate {
    position: relative;
    top: -2px; }
    @media (min-width: 48em) {
      .entry .cusTable .rate {
        top: -2px; } }
  .entry .cusTable .symbol {
    max-width: 26px; }
    .entry .cusTable .symbol[src*="hanamaru"] {
      max-width: 30px; }
  .entry .cusTable .table-align-left {
    text-align: left !important; }

.entry .comment {
  background: #f6f7fc;
  border: 1px solid #00629d;
  position: relative;
  padding: 15px 20px 5px 20px;
  margin: 25px 0px;
  color: #00629d; }
  @media (min-width: 48em) {
    .entry .comment {
      padding: 20px 30px 5px 30px;
      margin: 30px 0px; } }
  .entry .comment_head {
    margin-bottom: 2px;
    border-bottom: 1px solid #00629d; }
    @media (max-width: 47.99em) {
      .entry .comment_head {
        text-align: center;
        padding-bottom: 10px; } }
    @media (min-width: 48em) {
      .entry .comment_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .entry .comment_body {
    background: #f6f7fc;
    position: relative;
    font-size: 14px; }
    @media (min-width: 48em) {
      .entry .comment_body {
        font-size: 15px; } }
    .entry .comment_body:before, .entry .comment_body:after {
      font-family: 'FontAwesome';
      font-weight: normal;
      display: block;
      font-size: 12px;
      opacity: 0.2; }
      @media (min-width: 48em) {
        .entry .comment_body:before, .entry .comment_body:after {
          font-size: 16px; } }
    .entry .comment_body:before {
      content: "\f10d"; }
    .entry .comment_body:after {
      text-align: right;
      content: "\f10e"; }
    .entry .comment_body p {
      margin-bottom: 15px; }
    .entry .comment_body .blockquote_link {
      text-align: right;
      font-size: 10px;
      opacity: 0.6; }
      @media (min-width: 48em) {
        .entry .comment_body .blockquote_link {
          font-size: 12px; } }
  .entry .comment_title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .entry .comment_title {
        font-size: 16px;
        margin-right: auto; } }
  .entry .comment_meta {
    font-size: 12px; }
  .entry .comment_evaluation {
    font-size: 13px; }
    @media (min-width: 48em) {
      .entry .comment_evaluation {
        font-size: 15px; } }
    .entry .comment_evaluation .rate {
      position: relative;
      top: -2px;
      max-width: 70px; }
      @media (min-width: 48em) {
        .entry .comment_evaluation .rate {
          top: -2px;
          max-width: 80px; } }

.entry .toc {
  margin: 25px 0; }
  @media (min-width: 48em) {
    .entry .toc {
      margin: 30px 0; } }
  .entry .toc ul li {
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 6px;
    font-weight: bold; }
    @media (min-width: 48em) {
      .entry .toc ul li {
        padding-bottom: 7px; } }
    .entry .toc ul li:before {
      color: #00629d; }
    .entry .toc ul li:not(:last-child) {
      margin-bottom: 6px; }
      @media (min-width: 48em) {
        .entry .toc ul li:not(:last-child) {
          margin-bottom: 7px; } }

.entry .tocBox {
  border: 1px solid #e1e1e1;
  padding: 15px 15px;
  margin: 30px 0;
  border-radius: 5px; }
  @media (min-width: 48em) {
    .entry .tocBox {
      padding: 20px 30px; } }
  .entry .tocBox ul, .entry .tocBox ol, .entry .tocBox p {
    margin-bottom: 0; }
  .entry .tocBox a {
    text-decoration: underline; }
  .entry .tocBox_head {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px 15px;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    @media (min-width: 48em) {
      .entry .tocBox_head {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 10px; } }
    .entry .tocBox_head span {
      padding-left: 23px;
      position: relative;
      display: inline-block; }
      @media (min-width: 48em) {
        .entry .tocBox_head span {
          padding-left: 25px; } }
      .entry .tocBox_head span:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #f34943;
        content: "\f040"; }
  .entry .tocBox ul li {
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 6px;
    font-weight: bold; }
    @media (min-width: 48em) {
      .entry .tocBox ul li {
        padding-bottom: 7px; } }
    .entry .tocBox ul li:before {
      color: #00629d; }
    .entry .tocBox ul li:not(:last-child) {
      margin-bottom: 6px; }
      @media (min-width: 48em) {
        .entry .tocBox ul li:not(:last-child) {
          margin-bottom: 7px; } }
  .entry .tocBox .imageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px; }
    @media (min-width: 48em) {
      .entry .tocBox .imageList {
        margin: 0 -10px -20px; } }
    .entry .tocBox .imageList_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      margin-bottom: 10px; }
      @media (min-width: 48em) {
        .entry .tocBox .imageList_col {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
          margin-bottom: 20px; } }
      .entry .tocBox .imageList_col_inner {
        padding: 0 5px; }
        @media (min-width: 48em) {
          .entry .tocBox .imageList_col_inner {
            padding: 0 10px; } }
    .entry .tocBox .imageList img {
      border: 1px solid #e1e1e1; }

.entry .accordionBox {
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
  background: #faf3e3;
  border: 1px dashed #00629d;
  margin: 25px 0;
  border-radius: 15px; }
  @media (min-width: 48em) {
    .entry .accordionBox {
      margin: 30px 0; } }
  .entry .accordionBox_head {
    cursor: pointer;
    font-weight: bold;
    color: #00629d;
    padding: 12px 15px;
    padding-right: 40px;
    position: relative; }
    @media (min-width: 48em) {
      .entry .accordionBox_head {
        padding: 15px 30px;
        padding-right: 50px; } }
    .entry .accordionBox_head .toggle_trigger {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0; }
      .entry .accordionBox_head .toggle_trigger:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        line-height: 1;
        content: "\f067";
        font-size: 20px;
        color: #00629d; }
      .entry .accordionBox_head .toggle_trigger:focus {
        outline: none; }
      .entry .accordionBox_head .toggle_trigger.js-active:before {
        content: "\f068"; }
  .entry .accordionBox_body {
    padding: 12px 15px;
    display: none;
    background: #fff;
    border-radius: 0 0 15px 15px; }
    @media (min-width: 48em) {
      .entry .accordionBox_body {
        padding: 15px 30px; } }

.entry .box,
.entry div[class^="box-"] {
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .entry .box,
    .entry div[class^="box-"] {
      padding: 30px; } }
  .entry .box ul, .entry .box ol,
  .entry div[class^="box-"] ul,
  .entry div[class^="box-"] ol {
    margin-bottom: 0; }

.entry .box_bar {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  color: #333;
  left: 11px;
  position: absolute;
  text-transform: capitalize;
  bottom: 100%;
  -webkit-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%); }
  @media (min-width: 48em) {
    .entry .box_bar {
      font-size: 24px;
      left: 18px; } }
  .entry .box_bar span {
    display: inline-block;
    background: #fff;
    line-height: 1;
    padding: 5px 10px; }
    @media (min-width: 48em) {
      .entry .box_bar span {
        padding: 5px 12px; } }

.entry .box_title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 48em) {
    .entry .box_title {
      font-size: 18px; } }

.entry div[class^="box-default-"] {
  border-style: dashed;
  border-width: 1px; }
  @media (min-width: 48em) {
    .entry div[class^="box-default-"] {
      border-width: 1px; } }

.entry .box-default-red {
  border-color: #f34943;
  background-color: #fff5f5; }
  .entry .box-default-red .box_bar {
    color: #f34943; }
  .entry .box-default-red .box_title {
    color: #f34943;
    border-color: #f34943; }
  .entry .box-default-red ul li:before {
    color: #f34943 !important; }
  .entry .box-default-red ul.maru li:before,
  .entry .box-default-red ol.maru li:before {
    color: #f34943;
    border-color: #f34943; }

.entry .box-default-blue {
  border-color: #00629d;
  background-color: #f6f7fc; }
  .entry .box-default-blue .box_bar {
    color: #00629d; }
  .entry .box-default-blue .box_title {
    color: #00629d;
    border-color: #00629d; }
  .entry .box-default-blue ul li:before {
    color: #00629d !important; }
  .entry .box-default-blue ul.maru li:before,
  .entry .box-default-blue ol.maru li:before {
    color: #00629d;
    border-color: #00629d; }

.entry .box-default-gray {
  border-color: #666666;
  background-color: #f2f2f2; }
  .entry .box-default-gray .box_bar {
    color: #666666; }
  .entry .box-default-gray .box_title {
    color: #666666;
    border-color: #666666; }
  .entry .box-default-gray ul li:before {
    color: #666666 !important; }
  .entry .box-default-gray ul.maru li:before,
  .entry .box-default-gray ol.maru li:before {
    color: #666666;
    border-color: #666666; }

.entry .box-default-small {
  border: none !important;
  background-color: #f2f2f2 !important;
  padding: 15px !important; }
  @media (min-width: 48em) {
    .entry .box-default-small {
      padding: 20px !important; } }

.entry .faq {
  border: 1px solid #f3993a;
  background: #fff8f0;
  padding: 15px 15px 15px;
  margin: 30px 0;
  border-radius: 0px 15px; }
  @media (min-width: 48em) {
    .entry .faq {
      padding: 20px 30px 20px; } }
  .entry .faq_q {
    border: none;
    background: none;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    border: 1px dashed #f3993a;
    border-radius: 0px 10px; }
    @media (min-width: 48em) {
      .entry .faq_q {
        font-size: 17px; } }
    .entry .faq_q:after {
      display: none; }
  .entry .faq_a {
    padding-left: 30px;
    position: relative; }
    .entry .faq_a:after {
      content: "A";
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      width: 22px;
      height: 22px;
      line-height: 20px;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      background: #f3993a; }
      @media (min-width: 48em) {
        .entry .faq_a:after {
          font-size: 12px;
          width: 22px;
          height: 22px;
          line-height: 20px;
          top: 2px; } }

.entry .bigQ {
  border: none;
  background: #fff2f1;
  border-radius: 5px;
  padding: 13px;
  padding-left: 60px;
  min-height: 50px; }
  @media (min-width: 48em) {
    .entry .bigQ {
      border-radius: 50px;
      padding: 12px;
      padding-left: 60px;
      min-height: 50px; } }
  .entry .bigQ:before {
    font-family: 'FontAwesome';
    content: "\f2c4";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: #00629d;
    border-radius: 50%;
    font-size: 15px; }
    @media (min-width: 48em) {
      .entry .bigQ:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 0px;
        font-size: 18px; } }

.entry .itemBox {
  padding: 0px 20px;
  margin: 0px -20px 30px; }
  @media (min-width: 48em) {
    .entry .itemBox {
      border: 1px solid #e1e1e1;
      padding: 30px;
      margin: 0px 0 30px; } }
  .entry .itemBox .bdrBtn {
    border-radius: 35px; }
  .entry .itemBox .align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 48em) {
    .entry .itemBox_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 47.99em) {
    .entry .itemBox_row_col-image {
      margin-bottom: 15px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 48em) {
    .entry .itemBox_row_col-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
      flex: 0 0 250px;
      max-width: 250px; } }
  @media (min-width: 48em) {
    .entry .itemBox_row_col-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 30px; } }
  .entry .itemBox_thumb-border {
    border: 1px solid #e1e1e1;
    padding: 10px; }
  .entry .itemBox_head {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1; }
  .entry .itemBox_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .entry .itemBox_title {
        font-size: 18px; } }
  .entry .itemBox_shop {
    font-size: 11px; }
    @media (min-width: 48em) {
      .entry .itemBox_shop {
        font-size: 12px; } }
  .entry .itemBox_price {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 17px; }
    @media (min-width: 48em) {
      .entry .itemBox_price {
        font-size: 24px; } }
    .entry .itemBox_price small {
      font-size: 15px; }
      @media (min-width: 48em) {
        .entry .itemBox_price small {
          font-size: 18px; } }
    .entry .itemBox_price_reference {
      position: relative;
      top: -1px; }
      .entry .itemBox_price_reference:after {
        color: #00629d;
        font-family: 'FontAwesome';
        font-weight: normal;
        content: "\f04b";
        margin: 0 8px 0 10px;
        font-size: 0.9em;
        position: relative;
        top: -1px; }
  .entry .itemBox_table {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 20px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 1fr)); }
    @media (min-width: 48em) {
      .entry .itemBox_table {
        -ms-grid-columns: (minmax(158px, 1fr))[4];
        grid-template-columns: repeat(4, minmax(158px, 1fr)); } }
    .entry .itemBox_table > div {
      padding: 6px 8px 6px 8px;
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1; }
    .entry .itemBox_table_title {
      background: #f6f7fc; }
    .entry .itemBox_table .table-align-left {
      text-align: left !important; }
  .entry .itemBox_description {
    font-size: 12px;
    margin: 20px 0; }
    @media (max-width: 47.99em) {
      .entry .itemBox_description {
        line-height: 1.5; } }
    .entry .itemBox_description ul li:before {
      font-size: 12px;
      top: 4px; }
      @media (min-width: 48em) {
        .entry .itemBox_description ul li:before {
          top: 5px; } }
    .entry .itemBox_description_title {
      margin: 0;
      padding: 0;
      border: none;
      font-size: 16px;
      line-height: 1.4;
      border-bottom: 1px dotted #999999;
      font-weight: bold;
      padding-bottom: 8px;
      padding-left: 23px;
      margin-bottom: 15px;
      position: relative; }
      @media (min-width: 48em) {
        .entry .itemBox_description_title {
          font-size: 18px;
          padding-bottom: 10px;
          padding-left: 25px; } }
      .entry .itemBox_description_title:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #f34943;
        content: "\f0f6"; }
    .entry .itemBox_description_text {
      font-size: 14px; }
      @media (min-width: 48em) {
        .entry .itemBox_description_text {
          font-size: 15px; } }
  .entry .itemBox_cite {
    font-size: 11px;
    color: #999999;
    margin-top: 5px; }
    @media (max-width: 47.99em) {
      .entry .itemBox_cite {
        text-align: center; } }
    .entry .itemBox_cite a {
      color: #999999; }
      .entry .itemBox_cite a:visited {
        color: #999999; }
      .entry .itemBox_cite a:focus {
        color: #cccccc; }
      .entry .itemBox_cite a:hover {
        color: #cccccc; }
      .entry .itemBox_cite a:active {
        color: #cccccc; }
  .entry .itemBox_btnArea {
    margin-top: 20px; }
    .entry .itemBox_btnArea a:not(:last-child) {
      margin-bottom: 13px; }

.entry .arrowLink {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5; }
  .entry .arrowLink:visited {
    color: #333; }
  .entry .arrowLink:focus {
    color: #666666; }
  .entry .arrowLink:hover {
    color: #666666; }
  .entry .arrowLink:active {
    color: #666666; }
  @media (min-width: 48em) {
    .entry .arrowLink {
      font-size: 17px;
      padding-left: 23px; } }
  .entry .arrowLink:before {
    color: #00629d;
    font-family: 'FontAwesome';
    content: "\f101";
    font-weight: normal;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px; }
    @media (min-width: 48em) {
      .entry .arrowLink:before {
        font-size: 23px;
        top: 1px; } }

.entry a.arrowLink {
  text-decoration: underline; }

.entry .checkText {
  position: relative;
  padding-left: 48px;
  display: inline-block;
  line-height: 1.5; }
  @media (min-width: 48em) {
    .entry .checkText {
      padding-left: 55px; } }
  .entry .checkText_icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #f3993a;
    padding: 3px 0px 2px 5px; }
    @media (max-width: 47.99em) {
      .entry .checkText_icon {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
    .entry .checkText_icon:before {
      display: block;
      position: absolute;
      top: 0px;
      left: 100%;
      z-index: 3;
      height: 0;
      width: 0;
      border-style: solid none solid solid;
      border-width: 10px;
      border-color: transparent #f3993a;
      content: ""; }

.entry a.checkText {
  color: #333;
  text-decoration: underline; }
  .entry a.checkText:visited {
    color: #333; }
  .entry a.checkText:focus {
    color: #666666; }
  .entry a.checkText:hover {
    color: #666666; }
  .entry a.checkText:active {
    color: #666666; }

.entry_topSns {
  text-align: center;
  margin: 25px 0 15px; }
  @media (min-width: 48em) {
    .entry_topSns {
      margin: 30px 0 20px;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); } }

.entry .tagLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .entry .tagLabel > div {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ffa500;
    background: #ffbb01;
    line-height: 1;
    padding: 4px 6px 2px;
    font-size: 0.75em;
    margin-bottom: 5px;
    margin-right: 5px; }
    @media (min-width: 48em) {
      .entry .tagLabel > div {
        border-width: 2px;
        padding: 5px 10px 3px; } }
  .entry .tagLabel.red > div {
    background: #ff949d;
    border-color: #ff6772; }
  .entry .tagLabel.orange > div {
    background: #ffcb74;
    border-color: #ffae27; }
  .entry .tagLabel.yellow > div {
    background: #fff54d;
    border-color: #e6d900; }
  .entry .tagLabel.green > div {
    background: #80ffb8;
    border-color: #00f56d; }
  .entry .tagLabel.blue > div {
    background: #6bbfff;
    border-color: #2da4ff; }
  .entry .tagLabel.indigo > div {
    background: #b5b6ef;
    border-color: #8b8de6; }
  .entry .tagLabel.violet > div {
    background: #fa9ef0;
    border-color: #fa8fee; }

/*

	writerBox

*/
.writerBox {
  padding: 15px;
  border: 1px solid #00629d;
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .writerBox {
      padding: 30px; } }
  .writerBox_head {
    margin-bottom: 20px; }
  .writerBox_title {
    font-weight: bold; }

.writer .boxTitle {
  color: #00629d; }

.writer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 48em) {
    .writer_row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .writer_row_col-writer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
    @media (min-width: 48em) {
      .writer_row_col-writer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px; } }
  .writer_row_col-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px; }
    @media (min-width: 48em) {
      .writer_row_col-description {
        padding-left: 30px; } }

.writer_thumb {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1; }
  @media (max-width: 47.99em) {
    .writer_thumb {
      margin-left: auto;
      margin-right: auto; } }

.writer_meta {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 13px; }
  @media (min-width: 48em) {
    .writer_meta {
      font-size: 12px; } }

.writer_name {
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 48em) {
    .writer_name {
      font-size: 17px; } }

.writer_description {
  color: #484848; }
  @media (max-width: 47.99em) {
    .writer_description {
      font-size: 12px; } }
  @media (min-width: 48em) {
    .writer_description {
      font-size: 12px; } }
  .writer_description_block1 {
    margin-top: 10px; }
    .writer_description_block1 p:last-of-type {
      margin-bottom: 0; }
  .writer_description_block2 {
    border-top: 1px dotted #e1e1e1;
    margin-top: 10px;
    padding-top: 10px; }
    .writer_description_block2 p:last-of-type {
      margin-bottom: 0; }

.writer_link {
  text-align: right;
  margin-top: 10px; }
  .writer_link a {
    position: relative;
    padding-left: 10px;
    color: #333; }
    .writer_link a:visited {
      color: #333; }
    .writer_link a:focus {
      color: #666666; }
    .writer_link a:hover {
      color: #666666; }
    .writer_link a:active {
      color: #666666; }
    .writer_link a:before {
      font-family: 'FontAwesome';
      font-weight: normal;
      content: "\f0da";
      position: absolute;
      top: -1px;
      left: 0;
      font-size: 0.9em; }

/*

	kuchikomi

*/
@media (min-width: 48em) {
  .entry .kuchikomi {
    margin-top: 20px; } }

@media (max-width: 47.99em) {
  .entry .kuchikomi_head {
    display: none; } }

@media (min-width: 48em) {
  .entry .kuchikomi_head-sp {
    display: none; } }

@media (min-width: 48em) {
  .entry .kuchikomi_body {
    display: none; } }

@media (max-width: 47.99em) {
  .entry .kuchikomi_body {
    display: block !important; } }

.entry .kuchikomi_title {
  margin: 0;
  border: none;
  color: #fff;
  position: relative;
  margin: 0px auto;
  cursor: pointer;
  font-weight: bold;
  background: #21a07e;
  font-size: 12px;
  max-width: 150px;
  padding: 8px 15px 8px;
  padding-left: 40px;
  border-radius: 100px; }
  .entry .kuchikomi_title_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .entry .kuchikomi_title_toggle:after {
      z-index: 10;
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: 'FontAwesome';
      content: "\f055";
      color: #fff;
      pointer-events: none; }
    .entry .kuchikomi_title_toggle.open:after {
      content: "\f056"; }
  .entry .kuchikomi_title-sp {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px dotted #999999;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 23px;
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 48em) {
      .entry .kuchikomi_title-sp {
        font-size: 18px;
        padding-bottom: 10px;
        padding-left: 25px; } }
    .entry .kuchikomi_title-sp:before {
      font-family: 'FontAwesome';
      font-weight: normal;
      position: absolute;
      top: 0px;
      left: 0px;
      color: #f34943;
      content: "\f27b"; }

.itemSlider .slick-prev,
.itemSlider .slick-next {
  z-index: 1; }

.itemSlider .slick-prev:before,
.itemSlider .slick-next:before {
  color: #333;
  font-size: 24px;
  opacity: .5; }

.itemSlider .slick-prev {
  left: 5px; }

.itemSlider .slick-next {
  right: 8px; }

.itemSlider_nav {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px; }
  .itemSlider_nav_item {
    padding: 0 5px; }

#offcanvas-left,
#offcanvas-right {
  display: none; }

#offcanvas-pc {
  display: none; }

#offcanvas-pc {
  padding: 30px; }

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  width: 80%; }

.js-hiraku-offcanvas-active #offcanvas-pc.js-hiraku-offcanvas-sidebar {
  width: 30%; }

.js-hiraku-offcanvas-body-right {
  left: 0%; }

.js-hiraku-offcanvas-body-left {
  left: 0%; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
.widgets_on_page > ul > li {
  padding: 0; }

#toc_container {
  position: relative;
  margin: 25px 0;
  padding: 20px;
  background: #fff8f0;
  border: 1px dashed #f3993a;
  border-radius: 15px; }
  @media (min-width: 48em) {
    #toc_container {
      margin: 30px 0;
      padding: 30px; } }
  #toc_container .toc_title {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center; }
    @media (min-width: 48em) {
      #toc_container .toc_title {
        font-size: 16px; } }
  #toc_container ul.toc_list {
    margin-bottom: 0; }
    @media (max-width: 47.99em) {
      #toc_container ul.toc_list li {
        font-size: 14px; } }
    #toc_container ul.toc_list li:before {
      color: #f3993a;
      content: "\f2d1";
      font-family: 'FontAwesome';
      font-size: 10px;
      font-weight: normal;
      left: 0px;
      line-height: 1;
      position: absolute;
      top: 4px; }
      @media (min-width: 48em) {
        #toc_container ul.toc_list li:before {
          top: 6px; } }
    #toc_container ul.toc_list li a {
      color: #333;
      font-weight: bold; }
      #toc_container ul.toc_list li a:visited {
        color: #333; }
      #toc_container ul.toc_list li a:focus {
        color: #666666; }
      #toc_container ul.toc_list li a:hover {
        color: #666666; }
      #toc_container ul.toc_list li a:active {
        color: #666666; }
      @media (min-width: 48em) {
        #toc_container ul.toc_list li a {
          font-weight: normal;
          text-decoration: none; } }
    #toc_container ul.toc_list li ul {
      margin-bottom: 0; }
    #toc_container ul.toc_list > li:not(:last-child) {
      margin-bottom: 5px; }
      @media (min-width: 48em) {
        #toc_container ul.toc_list > li:not(:last-child) {
          border-bottom: 1px dashed #f3993a;
          padding-bottom: 4px; } }

/*

Speech bubble plugin

*/
.sb-type-fb-flat {
  padding: 0 !important; }
  @media (max-width: 47.99em) {
    .sb-type-fb-flat {
      margin-bottom: 25px !important; } }
  @media (min-width: 48em) {
    .sb-type-fb-flat {
      margin-bottom: 30px !important; } }

.sb-speech-bubble {
  padding: 10px !important; }

.sb-icon {
  margin-bottom: 3px; }
  @media (min-width: 48em) {
    .sb-icon {
      margin-bottom: 5px; } }

.sb-name {
  font-size: 10px !important; }
  @media (min-width: 48em) {
    .sb-name {
      font-size: 11px !important; } }

.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
  height: 50px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
      height: 80px !important; } }

.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon {
  height: 100% !important;
  width: 100% !important; }

.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
.sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
  border: 1px solid #e1e1e1 !important;
  overflow: hidden;
  border-radius: 100px; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
    .sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
      border-width: 1px !important; } }

.sb-type-fb-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble {
  color: #00629d !important;
  background-color: #f6f7fc !important;
  background-color: #f6f7fc !important;
  border-color: #00629d !important;
  font-size: 14px; }

.sb-type-fb-flat > .sb-subtype-a > .sb-content:before {
  border-color: transparent #00629d !important; }

.sb-type-fb-flat > .sb-subtype-a > .sb-content:after {
  border-color: transparent #f6f7fc !important; }

.sb-type-fb-flat > .sb-subtype-a > .sb-content {
  margin-right: 0 !important; }

.sb-type-fb-flat > .sb-subtype-a > .sb-speaker,
.sb-type-fb-flat > .sb-subtype-c > .sb-speaker {
  width: 50px !important;
  margin-right: -50px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-a > .sb-speaker,
    .sb-type-fb-flat > .sb-subtype-c > .sb-speaker {
      width: 80px !important;
      margin-right: -80px !important; } }

.sb-type-fb-flat > .sb-subtype-a > .sb-content {
  padding-top: 0 !important;
  margin-left: 70px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-a > .sb-content {
      margin-left: 100px !important; } }

.sb-type-fb-flat > .sb-subtype-a > .sb-content:before,
.sb-type-fb-flat > .sb-subtype-a > .sb-content:after {
  top: 13px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-a > .sb-content:before,
    .sb-type-fb-flat > .sb-subtype-a > .sb-content:after {
      top: 23px !important; } }

.sb-type-fb-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble {
  color: #00629d !important;
  background-color: #f6f7fc !important;
  border-color: #00629d !important;
  font-size: 14px; }

.sb-type-fb-flat > .sb-subtype-b > .sb-content:before {
  border-color: transparent #333 !important; }

.sb-type-fb-flat > .sb-subtype-b > .sb-content:after {
  border-color: transparent #f6f7fc !important; }

.sb-type-fb-flat > .sb-subtype-b > .sb-content {
  margin-left: 0 !important; }

.sb-type-fb-flat > .sb-subtype-b > .sb-speaker,
.sb-type-fb-flat > .sb-subtype-d > .sb-speaker {
  width: 50px !important;
  margin-left: -50px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-b > .sb-speaker,
    .sb-type-fb-flat > .sb-subtype-d > .sb-speaker {
      width: 80px !important;
      margin-left: -80px !important; } }

.sb-type-fb-flat > .sb-subtype-b > .sb-content {
  padding-top: 0 !important;
  margin-right: 70px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-b > .sb-content {
      margin-right: 100px !important; } }

.sb-type-fb-flat > .sb-subtype-b > .sb-content:before,
.sb-type-fb-flat > .sb-subtype-b > .sb-content:after {
  top: 13px !important; }
  @media (min-width: 48em) {
    .sb-type-fb-flat > .sb-subtype-b > .sb-content:before,
    .sb-type-fb-flat > .sb-subtype-b > .sb-content:after {
      top: 23px !important; } }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wp-pagenavi a {
    color: #00629d; }
    .wp-pagenavi a:visited {
      color: #00629d; }
    .wp-pagenavi a:focus {
      color: #0082d0; }
    .wp-pagenavi a:hover {
      color: #0082d0; }
    .wp-pagenavi a:active {
      color: #0082d0; }
  .wp-pagenavi a, .wp-pagenavi span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    font-size: 12px; }
    @media (min-width: 48em) {
      .wp-pagenavi a, .wp-pagenavi span {
        font-size: 14px; } }
  @media (max-width: 47.99em) {
    .wp-pagenavi .first,
    .wp-pagenavi .last,
    .wp-pagenavi .extend,
    .wp-pagenavi .page {
      display: none; } }
  .wp-pagenavi .extend {
    border: none; }
  .wp-pagenavi .pages {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }

/*

Contact Form 7

*/
.wpcf7 input[type="submit"] {
  cursor: pointer; }

/* ------------------------------

pointTitle common

------------------------------ */
/*h3[class^="pointTitle"],*/
/*h3[class^="sonoTitle"],*/
/*h3[class^="rankTitle"] {*/
  /*padding-left: 45px; }*/
  /*@media (min-width: 48em) {*/
    /*h3[class^="pointTitle"],*/
    /*h3[class^="sonoTitle"],*/
    /*h3[class^="rankTitle"] {*/
      /*padding-left: 50px; } }*/

/*.pointTitle_icon,*/
/*.sonoTitle_icon,*/
/*.rankTitle_icon {*/
  /*position: absolute;*/
  /*top: 5px;*/
  /*left: 0;*/
  /*line-height: 1.1;*/
  /*display: inline-block;*/
  /*color: #f3993a; }*/
  /*.pointTitle_icon:before,*/
  /*.sonoTitle_icon:before,*/
  /*.rankTitle_icon:before {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background: #f3993a;*/
    /*opacity: 0.15;*/
    /*position: absolute;*/
    /*left: -3px;*/
    /*top: 0px;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*-webkit-transform-origin: center center;*/
    /*-ms-transform-origin: center center;*/
    /*transform-origin: center center; }*/
  /*.pointTitle_icon:after,*/
  /*.sonoTitle_icon:after,*/
  /*.rankTitle_icon:after {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 28px;*/
    /*height: 28px;*/
    /*background: #00629d;*/
    /*opacity: 0.1;*/
    /*position: absolute;*/
    /*left: -20px;*/
    /*top: -1px;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*-webkit-transform-origin: center center;*/
    /*-ms-transform-origin: center center;*/
    /*transform-origin: center center; }*/
  /*.pointTitle_icon_text,*/
  /*.sonoTitle_icon_text,*/
  /*.rankTitle_icon_text {*/
    /*font-size: 10px;*/
    /*display: block;*/
    /*background: #f3993a;*/
    /*color: #fff;*/
    /*padding: 2px;*/
    /*padding-bottom: 1px;*/
    /*border-radius: 2px;*/
    /*position: relative;*/
    /*z-index: 2; }*/
  /*.pointTitle_icon_num,*/
  /*.sonoTitle_icon_num,*/
  /*.rankTitle_icon_num {*/
    /*position: absolute;*/
    /*top: calc(100% + 2px);*/
    /*left: 0;*/
    /*width: 101%;*/
    /*display: block;*/
    /*text-align: center;*/
    /*z-index: 2;*/
    /*letter-spacing: 0; }*/

/* ------------------------------

pointTitle num

------------------------------ */
/*.pointTitle01 .pointTitle_icon_num:before {*/
  /*content: "1"; }*/

/*.pointTitle02 .pointTitle_icon_num:before {*/
  /*content: "2"; }*/

/*.pointTitle03 .pointTitle_icon_num:before {*/
  /*content: "3"; }*/

/*.pointTitle04 .pointTitle_icon_num:before {*/
  /*content: "4"; }*/

/*.pointTitle05 .pointTitle_icon_num:before {*/
  /*content: "5"; }*/

/*.pointTitle06 .pointTitle_icon_num:before {*/
  /*content: "6"; }*/

/*.pointTitle07 .pointTitle_icon_num:before {*/
  /*content: "7"; }*/

/*.pointTitle08 .pointTitle_icon_num:before {*/
  /*content: "8"; }*/

/*.pointTitle09 .pointTitle_icon_num:before {*/
  /*content: "9"; }*/

/*.pointTitle10 .pointTitle_icon_num:before {*/
  /*content: "10"; }*/

/*.pointTitle11 .pointTitle_icon_num:before {*/
  /*content: "11"; }*/

/*.pointTitle12 .pointTitle_icon_num:before {*/
  /*content: "12"; }*/

/*.pointTitle13 .pointTitle_icon_num:before {*/
  /*content: "13"; }*/

/*.pointTitle14 .pointTitle_icon_num:before {*/
  /*content: "14"; }*/

/*.pointTitle15 .pointTitle_icon_num:before {*/
  /*content: "15"; }*/

/*.pointTitle16 .pointTitle_icon_num:before {*/
  /*content: "16"; }*/

/*.pointTitle17 .pointTitle_icon_num:before {*/
  /*content: "17"; }*/

/*.pointTitle18 .pointTitle_icon_num:before {*/
  /*content: "18"; }*/

/*.pointTitle19 .pointTitle_icon_num:before {*/
  /*content: "19"; }*/

/*.pointTitle20 .pointTitle_icon_num:before {*/
  /*content: "20"; }*/

/*.pointTitle21 .pointTitle_icon_num:before {*/
  /*content: "21"; }*/

/*.pointTitle22 .pointTitle_icon_num:before {*/
  /*content: "22"; }*/

/*.pointTitle23 .pointTitle_icon_num:before {*/
  /*content: "23"; }*/

/*.pointTitle24 .pointTitle_icon_num:before {*/
  /*content: "24"; }*/

/*.pointTitle25 .pointTitle_icon_num:before {*/
  /*content: "25"; }*/

/*.pointTitle26 .pointTitle_icon_num:before {*/
  /*content: "26"; }*/

/*.pointTitle27 .pointTitle_icon_num:before {*/
  /*content: "27"; }*/

/*.pointTitle28 .pointTitle_icon_num:before {*/
  /*content: "28"; }*/

/*.pointTitle29 .pointTitle_icon_num:before {*/
  /*content: "29"; }*/

/*.pointTitle30 .pointTitle_icon_num:before {*/
  /*content: "30"; }*/

/*.pointTitle31 .pointTitle_icon_num:before {*/
  /*content: "31"; }*/

/*.pointTitle32 .pointTitle_icon_num:before {*/
  /*content: "32"; }*/

/*.pointTitle33 .pointTitle_icon_num:before {*/
  /*content: "33"; }*/

/*.pointTitle34 .pointTitle_icon_num:before {*/
  /*content: "34"; }*/

/*.pointTitle35 .pointTitle_icon_num:before {*/
  /*content: "35"; }*/

/*.pointTitle36 .pointTitle_icon_num:before {*/
  /*content: "36"; }*/

/*.pointTitle37 .pointTitle_icon_num:before {*/
  /*content: "37"; }*/

/*.pointTitle38 .pointTitle_icon_num:before {*/
  /*content: "38"; }*/

/*.pointTitle39 .pointTitle_icon_num:before {*/
  /*content: "39"; }*/

/*.pointTitle40 .pointTitle_icon_num:before {*/
  /*content: "40"; }*/

/*.pointTitle41 .pointTitle_icon_num:before {*/
  /*content: "41"; }*/

/*.pointTitle42 .pointTitle_icon_num:before {*/
  /*content: "42"; }*/

/*.pointTitle43 .pointTitle_icon_num:before {*/
  /*content: "43"; }*/

/*.pointTitle44 .pointTitle_icon_num:before {*/
  /*content: "44"; }*/

/*.pointTitle45 .pointTitle_icon_num:before {*/
  /*content: "45"; }*/

/*.pointTitle46 .pointTitle_icon_num:before {*/
  /*content: "46"; }*/

/*.pointTitle47 .pointTitle_icon_num:before {*/
  /*content: "47"; }*/

/*.pointTitle48 .pointTitle_icon_num:before {*/
  /*content: "48"; }*/

/*.pointTitle49 .pointTitle_icon_num:before {*/
  /*content: "49"; }*/

/*.pointTitle50 .pointTitle_icon_num:before {*/
  /*content: "50"; }*/

/* ------------------------------

rankTitle num

------------------------------ */
/*.rankTitle01 .rankTitle_icon_num:before {*/
  /*content: "1"; }*/

/*.rankTitle02 .rankTitle_icon_num:before {*/
  /*content: "2"; }*/

/*.rankTitle03 .rankTitle_icon_num:before {*/
  /*content: "3"; }*/

/*.rankTitle04 .rankTitle_icon_num:before {*/
  /*content: "4"; }*/

/*.rankTitle05 .rankTitle_icon_num:before {*/
  /*content: "5"; }*/

/*.rankTitle06 .rankTitle_icon_num:before {*/
  /*content: "6"; }*/

/*.rankTitle07 .rankTitle_icon_num:before {*/
  /*content: "7"; }*/

/*.rankTitle08 .rankTitle_icon_num:before {*/
  /*content: "8"; }*/

/*.rankTitle09 .rankTitle_icon_num:before {*/
  /*content: "9"; }*/

/*.rankTitle10 .rankTitle_icon_num:before {*/
  /*content: "10"; }*/

/*.rankTitle11 .rankTitle_icon_num:before {*/
  /*content: "11"; }*/

/*.rankTitle12 .rankTitle_icon_num:before {*/
  /*content: "12"; }*/

/*.rankTitle13 .rankTitle_icon_num:before {*/
  /*content: "13"; }*/

/*.rankTitle14 .rankTitle_icon_num:before {*/
  /*content: "14"; }*/

/*.rankTitle15 .rankTitle_icon_num:before {*/
  /*content: "15"; }*/

/*.rankTitle16 .rankTitle_icon_num:before {*/
  /*content: "16"; }*/

/*.rankTitle17 .rankTitle_icon_num:before {*/
  /*content: "17"; }*/

/*.rankTitle18 .rankTitle_icon_num:before {*/
  /*content: "18"; }*/

/*.rankTitle19 .rankTitle_icon_num:before {*/
  /*content: "19"; }*/

/*.rankTitle20 .rankTitle_icon_num:before {*/
  /*content: "20"; }*/

/*.rankTitle21 .rankTitle_icon_num:before {*/
  /*content: "21"; }*/

/*.rankTitle22 .rankTitle_icon_num:before {*/
  /*content: "22"; }*/

/*.rankTitle23 .rankTitle_icon_num:before {*/
  /*content: "23"; }*/

/*.rankTitle24 .rankTitle_icon_num:before {*/
  /*content: "24"; }*/

/*.rankTitle25 .rankTitle_icon_num:before {*/
  /*content: "25"; }*/

/*.rankTitle26 .rankTitle_icon_num:before {*/
  /*content: "26"; }*/

/*.rankTitle27 .rankTitle_icon_num:before {*/
  /*content: "27"; }*/

/*.rankTitle28 .rankTitle_icon_num:before {*/
  /*content: "28"; }*/

/*.rankTitle29 .rankTitle_icon_num:before {*/
  /*content: "29"; }*/

/*.rankTitle30 .rankTitle_icon_num:before {*/
  /*content: "30"; }*/

/*.rankTitle31 .rankTitle_icon_num:before {*/
  /*content: "31"; }*/

/*.rankTitle32 .rankTitle_icon_num:before {*/
  /*content: "32"; }*/

/*.rankTitle33 .rankTitle_icon_num:before {*/
  /*content: "33"; }*/

/*.rankTitle34 .rankTitle_icon_num:before {*/
  /*content: "34"; }*/

/*.rankTitle35 .rankTitle_icon_num:before {*/
  /*content: "35"; }*/

/*.rankTitle36 .rankTitle_icon_num:before {*/
  /*content: "36"; }*/

/*.rankTitle37 .rankTitle_icon_num:before {*/
  /*content: "37"; }*/

/*.rankTitle38 .rankTitle_icon_num:before {*/
  /*content: "38"; }*/

/*.rankTitle39 .rankTitle_icon_num:before {*/
  /*content: "39"; }*/

/*.rankTitle40 .rankTitle_icon_num:before {*/
  /*content: "40"; }*/

/*.rankTitle41 .rankTitle_icon_num:before {*/
  /*content: "41"; }*/

/*.rankTitle42 .rankTitle_icon_num:before {*/
  /*content: "42"; }*/

/*.rankTitle43 .rankTitle_icon_num:before {*/
  /*content: "43"; }*/

/*.rankTitle44 .rankTitle_icon_num:before {*/
  /*content: "44"; }*/

/*.rankTitle45 .rankTitle_icon_num:before {*/
  /*content: "45"; }*/

/*.rankTitle46 .rankTitle_icon_num:before {*/
  /*content: "46"; }*/

/*.rankTitle47 .rankTitle_icon_num:before {*/
  /*content: "47"; }*/

/*.rankTitle48 .rankTitle_icon_num:before {*/
  /*content: "48"; }*/

/*.rankTitle49 .rankTitle_icon_num:before {*/
  /*content: "49"; }*/

/*.rankTitle50 .rankTitle_icon_num:before {*/
  /*content: "50"; }*/

/* ------------------------------

sonoTitle num

------------------------------ */
/*.sonoTitle01 .sonoTitle_icon_num:before {*/
  /*content: "1"; }*/

/*.sonoTitle02 .sonoTitle_icon_num:before {*/
  /*content: "2"; }*/

/*.sonoTitle03 .sonoTitle_icon_num:before {*/
  /*content: "3"; }*/

/*.sonoTitle04 .sonoTitle_icon_num:before {*/
  /*content: "4"; }*/

/*.sonoTitle05 .sonoTitle_icon_num:before {*/
  /*content: "5"; }*/

/*.sonoTitle06 .sonoTitle_icon_num:before {*/
  /*content: "6"; }*/

/*.sonoTitle07 .sonoTitle_icon_num:before {*/
  /*content: "7"; }*/

/*.sonoTitle08 .sonoTitle_icon_num:before {*/
  /*content: "8"; }*/

/*.sonoTitle09 .sonoTitle_icon_num:before {*/
  /*content: "9"; }*/

/*.sonoTitle10 .sonoTitle_icon_num:before {*/
  /*content: "10"; }*/

/*.sonoTitle11 .sonoTitle_icon_num:before {*/
  /*content: "11"; }*/

/*.sonoTitle12 .sonoTitle_icon_num:before {*/
  /*content: "12"; }*/

/*.sonoTitle13 .sonoTitle_icon_num:before {*/
  /*content: "13"; }*/

/*.sonoTitle14 .sonoTitle_icon_num:before {*/
  /*content: "14"; }*/

/*.sonoTitle15 .sonoTitle_icon_num:before {*/
  /*content: "15"; }*/

/*.sonoTitle16 .sonoTitle_icon_num:before {*/
  /*content: "16"; }*/

/*.sonoTitle17 .sonoTitle_icon_num:before {*/
  /*content: "17"; }*/

/*.sonoTitle18 .sonoTitle_icon_num:before {*/
  /*content: "18"; }*/

/*.sonoTitle19 .sonoTitle_icon_num:before {*/
  /*content: "19"; }*/

/*.sonoTitle20 .sonoTitle_icon_num:before {*/
  /*content: "20"; }*/

/*.sonoTitle21 .sonoTitle_icon_num:before {*/
  /*content: "21"; }*/

/*.sonoTitle22 .sonoTitle_icon_num:before {*/
  /*content: "22"; }*/

/*.sonoTitle23 .sonoTitle_icon_num:before {*/
  /*content: "23"; }*/

/*.sonoTitle24 .sonoTitle_icon_num:before {*/
  /*content: "24"; }*/

/*.sonoTitle25 .sonoTitle_icon_num:before {*/
  /*content: "25"; }*/

/*.sonoTitle26 .sonoTitle_icon_num:before {*/
  /*content: "26"; }*/

/*.sonoTitle27 .sonoTitle_icon_num:before {*/
  /*content: "27"; }*/

/*.sonoTitle28 .sonoTitle_icon_num:before {*/
  /*content: "28"; }*/

/*.sonoTitle29 .sonoTitle_icon_num:before {*/
  /*content: "29"; }*/

/*.sonoTitle30 .sonoTitle_icon_num:before {*/
  /*content: "30"; }*/

/*.sonoTitle31 .sonoTitle_icon_num:before {*/
  /*content: "31"; }*/

/*.sonoTitle32 .sonoTitle_icon_num:before {*/
  /*content: "32"; }*/

/*.sonoTitle33 .sonoTitle_icon_num:before {*/
  /*content: "33"; }*/

/*.sonoTitle34 .sonoTitle_icon_num:before {*/
  /*content: "34"; }*/

/*.sonoTitle35 .sonoTitle_icon_num:before {*/
  /*content: "35"; }*/

/*.sonoTitle36 .sonoTitle_icon_num:before {*/
  /*content: "36"; }*/

/*.sonoTitle37 .sonoTitle_icon_num:before {*/
  /*content: "37"; }*/

/*.sonoTitle38 .sonoTitle_icon_num:before {*/
  /*content: "38"; }*/

/*.sonoTitle39 .sonoTitle_icon_num:before {*/
  /*content: "39"; }*/

/*.sonoTitle40 .sonoTitle_icon_num:before {*/
  /*content: "40"; }*/

/*.sonoTitle41 .sonoTitle_icon_num:before {*/
  /*content: "41"; }*/

/*.sonoTitle42 .sonoTitle_icon_num:before {*/
  /*content: "42"; }*/

/*.sonoTitle43 .sonoTitle_icon_num:before {*/
  /*content: "43"; }*/

/*.sonoTitle44 .sonoTitle_icon_num:before {*/
  /*content: "44"; }*/

/*.sonoTitle45 .sonoTitle_icon_num:before {*/
  /*content: "45"; }*/

/*.sonoTitle46 .sonoTitle_icon_num:before {*/
  /*content: "46"; }*/

/*.sonoTitle47 .sonoTitle_icon_num:before {*/
  /*content: "47"; }*/

/*.sonoTitle48 .sonoTitle_icon_num:before {*/
  /*content: "48"; }*/

/*.sonoTitle49 .sonoTitle_icon_num:before {*/
  /*content: "49"; }*/

/*.sonoTitle50 .sonoTitle_icon_num:before {*/
  /*content: "50"; }*/
.pointT_h3{
  padding-left: 45px;
  padding-left: 0px;
  text-decoration: none;
  position: revert;
}

.pointT_t {
  font-size: 10px;
  display: block;
  background: #f3993a;
  color: #fff;
  padding: 2px;
  padding-bottom: 1px;
  border-radius: 2px;
  text-decoration: none;
  z-index: 2;
  margin-bottom: 10px;}

/* Show active breakpoint in top right corner of viewport */
h2.matomeTitle {
  background: #00629d;
  color: #fff; }
  h2.matomeTitle:before {
    display: none; }

.side_ct:not(:last-child) {
  margin-bottom: 40px; }

.side_ct_head {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  .side_ct-profile .side_ct_head {
    border: none; }
  .side_ct_head .blockTitle {
    border: none;
    padding: 0; }
    .side_ct_head .blockTitle_en {
      font-size: 10px;
      color: #00629d;
      text-transform: capitalize;
      font-weight: bold; }
      @media (max-width: 47.99em) {
        .side_ct_head .blockTitle_en {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
    .side_ct_head .blockTitle_jp {
      font-size: 18px;
      color: #00629d; }

.sideList {
  counter-reset: number 0; }
  .sideList_item:not(:last-child) {
    margin-bottom: 15px; }
  .sideList_item_link {
    display: block;
    padding: 10px;
    color: #333;
    background: #fff;
    border-radius: 10px; }
    .sideList_item_link:visited {
      color: #333; }
    .sideList_item_link:focus {
      color: #666666; }
    .sideList_item_link:hover {
      color: #666666; }
    .sideList_item_link:active {
      color: #666666; }
    @media (max-width: 47.99em) {
      .sideList_item_link {
        background: #f6f7fc; } }
  .sideList_item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .sideList_item_row_col-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px; }
      @media (min-width: 48em) {
        .sideList_item_row_col-image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 110px;
          flex: 0 0 110px; } }
    .sideList_item_row_col-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 0;
      flex: 1 0;
      padding-right: 10px; }
  .sideList_item_thumb {
    border: 1px solid #e1e1e1; }
    .sideList_item_thumb .trimThumbnail:before {
      padding-top: 71%; }
    .sideList_item_thumb.rankingThumbnail:before {
      top: -10px;
      font-family: inherit;
      width: 22px;
      height: 22px;
      line-height: 22px;
      right: -10px;
      left: auto; }
  .sideList_item_head {
    margin-bottom: 5px; }
  .sideList_item_title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline; }
  .sideList_item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .sideList_item_meta_view {
      font-size: 10px;
      line-height: 1.5;
      font-weight: bold;
      color: #999999; }
      .sideList_item_meta_view span {
        font-size: 1.2em;
        margin-right: 0.2em;
        color: #00629d; }
    .sideList_item_meta_category {
      font-size: 10px;
      line-height: 1.5;
      font-weight: bold;
      color: #00629d; }
    .sideList_item_meta_date {
      font-size: 10px;
      line-height: 1.5;
      color: #666666; }

.webmaster {
  font-size: 12px;
  background: #f6f7fc;
  padding: 30px;
  line-height: 1.5; }
  .webmaster_thumb {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px; }
  .webmaster_meta {
    text-align: center;
    margin-bottom: 5px; }
  .webmaster_name {
    text-align: center;
    font-size: 15px;
    font-weight: bold; }
  .webmaster_description {
    margin-top: 10px; }
  .webmaster_link {
    text-align: right;
    margin-top: 20px; }
    .webmaster_link a {
      position: relative;
      padding-left: 15px;
      color: #333; }
      .webmaster_link a:visited {
        color: #333; }
      .webmaster_link a:focus {
        color: #666666; }
      .webmaster_link a:hover {
        color: #666666; }
      .webmaster_link a:active {
        color: #666666; }
      .webmaster_link a:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        content: "\f0da";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -48%);
        -ms-transform: translate(0, -48%);
        transform: translate(0, -48%);
        line-height: 1;
        font-size: 14px; }

.sideAd img {
  max-width: 300px !important;
  margin: 0 auto;
  display: block; }

.instagram-media {
  margin: 25px auto; }
  @media (max-width: 47.99em) {
    .instagram-media {
      min-width: auto !important; } }
  @media (min-width: 48em) {
    .instagram-media {
      margin: 30px auto;
      max-width: 350px !important; } }

.twitter-tweet {
  margin: 25px auto; }
  @media (min-width: 48em) {
    .twitter-tweet {
      margin: 30px 0;
      max-width: 350px !important; } }

@media (min-width: 48em) {
  body {
    background: #f9f9f9; } }

.pageWrapper {
  min-height: 1000px; }
  @media (max-width: 47.99em) {
    .pageWrapper {
      overflow: hidden; } }

.container {
  padding-top: 0px; }
  @media (max-width: 47.99em) {
    .container {
      padding: 0 15px; } }
  @media (min-width: 48em) {
    .container {
      max-width: 1090px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .container {
      width: 1090px; } }
  @media (min-width: 48em) {
    .single .container,
    .archive .container,
    .category .container {
      padding-top: 0; } }
  @media (max-width: 47.99em) {
    .container-archive {
      padding-top: 20px; } }
  @media (min-width: 48em) {
    .container_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: contents; } }
  @media (min-width: 48em) {
    .container_row_col-main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 760px;
      flex: 0 0 760px;
      margin-right: auto;
      background: #fff;
      position: relative;
      border-top: 2px solid #00629d; } }
  @media (max-width: 47.99em) {
    .container_row_col-side {
      margin-top: 30px; } }
  @media (min-width: 48em) {
    .container_row_col-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      max-width: 300px; } }

.lowEyecatch {
  height: 130px;
  position: relative;
  z-index: -1; }
  @media (max-width: 47.99em) {
    .lowEyecatch {
      display: none; } }
  .lowEyecatch_image {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .lowEyecatch_image:after {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2) url(../images/bg_sqdot.png);
      top: 0;
      left: 0; }

.block-related {
  margin-bottom: 20px; }

.block-ranking {
  margin-top: 70px; }

.block_head {
  margin-bottom: 10px; }
  @media (min-width: 48em) {
    .block_head {
      margin-bottom: 15px; } }
  .block_head .blockTitle {
    border: none;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    @media (min-width: 48em) {
      .block_head .blockTitle {
        padding: 25px 15px; } }
    .block_head .blockTitle_en {
      font-size: 10px;
      color: #00629d;
      font-weight: bold;
      text-transform: capitalize; }
      @media (max-width: 47.99em) {
        .block_head .blockTitle_en {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
      @media (min-width: 48em) {
        .block_head .blockTitle_en {
          font-size: 12px; } }
    .block_head .blockTitle_jp {
      font-size: 18px;
      color: #00629d; }
      @media (min-width: 48em) {
        .block_head .blockTitle_jp {
          font-size: 24px; } }

.blockTitle {
  position: relative;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 3px solid #00629d; }
  @media (min-width: 48em) {
    .blockTitle {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 15px;
      border-width: 4px; } }
  .blockTitle span {
    display: block;
    line-height: 1; }
  .blockTitle_jp {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .blockTitle_jp {
        font-size: 16px;
        margin-bottom: 8px; } }
  .blockTitle_en {
    font-size: 10px;
    color: #999999; }
    @media (max-width: 47.99em) {
      .blockTitle_en {
        -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); } }

.searchForm {
  position: relative; }
  .searchForm input[type="text"] {
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px; }
    @media (min-width: 48em) {
      .searchForm input[type="text"] {
        padding: 10px 10px; } }
  .searchForm input[type="submit"] {
    font-family: 'FontAwesome';
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #666;
    background: 0;
    border: 0;
    cursor: pointer; }

.footer .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 47.99em) {
  .footer .socialList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.pcHeader .socialList_item:first-child,
.footer .socialList_item:first-child {
  position: relative;
  top: -6px; }

.pcHeader .socialList_item:not(:first-child),
.footer .socialList_item:not(:first-child) {
  margin-left: 5px; }

.m-search .socialList_item:not(:last-child) {
  margin-bottom: 10px; }

.boxTitle {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  background: #f6f7fc;
  padding: 6px 8px 4px; }
  @media (min-width: 48em) {
    .boxTitle {
      font-size: 16px;
      padding: 8px 10px 6px; } }

.btnArea {
  display: block;
  margin: 25px 0;
  padding: 0 10px; }
  @media (min-width: 48em) {
    .btnArea {
      padding: 0 30px;
      argin: 30px 0; } }
  .btnArea_row {
    display: block;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .btnArea_row_col {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }

.btn, .wpcf7 input[type="submit"] {
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 16px 15px 18px;
  padding: 10px 35px 12px;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff !important;
  position: relative;
  background: #00629d;
  text-decoration: none; }
  @media (min-width: 48em) {
    .btn, .wpcf7 input[type="submit"] {
      font-size: 16px;
      font-size: 14px;
      padding: 20px 25px 22px;
      padding: 12px 40px 14px;
      max-width: 360px; } }
  .btn span, .wpcf7 input[type="submit"] span {
    display: block; }
  .btn a span, .wpcf7 input[type="submit"] a span {
    position: relative;
    display: inline-block; }
  .btn-table {
    font-size: 11px;
    padding: 8px 10px;
    text-decoration: none !important; }
    @media (min-width: 48em) {
      .btn-table {
        padding: 10px 15px;
        font-size: 14px; } }
    .btn-table:before {
      display: none; }
    .btn-table:after {
      font-family: 'FontAwesome';
      content: "\f178";
      display: inline-block;
      margin-left: 8px;
      color: #fff;
      font-size: 1em; }
    .btn-table:hover {
      background: #0072b7; }
  .btn-round {
    border-radius: 100px; }
  .btn-large {
    font-size: 16px;
    font-size: 15px;
    padding: 18px 20px 20px;
    padding: 15px 35px 17px;
    font-weight: bold; }
    @media (min-width: 48em) {
      .btn-large {
        font-size: 21px;
        font-size: 16px;
        padding: 28px 35px 30px;
        padding: 20px 40px 22px;
        max-width: 480px; } }
  .btn-green {
    background: #21a07e;
    -webkit-box-shadow: #1d8b6d 0 -4px 0 inset;
    box-shadow: #1d8b6d 0 -4px 0 inset; }
    @media (min-width: 48em) {
      .btn-green {
        -webkit-box-shadow: #1d8b6d 0 -5px 0 inset;
        box-shadow: #1d8b6d 0 -5px 0 inset; } }
    .btn-green:hover {
      background: #25b58f;
      -webkit-box-shadow: #21a07e 0 -4px 0 inset;
      box-shadow: #21a07e 0 -4px 0 inset; }
      @media (min-width: 48em) {
        .btn-green:hover {
          -webkit-box-shadow: #21a07e 0 -5px 0 inset;
          box-shadow: #21a07e 0 -5px 0 inset; } }
    .btn-green:after {
      border-color: #21a07e !important; }
  .btn-red {
    background: #f34943;
    -webkit-box-shadow: #f01b13 0 -4px 0 inset;
    box-shadow: #f01b13 0 -4px 0 inset; }
    @media (min-width: 48em) {
      .btn-red {
        -webkit-box-shadow: #f01b13 0 -5px 0 inset;
        box-shadow: #f01b13 0 -5px 0 inset; } }
    .btn-red:hover {
      background: #f5605b;
      -webkit-box-shadow: #f1322b 0 -4px 0 inset;
      box-shadow: #f1322b 0 -4px 0 inset; }
      @media (min-width: 48em) {
        .btn-red:hover {
          -webkit-box-shadow: #f1322b 0 -5px 0 inset;
          box-shadow: #f1322b 0 -5px 0 inset; } }
    .btn-red:after {
      border-color: #f34943 !important; }
  .btn-border {
    border: 1px solid #333;
    background: #fff;
    color: #333; }
    .btn-border:visited {
      color: #333; }
    .btn-border:focus {
      color: #666666; }
    .btn-border:hover {
      color: #666666; }
    .btn-border:active {
      color: #666666; }
    .btn-border-red {
      border-color: #00629d;
      color: #00629d; }
      .btn-border-red:visited {
        color: #00629d; }
      .btn-border-red:focus {
        color: #0082d0; }
      .btn-border-red:hover {
        color: #0082d0; }
      .btn-border-red:active {
        color: #0082d0; }
  .btn-arrow {
    position: relative; }
    .btn-arrow:before, .btn-arrow:after {
      content: '';
      position: absolute; }
    .btn-arrow:before {
      top: 50%;
      right: 18px;
      height: 15px;
      width: 15px;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn-arrow:after {
      top: 50%;
      right: 26px;
      height: 5px;
      width: 5px;
      border-top: 2px solid #00629d;
      border-right: 2px solid #00629d;
      -webkit-transform: rotate(45deg) translateY(-60%);
      -ms-transform: rotate(45deg) translateY(-60%);
      transform: rotate(45deg) translateY(-60%); }
  .btn-arrow2:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    margin-left: 8px;
    color: #ffd906;
    font-size: 1em; }
  .btn:before, .wpcf7 input[type="submit"]:before {
    font-family: 'FontAwesome';
    content: '\f178';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.1em;
    font-weight: normal; }

.entry .bdrBtn {
  position: relative;
  border: 2px solid #333;
  background: #fff;
  color: #333;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 15px 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
  position: relative;
  text-decoration: none; }
  .entry .bdrBtn:visited {
    color: #333; }
  .entry .bdrBtn:focus {
    color: #666666; }
  .entry .bdrBtn:hover {
    color: #666666; }
  .entry .bdrBtn:active {
    color: #666666; }
  @media (min-width: 48em) {
    .entry .bdrBtn {
      font-size: 14px;
      padding: 12px 25px 12px;
      max-width: 360px; } }
  .entry .bdrBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .entry .bdrBtn:hover {
    background: #333;
    color: #fff; }
    .entry .bdrBtn:hover:after {
      border-color: #fff; }
  .entry .bdrBtn span {
    position: relative;
    display: inline-block; }
  .entry .bdrBtn-orange {
    border-color: #ff8c00;
    color: #ff8c00; }
    .entry .bdrBtn-orange:visited {
      color: #ff8c00; }
    .entry .bdrBtn-orange:focus {
      color: #ffa333; }
    .entry .bdrBtn-orange:hover {
      color: #ffa333; }
    .entry .bdrBtn-orange:active {
      color: #ffa333; }
    .entry .bdrBtn-orange:after {
      border-color: #ff8c00; }
    .entry .bdrBtn-orange:hover {
      background: #ff8c00;
      color: #fff; }
      .entry .bdrBtn-orange:hover:after {
        border-color: #fff; }
  .entry .bdrBtn-red {
    border-color: #bf0200;
    color: #bf0200; }
    .entry .bdrBtn-red:visited {
      color: #bf0200; }
    .entry .bdrBtn-red:focus {
      color: #f20300; }
    .entry .bdrBtn-red:hover {
      color: #f20300; }
    .entry .bdrBtn-red:active {
      color: #f20300; }
    .entry .bdrBtn-red:after {
      border-color: #bf0200; }
    .entry .bdrBtn-red:hover {
      background: #bf0200;
      color: #fff; }
      .entry .bdrBtn-red:hover:after {
        border-color: #fff; }
  .entry .bdrBtn-vermilion {
    border-color: #ff0027;
    color: #ff0027; }
    .entry .bdrBtn-vermilion:visited {
      color: #ff0027; }
    .entry .bdrBtn-vermilion:focus {
      color: #ff3352; }
    .entry .bdrBtn-vermilion:hover {
      color: #ff3352; }
    .entry .bdrBtn-vermilion:active {
      color: #ff3352; }

.entry .cvBtn {
  font-size: 15px;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 18px 35px 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  color: #ffffff;
  position: relative;
  background: #00629d;
  text-decoration: none; }
  .entry .cvBtn:visited {
    color: #ffffff; }
  .entry .cvBtn:focus {
    color: #ffffff; }
  .entry .cvBtn:hover {
    color: #ffffff; }
  .entry .cvBtn:active {
    color: #ffffff; }
  @media (min-width: 48em) {
    .entry .cvBtn {
      font-size: 17px;
      padding: 30px 50px 30px; } }
  .entry .cvBtn:hover {
    background: #0072b7; }
  .entry .cvBtn:before, .entry .cvBtn:after {
    content: '';
    position: absolute; }
  .entry .cvBtn:before {
    top: 50%;
    right: 18px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .entry .cvBtn:after {
    top: 50%;
    right: 26px;
    height: 5px;
    width: 5px;
    border-top: 2px solid #00629d;
    border-right: 2px solid #00629d;
    -webkit-transform: rotate(45deg) translateY(-60%);
    -ms-transform: rotate(45deg) translateY(-60%);
    transform: rotate(45deg) translateY(-60%); }
  @media (min-width: 48em) {
    .entry .cvBtn span {
      display: inline-block; } }
  .entry .cvBtn span:before {
    font-family: 'FontAwesome';
    content: "\f15c";
    font-weight: normal;
    line-height: 1; }
    @media (max-width: 47.99em) {
      .entry .cvBtn span:before {
        position: absolute;
        top: 50%;
        left: 18px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 48em) {
      .entry .cvBtn span:before {
        margin-right: 10px; } }

.postList {
  font-size: inherit; }
  .postList-ranking {
    counter-reset: number 0; }
  .postList_item_link {
    display: block;
    padding: 10px 0;
    color: #333; }
    .postList_item_link:visited {
      color: #333; }
    .postList_item_link:focus {
      color: #666666; }
    .postList_item_link:hover {
      color: #666666; }
    .postList_item_link:active {
      color: #666666; }
    @media (min-width: 48em) {
      .postList_item_link {
        padding: 15px;
        border-radius: 15px;
        margin-left: -15px;
        margin-right: -15px; }
        .postList_item_link:hover {
          background: #f6f7fc; } }
  .postList_item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .postList_item_row_col-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px; }
      @media (min-width: 48em) {
        .postList_item_row_col-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
          flex: 0 0 250px; } }
    .postList_item_row_col-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 10px; }
      @media (min-width: 48em) {
        .postList_item_row_col-text {
          padding-left: 15px; } }
  .postList_item_thumbnail {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden; }
    .postList_item_thumbnail:before {
      padding-top: 71%; }
      @media (min-width: 48em) {
        .postList_item_thumbnail:before {
          padding-top: 71%; } }
  .postList_item_category {
    font-size: 10px;
    font-weight: bold;
    color: #00629d;
    line-height: 1.5;
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .postList_item_category_item:not(:last-child) {
      margin-right: .75em; }
  .postList_item_title {
    font-weight: bold;
    line-height: 1.5;
    font-size: 12px; }
    @media (min-width: 48em) {
      .postList_item_title {
        font-size: 16px;
        line-height: 1.4; } }
  .postList_item_description {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    margin-top: 5px;
    display: none; }
    @media (min-width: 48em) {
      .postList_item_description {
        display: block; } }
  .postList_item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px; }
    .postList_item_meta_time {
      font-size: 14px;
      letter-spacing: .05em;
      line-height: 1.5;
      font-weight: bold;
      color: #333;
      margin-right: 1em;
      display: none; }
    .postList_item_meta_view {
      letter-spacing: .05em;
      font-size: 10px;
      line-height: 1.5;
      color: #999999; }
      .postList_item_meta_view span {
        font-size: 10px;
        margin-right: 2px;
        color: #00629d; }
  .postList .category_item {
    color: #00629d !important; }
    .postList .category_item-1 {
      color: red; }
    .postList .category_item-2 {
      color: blue; }
    .postList .category_item-3 {
      color: green; }
    .postList .category_item-4 {
      color: blueviolet; }
    .postList .category_item-5 {
      color: red; }
    .postList .category_item-6 {
      color: red; }
    .postList .category_item-7 {
      color: red; }
    .postList .category_item-8 {
      color: red; }
    .postList .category_item-9 {
      color: red; }
    .postList .category_item-10 {
      color: red; }

.cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 48em) {
    .cardList {
      margin: 0 -5px; } }
  .cardList_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px; }
    @media (min-width: 48em) {
      .cardList_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 20px; } }
    .cardList_col_inner {
      padding: 0 5px; }
      @media (min-width: 48em) {
        .cardList_col_inner {
          padding: 0 10px; } }
  .cardList_item_link {
    color: #333; }
    .cardList_item_link:visited {
      color: #333; }
    .cardList_item_link:focus {
      color: #666666; }
    .cardList_item_link:hover {
      color: #666666; }
    .cardList_item_link:active {
      color: #666666; }
  .cardList_item_thumb {
    border: 1px solid #e1e1e1;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .cardList_item_thumb {
        margin-bottom: 10px; } }
    .cardList_item_thumb .trimThumbnail:before {
      padding-top: 75%; }
  .cardList_item_text {
    line-height: 1.5;
    font-size: 11px;
    font-weight: bold; }
    @media (min-width: 48em) {
      .cardList_item_text {
        font-size: 12px; } }

/* ------------------------------
shortKanren
------------------------------ */
.shortKanren {
  margin-bottom: 30px; }
  .shortKanren p {
    display: none; }
  .shortKanren_link {
    -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px;
    display: block;
    position: relative;
    color: #333;
    text-decoration: none !important; }
    .shortKanren_link:visited {
      color: #333; }
    .shortKanren_link:focus {
      color: #666666; }
    .shortKanren_link:hover {
      color: #666666; }
    .shortKanren_link:active {
      color: #666666; }
    @media (min-width: 48em) {
      .shortKanren_link {
        padding: 15px; } }
    .shortKanren_link:hover {
      background: #f6f7fc; }
  .shortKanren_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .shortKanren_row_col-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px; }
      @media (min-width: 48em) {
        .shortKanren_row_col-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
          flex: 0 0 160px; } }
    .shortKanren_row_col-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 0;
      flex: 1 0;
      padding-left: 10px;
      padding-top: 10px; }
      @media (max-width: 47.99em) {
        .shortKanren_row_col-text {
          padding-right: 5px; } }
      @media (min-width: 48em) {
        .shortKanren_row_col-text {
          padding-top: 5px;
          padding-right: 15px; } }
  .shortKanren_thumbnail .trimThumbnail:before {
    padding-top: 75%; }
  .shortKanren_title {
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    text-decoration: underline;
    color: #333; }
    .shortKanren_title:visited {
      color: #333; }
    .shortKanren_title:focus {
      color: #666666; }
    .shortKanren_title:hover {
      color: #666666; }
    .shortKanren_title:active {
      color: #666666; }
    @media (min-width: 48em) {
      .shortKanren_title {
        font-size: 16px; } }
    .shortKanren_title span {
      font-size: 10px;
      display: inline-block;
      background: #333;
      color: #fff;
      padding: 3px 5px 3px;
      margin-right: 8px;
      vertical-align: middle;
      line-height: 1; }
      @media (min-width: 48em) {
        .shortKanren_title span {
          font-size: 10px;
          padding: 4px 5px 4px; } }
  .shortKanren_description {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    margin-top: 5px;
    display: none; }
    @media (min-width: 48em) {
      .shortKanren_description {
        display: block; } }

/* ------------------------------
miniShortKanren
------------------------------ */
.miniShortKanren {
  margin-bottom: 30px; }
  .miniShortKanren p {
    display: none; }
  .miniShortKanren_link {
    border: 1px solid #e1e1e1;
    display: block;
    position: relative;
    color: #333;
    text-decoration: none !important; }
    .miniShortKanren_link:visited {
      color: #333; }
    .miniShortKanren_link:focus {
      color: #666666; }
    .miniShortKanren_link:hover {
      color: #666666; }
    .miniShortKanren_link:active {
      color: #666666; }
    .miniShortKanren_link:hover {
      background: #f6f7fc; }
  .miniShortKanren_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .miniShortKanren_row_col-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px; }
      @media (min-width: 48em) {
        .miniShortKanren_row_col-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px; } }
    .miniShortKanren_row_col-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 0;
      flex: 1 0;
      padding-left: 10px;
      padding-top: 2px;
      padding-bottom: 2px; }
      @media (max-width: 47.99em) {
        .miniShortKanren_row_col-text {
          padding-right: 5px; } }
      @media (min-width: 48em) {
        .miniShortKanren_row_col-text {
          padding-top: 2px;
          padding-bottom: 2px;
          padding-left: 15px; } }
  .miniShortKanren_thumbnail .trimThumbnail:before {
    padding-top: 100%; }
  .miniShortKanren_title {
    font-weight: bold;
    line-height: 1.4;
    font-size: 11px;
    text-decoration: underline;
    color: #333; }
    .miniShortKanren_title:visited {
      color: #333; }
    .miniShortKanren_title:focus {
      color: #666666; }
    .miniShortKanren_title:hover {
      color: #666666; }
    .miniShortKanren_title:active {
      color: #666666; }
    @media (min-width: 48em) {
      .miniShortKanren_title {
        font-size: 12px; } }
    .miniShortKanren_title span {
      font-size: 10px;
      display: inline-block;
      background: #00629d;
      color: #fff;
      padding: 3px 5px 3px;
      margin-right: 8px;
      border-radius: 2px;
      vertical-align: middle;
      line-height: 1; }
      @media (max-width: 47.99em) {
        .miniShortKanren_title span {
          display: none; } }
      @media (min-width: 48em) {
        .miniShortKanren_title span {
          font-size: 10px;
          padding: 4px 5px 4px; }
      }

.swiper-button-prev > i, .swiper-button-next > i {
  display: block;
  font-size: 1em;
  line-height: 44px;
  text-shadow: 1px 1px 3px #777;
}