@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/* FONT PATH
 * -------------------------- */

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

.fa,
.is-horizon .p-post-list__thumbnail:before,
.js-zoom-image__text:before,
.l-post-content .siteLink:before,
#tinymce .siteLink:before,
.l-post-content ul li:before,
#tinymce ul li:before,
.l-post-content ul ul li:before,
.l-sidebar .widget_recent_entries>ul>li .post-date:before,
.l-sidebar .widget_archive>ul>li .post-date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative;
}

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

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .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,
.is-horizon .fa-pull-left.p-post-list__thumbnail:before,
.fa-pull-left.js-zoom-image__text:before,
.l-post-content .fa-pull-left.siteLink:before,
#tinymce .fa-pull-left.siteLink:before,
.l-post-content ul li.fa-pull-left:before,
#tinymce ul li.fa-pull-left:before,
.l-sidebar .widget_recent_entries>ul>li .fa-pull-left.post-date:before,
.l-sidebar .widget_archive>ul>li .fa-pull-left.post-date:before {
    margin-right: .3em;
}

.fa.fa-pull-right,
.is-horizon .fa-pull-right.p-post-list__thumbnail:before,
.fa-pull-right.js-zoom-image__text:before,
.l-post-content .fa-pull-right.siteLink:before,
#tinymce .fa-pull-right.siteLink:before,
.l-post-content ul li.fa-pull-right:before,
#tinymce ul li.fa-pull-right:before,
.l-sidebar .widget_recent_entries>ul>li .fa-pull-right.post-date:before,
.l-sidebar .widget_archive>ul>li .fa-pull-right.post-date:before {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left,
.is-horizon .pull-left.p-post-list__thumbnail:before,
.pull-left.js-zoom-image__text:before,
.l-post-content .pull-left.siteLink:before,
#tinymce .pull-left.siteLink:before,
.l-post-content ul li.pull-left:before,
#tinymce ul li.pull-left:before,
.l-sidebar .widget_recent_entries>ul>li .pull-left.post-date:before,
.l-sidebar .widget_archive>ul>li .pull-left.post-date:before {
    margin-right: .3em;
}

.fa.pull-right,
.is-horizon .pull-right.p-post-list__thumbnail:before,
.pull-right.js-zoom-image__text:before,
.l-post-content .pull-right.siteLink:before,
#tinymce .pull-right.siteLink:before,
.l-post-content ul li.pull-right:before,
#tinymce ul li.pull-right:before,
.l-sidebar .widget_recent_entries>ul>li .pull-right.post-date:before,
.l-sidebar .widget_archive>ul>li .pull-right.post-date:before {
    margin-left: .3em;
}

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clock-o:before,
.l-sidebar .widget_recent_entries>ul>li .post-date:before,
.l-sidebar .widget_archive>ul>li .post-date: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,
.js-zoom-image__text: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,
.is-horizon .p-post-list__thumbnail:before,
.l-post-content .siteLink:before,
#tinymce .siteLink: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,
.l-post-content ul ul li:before,
#tinymce ul ul li: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,
.l-post-content ul li:before,
#tinymce ul li: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: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-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-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: "";
}

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

Andy.SCSS: Open-Source Collection of Useful SASS Mixins Library.

URL: http://gillesbertaux.com/andy

By: Gilles Bertaux | http://gillesbertaux.com | @gillesbertaux

The purpose of Andy is to gather useful mixins and avoid endless research or heavy framework use. Feel free to fork it on Github and add your own mixins: https://github.com/gillesbertaux/andy

Mixins available:
	- Background Gradient
	- Background Size
	- Borders
	- Border Corners
	- Box Sizing
	- Center Block
	- Centering Block: Horizontal, Vertical, Both
	- Clearfix
	- Div Outline
	- Font Face
	- Hardware Acceleration
	- Hover
	- Image Retina
	- Line-Height
	- Media Queries
	- Opacity
	- Opacity Black
	- Opacity White
	- Position
	- Radius
	- Scale
	- Shadows
	- Size
	- Text Shadow
	- TranslateX
	- TranslateY
	- Transitions

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

/* BACKGROUND GRADIENTS */

/* BACKGROUND SIZE */

/* BORDER */

/* BORDER CORNERS */

/* BOX SIZING */

/* CENTER BLOCK */

/* CENTERING BLOCKS ELEMENTS, HORIZONTAL, VERTICAL, BOTH */

/* CLEARFIX */

.pagination,
.c-social-share-block>ul,
.c-social-share-list>ul,
.c-social-share-list>ul>li>a,
.l-main__content .popular-posts ul,
.is-horizon .p-post-list__item,
.is-horizon .p-post-list__item>a,
.is-line .p-post-list__item,
.p-profile-box,
.p-profile-box-footer,
.l-footer__info,
.l-footer__category ul,
.l-global-navigation ul,
.l-header__content,
.l-header__info ul,
.l-post-content,
#tinymce,
.l-sidebar .wpp-list li a {
    *zoom: 1;
}

.pagination:before,
.c-social-share-block>ul:before,
.c-social-share-list>ul:before,
.c-social-share-list>ul>li>a:before,
.l-main__content .popular-posts ul:before,
.is-horizon .p-post-list__item:before,
.is-horizon .p-post-list__item>a:before,
.is-line .p-post-list__item:before,
.p-profile-box:before,
.p-profile-box-footer:before,
.l-footer__info:before,
.l-footer__category ul:before,
.l-global-navigation ul:before,
.l-header__content:before,
.l-header__info ul:before,
.l-post-content:before,
#tinymce:before,
.l-sidebar .wpp-list li a:before,
.pagination:after,
.c-social-share-block>ul:after,
.c-social-share-list>ul:after,
.c-social-share-list>ul>li>a:after,
.l-main__content .popular-posts ul:after,
.is-horizon .p-post-list__item:after,
.is-horizon .p-post-list__item>a:after,
.is-line .p-post-list__item:after,
.p-profile-box:after,
.p-profile-box-footer:after,
.l-footer__info:after,
.l-footer__category ul:after,
.l-global-navigation ul:after,
.l-header__content:after,
.l-header__info ul:after,
.l-post-content:after,
#tinymce:after,
.l-sidebar .wpp-list li a:after {
    content: " ";
    display: table;
}

.pagination:after,
.c-social-share-block>ul:after,
.c-social-share-list>ul:after,
.c-social-share-list>ul>li>a:after,
.l-main__content .popular-posts ul:after,
.is-horizon .p-post-list__item:after,
.is-horizon .p-post-list__item>a:after,
.is-line .p-post-list__item:after,
.p-profile-box:after,
.p-profile-box-footer:after,
.l-footer__info:after,
.l-footer__category ul:after,
.l-global-navigation ul:after,
.l-header__content:after,
.l-header__info ul:after,
.l-post-content:after,
#tinymce:after,
.l-sidebar .wpp-list li a:after {
    clear: both;
}

/* DIV OUTLINE */

/* FONT FACES */

/* FONT SIZE */

/* HARDWARE ACCELERATION */

/* HOVER */

/* IMAGE RETINA */

/* LINE HEIGHT */

/* MEDIA QUERIES */

/* OPACITY */

/* BLACK / WHITE OPACITY */

/* POSITION */

/* RADIUS */

/* SCALE */

/* SHADOWS */

/* SIZE */

/* TEXT SHADOW */

/* TRANSLATE X */

/* TRANSLATE Y */

/* TRANSITION SCALEDOWN */

@keyframes scaleDown {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* TRANSITION SCALE UP HOVER */

@keyframes scaleUp {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* TRANSITION FADEIN */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* TRANSITION SLIDEINDOWN */

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
    }
}

/* TRANSITION SLIDEINUP */

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
    }
}

/* TRANSITION SLIDEINRIGHT */

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
    }
}

/* TRANSITION SLIDEINLEFT */

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    75% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Roboto", "YuGothic", "メイリオ", Meiryo, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    /* -webkit-font-smoothing: antialiased; */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Remove default margin.
 */

body {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    /* -webkit-font-smoothing: antialiased; */
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

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

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small,
.c-dropdown__list li a {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

/* dl
	 ========================================================================== */

/**
 * Remove most spacing between dl, dd.
 */

dl,
dd {
    margin: 0;
}

/* ul
	 ========================================================================== */

/**
 * Remove most spacing between ul, li.
 */

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
}

.heading,
.widget-under-article-title.main-widget-label {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.heading small,
.widget-under-article-title.main-widget-label small,
.heading .c-dropdown__list li a,
.c-dropdown__list li .heading a,
.widget-under-article-title.main-widget-label .c-dropdown__list li a,
.c-dropdown__list li .widget-under-article-title.main-widget-label a {
    font-size: 0.65em;
    color: #999;
}

.heading.is-top,
.is-top.widget-under-article-title.main-widget-label {
    margin-bottom: 0;
}

.heading.is-bottom,
.is-bottom.widget-under-article-title.main-widget-label {
    margin-top: 0;
}

.heading.is-none,
.is-none.widget-under-article-title.main-widget-label {
    margin-top: 0;
    margin-bottom: 0;
}

.heading.is-xlg,
.is-xlg.widget-under-article-title.main-widget-label {
    font-size: 1.875rem;
    text-align: center;
    position: relative;
    margin-bottom: 3.75rem;
}

.heading.is-xlg:after,
.is-xlg.widget-under-article-title.main-widget-label:after {
    content: "";
    display: block;
    width: 6.25rem;
    height: 5px;
    background: #ab0000;
    position: absolute;
    left: 50%;
    bottom: -1.25rem;
    margin-left: -3.125rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .heading.is-xlg,
    .is-xlg.widget-under-article-title.main-widget-label {
        font-size: 1.5rem;
    }
}

.heading.is-lg,
.widget-under-article-title.main-widget-label,
.l-post-content h4,
#tinymce h4 {
    position: relative;
    border-bottom: 3px solid #333;
    font-size: 1.125rem;
}

.heading.is-lg:before,
.widget-under-article-title.main-widget-label:before,
.l-post-content h4:before,
#tinymce h4:before {
    content: " ";
    position: absolute;
    z-index: 2;
    bottom: -3px;
    left: 0;
    width: 15%;
    height: 3px;
    background-color: #ab0000;
}

.heading.is-md,
.is-md.widget-under-article-title.main-widget-label {
    font-size: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .heading.is-md,
    .is-md.widget-under-article-title.main-widget-label {
        font-size: 1.5rem;
    }
}

.heading.is-sm,
.is-sm.widget-under-article-title.main-widget-label {
    font-size: 1rem;
}

.heading.is-xs,
.is-xs.widget-under-article-title.main-widget-label {
    font-size: 0.875rem;
    font-weight: bold;
}

.form-group>label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
    font-size: 16;
    line-height: 1.8;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 4px 8px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
    box-shadow: none;
    outline: 2px solid #ab0000;
}

textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    padding: 4px 8px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

textarea:focus,
textarea:active {
    box-shadow: none;
    outline: 2px solid #ab0000;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

p,
.text-normal {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.7em;
    word-break: break-all;
}

small,
.c-dropdown__list li a,
.text-small {
    font-size: 0.85em;
}

strong,
.text-strong {
    font-weight: bold;
}

del,
.text-del {
    text-decoration: line-through;
}

a,
.text-link {
    color: #222;
    text-decoration: none;
}

a:hover,
.text-link.text-link--hover {
    color: #ab0000;
    text-decoration: underline;
}

a:active,
.text-link.text-link--active {
    color: #780000;
}

hr,
.hr {
    border: 4px solid #ab0000;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.inline-list {
    list-style: none;
    padding-left: 0;
}

.inline-list li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

blockquote {
    border-left: 4px solid #ab0000;
    padding-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

blockquote cite {
    display: block;
    text-align: right;
}

.c-accordion__title {
    background: #ab0000;
    color: #fff;
    padding: 16px 32px;
    margin-bottom: 0;
    font-size: 1.125rem;
    border-radius: 5px 5px 0 0;
}

.c-accordion__content {
    padding: 16px 32px;
    border: 1px solid #efefef;
    border-radius: 0 0 5px 5px;
}

.c-accordion.is-danger .c-accordion__title {
    background: #cc2919;
}

.c-accordion.is-warning .c-accordion__title {
    background: #cc9e12;
}

.c-accordion.is-success .c-accordion__title {
    background: #13a83a;
}

.c-accordion.is-info .c-accordion__title {
    background: #378da3;
}

.c-ad-block {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-ad-block {
        display: block;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.c-ad-block__item {
    display: inline-block;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-ad-block__item {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.625rem;
    }
}

.c-ad-block__item a {
    transition: all ease-in-out .2s;
}

.c-ad-block__item a:hover {
    opacity: 0.8;
}

.c-ad-block.is-sidebar {
    padding-top: 0;
}

.c-ad-block.is-sidebar .c-ad-block__item {
    margin-left: 0;
    margin-right: 0;
}

.c-ad-block.is-white-section {
    margin-top: 3rem;
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-ad-block.is-white-section {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        border: none;
    }
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-ad-block .c-ad-block__item .textwidget p.u-text-center {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }
}

.home .c-ad-block {
    padding-top: 0;
}

.home .c-ad-block .ad-label {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .single .c-ad-block {
        padding-top: 0;
        padding-bottom: 0px;
    }
}

.ad-space.ad-space-sidebar .ad-sidebar .textwidget p.u-text-center {
    display: none;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn,
.c-anchor a.js-pagetop.is-show {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes jello {

    0%,
    100%,
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-10.5deg) skewY(-10.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(4.25deg) skewY(4.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-1.125deg) skewY(-1.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(0.5625deg) skewY(0.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.28125deg) skewY(-0.28125deg);
        transform: skewX(-0.28125deg) skewY(-0.28125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    0%,
    100%,
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-10.5deg) skewY(-10.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(4.25deg) skewY(4.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-1.125deg) skewY(-1.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(0.5625deg) skewY(0.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.28125deg) skewY(-0.28125deg);
        transform: skewX(-0.28125deg) skewY(-0.28125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello,
.c-anchor a.js-pagetop:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.c-anchor {
    text-align: right;
    padding-top: 1.125rem;
    padding-bottom: 1.75rem;
    position: fixed;
    width: 100px;
    left: 50%;
    bottom: 80px;
    z-index: 10000;
}

.c-anchor .l-container {
    max-width: 100%;
    min-width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-anchor {
        width: 100%;
        bottom: 50px;
        width: 50px;
        right: 0;
    }
}

.c-anchor a.js-pagetop {
    display: inline-block;
    visibility: hidden;
    transition: all ease-in-out .2s;
    margin-right: -580px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-anchor a.js-pagetop {
        margin-right: -110px;
    }
}

.c-anchor a.js-pagetop.is-show {
    visibility: visible;
}

.c-badge {
    background: #ab0000;
    color: #fff;
    font-size: 12.8px;
    border-radius: 1000px;
    display: inline-block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    vertical-align: middle;
}

.c-badge.is-lg,
.c-badge.widget-under-article-title.main-widget-label {
    font-size: 1rem;
}

.c-badge.is-sm {
    font-size: 0.64rem;
}

.c-badge.is-secondary {
    background: #666;
}

.c-badge.is-tertiary {
    background: #efefef;
}

.c-badge.is-danger {
    background: #cc2919;
}

.c-badge.is-warning {
    background: #cc9e12;
}

.c-badge.is-info {
    background: #378da3;
}

.c-badge.is-success {
    background: #13a83a;
}

.c-breadcrumb {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}

.c-breadcrumb>ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.c-breadcrumb>ul>li {
    display: inline-block;
    padding-right: 16px;
    font-size: 0.875rem;
}

.c-breadcrumb>ul>li:after {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 16px;
}

.c-breadcrumb>ul>li.current:after {
    font-family: 'FontAwesome';
    content: "";
    padding-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-breadcrumb {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 4px;
        padding-bottom: 6px;
        /* display: none; */
    }

    .c-breadcrumb a,
    .c-breadcrumb>ul>li,
    .c-breadcrumb>ul>span {
        font-size: 12px;
        padding-right: 4px;
    }

    .c-breadcrumb a:after,
    .c-breadcrumb>ul>li:after {
        padding-left: 0px;
    }

    .single .breadcrumb_last {
        display: none;
    }

}

.c-button-wrap {
    font-size: 0;
}

.c-button,
.amazlet-box .amazlet-sub-info>.amazlet-link>a {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0px;
    background-color: #ab0000;
    color: #fff;
    text-decoration: none;
    border: none;
    vertical-align: middle;
    font-size: 1rem;
    text-align: center;
    transition: all ease-in-out .2s;
    font-size: 0.9375rem;
}

.c-button.is-fa:after,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-fa:after {
    font-family: 'FontAwesome';
    content: "\f0a9";
    position: absolute;
    top: 22.8%;
    right: 1.25rem;
    font-size: 0.9375rem;
    transition: all ease-in-out .2s;
    color: #ab0000;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .c-button.is-fa:after,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.is-fa:after {
        top: 23%;
        right: 0.875rem;
    }
}

.c-button.is-amazon:before,
.amazlet-box .amazlet-sub-info>.amazlet-link>a:before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: 'FontAwesome';
    content: "\f270";
    font-size: 0.9375rem;
    transition: all ease-in-out .2s;
    color: #ab0000;
}

.c-button:hover,
.amazlet-box .amazlet-sub-info>.amazlet-link>a:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}

.c-button:focus,
.amazlet-box .amazlet-sub-info>.amazlet-link>a:focus {
    outline: none;
}

.c-button.is-bold,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-bold {
    font-weight: bold;
}

.c-button:active,
.amazlet-box .amazlet-sub-info>.amazlet-link>a:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    outline: none;
    color: #fff;
}

.c-button.is-shadow,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-shadow {
    box-shadow: 0 2px 0 #ab0000;
}

.c-button.is-lg,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-lg,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.widget-under-article-title.main-widget-label,
.c-button.widget-under-article-title.main-widget-label {
    min-width: 622px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .c-button.is-lg,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.is-lg,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.widget-under-article-title.main-widget-label,
    .c-button.widget-under-article-title.main-widget-label {
        min-width: 0px;
        width: 100%;
    }
}

.c-button.is-secondary,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-secondary {
    background: #666;
}

.c-button.is-tertiary,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-tertiary {
    background: #efefef;
}

.c-button.is-danger,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-danger {
    background: #cc2919;
}

.c-button.is-warning,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-warning {
    background: #cc9e12;
}

.c-button.is-info,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-info {
    background: #378da3;
}

.c-button.is-success,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-success {
    background: #13a83a;
}

.c-button.is-round,
.amazlet-box .amazlet-sub-info>.amazlet-link>a {
    border-radius: 1000px;
}

.c-button.is-outline,
.amazlet-box .amazlet-sub-info>.amazlet-link>a {
    color: #ab0000;
    background-color: white;
    border: 3px solid #ab0000;
    font-weight: bold;
}

.c-button.is-outline.is-white-border,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.is-white-border {
    background-color: transparent;
    border: 3px solid white;
    color: white;
}

.c-card {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 8.125rem;
    text-decoration: none;
}

.c-card__image {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.c-card__text {
    position: relative;
    z-index: 1;
    color: #fff;
}

.c-dropdown {
    position: relative;
    text-align: center;
}

.c-dropdown__list {
    padding-left: 0;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    list-style: none;
    max-width: 240px;
    border-radius: 2.5px;
    position: absolute;
    left: 50%;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: -102px;
    display: none;
    opacity: 0;
    z-index: 10000000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.c-dropdown__list li {
    border-bottom: 1px solid #c8c8c8;
}

.c-dropdown__list li:last-child {
    border-radius: 0 0 2.5px 2.5px;
}

.c-dropdown__list li a {
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.c-dropdown__list li a:hover {
    background: #ab0000;
    color: #fff;
}

.c-dropdown__trigger:hover {
    cursor: pointer;
}

.c-dropdown__trigger:hover .c-dropdown__list {
    display: block;
    opacity: 1;
}

.container,
.l-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.container:after,
.l-container:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 668px) {

    .container,
    .l-container {
        min-width: 1080px;
    }
}

@media (min-width: 668px) {

    .l-main.is-sidebar-336 .container,
    .l-main.is-sidebar-336 .l-container {
        min-width: 1116px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.small-1 {
    width: 8.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-2 {
    width: 16.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-4 {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-5 {
    width: 41.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-7 {
    width: 58.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-8 {
    width: 66.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-10 {
    width: 83.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-11 {
    width: 91.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

.small-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
}

.is-push-sm-3 {
    margin-left: 25%;
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
}

.is-push-sm-6 {
    margin-left: 50%;
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
}

.is-push-sm-9 {
    margin-left: 75%;
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
}

.is-push-sm-12 {
    margin-left: 100%;
}

@media screen and (min-width: 41.75em) and (max-width: 63.9375em) {
    .medium-1 {
        width: 8.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-2 {
        width: 16.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-4 {
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-5 {
        width: 41.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-7 {
        width: 58.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-8 {
        width: 66.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-10 {
        width: 83.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-11 {
        width: 91.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medium-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .is-push-md-1 {
        margin-left: 8.3333333333%;
    }

    .is-push-md-2 {
        margin-left: 16.6666666667%;
    }

    .is-push-md-3 {
        margin-left: 25%;
    }

    .is-push-md-4 {
        margin-left: 33.3333333333%;
    }

    .is-push-md-5 {
        margin-left: 41.6666666667%;
    }

    .is-push-md-6 {
        margin-left: 50%;
    }

    .is-push-md-7 {
        margin-left: 58.3333333333%;
    }

    .is-push-md-8 {
        margin-left: 66.6666666667%;
    }

    .is-push-md-9 {
        margin-left: 75%;
    }

    .is-push-md-10 {
        margin-left: 83.3333333333%;
    }

    .is-push-md-11 {
        margin-left: 91.6666666667%;
    }

    .is-push-md-12 {
        margin-left: 100%;
    }
}

@media screen and (min-width: 41.75em) {
    .large-1 {
        width: 8.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-2 {
        width: 16.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-4 {
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-5 {
        width: 41.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-7 {
        width: 58.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-8 {
        width: 66.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-10 {
        width: 83.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-11 {
        width: 91.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .large-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 41.75em) {
    .is-push-lg-1 {
        margin-left: 8.3333333333%;
    }

    .is-push-lg-2 {
        margin-left: 16.6666666667%;
    }

    .is-push-lg-3 {
        margin-left: 25%;
    }

    .is-push-lg-4 {
        margin-left: 33.3333333333%;
    }

    .is-push-lg-5 {
        margin-left: 41.6666666667%;
    }

    .is-push-lg-6 {
        margin-left: 50%;
    }

    .is-push-lg-7 {
        margin-left: 58.3333333333%;
    }

    .is-push-lg-8 {
        margin-left: 66.6666666667%;
    }

    .is-push-lg-9 {
        margin-left: 75%;
    }

    .is-push-lg-10 {
        margin-left: 83.3333333333%;
    }

    .is-push-lg-11 {
        margin-left: 91.6666666667%;
    }

    .is-push-lg-12 {
        margin-left: 100%;
    }
}

.c-inline-list {
    list-style: disc;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    list-style-position: outside;
}

.c-inline-list li {
    float: left;
    margin-left: 2rem;
    margin-right: 0.5rem;
}

.c-label,
.l-main__content .popular-posts ul li a .wpp-list__thumb span,
.l-sidebar .wpp-list__thumb span {
    background-color: rgba(171, 0, 0, 0.7);
    color: #fff;
    font-size: 0.625rem;
    display: inline-block;
    padding-top: 0.1875rem;
    padding-bottom: 0.125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    vertical-align: middle;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .c-label,
    .l-main__content .popular-posts ul li a .wpp-list__thumb span,
    .l-sidebar .wpp-list__thumb span {
        background-color: #ab0000;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.c-label>a,
.l-main__content .popular-posts ul li a .wpp-list__thumb span>a,
.l-sidebar .wpp-list__thumb span>a {
    color: #fff;
    text-decoration: none;
}

.c-label.is-lg,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-lg,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.widget-under-article-title.main-widget-label,
.c-label.widget-under-article-title.main-widget-label,
.l-sidebar .wpp-list__thumb span.widget-under-article-title.main-widget-label,
.l-sidebar .wpp-list__thumb span.is-lg {
    font-size: 1rem;
}

.c-label.is-sm,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-sm,
.l-sidebar .wpp-list__thumb span.is-sm {
    font-size: 0.64rem;
}

.c-label.is-secondary,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-secondary,
.l-sidebar .wpp-list__thumb span.is-secondary {
    background: #666;
}

.c-label.is-tertiary,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-tertiary,
.l-sidebar .wpp-list__thumb span.is-tertiary {
    background: #efefef;
}

.c-label.is-danger,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-danger,
.l-sidebar .wpp-list__thumb span.is-danger {
    background: #cc2919;
}

.c-label.is-warning,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-warning,
.l-sidebar .wpp-list__thumb span.is-warning {
    background: #cc9e12;
}

.c-label.is-info,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-info,
.l-sidebar .wpp-list__thumb span.is-info {
    background: #378da3;
}

.c-label.is-success,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-success,
.l-sidebar .wpp-list__thumb span.is-success {
    background: #13a83a;
}

.c-label.is-round,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-round,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label,
.l-sidebar .wpp-list__thumb span.is-round {
    border-radius: 1000px;
}

.c-label.is-outline,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-outline,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label,
.l-sidebar .wpp-list__thumb span.is-outline {
    background-color: #fff;
    border: 2px solid #e52c1a;
    color: #e52c1a;
    font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .c-label.is-outline,
    .l-main__content .popular-posts ul li a .wpp-list__thumb span.is-outline,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label,
    .l-sidebar .wpp-list__thumb span.is-outline {
        font-size: 0.625rem;
    }
}

.c-label.is-outline>a,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-outline>a,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label>a,
.l-sidebar .wpp-list__thumb span.is-outline>a {
    color: inherit;
}

.c-label.is-outline.is-update,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-outline.is-update,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label.is-update,
.l-sidebar .wpp-list__thumb span.is-outline.is-update {
    border: 2px solid #551f7f;
    color: #551f7f;
}

.c-label.is-outline.is-update-yesterday,
.l-main__content .popular-posts ul li a .wpp-list__thumb span.is-outline.is-update-yesterday,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.c-label.is-update-yesterday,
.l-sidebar .wpp-list__thumb span.is-outline.is-update-yesterday {
    border: 2px solid #009e96;
    color: #009e96;
}

.c-label.is-number,
.l-main__content .popular-posts ul li a .wpp-list__thumb span,
.l-sidebar .wpp-list__thumb span {
    font-size: 1.25rem;
}

.c-main-visual {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.625rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-main-visual {
        /* width: 90%; */
        margin: 0 auto;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

.c-main-visual__label {
    position: absolute;
    font-size: 0.9375rem;
    top: 12px;
    left: 12px;
    z-index: 2;
    min-width: 320px;
    padding: 0.5625rem 0.875rem;
    border-radius: 2px;
    background-color: #e52c1a;
    color: white;
    font-weight: bold;
    /* box-shadow: 0 3px 0 #ab0000; */
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-main-visual__label {
        min-width: 0px;
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
}

.c-main-visual__label:before {
    /* content: ''; */
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
    left: 0;
    border-width: 3px 13px 6px 0;
    border-right-color: #ab0000;
}

.c-main-visual__item {
    position: relative;
    width: 100%;
    height: 236px;
    background-color: #efefef;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-main-visual__item {
        height: 230px;
    }
}

.c-main-visual__item__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    /* border: 1px solid #d5d5d5; */
    border-radius: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .2s;
}

.c-main-visual__item__bg:hover {
    opacity: 0.8;
}

.c-main-visual__item__bg>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.025rem;
    background-color: #000000;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-main-visual__item__bg>p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 41.75em) {
    .owl-nav {
        width: 50%;
        float: left;
        margin-top: 3px;
    }

    .owl-nav i {
        line-height: 1;
        margin-top: 4px;
        vertical-align: top;
    }

    .owl-nav .owl-prev {
        display: inline-block;
        z-index: 10000;
        color: #898989;
        margin-right: 10px;
    }

    .owl-nav .owl-prev i {
        margin-right: 4px;
    }

    .owl-nav .owl-next {
        display: inline-block;
        z-index: 100000;
        color: #898989;
        margin-left: -3px;
    }

    .owl-nav .owl-next i {
        margin-left: 4px;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        transition: all ease-in-out .2s;
    }
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .owl-nav {
        display: none !important;
    }
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    background: #e52c1a;
    padding: 4px 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.c-media>img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.c-media>figcaption {
    margin-top: 0;
    background: #efefef;
    text-align: center;
    padding: 0.5rem 1rem;
}

.c-menu {
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.c-menu>li {
    list-style: none;
}

.c-menu>li>a {
    display: block;
    border-bottom: 1px solid #efefef;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
}

.c-menu>li>a:hover,
.c-menu>li>a.is-active {
    background: #ab0000;
    color: #fff;
}

.c-message {
    padding: 4px 16px 4px 16px;
    background: #efefef;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 16px;
}

.c-message .c-message__icon {
    margin-right: 0.375rem;
}

.c-message .c-message__icon.is-right {
    float: right;
    margin-top: 0.25rem;
}

.c-message>p {
    margin-bottom: 0;
}

.c-message.is-primary {
    background: #ab0000;
    border: 1px solid #9c0000;
}

.c-message.is-primary>p {
    color: #fff;
}

.c-message.is-secondary {
    background: #666;
    border: 1px solid #5e5e5e;
}

.c-message.is-secondary>p {
    color: #fff;
}

.c-message.is-danger {
    background: #cc2919;
    border: 1px solid #be2617;
}

.c-message.is-danger>* {
    color: #fff;
}

.c-message.is-warning {
    background: #cc9e12;
    border: 1px solid #be9311;
}

.c-message.is-warning>p {
    color: #fff;
}

.c-message.is-info {
    background: #378da3;
    border: 1px solid #338398;
}

.c-message.is-info>p {
    color: #fff;
}

.c-message.is-success {
    background: #13a83a;
    border: 1px solid #119a35;
}

.c-message.is-success>p {
    color: #fff;
}

.c-navs-list>li {
    display: inline-block;
}

.c-navs-list>li>a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #efefef;
    text-decoration: none;
    border-radius: 5px;
}

.c-navs-list>li>a:hover,
.c-navs-list>li>a.is-active {
    background: #ab0000;
    color: #fff;
}

.c-navs-list.is-expand>li>a {
    padding: 0.5rem 2rem;
}

/*
 *   owl dotを出力
 */

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated,
.owl-carousel .c-anchor a.js-pagetop:hover,
.c-anchor .owl-carousel a.js-pagetop:hover,
.owl-carousel .c-anchor a.js-pagetop.is-show,
.c-anchor .owl-carousel a.js-pagetop.is-show,
.owl-carousel .c-tabs__content.is-active {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *   Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *   Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 *   Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
 *   Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

/* .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} */

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ab0000;
}

.c-page-header {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #efefef;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.c-page-header.is-left {
    text-align: left;
}

.c-page-header.is-right {
    text-align: right;
}

.c-page-header__title {
    font-size: 2.25rem;
}

.c-page-header__subtitle {
    font-size: 1rem;
}

.screen-reader-text {
    display: none;
}

.pagination ul {
    text-align: center;
    list-style: none;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .pagination ul {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
}

.pagination ul>li {
    display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .pagination ul>li {
        display: table-cell;
        width: 10%;
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
}

.pagination ul>li .is-active {
    background-color: #777;
}

.pagination ul>li .is-active:hover {
    background-color: #777;
    color: #fff;
}

.pagination ul>li>span,
.pagination ul>li>a {
    display: inline-block;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    border-radius: 5px;
    background-color: #333;
    color: white;
    transition: all ease-in-out .2s;
}

.pagination ul>li>span .fa,
.pagination ul>li>span .is-horizon .p-post-list__thumbnail:before,
.is-horizon .pagination ul>li>span .p-post-list__thumbnail:before,
.pagination ul>li>span .js-zoom-image__text:before,
.pagination ul>li>span .l-post-content .siteLink:before,
.l-post-content .pagination ul>li>span .siteLink:before,
.pagination ul>li>span #tinymce .siteLink:before,
#tinymce .pagination ul>li>span .siteLink:before,
.pagination .l-post-content ul>li>span li:before,
.l-post-content .pagination ul>li>span li:before,
.pagination #tinymce ul>li>span li:before,
#tinymce .pagination ul>li>span li:before,
.pagination ul>li>span .l-sidebar .widget_recent_entries>ul>li .post-date:before,
.l-sidebar .widget_recent_entries>ul>li .pagination ul>li>span .post-date:before,
.pagination ul>li>span .l-sidebar .widget_archive>ul>li .post-date:before,
.l-sidebar .widget_archive>ul>li .pagination ul>li>span .post-date:before,
.pagination ul>li>a .fa,
.pagination ul>li>a .is-horizon .p-post-list__thumbnail:before,
.is-horizon .pagination ul>li>a .p-post-list__thumbnail:before,
.pagination ul>li>a .js-zoom-image__text:before,
.pagination ul>li>a .l-post-content .siteLink:before,
.l-post-content .pagination ul>li>a .siteLink:before,
.pagination ul>li>a #tinymce .siteLink:before,
#tinymce .pagination ul>li>a .siteLink:before,
.pagination .l-post-content ul>li>a li:before,
.l-post-content .pagination ul>li>a li:before,
.pagination #tinymce ul>li>a li:before,
#tinymce .pagination ul>li>a li:before,
.pagination ul>li>a .l-sidebar .widget_recent_entries>ul>li .post-date:before,
.l-sidebar .widget_recent_entries>ul>li .pagination ul>li>a .post-date:before,
.pagination ul>li>a .l-sidebar .widget_archive>ul>li .post-date:before,
.l-sidebar .widget_archive>ul>li .pagination ul>li>a .post-date:before {
    display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .pagination ul>li>span,
    .pagination ul>li>a {
        width: 100%;
        padding: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        vertical-align: middle;
        font-size: 0.75rem;
        text-align: center;
    }
}

.pagination ul>li>span:hover,
.pagination ul>li>a:hover {
    background: #ab0000;
    color: #fff;
}

.pagination__next,
.pagination__prev {
    display: inline-block;
    border-radius: 5px;
    background: #ab0000;
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .pagination__next,
    .pagination__prev {
        background: none;
        width: 18% !important;
    }
}

.c-panel__title {
    background: #ab0000;
    color: #fff;
    padding: 16px 32px;
    margin-bottom: 0;
    font-size: 1.125rem;
    border-radius: 5px 5px 0 0;
}

.c-panel__content {
    padding: 16px 32px;
    border: 1px solid #efefef;
    border-radius: 0 0 5px 5px;
}

.c-panel.is-danger .c-panel__title {
    background: #cc2919;
}

.c-panel.is-warning .c-panel__title {
    background: #cc9e12;
}

.c-panel.is-success .c-panel__title {
    background: #13a83a;
}

.c-panel.is-info .c-panel__title {
    background: #378da3;
}

.c-navs-post ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    overflow: hidden;
}

.c-navs-post__prev a,
.c-navs-post__next a {
    border-radius: 1000px;
    border: 2px solid #ab0000;
    padding: 8px 32px;
    display: inline-block;
    text-decoration: none;
}

.c-navs-post__prev a:hover,
.c-navs-post__next a:hover {
    background: #ab0000;
    color: #fff;
}

.c-navs-post__prev {
    float: left;
}

.c-navs-post__next {
    float: right;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .sb-toggle.sb-toggle-right {
        display: block;
        position: absolute;
        z-index: 999;
        top: 0.5rem;
        right: 0.5rem;
        text-align: center;
        color: #ab0000;
        font-size: 0.6875rem;
        line-height: 1;
    }

    .sb-toggle.sb-toggle-right>i {
        display: block;
        font-size: 1.875rem;
    }

    .sb-slidebar.sb-right.sb-style-overlay {
        padding-bottom: 13%;
    }

    .sb-slidebar.sb-right.sb-style-overlay .sb-toggle.sb-toggle-right.close {
        position: static;
        display: block;
        z-index: 1000;
        top: auto;
        right: auto;
        color: white;
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        padding-top: 0.625rem;
        padding-right: 0.625rem;
    }

    .sb-slidebar.sb-right.sb-style-overlay>h2 {
        text-align: center;
        margin: 0;
        padding-top: 1.125rem;
        padding-bottom: 0.6875rem;
        color: white;
        font-size: 0.9375rem;
    }

    .sb-slidebar.sb-right.sb-style-overlay>ul {
        padding: 0 5% 9%;
    }

    .sb-slidebar.sb-right.sb-style-overlay>ul>li {
        margin-bottom: 0.75rem;
        font-size: 0.9375rem;
    }

    .sb-slidebar.sb-right.sb-style-overlay>ul>li>a {
        display: block;
        background-color: rgba(196, 83, 83, 0.9);
        padding: 0.5rem;
        padding-left: 0.75rem;
        color: white;
        border-radius: 5px;
        border: 1px solid white;
        font-weight: bold;
    }

    .sb-slidebar.sb-right.sb-style-overlay .sb-slidebar__logo {
        width: 68%;
        margin: 0 auto 8%;
        text-align: center;
    }

    .sb-slidebar.sb-right.sb-style-overlay .c-button,
    .sb-slidebar.sb-right.sb-style-overlay .amazlet-box .amazlet-sub-info>.amazlet-link>a,
    .amazlet-box .sb-slidebar.sb-right.sb-style-overlay .amazlet-sub-info>.amazlet-link>a {
        width: 70%;
        font-size: 0.9375rem;
    }

    html,
    body,
    #sb-site,
    .sb-site-container,
    .sb-slidebar {
        /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden;
        /* Stops horizontal scrolling. */
    }

    html {
        /* height: 100%; */
        /* Site is as tall as device. */
    }

    body {
        min-height: 100%;
        height: auto;
        position: relative;
        /* Required for static Slidebars to function properly. */
    }

    /* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
    html.sb-scroll-lock.sb-active:not(.sb-static) {
        /* overflow: hidden; */
    }

    /* ----------
	 * 002 - Site
	 */
    #sb-site,
    .sb-site-container {
        /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
        width: 100%;
        min-height: 100vh;
        position: relative;
        z-index: 1;
        /* Site sits above Slidebars */
        background-color: #ffffff;
        /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
    }

    /* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
    #sb-site:before,
    #sb-site:after,
    .sb-site-container:before,
    .sb-site-container:after {
        content: ' ';
        display: table;
    }

    #sb-site:before,
    #sb-site:after,
    .sb-site-container:before,
    .sb-site-container:after {
        clear: both;
    }

    /* ---------------
	 * 003 - Slidebars
	 */
    .sb-slidebar {
        height: 100%;
        overflow-y: auto;
        /* Enable vertical scrolling on Slidebars when needed. */
        position: fixed;
        top: 0;
        z-index: 0;
        /* Slidebars sit behind sb-site. */
        display: none;
        /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
        background-color: rgba(171, 0, 0, 0.9);
        /* Default Slidebars background colour, overwrite this with your own css. */
    }

    .sb-slidebar,
    .sb-slidebar * {
        -webkit-transform: translateZ(0px);
        /* Fixes issues with translated and z-indexed elements on iOS 7. */
    }

    .sb-left {
        left: 0;
        /* Set Slidebar to the left. */
    }

    .sb-right {
        right: 0;
        /* Set Slidebar to the right. */
    }

    html.sb-static .sb-slidebar,
    .sb-slidebar.sb-static {
        position: absolute;
        /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
    }

    .sb-slidebar.sb-active {
        display: block;
        /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
    }

    .sb-style-overlay {
        z-index: 9999;
        /* Set z-index high to ensure it overlays any other site elements. */
    }

    .sb-momentum-scrolling {
        -webkit-overflow-scrolling: touch;
        /* Adds native momentum scrolling for iOS & Android devices. */
    }

    /* Slidebar widths for browsers/devices that don't support media queries. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }

    /* ---------------
	 * 004 - Animation
	 */
    .sb-slide,
    #sb-site,
    .sb-site-container,
    .sb-slidebar {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
        -webkit-transition: -webkit-transform 400ms ease;
        -moz-transition: -moz-transform 400ms ease;
        -o-transition: -o-transform 400ms ease;
        transition: transform 400ms ease;
        -webkit-transition-property: -webkit-transform, left, right;
        /* Add left/right for Android < 4.4. */
        -webkit-backface-visibility: hidden;
        /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
    }

    /* --------------------
	 * 005 - Helper Classes
	 */
    .sb-hide {
        display: none;
        /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
    }
}

@media (max-width: 480px) {

    /* Slidebar widths on extra small screens. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }
}

@media (min-width: 481px) {

    /* Slidebar widths on small screens. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }
}

@media (min-width: 768px) {

    /* Slidebar widths on medium screens. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }
}

@media (min-width: 992px) {

    /* Slidebar widths on large screens. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }
}

@media (min-width: 1200px) {

    /* Slidebar widths on extra large screens. */
    .sb-slidebar {
        width: 100%;
    }

    .sb-width-thin {
        width: 100%;
    }

    .sb-width-wide {
        width: 100%;
    }
}

.sb-slidebar,
.sb-toggle {
    display: none;
}

.c-social-share-block__thumb {
    width: 100%;
    min-height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.4s;
}

@media screen and (min-width: 41.75em) {
    .c-social-share-block__thumb:hover {
        background-size: 105% auto;
    }
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-block__thumb {
        background-size: cover;
        min-height: 180px;
    }
}

.c-social-share-block__thumb__paint {
    position: relative;
    width: 100%;
    min-height: 240px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-block__thumb__paint {
        min-height: 180px;
    }
}

.c-social-share-block__thumb__paint>.c-social-share-block__thumb__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 6rem;
    margin: auto;
    text-align: center;
}

.c-social-share-block__thumb__paint>.c-social-share-block__thumb__content p {
    font-size: 1.625rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-block__thumb__paint>.c-social-share-block__thumb__content p {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-block__thumb__paint>.c-social-share-block__thumb__content {
        height: 130px;
    }
}

.c-social-share-block>ul {
    background-color: #bfbfbf;
    padding: 1.75rem 0.75rem;
    text-align: center;
    font-size: 0;
}

.c-social-share-block>ul>li {
    display: inline-block;
    margin-right: 1.3%;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-block>ul>li {
        width: 100%;
    }
}

.c-social-share-block>ul>li>a.c-button.is-outline,
.amazlet-box .c-social-share-block>ul.amazlet-sub-info>li.amazlet-link>a {
    font-size: 1rem;
    color: #333;
    text-align: left;
    padding-bottom: 0.625rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .c-social-share-block>ul>li>a.c-button.is-outline,
    .amazlet-box .c-social-share-block>ul.amazlet-sub-info>li.amazlet-link>a {
        margin-left: auto;
        width: 100%;
        margin-right: auto;
        margin-top: 8px;
    }
}

.c-social-share-block>ul>li>a.c-button.is-outline>img,
.amazlet-box .c-social-share-block>ul.amazlet-sub-info>li.amazlet-link>a>img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}

.c-social-share-list {
    padding-left: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-list {
        padding-left: 0;
    }
}

.c-social-share-list>ul>li {
    min-width: 13%;
    float: left;
    margin-right: 1%;
}

.c-social-share-list>ul>li:last-child {
    margin-right: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-list>ul>li {
        margin-bottom: 0.875rem;
        margin-right: 0.6%;
        margin-left: 0.5%;
    }
}

.c-social-share-list>ul>li>a {
    display: block;
}

.c-social-share-list>ul>li>a>img {
    display: inline-block;
}

.c-social-share-list>ul>li>a>span {
    /* text-align: center; */
    /* position: relative; */
    /* display: inline-block; */
    /* min-width: 4.375rem; */
    /* padding: 0.1875rem 0.5rem; */
    /* margin-left: 6px; */
    /* border: 1px solid #9f9f9f; */
    /* border-radius: 5px; */
    /* background-color: #fff; */
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-social-share-list>ul>li>a>span {
        min-width: 3.125rem;
    }
}

.c-social-share-list>ul>li>a>span:before,
.c-social-share-list>ul>li>a>span:after {
    position: absolute;
    top: 30%;
    display: block;
    content: "";
    width: 0;
    border: 5px solid transparent;
    border-left-width: 0;
}

.c-social-share-list>ul>li>a>span:before {
    border-right-color: #fff;
    left: -5px;
    z-index: 1;
}

.c-social-share-list>ul>li>a>span:after {
    border-right-color: #9f9f9f;
    left: -6px;
}

.wp-embedded-content {
    display: block;
}

.c-social-share-block__push {
    background: #EFF1E5;
}

.c-table,
.l-post-content .tablepress,
#tinymce .tablepress,
.l-post-content table,
#tinymce table,
.calendar_wrap table {
    width: 100%;
    text-align: left;
}

.c-table>thead>tr,
.l-post-content .tablepress>thead>tr,
#tinymce .tablepress>thead>tr,
.l-post-content table>thead>tr,
#tinymce table>thead>tr,
.calendar_wrap table>thead>tr {
    background: #000000;
}

.c-table>thead>tr>th,
.l-post-content .tablepress>thead>tr>th,
#tinymce .tablepress>thead>tr>th,
.l-post-content table>thead>tr>th,
#tinymce table>thead>tr>th,
.calendar_wrap table>thead>tr>th {
    color: #fff;
    padding: 0.5rem;
    border: 1px solid #b5b5b6;
    background: #000;
}

.c-table>tbody>tr>td,
.l-post-content .tablepress>tbody>tr>td,
#tinymce .tablepress>tbody>tr>td,
.l-post-content table>tbody>tr>td,
#tinymce table>tbody>tr>td,
.calendar_wrap table>tbody>tr>td {
    border: 1px solid #b5b5b6;
    padding: 0.5rem;
    font-size: 0.875rem;
}

.c-table>tbody>tr>th,
.l-post-content .tablepress>tbody>tr>th,
#tinymce .tablepress>tbody>tr>th,
.l-post-content table>tbody>tr>th,
#tinymce table>tbody>tr>th,
.calendar_wrap table>tbody>tr>th {
    background: #efefef;
    padding: 0.5rem;
    border: 1px solid #b5b5b6;
}

.c-tabs__navs {
    padding-top: 0.875rem;
    background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
    background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
    background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(180deg, #4b4b4b 0%, black 100%);
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
    font-size: 0;
    text-align: left;
    border-radius: 0px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-tabs__navs {
        text-align: left;
        width: 100%;
        border-radius: 0;
        padding-left: 1.6%;
    }
}

.c-tabs__navs>li {
    display: inline-block;
    min-width: 14%;
    margin-right: 0.9%;
    margin-left: 0.9%;
    margin-bottom: 2%;
    text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-tabs__navs>li {
        min-width: 31%;
        margin-left: 0.8%;
        margin-right: 1.2%;
        margin-bottom: 3.6%;
    }
}

.c-tabs__navs>li>a {
    display: block;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: bold;
    color: white;
    transition: all ease-in-out .2s;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .c-tabs__navs>li>a {
        border: 2px solid #fff;
        font-size: 0.75rem;
    }
}

.c-tabs__navs>li>a.c-tabs__navs__gray {
    background-color: rgba(114, 114, 114, 0.7);
}

.c-tabs__navs>li>a:hover,
.c-tabs__navs>li>a.is-active {
    background-color: white;
    border-radius: 5px;
    color: #ab0000;
}

.c-tabs__content {
    display: block;
}

.c-tabs__content.is-active {
    display: block;
}

.c-tel-banner__number {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1em;
}

.c-tel-banner__text {
    font-size: 0.75rem;
}

.p-contact-form__wrap {
    background: white;
    padding-top: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form__wrap {
        padding-top: 2rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.p-contact-form {
    padding-bottom: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form {
        background: white;
        padding: 1rem;
    }
}

.p-contact-form .p-contact-form-group {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    display: table;
    table-layout: fixed;
}

.p-contact-form .p-contact-form-group.is-last {
    border-bottom: 1px solid #d8d8d8;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group {
        display: block;
        table-layout: inherit;
    }
}

.p-contact-form .p-contact-form-group>dt {
    display: table-cell;
    width: 30%;
    position: relative;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    background: #d8d8d8;
    height: 100%;
    vertical-align: top;
    font-weight: bold;
    font-size: 0.8125rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group>dt {
        width: 100%;
        display: block;
        padding-top: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.p-contact-form .p-contact-form-group>dt>.c-label,
.p-contact-form .l-main__content .popular-posts ul li a .wpp-list__thumb .p-contact-form-group>dt>strong,
.l-main__content .popular-posts ul li a .wpp-list__thumb .p-contact-form .p-contact-form-group>dt>strong,
.p-contact-form .l-sidebar .wpp-list__thumb .p-contact-form-group>dt>strong,
.l-sidebar .wpp-list__thumb .p-contact-form .p-contact-form-group>dt>strong {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 0.6875rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .p-contact-form .p-contact-form-group>dt>.c-label,
    .p-contact-form .l-main__content .popular-posts ul li a .wpp-list__thumb .p-contact-form-group>dt>strong,
    .l-main__content .popular-posts ul li a .wpp-list__thumb .p-contact-form .p-contact-form-group>dt>strong,
    .p-contact-form .l-sidebar .wpp-list__thumb .p-contact-form-group>dt>strong,
    .l-sidebar .wpp-list__thumb .p-contact-form .p-contact-form-group>dt>strong {
        right: 0.35rem;
        top: 0.35rem;
    }
}

.p-contact-form .p-contact-form-group>dd {
    display: table-cell;
    padding: 1.5rem 1.5rem 1.5rem;
    font-size: 0.8125rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group>dd {
        width: 100%;
        display: block;
        padding: 1rem;
    }
}

.p-contact-form .p-contact-form-group>dd>label>span {
    display: inline-block;
    margin-right: 3.8rem;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group>dd>label>span {
        display: block;
        margin: 0 0 0.5rem;
    }
}

.p-contact-form .p-contact-form-group>dd .error {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
}

.p-contact-form .p-contact-form-group__select {
    margin-right: 8px;
    display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group__select {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 19.2px;
    }
}

.p-contact-form .p-contact-form-group__select__custom {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 35px;
    margin: 0 0.5rem 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
    background: #fff;
    color: black;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-contact-form .p-contact-form-group__select__custom {
        width: 86%;
    }
}

.p-contact-form .p-contact-form-group__select__custom:after {
    display: block;
    position: absolute;
    bottom: 0.6rem;
    right: 4px;
    line-height: 1;
    vertical-align: middle;
    font-family: 'FontAwesome';
    content: "\f107";
}

.p-contact-form .p-contact-form-group__select__custom>select {
    width: 89%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: none;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none transparent;
    box-sizing: content-box;
}

.p-contact-form textarea {
    min-height: 200px;
}

.p-contact-form__privacy {
    height: 150px;
    text-align: left;
    background: #f2f2f2;
    padding: 16px;
    font-size: 0.75rem;
    margin-top: 32px;
    margin-bottom: 32px;
    overflow-y: auto;
}

.p-contact-form__privacy__title {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1rem;
}

.p-contact-form__privacy__item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.l-post-content .p-pickup-block,
#tinymce .p-pickup-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.l-post-content .p-pickup-block>ul>li,
#tinymce .p-pickup-block>ul>li {
    background: none;
    padding-left: 0;
}

.l-post-content .p-pickup-block>ul>li:before,
#tinymce .p-pickup-block>ul>li:before {
    content: none;
}

.l-post-content .p-pickup-block>ul>li .h3,
#tinymce .p-pickup-block>ul>li .h3,
.l-post-content .p-pickup-block>ul>li h3,
#tinymce .p-pickup-block>ul>li h3 {
    margin-bottom: 0;
}

.l-post-content .p-pickup-block>ul>li p,
#tinymce .p-pickup-block>ul>li p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
}

.l-post-content .p-pickup-block>ul>li a:hover,
#tinymce .p-pickup-block>ul>li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.l-post-content .p-pickup-block,
#tinymce .p-pickup-block,
.p-pickup-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.l-post-content .p-pickup-block ul,
#tinymce .p-pickup-block ul,
.p-pickup-block ul {
    padding: 0.6875rem;
    border: 3px solid #e52c1a;
    border-radius: 0px;
    background-color: white;
}

.l-post-content .p-pickup-block ul>li,
#tinymce .p-pickup-block ul>li,
.p-pickup-block ul>li {
    margin-bottom: 1.25rem;
}

.l-post-content .p-pickup-block ul>li:last-child,
#tinymce .p-pickup-block ul>li:last-child,
.p-pickup-block ul>li:last-child {
    margin-bottom: 0;
}

.l-post-content .p-pickup-block ul>li .h3,
#tinymce .p-pickup-block ul>li .h3,
.l-post-content .p-pickup-block ul>li h3,
#tinymce .p-pickup-block ul>li h3,
.p-pickup-block ul>li .h3,
.p-pickup-block ul>li h3 {
    margin: 0;
    font-size: 1.125rem;
    color: #e52c1a;
}

.l-post-content .p-pickup-block ul>li p,
#tinymce .p-pickup-block ul>li p,
.p-pickup-block ul>li p {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 0px;
}

.l-post-content .p-pickup-block ul>li a,
#tinymce .p-pickup-block ul>li a,
.p-pickup-block ul>li a {
    /*color: #e52c1a;*/
    /* font-weight: bold; */
    text-decoration: underline;
}

.l-post-content .p-pickup-block ul>li a:hover,
#tinymce .p-pickup-block ul>li a:hover,
.p-pickup-block ul>li a:hover {
    text-decoration: none;
    /*opacity: 0.8;*/
}

.l-post-content .p-pickup-block.is-red ul li a:hover,
#tinymce .p-pickup-block.is-red ul li a:hover,
.p-pickup-block.is-red ul li a:hover {
    /*color: #3b71a5;*/
}

.l-post-content .p-pickup-block.is-blue ul,
#tinymce .p-pickup-block.is-blue ul,
.p-pickup-block.is-blue ul {
    border: 3px solid #3b71a5;
    background-color: #e8f0f7;
}

.l-post-content .p-pickup-block.is-blue ul li .h3,
#tinymce .p-pickup-block.is-blue ul li .h3,
.l-post-content .p-pickup-block.is-blue ul li h3,
#tinymce .p-pickup-block.is-blue ul li h3,
.p-pickup-block.is-blue ul li .h3,
.p-pickup-block.is-blue ul li h3 {
    color: #3b71a5;
}

.l-post-content .p-pickup-block.is-blue ul li a,
#tinymce .p-pickup-block.is-blue ul li a,
.p-pickup-block.is-blue ul li a {
    /*color: #3b71a5;*/
}

.l-post-content .p-pickup-block.is-lightblue ul,
#tinymce .p-pickup-block.is-lightblue ul,
.p-pickup-block.is-lightblue ul {
    border: 3px solid #4f64e8;
    background-color: white;
}

.l-post-content .p-pickup-block.is-lightblue ul li .h3,
#tinymce .p-pickup-block.is-lightblue ul li .h3,
.l-post-content .p-pickup-block.is-lightblue ul li h3,
#tinymce .p-pickup-block.is-lightblue ul li h3,
.p-pickup-block.is-lightblue ul li .h3,
.p-pickup-block.is-lightblue ul li h3 {
    color: #4f64e8;
}

.l-post-content .p-pickup-block.is-lightblue ul li a,
#tinymce .p-pickup-block.is-lightblue ul li a,
.p-pickup-block.is-lightblue ul li a {
    color: #4f64e8;
}

.l-post-content .p-pickup-block.is-orange ul,
#tinymce .p-pickup-block.is-orange ul,
.p-pickup-block.is-orange ul {
    border: 3px solid #ec7805;
    background-color: #fff8f1;
}

.l-post-content .p-pickup-block.is-orange ul li .h3,
#tinymce .p-pickup-block.is-orange ul li .h3,
.l-post-content .p-pickup-block.is-orange ul li h3,
#tinymce .p-pickup-block.is-orange ul li h3,
.p-pickup-block.is-orange ul li .h3,
.p-pickup-block.is-orange ul li h3 {
    color: #ec7805;
}

.l-post-content .p-pickup-block.is-orange ul li a,
#tinymce .p-pickup-block.is-orange ul li a,
.p-pickup-block.is-orange ul li a {
    /*color: #ec7805;*/
}

.l-post-content .p-pickup-block.is-green ul,
#tinymce .p-pickup-block.is-green ul,
.p-pickup-block.is-green ul {
    border: 3px solid #169452;
    background-color: #b5f4d3;
}

.l-post-content .p-pickup-block.is-green ul li .h3,
#tinymce .p-pickup-block.is-green ul li .h3,
.l-post-content .p-pickup-block.is-green ul li h3,
#tinymce .p-pickup-block.is-green ul li h3,
.p-pickup-block.is-green ul li .h3,
.p-pickup-block.is-green ul li h3 {
    color: #169452;
}

.l-post-content .p-pickup-block.is-green ul li a,
#tinymce .p-pickup-block.is-green ul li a,
.p-pickup-block.is-green ul li a {
    /*color: #169452;*/
}

.l-main__content .popular-posts {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts {
        padding-bottom: 2rem;
    }
}

.l-main__content .popular-posts ul {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}

.l-main__content .popular-posts ul li {
    width: 25%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.l-main__content .popular-posts ul li.is-focus {
    width: 50%;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li {
        width: 100%;
        float: none;
    }

    .l-main__content .popular-posts ul li.is-focus {
        width: 100%;
    }
}

.l-main__content .popular-posts ul li.is-last {
    margin-right: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li:first-child a {
        padding-top: 0;
    }
}

.l-main__content .popular-posts ul li a {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    transition: all ease-in-out .2s;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li a {
        padding-top: 0.625rem;
        padding-bottom: 1.375rem;
        border: none;
        border-bottom: 1px solid #cccccc;
    }
}

.l-main__content .popular-posts ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.l-main__content .popular-posts ul li a .wpp-list__thumb {
    position: relative;
    width: 100%;
    min-height: 172px;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li a .wpp-list__thumb {
        background-image: none !important;
        background-color: white;
        min-height: 30px;
        width: 50px;
        float: left;
    }
}

.l-main__content .popular-posts ul li a .wpp-list__thumb strong {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li a .wpp-list__thumb strong {
        top: 2px;
        max-width: 30px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        line-height: 1.3em;
    }
}

.l-main__content .popular-posts ul li a p {
    margin: 0;
    padding: 0.375rem 0.625rem;
    background-color: #000000;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content .popular-posts ul li a p {
        margin-left: 12%;
        min-height: 38px;
        padding: 0;
        background-color: #fff;
        color: #333;
        line-height: 1.3;
    }
}

.p-post-list__item {
    margin-bottom: 1rem;
}

.p-post-list__title {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-weight: bold;
}

.p-post-list__title>a {
    color: #000000;
    text-decoration: none;
}

.is-horizon .p-post-list__item {
    margin-bottom: 0;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__item {
        width: 100%;
    }
}

.is-horizon .p-post-list__item>a {
    display: block;
    width: 100%;
    padding: 1.75rem 0.75rem;
    transition: all ease-in-out .2s;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__item>a {
        padding: 1.75rem 0.5rem;
    }
}

.is-horizon .p-post-list__item>a:hover {
    background-color: #fdf0ea;
    text-decoration: none;
}

.is-horizon .p-post-list__item>a:hover .p-post-list__text>dd {
    color: #333;
}

.is-horizon .p-post-list__thumbnail {
    width: 158px;
    min-height: 158px;
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    background-size: cover;
    position: relative;
    transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.2s;
}

.is-horizon .p-post-list__thumbnail:before {
    transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.2s;
    transform-origin: center;
    border-radius: 0px;
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
    font-size: 1.875rem;
    padding-top: 4.375rem;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__thumbnail {
        width: 90px;
        min-height: 90px;
        height: 90px;
        max-height: 90px;
        margin-right: 3%;
        border: 1px solid #c8c8c8;
        margin-bottom: 0.875rem;
    }

    .is-horizon .p-post-list__thumbnail:before {
        padding-top: 1.875rem;
    }
}

.is-horizon .p-post-list__item:hover .p-post-list__thumbnail {
    transform: scale(1.05);
}

.is-horizon .p-post-list__item:hover .p-post-list__thumbnail:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

@media screen and (min-width: 41.75em) {
    .is-horizon .p-post-list__info {
        max-width: 75.8%;
        width: 100%;
        float: right;
    }
}

.is-horizon .p-post-list__label {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__label {
        margin-bottom: 0;
        clear: both;
    }

    .is-horizon .p-post-list__label>li {
        margin-bottom: 0.5rem;
    }
}

.is-horizon .p-post-list__text>dt {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.is-horizon .p-post-list__text>dt h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__text>dt {
        font-size: 1.125rem;
    }

    .is-horizon .p-post-list__text>dt h2 {
        font-size: 1.125rem;
    }
}

.is-horizon .p-post-list__text>dd {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .is-horizon .p-post-list__text>dd {
        font-size: 0.75rem;
        margin-bottom: 0;
    }
}

.is-horizon .p-post-list__date {
    color: #f39800;
    font-size: 0.625rem;
}

.is-line .p-post-list__item {
    border-bottom: 1px solid #efefef;
    padding: 16px;
}

.is-line .p-post-list__thumbnail {
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
}

.is-line .p-post-list__thumbnail>img {
    max-height: 1.5rem;
    width: auto;
}

.is-line .p-post-list__date,
.is-line .p-post-list__category {
    margin-right: 16px;
    float: left;
}

.is-line .p-post-list__title {
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 0.875rem;
    margin-top: 0.1875rem;
    margin-right: 16px;
}

.post-list__datelabel {
    padding: 0.3125rem 0.625rem;
    border-radius: 3px;
    background-color: #e52c1a;
    color: white;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 3px 0 #ab0000;
    display: inline-block;
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .post-list__datelabel {
        font-size: 0.625rem;
    }
}

.p-post__title {
    color: #333;
    padding: 1.75rem 1.375rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.875rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-post__title {
        font-size: 1.40625rem;
        padding: 1.25rem 0.5rem;
    }
}

.p-post__category {
    background-color: #d8d8d8;
    padding: 0.5rem 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .p-post__category {
        padding: 0.5rem 0.5rem;
    }
}

.p-post__category>li {
    display: inline-block;
}

.p-post__category__date {
    color: #f39800;
    font-size: 0.875rem;
}

.p-post__keyword>ul {
    font-size: 0;
}

.p-post__keyword>ul>li {
    display: inline;
    font-size: 1.125rem;
    margin-right: 0.875rem;
}

.p-profile-box {
    border: 1px solid #efefef;
    padding: 16px;
}

.p-profile-box__thumbnail {
    float: left;
    text-align: center;
    margin-right: 16px;
}

.p-profile-box__authorname {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 8px;
}

.p-profile-box-footer__thumbnail {
    float: left;
    text-align: center;
    margin-right: 16px;
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
}

.p-profile-box-footer__content {
    color: white;
}

.amazlet-box {
    background-color: #343635;
    border: 1px solid #cccccc;
    padding: 1.25rem;
    min-width: 158px;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box {
        padding: 0.625rem;
        overflow: hidden;
    }
}

.amazlet-box .amazlet-image {
    margin-right: 1.25rem !important;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-image {
        width: 38%;
        margin-right: 0 !important;
        float: none !important;
        display: inline-block !important;
    }
}

.amazlet-box .amazlet-image a {
    display: block;
    transition: all ease-in-out .2s;
}

.amazlet-box .amazlet-image a:hover {
    opacity: 0.7;
}

.amazlet-box .amazlet-image a>img {
    max-width: 158px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-image a>img {
        max-width: 90%;
    }
}

.amazlet-box .amazlet-name a {
    color: #f39800;
}

.amazlet-box .amazlet-info {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-info {
        float: right !important;
        width: 60%;
    }
}

.amazlet-box .amazlet-info .amazlet-name p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4em;
}

.amazlet-box .amazlet-info .amazlet-name p a {
    color: #f39800;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    transition: all ease-in-out .2s;
}

.amazlet-box .amazlet-info .amazlet-name p a:hover {
    opacity: 0.7;
}

.amazlet-box .amazlet-info .amazlet-powered-date {
    font-size: 0.875rem;
    color: white;
}

.amazlet-box .amazlet-info .amazlet-powered-date a {
    color: #f39800;
    text-decoration: underline;
    transition: all ease-in-out .2s;
}

.amazlet-box .amazlet-info .amazlet-powered-date a:hover {
    opacity: 0.7;
}

.amazlet-box .amazlet-detail {
    margin-bottom: 0.5rem;
    color: white;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-detail {
        font-size: 13px;
    }
}

.amazlet-box .amazlet-sub-info {
    float: none !important;
    margin-left: 178px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-sub-info {
        width: 100%;
        clear: both;
        margin-left: 0;
    }
}

.amazlet-box .amazlet-sub-info>.amazlet-link>a {
    width: 60%;
    background-color: white;
    transition: all ease-in-out .2s;
}

.amazlet-box .amazlet-sub-info>.amazlet-link>a:hover {
    color: #ab0000;
    opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .amazlet-box .amazlet-sub-info>.amazlet-link>a {
        min-width: 170%;
        margin-left: -67%;
    }
}

#appreach-box {
    background-color: #343635;
    border: 1px solid #cccccc;
    padding: 1rem;
    overflow: hidden;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    #appreach-box {
        padding: 0.625rem;
        overflow: hidden;
        margin-bottom: 24px;
    }
}

#appreach-box #appreach-image {
    margin-right: 1.5rem !important;
    background-color: #343635;
}

#appreach-box a {
    color: #f39800;
}

#appreach-box .appreach-links img {
    transition: all ease-in-out .2s;
}

#appreach-box .appreach-links img:hover {
    opacity: 0.7;
}

#appreach-box .appreach-links .js-zoom-image__text {
    display: none !important;
}

.no_bullets {
    background-color: #f3f4f5;
    padding: 1.25rem 1.25rem;
    border: 2px solid #cccccc;
    border-radius: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .no_bullets {
        border: 4px solid #cccccc;
        padding: 0.75rem;
    }
}

.no_bullets .toc_title {
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .no_bullets .toc_title {
        font-size: 1rem;
    }
}

.no_bullets .toc_title .toc_toggle a {
    color: #ab0000;
}

.no_bullets .toc_title .toc_toggle a:hover {
    opacity: 0.8;
}

.no_bullets .toc_list {
    margin-top: 1rem;
}

.no_bullets .toc_list a {
    color: #2098A8;
}

.no_bullets .toc_list a:hover {
    color: #2098A8;
    opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .no_bullets .toc_list a {
        font-size: 0.8125rem;
    }
}

.no_bullets .toc_list ul {
    padding-left: 0.2rem;
    margin-left: 0;
}

#toc_container {
    width: 100% !important;
}

.widget-under-article-title.main-widget-label {
    font-weight: bold;
}

.js-zoom-image {
    position: relative;
    display: inline-block;
}

.js-zoom-image__text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    min-width: 100px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.js-zoom-image__text:before {
    margin-right: 10px;
}

.js-zoom-image:hover .js-zoom-image__text {
    opacity: 1;
}

/*
 * WordPress Core
 * http://codex.wordpress.org/CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    display: none;
}

/*------------------------------------*    $GALLERY
\*------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

#tinymce {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Roboto", "YuGothic", "メイリオ", Meiryo, sans-serif;
    padding: 20px;
    max-width: 656px;
    margin-left: auto;
    margin-right: auto;
}

.l-footer {
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
    border-top: 3px solid #ab0000;
    background-color: #333;
}

@media screen and (min-width: 41.75em) {
    .l-footer {
        min-width: 1100px;
    }
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-footer {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
}

.l-footer__logo {
    margin: 0;
}

.l-footer__logo>a {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.l-footer__menu {
    margin: 1.75rem auto 0;
    text-align: center;
}

.l-footer__menu>ul>li>a {
    color: white;
    text-decoration: underline;
}

.l-footer__title {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid white;
    color: white;
    font-size: 0.9375rem;
    margin-top: 0.625rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.l-footer__category {
    margin-bottom: 1.5rem;
}

.l-footer__category ul>li {
    display: inline;
    margin-right: 0.5rem;
}

.l-footer__category ul>li>a {
    color: white;
    font-size: 0.875rem;
}

.l-footer__category ul>li>a:hover {
    color: #dbb200;
    text-decoration: underline;
}

.l-footer__profile {
    width: 494px;
    float: left;
}

.l-footer__sns {
    width: 568px;
    float: right;
}

.l-footer__sns>ul>li {
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
}

.l-footer__sns>ul>li>.c-button.is-outline,
.amazlet-box .l-footer__sns>ul.amazlet-sub-info>li.amazlet-link>a {
    min-width: 274px;
    border-color: white;
    border-width: 1px;
    background-color: transparent;
    color: white;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
}

.l-footer__sns>ul>li>.c-button.is-outline>img,
.amazlet-box .l-footer__sns>ul.amazlet-sub-info>li.amazlet-link>a>img {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.l-footer__contact {
    margin-top: 2.5rem;
}

.l-footer__contact .c-button.is-round.is-outline,
.l-footer__contact .amazlet-box .amazlet-sub-info>.amazlet-link>a,
.amazlet-box .l-footer__contact .amazlet-sub-info>.amazlet-link>a {
    min-width: 261px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-footer__contact {
        margin-top: 2.5rem;
    }

    .l-footer__contact .c-button.is-round.is-outline,
    .l-footer__contact .amazlet-box .amazlet-sub-info>.amazlet-link>a,
    .amazlet-box .l-footer__contact .amazlet-sub-info>.amazlet-link>a {
        min-width: 50px;
        width: 70%;
    }
}

.l-footer__copyright {
    background-color: #ab0000;
}

@media screen and (min-width: 41.75em) {
    .l-footer__copyright {
        min-width: 1100px;
    }
}

.l-footer__copyright p {
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: white;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-footer__copyright p {
        font-size: 0.625rem;
    }
}

/**
 * module
 * サイドバー
 */

.l-global-navigation {
    background-color: #000000;
}

@media screen and (min-width: 41.75em) {
    .l-global-navigation {
        min-width: 1100px;
    }
}

.l-global-navigation ul>li {
    float: left;
    width: auto;
    border-left: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.l-global-navigation ul>li:last-child {
    border-right: 1px solid #fff;
}

.l-global-navigation ul>li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    transition: all ease-in-out .2s;
}

.l-global-navigation ul>li a:hover {
    background: #ab0000;
    color: #fff;
}

.l-global-navigation ul>li:hover ul {
    display: block;
}

.l-global-navigation ul>li .sub-menu {
    display: none;
    position: absolute;
    min-width: 300px;
    z-index: 100000;
}

.l-global-navigation ul>li .sub-menu>li {
    float: none;
    border-left: none;
    border-right: none;
}

.l-global-navigation ul>li .sub-menu>li a {
    text-align: left;
    background: #000;
}

.l-global-navigation ul>li .sub-menu>li a:hover {
    background: #ab0000;
}

.l-header {
    padding-top: 0.425rem;
    padding-bottom: 0.825rem;
    background-color: #fff;
}

.l-header__text {
    font-size: 0.9375rem;
    margin-bottom: 1.1rem;
    margin-top: 0;
    color: #000000;
    font-weight: bold;
}

.l-header__logo {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.8125rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-header__logo {
        float: none;
        padding-top: 0;
    }
}

.l-header__logo>a {
    display: block;
    width: 296px;
    transition: all ease-in-out .2s;
}

.l-header__logo>a svg {
    max-width: 100%;
}

.l-header__logo>a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-header__logo>a {
        text-align: left;
        width: 70%;
        margin-left: -8px;
        margin-top: 8px;
    }
}

.l-header__info {
    float: right;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-header__info {
        float: none;
        margin-top: 1rem;
    }
}

.l-header__info ul {
    margin-bottom: 0.8125rem;
}

.l-header__info ul>li {
    float: left;
    margin-right: 0.5rem;
}

.l-header__info ul>li:last-child {
    margin-right: 0;
}

.l-header__info ul>li>a {
    display: block;
    transition: all ease-in-out .2s;
}

.l-header__info ul>li>a:hover {
    opacity: 0.8;
}

.l-header__search {
    position: relative;
    color: #9d9d9d;
}

.l-header__search form>input[type="text"] {
    border-radius: 1000px;
    font-size: 0.875rem;
    border: 1px solid #c8c8c8;
    padding-left: 20px;
    padding-right: 60px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-header__search form>input[type="text"] {
        border: 4px solid #9f9f9f;
        font-size: 1rem;
    }
}

.l-header__search form>input[type="text"]:focus,
.l-header__search form>input[type="text"]:active {
    box-shadow: none;
    outline: 0;
    color: #222;
    background-color: #e8e8e8;
}

.l-header__search .l-header__search__submit {
    position: absolute;
    top: 3px;
    right: 20px;
    z-index: 3;
    background: none;
    border: none;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-header__search .l-header__search__submit {
        top: 16%;
    }
}

@media screen and (min-width: 41.75em) {
    .l-main.is-sidebar-336 .l-container {
        max-width: 1116px;
    }

    .l-main.is-sidebar-336 .l-sidebar {
        width: 336px;
    }
}

.l-main {
    background-color: #f2f0ea;
    padding-bottom: 40px;
}

@media screen and (min-width: 41.75em) {
    .l-main {
        min-width: 1100px;
    }
}

.l-main.is-front-page {
    padding-top: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main.is-front-page {
        padding-top: 0;
    }
}

.l-main.is-top {
    padding-bottom: 0;
}

.l-main.is-bottom {
    padding-top: 0;
}

.l-main.is-none {
    padding-top: 0;
    padding-bottom: 0;
}

.l-main__hr {
    width: 100%;
    max-width: 100%;
    height: 6px;
    margin: 0;
    border: none;
    background-color: #ab0000;
}

.l-main__section {
    width: 780px;
    float: left;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__section {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
}

.l-main__content {
    /* border: 1px solid #c8c8c8; */
    background-color: white;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-main__content {
        border: none;
    }
}

.l-main__content.is-round,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content {
    border-radius: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-main__content.is-round,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content {
        border-radius: 0;
    }
}

.l-main__content.is-round.is-top,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content.is-top {
    border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-main__content.is-round.is-top,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content.is-top {
        border-radius: 0;
    }
}

.l-main__content.is-round.is-bottom,
.amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content.is-bottom {
    border-radius: 0px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-main__content.is-round.is-bottom,
    .amazlet-box .amazlet-sub-info>.amazlet-link>a.l-main__content.is-bottom {
        border-radius: 0;
    }
}

.l-post-content,
#tinymce {
    padding-left: 38px;
    padding-right: 38px;
    color: #333;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-post-content,
    #tinymce {
        padding-left: 0;
        padding-right: 0;
    }
}

.l-post-content h1,
#tinymce h1,
.l-post-content h2,
#tinymce h2,
.l-post-content h3,
#tinymce h3,
.l-post-content h4,
#tinymce h4,
.l-post-content h5,
#tinymce h5,
.l-post-content h6,
#tinymce h6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.l-post-content p,
#tinymce p,
.l-post-content table,
#tinymce table {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.l-post-content h2,
#tinymce h2 {
    background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
    background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
    background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(180deg, #2f2f2f 0%, black 100%);
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
    padding: 1rem 1.375rem;
    border-radius: 0px;
    font-size: 1.5625rem;
    color: white;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-post-content h2,
    #tinymce h2 {
        font-size: 1.375rem;
    }
}

.l-post-content h3,
#tinymce h3 {
    padding: 0.375rem 1.375rem;
    border: 3px solid #333;
    border-radius: 0px;
    background-color: white;
    font-size: 1.25rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-post-content h3,
    #tinymce h3 {
        font-size: 1.125rem;
        padding: 0.375rem 0.5rem;
    }
}

.l-post-content h4,
#tinymce h4 {
    line-height: 1.2;
    background-color: white;
    font-size: 1.25rem;
    padding-bottom: 8px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-post-content h4,
    #tinymce h4 {
        font-size: 1rem;
    }
}

.l-post-content h5,
#tinymce h5 {
    padding-left: 0.5rem;
    font-weight: bold;
    font-size: 12px;
    border-left: 5px solid #ab0000;
}

.l-post-content h6,
#tinymce h6 {
    position: relative;
    font-size: 1rem;
    padding-left: 1.2rem;
}

.l-post-content h6:before,
#tinymce h6:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f10c";
    color: #ab0000;
}

.l-post-content p,
#tinymce p {
    font-size: 1.0625rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-post-content p,
    #tinymce p {
        font-size: 1rem;
    }
}

.l-post-content p a,
#tinymce p a {
    color: #5b88f3;
    text-decoration: underline;
    /* font-weight: bold; */
}

.l-post-content p a:hover,
#tinymce p a:hover {
    color: #ab0000;
    text-decoration: none;
}

.l-post-content .tablepress .odd td,
#tinymce .tablepress .odd td {
    background: #fff;
}

.l-post-content .siteLink,
#tinymce .siteLink {
    padding: 0.625rem;
    background: #F5F5F5;
    border: 1px solid #e8e8e8;
    position: relative;
}

.l-post-content .siteLink a,
#tinymce .siteLink a {
    color: #2098A8;
}

.l-post-content .siteLink:before,
#tinymce .siteLink:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    opacity: 0;
    transition: all ease-in-out .2s;
}

.l-post-content .siteLink:hover:before,
#tinymce .siteLink:hover:before {
    opacity: 1;
}

.l-post-content ul li,
#tinymce ul li {
    padding-left: 20px;
}

.l-post-content ul li:before,
#tinymce ul li:before {
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    color: #ab0000;
    margin-left: -20px;
}

.l-post-content ul ul,
#tinymce ul ul {
    margin-left: 1.25rem;
}

.l-post-content ol,
#tinymce ol {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 20px;
}

.l-post-content ol li,
#tinymce ol li {
    list-style: decimal;
    list-style-position: outside;
}

.l-post-content ul.toc_list li:before,
#tinymce ul.toc_list li:before {
    content: none;
}

.l-post-content iframe,
#tinymce iframe {
    max-width: 100%;
}

.l-post-content blockquote,
#tinymce blockquote {
    margin-left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 41.75em) {

    .l-post-content blockquote:before,
    #tinymce blockquote:before {
        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;
        content: "";
        color: #e8e8e8;
        font-size: 36px;
        display: block;
        float: left;
        margin-left: -20px;
        top: 1rem;
        margin-right: 10px;
        text-indent: 0;
        left: 10px;
    }
}

.l-post-content blockquote a,
#tinymce blockquote a {
    text-decoration: underline;
}

.l-post-content a img:hover:before,
#tinymce a img:hover:before {
    content: "拡大";
}

.l-post-content hr,
#tinymce hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

.js-responsive-table {
    min-height: .01%;
    overflow-x: auto;
}

.js-responsive-table table td,
.js-responsive-table table th {
    /* white-space: nowrap; */
}

#widget-in-article {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 0.625rem;
}

.l-section {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-section {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

.l-section.is-lg,
.l-section.widget-under-article-title.main-widget-label {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-section.is-lg,
    .l-section.widget-under-article-title.main-widget-label {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}

.l-section.is-md {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.l-section.is-sm {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.l-section.is-xs {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
}

.l-section.is-gray {
    background: #f5f5f5;
}

.l-section.is-top {
    padding-bottom: 0;
}

.l-section.is-bottom {
    padding-top: 0;
}

.l-section.is-none {
    padding-top: 0;
    padding-bottom: 0;
}

.l-section.is-none-left-right {
    padding-left: 0;
    padding-right: 0;
}

.l-section.is-negative-margin,
.l-main__content .popular-posts ul li a .wpp-list {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {

    .l-section.is-negative-margin,
    .l-main__content .popular-posts ul li a .wpp-list {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}

.l-sidebar {
    width: 300px;
    float: right;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-sidebar {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        background-color: white;
    }
}

.l-sidebar .widget {
    border-right: 1px solid #c8c8c8;
    border-radius: 0px;
    background-color: white;
    /* margin-bottom: 1.625rem; */
    border-left: 1px solid #c8c8c8;
}

.l-sidebar .widget .widget {
    margin-bottom: 0;
    border: none;
}

.l-sidebar .widget .widgettitle {
    background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
    background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
    background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(180deg, #2d2d2d 0%, black 100%);
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    text-align: center;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    margin-top: 0;
    margin-bottom: 0;
}

.l-sidebar .widget ul li {
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-sidebar .widget ul li {
        border-bottom: none;
    }
}

.l-sidebar .widget ul li:last-child {
    border-bottom: none;
}

.l-sidebar .widget ul li a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    font-weight: bold;
    display: block;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-sidebar .widget ul li a {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

.l-sidebar__pickup ul li {
    position: relative;
}

.l-sidebar__pickup ul li:before {
    display: block;
    position: absolute;
    top: 1.25rem;
    left: 10px;
    font-family: 'FontAwesome';
    content: "\f10c";
    color: #ab0000;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .l-sidebar__pickup ul li:before {
        top: 0.625rem;
    }
}

.l-sidebar__pickup ul li>a {
    padding-left: 1.5625rem;
}

.l-sidebar__new ul li {
    font-size: 0.9375rem;
}

.l-sidebar__new ul li a span {
    display: block;
    margin-top: 0.5rem;
    font-weight: normal;
    color: #f39800;
}

.l-sidebar .wpp-list__thumb {
    float: left;
    width: 120px;
    min-height: 120px;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.l-sidebar .wpp-list li {
    overflow: hidden;
}

.l-sidebar .wpp-list li a {
    display: block;
    transition: all ease-in-out .2s;
}

.l-sidebar .wpp-list li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.l-sidebar__text {
    padding: 0.8125rem;
    border: 1px solid #c8c8c8;
    border-radius: 5px 5px;
    background-color: white;
    text-align: center;
}

.l-sidebar__text .c-button,
.l-sidebar__text .amazlet-box .amazlet-sub-info>.amazlet-link>a,
.amazlet-box .l-sidebar__text .amazlet-sub-info>.amazlet-link>a {
    margin-bottom: 0;
    width: 100%;
}

.l-sidebar .widget_recent_entries>ul>li,
.l-sidebar .widget_archive>ul>li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.l-sidebar .widget_recent_entries>ul>li>a,
.l-sidebar .widget_archive>ul>li>a {
    display: inline;
    padding-left: 0;
}

.l-sidebar .widget_recent_entries>ul>li .post-date,
.l-sidebar .widget_archive>ul>li .post-date {
    font-size: 0.875rem;
    color: #F39800;
    display: block;
}

.l-sidebar .widget_recent_entries>ul>li .post-date:before,
.l-sidebar .widget_archive>ul>li .post-date:before {
    margin-right: 5px;
    margin-top: 3px;
}

.l-sidebar .widget .textwidget {
    padding: 1rem;
    border-radius: 5px;
}

.c-ad-block.is-sidebar {
    padding-top: 0;
    margin-left: -1.05rem;
    margin-top: -1.05rem;
    margin-right: -1.1rem;
    margin-bottom: -1rem;
}

.tagcloud {
    padding: 1rem;
}

.tagcloud a {
    font-weight: bold;
    white-space: nowrap;
}

.calendar_wrap {
    padding: 1rem;
}

.calendar_wrap table {
    width: 100%;
}

.calendar_wrap table td a {
    color: #ab0000;
    font-weight: bold;
    text-decoration: underline;
}

.widget_search {
    padding: 1rem;
}

#sidebar-scroll {
    max-width: 336px;
}

#sidebar-scroll.is-fixed {
    position: fixed;
    top: 20px;
}

#sidebar-scroll.is-absolute {
    position: absolute;
}

.st-tag-cloud {
    padding: 0.625rem;
}

.u-text-center {
    text-align: center !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-right {
    text-align: right !important;
}

.animated,
.c-anchor a.js-pagetop:hover,
.c-anchor a.js-pagetop.is-show,
.c-tabs__content.is-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.is-infinite,
.c-anchor a.is-infinite.js-pagetop:hover,
.c-anchor a.is-infinite.js-pagetop.is-show,
.is-infinite.c-tabs__content.is-active {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes sfadeIn {
    from {
        opacity: .6;
    }

    to {
        opacity: 1;
    }
}

@keyframes sfadeIn {
    from {
        opacity: .6;
    }

    to {
        opacity: 1;
    }
}

.sfadeIn {
    -webkit-animation-name: sfadeIn;
    animation-name: sfadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0.6;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0) scale3d(1, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0.6;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0) scale3d(1, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.wow {
    visibility: hidden;
}

.u-display-block {
    display: block !important;
}

.u-display-none {
    display: none !important;
}

.u-display-inlineblock {
    display: inline-block !important;
}

.u-display-inline {
    display: inline !important;
}

.u-mbs {
    margin-top: 16px;
    margin-bottom: 16px;
}

.u-mbs.is-xlg {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.u-mbs.is-lg,
.u-mbs.widget-under-article-title.main-widget-label {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.u-mbs.is-sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.u-mbs.is-top {
    margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
    margin-top: 0 !important;
}

.u-f-left {
    float: left !important;
}

.u-f-right {
    float: right !important;
}

.u-f-none {
    float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .u-hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 41.75em) {
    .u-hidden-lg {
        display: none !important;
    }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
    display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
    .u-visible-sm {
        display: block !important;
    }

    .u-visible-sm.is-inlineblock {
        display: inline-block !important;
    }
}

@media screen and (min-width: 41.75em) {
    .u-visible-lg {
        display: block !important;
    }

    .u-visible-lg.is-inlineblock {
        display: inline-block !important;
    }
}

.wp-embedded-content {
    width: 100%;
}

.heading.is-xlg {
    background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
    background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
    background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(180deg, #4b4b4b 0%, black 100%);
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    text-align: left;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 0.8125rem;
    margin-top: 0;
    margin-bottom: 0;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    /*position: absolute;*/
    /*font-size: 18px;*/
    margin-bottom: 10px;
}

.owl-nav {
    display: block;
    width: 100%;
}

.owl-carousel .owl-prev {
    left: -30px;
    top: 40%;
}

.owl-carousel .owl-next {
    right: -30px;
    top: 40%;
    float: right;
}

.c-main-visual {
    margin-bottom: 42px;
}

@media (min-width: 640px) {
    .l-global-navigation ul>li a {
        min-width: 140.7px;
    }
}

.l-main__section .c-main-visual__item {
    min-height: 285px;
}

.widget select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.p-sns-button.is-twitter {
    background: #55ACEE;
}

.p-sns-button.is-googleplus {
    background: #DD4B39;
}

.p-sns-button.is-hatenabookmark {
    background: #00A4DE;
}

.p-sns-button.is-facebook {
    background: #3C539F;
}

.p-sns-button.is-pocket {
    background: #E7364A;
}

.p-sns-button.is-feedly {
    background: #86BF1F;
}

.p-sns-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    padding: 9px 18px;
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.44);
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.p-sns-button.is-mini {
    width: 112px;
}

.c-social-share-list ul li {
    display: table-cell;
    float: none;
}

.c-social-share-list ul {
    display: table;
    width: 100%;
}

.pagination .c-social-share-list.is-mini li {
    width: auto;
    min-width: 0px;
}

@media (max-width: 640px) {
    .widget-under-article .c-social-share-list ul li a span {

        display: inline-block;
        width: 95%;

    }

    .p-sns-button {}

    .p-sns-button.is-mini {
        width: auto;
        padding-left: 17px;
        padding-right: 16px;
        font-size: 15px;
    }

    .c-social-share-list>ul>li>a>span {
        min-width: 20px;
    }

    .widget.mobile_ad {
        margin-top: 8px;
        margin-bottom: -10px;
    }
}

.l-sidebar .c-main-visual__label {
    left: 0;
    min-width: 100%;
    top: 0;
}

.widget-over-article.widget_social .c-social-share-list ul {
    display: table;
    width: 100%;
}

.widget-over-article.widget_social .c-social-share-list ul li {
    display: table-cell;
    float: none;
}

.widget-over-article.widget_social .c-social-share-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.widget-over-article.widget_social .c-social-share-list ul li a span {
    display: inline-block;
    width: 95%;
}

#pcadwidgetitem-4 {
    margin-top: 4px;
    margin-bottom: -20px;
}

#widget_social-4 .l-section {
    padding-bottom: 0;
}

#widget_social-4 {
    margin-bottom: -16px;
}

@media (max-width: 640px) {

    .widget_recent_entries ul li a,
    .widget-under-article ul.menu li a {
        display: block;
        font-weight: bold;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
        border: none;
        border-bottom: 1px solid #cccccc;
    }

    .widget_recent_entries ul li:first-child a,
    .widget-under-article ul.menu li:first-child a {
        padding-top: 0;
    }

    .c-table>tbody>tr>td,
    .l-post-content .tablepress>tbody>tr>td,
    #tinymce .tablepress>tbody>tr>td,
    .l-post-content table>tbody>tr>td,
    #tinymce table>tbody>tr>td,
    .calendar_wrap table>tbody>tr>td {
        border: 1px solid #b5b5b6;
        padding: 0.1rem;
        font-size: 13px;
    }

    .c-main-visual {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .l-main__section .c-tabs__navs {
        /*margin-top: 8px;*/
    }

    .c-tabs__navs {
        padding-top: 0.6rem;
    }

    #mobiletextwidgetitem-7 .widget h4 {
        font-weight: bold;
        position: relative;
        border-bottom: 3px solid #333;
        font-size: 1.125rem;
    }

    #mobiletextwidgetitem-7 .widget h4:before {
        content: " ";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        width: 15%;
        height: 3px;
        background-color: #ab0000;
    }

    .no_bullets {
        padding: 0.5rem;
    }

    .no_bullets .toc_list ul {
        padding-left: 0.4rem;
        margin-left: 0.4rem;
    }

    .toc_toggle {
        display: block;
    }

    .l-post-content ul.toc_list li {
        padding-left: 8px;
    }
}

.tablepress a {
    color: #5b88f3;
    text-decoration: underline;
}

.wp-caption .wp-caption-text {
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 640px) {
    table.tablepress>thead>tr>th {
        font-size: 11px;
    }
}

.l-post-content .c-pickup-text,
#tinymce .c-pickup-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.l-post-content .c-pickup-text,
#tinymce .c-pickup-text {
    background: none;
    padding-left: 0;
}

.l-post-content .c-pickup-text:before,
#tinymce .c-pickup-text:before {
    content: none;
}

.l-post-content .c-pickup-text .strong,
#tinymce .c-pickup-text .strong,
.l-post-content .c-pickup-text strong,
#tinymce .c-pickup-text strong {
    margin-bottom: 0;
    /* display: block; */
}

.l-post-content .c-pickup-text p,
#tinymce .c-pickup-text p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
}

.l-post-content .c-pickup-text a:hover,
#tinymce .c-pickup-text a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.l-post-content .c-pickup-text,
#tinymce .c-pickup-text,
.c-pickup-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.l-post-content .c-pickup-text,
#tinymce .c-pickup-text,
.c-pickup-text {
    padding: 0.6875rem;
    border: 3px solid #e52c1a;
    border-radius: 0px;
    background-color: white;
}

.l-post-content .c-pickup-text,
#tinymce .c-pickup-text,
.c-pickup-text {
    margin-bottom: 1.25rem;
}

.l-post-content .c-pickup-text:last-child,
#tinymce .c-pickup-text:last-child,
.c-pickup-text:last-child {
    margin-bottom: 0;
}

.l-post-content .c-pickup-text .strong,
#tinymce .c-pickup-text .strong,
.l-post-content .c-pickup-text strong,
#tinymce .c-pickup-text strong,
.c-pickup-text .strong,
.c-pickup-text strong {
    margin: 0;
    font-size: 1.125rem;
}

.l-post-content .c-pickup-text p,
#tinymce .c-pickup-text p,
.c-pickup-text p {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 0px;
}

.l-post-content .c-pickup-text a,
#tinymce .c-pickup-text a,
.c-pickup-text a {
    /* font-weight: bold; */
    text-decoration: underline;
}

.l-post-content .c-pickup-text a:hover,
#tinymce .c-pickup-text a:hover,
.c-pickup-text a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.l-post-content .c-pickup-text.is-red a:hover,
#tinymce .c-pickup-text.is-red a:hover,
.c-pickup-text.is-red a:hover {}

.l-post-content .c-pickup-text.is-blue,
#tinymce .c-pickup-text.is-blue,
.c-pickup-text.is-blue {
    border: 3px solid #3b71a5;
    /* background-color: #e8f0f7; */
}

.l-post-content .c-pickup-text.is-lightblue,
#tinymce .c-pickup-text.is-lightblue,
.c-pickup-text.is-lightblue {
    border: 3px solid #4f64e8;
    background-color: white;
}

.l-post-content .c-pickup-text.is-orange,
#tinymce .c-pickup-text.is-orange,
.c-pickup-text.is-orange {
    border: 3px solid #ec7805;
    /* background-color: #fff8f1; */
}

.l-post-content .c-pickup-text.is-green,
#tinymce .c-pickup-text.is-green,
.c-pickup-text.is-green {
    border: 3px solid #169452;
    /* background-color: #b5f4d3; */
}

.pagination.is-post-nav {
    margin-top: 32px;
}

.pagination.is-post-nav>span,
.pagination.is-post-nav>a {
    display: inline-block;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    border-radius: 0px;
    background-color: #333;
    color: white;
    transition: all ease-in-out .2s;
}

.pagination.is-post-nav>a:hover {
    opacity: 0.7;
}

.pagination.is-post-nav>span {
    background: #FFF;
    color: #222
}

#toc.multipage-toc {
    margin-top: 32px;
}

#toc.multipage-toc li:before {
    display: none;
}

#toc.multipage-toc li {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#toc.multipage-toc li.toc-header {
    padding: 8px 24px;
    margin-bottom: 12px;
}

#toc.multipage-toc li:last-child {
    margin-bottom: 12px;
    border-bottom: none;
}

#toc.multipage-toc li.current a {
    font-weight: bold;
    color: #ab0000;
}

#toc.multipage-toc li.current {
    background: #EEE;
}

#the-content .multipage-navlink {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    border: 2px solid #000;
    max-width: 90%;
    text-align: center;
}

#the-content .multipage-navlink {
    font-size: 14px;
}

#the-content .multipage-navlink a {
    font-weight: bold;
    color: #ab0000;
    font-size: 18px
}

#the-content .multipage-navlink a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 8px;
}

@media (max-width: 640px) {
    .widget-under-article {
        margin-top: 24px;
    }

    .pagination.is-post-nav {
        margin-bottom: 32px;
    }

    #toc.multipage-toc li {
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 12px;
        font-size: 13px;
    }

    #the-content .multipage-navlink {
        margin-top: 30px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 2px solid #000;
        max-width: 90%;
        text-align: center;
    }

    #the-content .multipage-navlink {
        font-size: 13px;
    }

    #the-content .multipage-navlink a {
        font-weight: bold;
        color: #ab0000;
        display: block;
        text-align: center;
        font-size: 16px
    }

    #the-content .multipage-navlink a:after {
        content: "\f105";
        font-family: FontAwesome;
        margin-left: 8px;
    }
}

.l-post-content li a {
    color: #5b88f3;
}

.p-post__title a:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .sb-slidebar .sub-menu li {
        display: block;
        padding-top: 4px;
        /*padding-bottom: 4px;*/
    }

    .sb-slidebar .sub-menu li a {
        display: block;
        background-color: rgba(196, 83, 83, 0.9);
        padding: 0.5rem;
        padding-left: 0.75rem;
        font-size: 13px;
        color: white;
        border-radius: 5px;
        border: 1px solid white;
        font-weight: bold;
        margin-left: 24px;
        margin-top: 4px;
    }

    .l-sidebar .widget_recent_entries ul li {
        padding-top: 8px;
        margin-bottom: 0;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .l-sidebar .widget_recent_entries ul li a {
        display: block;
        padding-top: 4px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .l-sidebar .widget.mobile_text h4:before {
        display: none;
    }

    .l-sidebar .widget.mobile_text h4 {
        display: block;
        padding-top: 4px;
        padding-left: 8px;
        padding-right: 8px;
        background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
        background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
        background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
        background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
        background: linear-gradient(180deg, #4b4b4b 0%, black 100%);
        -moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
        color: #fff;
        font-weight: bold;
        font-size: 0.9375rem !important;
        text-align: center;
        padding-top: 0.8125rem;
        padding-bottom: 0.8125rem;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: none !important;
    }
}

#text-28 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.l-post-content .kaerebalink-box {
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #343635;
    border: 1px solid #cccccc;
    padding: 1.25rem;
    min-width: 158px;
}

.l-post-content .kaerebalink-name a {
    color: #f39800;
}

.l-post-content .kaerebalink-name {
    font-weight: bold;
    color: #f39800;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    transition: all ease-in-out .2s;
}

.l-post-content .kaerebalink-link1 .shoplinkyahoo,
.l-post-content .kaerebalink-link1 .shoplinkamazon,
.l-post-content .kaerebalink-link1 .shoplinkkakakucom,
.l-post-content .kaerebalink-link1 .shoplinkrakuten {
    background-color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 4px !important;
    padding-left: 32px !important;
    padding-right: 20px !important;
    display: inline-block !important;
    margin-bottom: 8px;
}

.l-post-content .kaerebalink-link1 .shoplinkyahoo a,
.l-post-content .kaerebalink-link1 .shoplinkamazon a,
.l-post-content .kaerebalink-link1 .shoplinkkakakucom a,
.l-post-content .kaerebalink-link1 .shoplinkrakuten a {
    font-weight: bold;
}

.l-post-content .kaerebalink-link1 .shoplinkyahoo {
    background-position: 6px -144px !important;
}

.l-post-content .kaerebalink-link1 .shoplinkyahoo a {
    color: #f03 !important;
}

.l-post-content .kaerebalink-link1 .shoplinkamazon {
    background-position: 6px 8px !important;
}

.l-post-content .kaerebalink-link1 .shoplinkamazon a {
    color: #FF9901 !important;
}

.l-post-content .kaerebalink-link1 .shoplinkrakuten {
    background-position: 6px -43px !important;
}

.l-post-content .kaerebalink-link1 .shoplinkrakuten a {
    color: #c20004 !important;
}

.l-post-content .kaerebalink-link1 .shoplinkkakakucom {
    background-position: 7px -93px !important;
}

.l-post-content .kaerebalink-link1 .shoplinkkakakucom a {
    color: #001789 !important;
}

@media (max-width: 640px) {
    .l-post-content .kaerebalink-info {
        overflow: auto !important;
        display: inline;
    }
}

.c-main-visual__item {
    height: auto;
    background: #868686;
}

.c-main-visual__item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c-main-visual__item__bg>p {
    position: static;
}

.c-mv {
    /* padding-top: 40px; */
    background: #f2f0ea;
}

.c-mv .c-ad-block__item {
    padding: 0;
    margin: 0;
}

.c-mv-upper {
    overflow: hidden;
}

.c-mv-upper__left {
    width: 336px;
    float: left;
}

.c-mv-upper__right {
    width: 744px;
    float: left;
}

.c-mv-upper__right .c-mv-item:nth-child(1) a {
    min-height: 252px;
}

.c-mv-upper__right .c-mv-item:nth-child(2),
.c-mv-upper__right .c-mv-item:nth-child(3) {
    float: left;
}

.c-mv-upper__right .c-mv-item:nth-child(2) a,
.c-mv-upper__right .c-mv-item:nth-child(3) a {
    min-height: 140px;
}

.c-mv-upper__right .c-mv-item:nth-child(3) {
    width: 359px;
}

.c-mv-upper__right .c-mv-item:nth-child(2) {
    width: 385px;
}

.c-mv {
    margin-bottom: 0;
}

.c-mv-item a {
    display: block;
    background-size: cover;
    background-position: center center;
}

.c-mv-item img {
    visibility: hidden;
}

.c-mv-item a {
    transition: all ease .2s;
}

.c-mv-item a:hover {
    opacity: 0.7;
}

.c-mv-bottom {
    overflow: hidden;
}

.c-mv-post {
    max-width: 360px;
    float: left;
    display: block;
    text-decoration: none;
    min-height: 252px;
    padding: 40px;
    position: relative;
    text-decoration: none;
    width: 100%;
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c-mv-post:hover {
    text-decoration: none;
}

.c-mv-post:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.c-mv-post:before {
    transition: all ease .2s;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.c-mv-post__label {
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 81px;
    background: url("../images/mainvisual/label-new.png") no-repeat;
}

.c-mv-post__date {
    display: block;
    margin-bottom: 24px;
}

.c-mv-post__date {
    color: #fff;
    position: relative;
    z-index: 100;
}

.c-mv-post__date i {
    margin-right: 8px;
}

.c-mv-post__title {
    z-index: 100;
    position: absolute;
    display: block;
    width: 80%;
    bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.adsbygoogle {
    vertical-align: top !important;
}

.c-tabbanner {
    overflow: hidden;
}

.c-tabbanner a:first-child {
    border-right: 1px solid #e8e8e8;
}

.c-tabbanner a {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

@media(max-width: 640px) {
    .c-tabbanner a:first-child {
        border-right: none;
    }

    .c-tabbanner a {
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .c-mv-post {
        width: 100%;
        max-width: 100%;
    }

    .c-mv-upper {
        overflow: hidden;
    }

    .c-mv-upper__left {
        width: 100%;
        float: none;
    }

    .c-mv-upper__right {
        width: 100%;
        float: none;
    }

    .c-mv-upper__right .c-mv-item:nth-child(1) a {
        min-height: 128px;
        background-size: contain;
    }

    .c-mv-upper__right .c-mv-item:nth-child(2),
    .c-mv-upper__right .c-mv-item:nth-child(3) {
        float: left;
    }

    .c-mv-upper__right .c-mv-item:nth-child(2) a,
    .c-mv-upper__right .c-mv-item:nth-child(3) a {
        min-height: 128px;
    }

    .c-mv-upper__right .c-mv-item:nth-child(3) {
        width: 100%;
    }

    .c-mv-upper__right .c-mv-item:nth-child(2) {
        width: 100%;
    }

    .c-mv .c-ad-block__item {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
}

.c-tabbanner a:hover {
    opacity: 0.7;
}

.widget-over-article {
    margin-top: 20px;
    margin-bottom: 26px;
}

.ad-responsive {
    text-align: center;
}

.tablepress a:hover {
    color: #ab0000;
}

.twitterwidget,
iframe[id^="twitter-widget-"] {
    margin-left: auto;
    margin-right: auto;
}

.c-youtubelive__inner {
    width: 100%;
}

.mw_wp_form #toc_container {
    display: none !important;
}

.c-youtubelive__video {
    width: 800px;
}

@media(max-width: 640px) {
    .page #widget_ads-3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .page #widget_ads-3 .c-ad-block {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .c-youtubelive__video {
        width: 100%;
    }

}

.siteLink .c-button.is-sm {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 8px;
}

.c-tabbanner {
    background: #f2f0ea;
}

.c-tabbanner__slider {
    margin-top: 10px;

    margin-bottom: 10px;
}

.c-tabbanner__slider a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-weight: bold;
}

.c-tabbanner__slider a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.c-tabbanner__slider a:hover {
    text-decoration: none;
}

.c-tabbanner__slider a span {
    display: block;
}

.c-tabbanner__slider a span:last-child {
    font-size: 22px;
    letter-spacing: 3px;
}

.c-tabbanner__slider a span:first-child {
    font-size: 13px;
    background: #000;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 10px;
}

.c-tabbanner__slider a span:first-child:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    bottom: -8px;
}

.c-tabbanner__slider .owl-item {
    padding-top: 12px;
    padding-bottom: 12px;
}

.c-tabbanner__slider .owl-prev {
    left: -50% !important;
}

.c-tabbanner__slider .owl-item a {
    transform: scale3d(0.90, 0.90, 0.90);
    transition: all ease .2s;
}

.c-tabbanner__slider .owl-item.center a {
    transform: scale3d(1, 1, 1);
}

.c-tabbanner__slider {
    position: relative;
}

.c-tabbanner__slider .owl-nav {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 100px;
}

.c-tabbanner__slider .owl-next {
    top: -56px;
    position: relative;
}

.c-tabbanner__slider .owl-prev {
    top: -56px;
    left: -30px !important;
    position: relative;
}

@media(max-width: 375px) {
    .c-tabbanner__slider .owl-item.center a {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-tabbanner__slider .owl-nav {
        display: inline-block !important;
    }

    .c-tabbanner__slider.owl-theme .owl-nav [class*=owl-] {
        display: inline;
        background: #869791;
    }
}

.c-spec-table th {
    font-size: 14px;
}

.c-spec-table p {
    margin-top: 0px;
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.c-spec-table td {
    word-break: break-all;
}

blockquote.wp-embedded-content {
    display: none !important;
}

iframe.wp-embedded-content {
    display: block !important;
    position: static !important;
    clip: none !important;
}

@media(min-width: 640px) {
    iframe.wp-embedded-content {
        max-height: 230px !important;
    }
}

.l-post-content * {
    word-break: break-all;
}

.c-spec-table .s_name {
    vertical-align: top;
    /* background: #e3f1ff; */
    font-weight: bold;
}

.c-spec-table__image {
    text-align: center;
}

.c-spec-table__image img {
    margin-top: 12px;
    box-shadow: none;
    margin-bottom: 12px;
    max-height: 200px;
    width: auto;
}

.c-spectable__heading small {
    float: right;
    color: #999;
}

@media(max-width: 758px) {
    .l-post-content .c-spec-table th {
        padding-top: 6px;
        font-size: 12px;
        padding-bottom: 6px;
    }

    .l-post-content .c-spec-table td {
        padding: 3px 4px !important;
        font-size: 11px;
    }

    .c-spec-table p {
        font-size: 11px;
    }
}

.l-post-content img {
    box-shadow: none !important;
}

@media(max-width: 768px) {
    .p-post__category .byline {
        display: block;
    }
}



.home .l-main__content {
    background: none;
    padding: 0;
}

.c-front-nav {
    margin-bottom: 24px;
    margin-top: 24px;
}

.c-front-nav ul {
    display: flex;
    justify-content: space-around;
}

.c-front-nav ul li {
    padding-left: 12px;
    padding-right: 12px;
}

.c-front-nav ul li a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}

.c-front-nav ul li a:hover {
    text-decoration: none;
}

.c-front-nav ul li a:before {
    content: "\f107";
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
    font-family: FontAwesome;
}

.c-front-posts__heading {
    position: relative;
    margin-bottom: 32px;
}

.c-front-posts__heading__text {
    padding-top: 32px;
}

.c-front-posts__heading__text span:first-child {
    opacity: 0.09;
    font-family: Roboto;
    font-size: 80px;
    font-weight: bold;
    color: #DA2929;
    letter-spacing: 0;
    position: absolute;
    top: -11px;
}

.c-front-posts__heading__text span:last-child {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
}

.c-front-posts__heading__text span:last-child:first-letter {
    color: #C20000;
}

.c-front-posts__heading__button a {
    position: absolute;
    right: 8px;
    bottom: 0;
    background: #252525;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    padding: 8px 32px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.c-front-postcard {
    min-width: 275px;
    max-width: 275px;
    width: 100%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 8px;
}

.c-front-postcard__link {
    display: block;
}

.c-front-postcard__thumbnail {
    min-height: 168px;
    border-radius: 8px 8px 0 0;
    padding: 12px;
}

.c-front-postcard__thumbnail .c-label {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
}

.c-front-postcard__info {
    padding: 10px 13px;
}

.c-front-postcard__title {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
}

.c-front-postcard__excerpt {
    display: none;
}

.c-front-postcard__date {
    font-weight: bold;
    font-size: 11px;
    color: #F39C0F;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.c-front-postcard__meta .c-label {
    border: none;
    padding-left: 0;
    font-weight: bold;
    font-size: 10px;
}

.c-front-posts {
    padding-right: 16px;
}

.c-front-posts__items:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    display: block;
    background-image: linear-gradient(270deg, #F2F0EA 0%, rgba(242, 240, 234, 0.00) 100%);
}

.c-front-posts .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 10000000000;
    transform: translateY(-21px);
}

.c-front-posts .owl-nav .owl-prev {
    left: -40px;
}

.c-front-posts .owl-nav .owl-prev,
.c-front-posts .owl-nav .owl-next {
    top: 0px;
    position: absolute;
    z-index: 10000000000;
    width: 42px;
    height: 42px;
    display: inline-block;
    font-size: 28px;
    border-radius: 100px;
    text-align: center;
    padding: 3.5px 0 0;
    box-sizing: border-box;
}

.c-front-posts__items .owl-stage-outer {
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.c-front-postcard {
    transition: all cubic-bezier(0.53, -0.08, 0, 1.45) 0.25s;
}

.c-front-postcard__title {
    font-size: 15px;
    line-height: 1.6;
    min-height: 80px;
}

.c-front-postcard:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.c-front-postcard:hover .c-front-postcard__thumbnail {
    /* transform: scale3d(0.95, 0.95, 0.95); */
    /* transform-origin: bottom; */
}

.c-front-postcard:hover .c-front-postcard__thumbnail .c-label {
    /* transform: scale3d(1.1, 1.1, 1.1); */
}

.c-front-postcard .c-front-postcard__thumbnail {
    transition: all cubic-bezier(0.53, -0.08, 0, 1.45) 0.1s;
}

.c-front-postcard .c-front-postcard__thumbnail .c-label {
    transition: all cubic-bezier(0.53, -0.08, 0, 1.45) 0.4s 0.4s;
}

.c-front-postcard .c-front-postcard__date {
    transition: all cubic-bezier(0.53, -0.08, 0, 1.45) 0.2s 0.2s;
}

.c-front-postcard a:hover {
    text-decoration: none;
}

.c-front-posts__items.is-small {
    display: flex;
}

.c-front-posts__items.is-small .c-front-postcard {
    margin-right: 16px;
}

.c-front-postcard__link {
    position: relative;
}

.c-front-postcard .c-front-postcard__thumbnail {
    position: relative;
}

.c-front-postcard__labels {
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* transform: translate3d(1px,0,0); */
}

.c-front-postcard__labels .post-list__datelabel {
    box-shadow: none;
    font-size: 12px;
    border-radius: 0px;
    transform: translate3d(0px, 0, 0);
}

@media(max-width:768px) {
    .c-front-posts__items.is-small .c-front-postcard {
        margin-left: 8px;
        margin-right: 8px;
    }

    .c-front-postcard:hover {
        transform: none;
    }

    .c-front-posts .owl-item {
        opacity: 0.6;
        transition: all ease .2s;
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .c-front-posts .owl-item.active.center {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

    .c-front-posts {
        padding-right: 0;
    }

    .c-front-postcard {
        min-width: 0px;
    }

    .c-front-posts__items:after {
        display: none;
    }

    .c-front-posts__heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .c-front-posts__heading__text span:first-child {
        font-size: 60px;
    }

    .c-front-posts__heading__text span:last-child {
        font-size: 24px;
    }

    .c-front-postcard .c-front-postcard__thumbnail {
        min-height: 148px;
    }

    .c-front-posts .owl-nav {
        display: block !important;
    }

    .c-front-posts .owl-nav .owl-prev {
        left: 8px;
    }

    .c-front-posts .owl-nav .owl-next {
        right: 8px;
    }

    .c-front-posts .owl-nav .owl-prev,
    .c-front-posts .owl-nav .owl-next {
        padding: 0;
    }

    .c-front-posts__heading {
        margin-bottom: 16px;
        margin-top: 32px;
    }

    .c-front-nav ul li {
        margin-bottom: 8px;
    }

    .c-front-nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.home .l-main__section iframe[src*="youtube"] {
    max-width: 100%;
    width: 100%;
    max-height: 430px;
    min-height: 430px;
}

.home .c-fc-editor iframe[src*="youtube"] {
    min-height: 430px;
}

.video-container .video iframe {
    min-height: 430px;
    max-height: 430px;
    width: 100%;
    max-width: 100%;
}

@media(max-width: 768px) {
    iframe.wp-embedded-content {
        height: auto;
    }

    .home .l-main__section iframe[src*="youtube"] {
        max-width: 100%;
        max-height: 200px;
    }

    .home .c-fc-editor iframe[src*="youtube"] {
        min-height: 200px;
        max-height: 200px;
    }

    .video-container .video iframe {
        min-height: 200px;
        max-height: 200px;
        width: 100%;
        max-width: 100%;
    }

    .l-post-content iframe[src*="youtube"],
    #tinymce iframe[src*="youtube"] {
        min-height: 200px;
        max-height: 200px;
        width: 100%;
        max-width: 100%;
    }

}

/* @media(min-width: 640px) {
iframe.wp-embedded-content {
	height: 294px !important;
	max-height: 294px !important;
}
} */


.c-fc-posts__heading__text svg {
    vertical-align: top;
    margin-top: 2px;
    margin-left: -4px;
    margin-right: 8px;
}

.page-template-page-devfront-page-php .l-main__content,
.home .l-main__content {
    background: none;
    padding: 0;
}

.l-main.is-front-page {
    padding-top: 24px;
}

.c-breadcrumb {
    /* display: none; */
}

.c-fc-posts {
    margin-bottom: 20px;
}

.c-fc-posts__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-fc-posts__heading {
    background: #2e2525;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 16px 32px;
    margin-bottom: 4px;
}

.l-main__section {
    max-width: 756px;
}

.c-fc-posts__button {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.c-fc-posts__button a {
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
    background: linear-gradient(#d00909 0%, #de1414 100%);
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: bold;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.c-front-postcard {
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
}

.c-front-postcard .c-front-postcard__thumbnail {
    border-radius: 0px;
}

.c-front-postcard.is-first {
    width: 100%;
    max-width: 100%;
}

.c-front-postcard:hover {
    transform: scale3d(1.01, 1.01, 1.01);
}

.c-front-postcard__title {
    min-height: 0px;
}

.c-front-postcard__meta {
    line-height: 1;
    vertical-align: top;
}

.c-front-postcard__meta .c-label {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.c-front-postcard .c-front-postcard__date {
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0px;
    vertical-align: top;
    margin-right: 16px;
}

.c-front-postcard.is-first .c-front-postcard__title {
    font-size: 20px;
}

.c-front-postcard .c-front-postcard__thumbnail {
    padding-top: 52.9%;
    background-position: bottom center;
    background-size: cover;
}

.c-front-postcard .c-front-postcard__thumbnail .c-label {
    position: absolute;
    top: 10px;
    left: 10px;
}

.c-front-postcard__metainfo {
    display: flex;
}

.c-front-postcard.is-first .c-front-postcard__title {
    font-size: 23px;
}

.c-front-postcard__title {
    font-size: 18px;
}

.c-fc-posts__button a {
    font-size: 30px;
}


@media (max-width: 768px) {

    .c-front-postcard {
        background: #fff;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
        border-radius: 0px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .c-front-postcard.is-nofirst {
        margin-bottom: 1px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__content {
        display: flex;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        padding-top: 0;
        min-height: 106px;
        max-width: 104px;
        width: 100%;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        line-height: 1.3;
    }

    .c-front-postcard .c-front-postcard__thumbnail .c-label {
        top: -1px;
        left: -12px;
        transform: scale3d(.6, .6, .6);
    }

    .c-front-postcard.is-nofirst .c-front-postcard__labels .post-list__datelabel {
        font-size: 9px;
        padding: 3px 6px;
        line-height: 1.1;
        letter-spacing: -0.3px;
    }

    .c-front-postcard__meta li {
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        max-width: 140px;
    }

    .c-fc-posts__button {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .c-fc-posts__button a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }

    .c-fc-posts__heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .c-fc-posts__heading__text svg {
        vertical-align: top;
    }

    .c-fc-editor {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .sb-toggle.sb-toggle-right {
        display: block;
        position: fixed;
        z-index: 999;
        top: 5.5rem;
        right: .5rem;
        text-align: center;
        color: #ab0000;
        font-size: .6875rem;
        line-height: 1;
        padding: 4px 8px;
        background: #fff;
        transition: all ease .2s;
    }

    .sb-active-right .sb-toggle.sb-toggle-right {
        top: 10px;
        z-index: 100000;
    }

    .sb-active-right .sb-toggle.sb-toggle-right .fa-bars:before {
        content: "\f00d"
    }

    .c-front-postcard.is-first .c-front-postcard__title {
        font-size: 14px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        font-size: 12px;
    }

    .c-front-postcard__labels {
        bottom: -14px;
        left: -20px;
    }

    .c-front-postcard__info .c-front-postcard__meta {
        display: none;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        min-height: 60px;
        height: 60px;
        margin: 8px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__labels .post-list__datelabel {
        margin-bototm: 0px;
        transform: scale(0.7);
        white-space: nowrap;
    }

    .c-front-postcard.is-first .c-front-postcard__title {
        font-size: 18px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 0px;
    }

    .c-front-postcard__info {
        padding: 10px 10px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        font-size: 14px;
    }

    .c-fc-posts__button a {
        font-size: 15px;
    }

    .c-front-postcard.is-first .c-front-postcard__labels .post-list__datelabel {
        margin-left: 20px;
        margin-bottom: 14px;
    }
}




/*=================================================================================
カッテネA
=================================================================================*/

.kattene__imgpart {
    text-align: center;
}

.kattene__imgpart img {
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    margin: 0;
}

.kattene__description {
    font-size: 0.8em;
}

.kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.kattene__btns>div {
    float: left;
    margin-bottom: 5px;
}

.kattene__btns .kattene__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 900px) {
    .kattene__imgpart {
        padding-bottom: 1em;
    }

    .kattene .kattene__btns {
        margin-top: 0.5em;
    }

    .kattene__btns.__five>div {
        width: 49.5%;
    }

    .kattene__btns.__five>div:nth-child(odd) {
        margin-right: 1%;
    }

    .kattene__btns.__five>div:last-child {
        margin-right: 0;
        float: right;
    }

    .kattene__btns.__four>div {
        width: 49.5%;
    }

    .kattene__btns.__four>div:nth-child(odd) {
        margin-right: 1%;
    }

    .kattene__btns.__one>div {
        width: 50%;
        margin-left: 25%;
    }
}


.kattene {
    display: table;
    width: 100%;
}

.kattene__imgpart {
    display: table-cell;
    width: 20%;
    padding-bottom: 5px;
}

.kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    width: 80%;
}

.kattene .kattene__description {
    margin-bottom: 4em;
}

.kattene .kattene__btn {
    appearance: none;
    background-color: #54c0d1;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 0;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.kattene__btn:hover,
.kattene__btn:focus {
    background-color: #439aa7;
    color: #fff !important;
}

.kattene__btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.kattene__btn:disabled:hover {
    background-color: #54c0d1;
}

.kattene__btn.__small {
    padding: 0.55em;
    font-size: 0.9em;
}

.kattene__btn.__orange {
    background-color: #FF9901;
    -webkit-box-shadow: 0 5px 0 #cc7a01;
    -moz-box-shadow: 0 5px 0 #cc7a01;
    box-shadow: 0 5px 0 #cc7a01;
    -o-box-shadow: 0 5px 0 #cc7a01;
    -ms-box-shadow: 0 5px 0 #cc7a01;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: center;
}

.kattene__btn.__orange:hover {
    background-color: #cc7a01;
}

.kattene__btn.__orange i {
    font-weight: bold;
}

.kattene__btn.__orange i:before {
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 0.2em;
}

.kattene__btn.__blue {
    background-color: #007dcd;
    -webkit-box-shadow: 0 5px 0 #0064a4;
    -moz-box-shadow: 0 5px 0 #0064a4;
    box-shadow: 0 5px 0 #0064a4;
    -o-box-shadow: 0 5px 0 #0064a4;
    -ms-box-shadow: 0 5px 0 #0064a4;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: center;
}

.kattene__btn.__blue:hover {
    background-color: #0064a4;
}

.kattene__btn.__blue i {
    font-weight: bold;
}

.kattene__btn.__blue i:before {
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 0.2em;
}

.kattene__btn.__red {
    background-color: #c20004;
    -webkit-box-shadow: 0 5px 0 #9b0003;
    -moz-box-shadow: 0 5px 0 #9b0003;
    box-shadow: 0 5px 0 #9b0003;
    -o-box-shadow: 0 5px 0 #9b0003;
    -ms-box-shadow: 0 5px 0 #9b0003;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: center;
}

.kattene__btn.__red:hover {
    background-color: #9b0003;
}

.kattene__btn.__red i {
    font-weight: bold;
}

.kattene__btn.__red i:before {
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 0.2em;
}

.kattene__btn.__green {
    background-color: #0BBD80;
    -webkit-box-shadow: 0 5px 0 #099766;
    -moz-box-shadow: 0 5px 0 #099766;
    box-shadow: 0 5px 0 #099766;
    -o-box-shadow: 0 5px 0 #099766;
    -ms-box-shadow: 0 5px 0 #099766;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: center;
}

.kattene__btn.__green:hover {
    background-color: #099766;
}

.kattene__btn.__green i {
    font-weight: bold;
}

.kattene__btn.__green i:before {
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 0.2em;
}

.kattene__btn.__pink {
    background-color: #e1325b;
    -webkit-box-shadow: 0 5px 0 #b42849;
    -moz-box-shadow: 0 5px 0 #b42849;
    box-shadow: 0 5px 0 #b42849;
    -o-box-shadow: 0 5px 0 #b42849;
    -ms-box-shadow: 0 5px 0 #b42849;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: center;
}

.kattene__btn.__pink:hover {
    background-color: #b42849;
}

.kattene__btn.__pink i {
    font-weight: bold;
}

.kattene__btn.__pink i:before {
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 0.2em;
}

/*=================================================================================
  カッテネB
=================================================================================*/
.kattene {
    border: none !important;
    border-radius: unset !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .26);
    background-color: #fafafa;
    /* 背景カラー */
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Helvetica, Meiryo, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin: 36px auto !important;
    padding: 12px 8px !important;
    overflow: hidden;
    width: 98% !important;
}

.kattene__imgpart {
    background: #fff;
    box-sizing: border-box;
    min-width: 150px;
    padding: 12px 0;
    vertical-align: middle;
}

.kattene__imgpart img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.kattene__title>a {
    display: block;
    padding: 5px;
    color: #4392f1;
    /* タイトルのテキストカラー */
}

.kattene__description {
    color: rgba(0, 0, 0, 0.54);
    /* 説明文のテキストカラー */
    font-size: 0.7em !important;
    padding: 0 5px;
}

.kattene__btns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    padding: 12px 5px !important;
    position: initial !important;
}

.kattene__btns>div {
    box-shadow: 0 6px 12px -5px rgba(0, 0, 0, .3);
    border-radius: 8px;
}

@media screen and (min-width: 901px) {
    .kattene__btns>div {
        width: 49% !important;
        margin-right: 1%;
    }
}

@media screen and (max-width: 900px) {
    .kattene__imgpart {
        width: 100%;
    }

    .kattene__title,
    .kattene__description {
        text-align: center;
    }

    .kattene__btns {
        padding: 10px 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .kattene__btns>div {
        width: 99% !important;
        margin: 3.5px auto !important;
    }

    .kattene__imgpart {
        margin-bottom: 16px;
    }

    .kattene__infopart {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kattene__infopart,
    .kattene__imgpart {
        display: block;
        width: 100%;
    }
}

/*  全ボタン共通  */

/* WordPressで自動挿入されたPタグの余白を消す */
.kattene p {
    margin: 0;
    padding: 0;
}

@media(max-width: 768px) {
    .kattene__btns .kattene__btn {
        padding-left: 16px !important;
    }
}


#tinymce h2,
.l-post-content h2 {
    color: #FFF;
    font-size: 24px;
    position: relative;
    margin: 0 -50px;
    padding: 8px 24px 8px 24px;
    background: linear-gradient(#888, #aaa, #888);
    border: 1px solid #bbb;
    box-shadow: 0 0 0 1px #555;
    text-shadow: 0 1px 1px #444;
    border-radius: 0px;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#tinymce h3,
.l-post-content h3 {
    background: -moz-linear-gradient(50% 0% -90deg, #4b4b4b 0%, black 100%);
    background: -webkit-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #4b4b4b), color-stop(1, black));
    background: -o-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    background: -ms-linear-gradient(-90deg, #4b4b4b 0%, black 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000' ,GradientType=0)";
    background: linear-gradient(180deg, #2f2f2f 0%, black 100%);
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#000000', GradientType=0);
    padding: 1rem 1.375rem;
    border-radius: 0px;
    font-size: 1.48rem;
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#tinymce h4,
.l-post-content h4 {
    font-size: 1.5rem;
}

.l-post-content h5,
#tinymce h5 {
    font-size: 18px;
}

/* .l-post-content .is-none-left-right > figure,
.l-post-content .is-none-left-right > p > img {
  margin-left: -50px;
  margin-right: -50px;
  max-width: 115.35%;
}
.l-post-content .is-none-left-right .wp-caption {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-caption img {
  max-width: 100%;
}
.js-responsive-table {
  margin-left: -50px;
  margin-right: -50px;
  max-width: 115.35%;
} */
@media(max-width: 768px) {

    .l-post-content .is-none-left-right>figure,
    .l-post-content .is-none-left-right>p>img,
    .l-post-content .is-none-left-right>p>img {
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .l-post-content .is-none-left-right .js-responsive-table,
    .l-post-content .is-none-left-right>table {
        margin-left: -8px;
        margin-right: -8px;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .l-post-content .is-none-left-right .wp-caption {
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wp-caption img {
        max-width: 100vw;
    }

    #tinymce h2,
    .l-post-content h2 {
        font-size: 1.375rem;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #tinymce h3,
    .l-post-content h3 {
        font-size: 1.375rem;
    }

    #tinymce h4,
    .l-post-content h4 {
        font-size: 1.2rem;
    }
}

.widget-under-article.widget_social .c-social-share-list ul li a span {
    display: inline-block;
    width: 95%;
}


.c-fc-posts__heading__text svg {
    vertical-align: top;
    margin-top: 6px;
    margin-left: -4px;
    margin-right: 8px;
    width: 44px;
    height: 32.2px;
}

.page-template-page-devfront-page-php .l-main__content,
.home .l-main__content {
    background: none;
    padding: 0;
}

.l-main.is-front-page {
    padding-top: 24px;
}

.home .c-breadcrumb {
    display: none;
}

.c-fc-posts {
    margin-bottom: 20px;
}

.c-fc-posts__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-fc-posts__heading {
    background: #2e2525;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 16px 32px;
    margin-bottom: 4px;
}

.l-main__section {
    max-width: 756px;
}

.c-fc-posts__button {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.c-fc-posts__button a {
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
    background: linear-gradient(#d00909 0%, #de1414 100%);
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: bold;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.c-front-postcard {
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
}

.c-front-postcard .c-front-postcard__thumbnail {
    border-radius: 0px;
}

.c-front-postcard.is-first {
    width: 100%;
    max-width: 100%;
}

.c-front-postcard:hover {
    transform: scale3d(1.01, 1.01, 1.01);
}

.c-front-postcard__title {
    min-height: 0px;
}

.c-front-postcard__meta {
    line-height: 1;
    vertical-align: top;
}

.c-front-postcard__meta .c-label {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.c-front-postcard .c-front-postcard__date {
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0px;
    vertical-align: top;
    margin-right: 16px;
}

.c-front-postcard.is-first .c-front-postcard__title {
    font-size: 20px;
}

.c-front-postcard .c-front-postcard__thumbnail {
    padding-top: 52.9%;
    background-position: bottom center;
    background-size: cover;
}

.c-front-postcard .c-front-postcard__thumbnail .c-label {
    position: absolute;
    top: 10px;
    left: 10px;
}

.c-front-postcard__metainfo {
    display: flex;
}

.c-front-postcard.is-first .c-front-postcard__title {
    font-size: 23px;
}

.c-front-postcard__title {
    font-size: 18px;
}

.c-fc-posts__button a {
    font-size: 30px;
}


@media (max-width: 768px) {

    .c-front-postcard {
        background: #fff;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
        border-radius: 0px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .c-front-postcard.is-nofirst {
        margin-bottom: 1px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__content {
        display: flex;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        padding-top: 0;
        min-height: 106px;
        max-width: 104px;
        width: 100%;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        line-height: 1.3;
    }

    .c-front-postcard .c-front-postcard__thumbnail .c-label {
        top: -1px;
        left: -12px;
        transform: scale3d(.6, .6, .6);
    }

    .c-front-postcard.is-nofirst .c-front-postcard__labels .post-list__datelabel {
        font-size: 9px;
        padding: 3px 6px;
        line-height: 1.1;
        letter-spacing: -0.3px;
    }

    .c-front-postcard__meta li {
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        max-width: 140px;
    }

    .c-fc-posts__button {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .c-fc-posts__button a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }

    .c-fc-posts__heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .c-fc-posts__heading__text svg {
        vertical-align: top;
    }

    .c-fc-editor {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sb-toggle.sb-toggle-right {
        display: block;
        position: fixed;
        z-index: 999;
        top: 5.5rem;
        right: .5rem;
        text-align: center;
        color: #ab0000;
        font-size: .6875rem;
        line-height: 1;
        padding: 4px 8px;
        background: #fff;
        transition: all ease .2s;
    }

    .sb-active-right .sb-toggle.sb-toggle-right {
        top: 10px;
        z-index: 100000;
    }

    .sb-active-right .sb-toggle.sb-toggle-right .fa-bars:before {
        content: "\f00d"
    }

    .c-front-postcard:first-child .c-front-postcard__title {
        font-size: 14px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        font-size: 12px;
    }

    .c-front-postcard__labels {
        bottom: -14px;
        left: -20px;
    }

    .c-front-postcard__info .c-front-postcard__meta {
        display: none;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        min-height: 60px;
        height: 60px;
        margin: 8px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__labels .post-list__datelabel {
        margin-bototm: 0px;
        transform: scale(0.7);
        white-space: nowrap;
    }

    .c-front-postcard:first-child .c-front-postcard__title {
        font-size: 18px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__thumbnail {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 0px;
    }

    .c-front-postcard__info {
        padding: 10px 10px;
    }

    .c-front-postcard.is-nofirst .c-front-postcard__title {
        font-size: 14px;
    }

    .c-fc-posts__button a {
        font-size: 15px;
    }

    .c-front-postcard:first-child .c-front-postcard__labels .post-list__datelabel {
        margin-left: 20px;
        margin-bottom: 14px;
    }

    .c-fc-posts__heading {
        font-size: 20px;
    }

    .c-fc-posts__heading__text svg {
        width: auto;
        height: auto;
    }

}

.c-fc-buttons {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.c-fc-buttons__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.c-fc-buttons__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 16px 40px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .2s;
    position: relative;
    border: 2px solid #FFF;
}

.c-fc-buttons__button i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.c-fc-buttons__button:hover {
    opacity: 0.7;
    text-decoration: none;
}

.c-fc-buttons__inner.is-pc-1 .c-fc-buttons__button {
    max-width: calc(100% - 12px);
    width: 100%;
    text-align: center;
}

.c-fc-buttons__inner.is-pc-2 .c-fc-buttons__button {
    max-width: calc(50% - 12px);
    width: 100%;
    text-align: center;
}

.c-fc-buttons__inner.is-pc-3 .c-fc-buttons__button {
    max-width: calc(33.3333% - 12px);
    width: 100%;
    text-align: center;
}

.c-fc-buttons__inner.is-pc-4 .c-fc-buttons__button {
    max-width: calc(25% - 12px);
    width: 100%;
    text-align: center;
}

.c-fc-buttons__inner.is-pc-5 .c-fc-buttons__button {
    max-width: calc(20% - 12px);
    width: 100%;
    text-align: center;
}

.c-fc-buttons__inner.is-pc-6 .c-fc-buttons__button {
    max-width: calc(16.666666667% - 12px);
    width: 100%;
    text-align: center;
}

@media(max-width: 768px) {
    .c-fc-buttons__inner.is-smp-2 .c-fc-buttons__button {
        max-width: calc(50% - 12px);
        width: 100%;
        text-align: center;
    }

    .c-fc-buttons__inner.is-smp-3 .c-fc-buttons__button {
        max-width: calc(33.3333% - 12px);
        width: 100%;
        text-align: center;
    }

    .c-fc-buttons__inner.is-smp-4 .c-fc-buttons__button {
        max-width: calc(25% - 12px);
        width: 100%;
        text-align: center;
    }

    .c-fc-buttons__inner.is-smp-5 .c-fc-buttons__button {
        max-width: calc(20% - 12px);
        width: 100%;
        text-align: center;
    }

    .c-fc-buttons__inner.is-smp-6 .c-fc-buttons__button {
        max-width: calc(16.666666667% - 12px);
        width: 100%;
        text-align: center;
    }

    .c-fc-buttons__button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 24px;
        margin-left: 6px;
        margin-right: 6px;
        border-radius: 50px;
        text-decoration: none;
        transition: all ease .2s;
        position: relative;
        border: 2px solid #FFF;
        font-size: 13px;
        line-height: 1.5;
    }

    .c-fc-buttons__inner {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }

    .c-fc-buttons__button i {
        right: 10px;
    }
}

.home .l-main__content {
    background-color: transparent;
}

.home .l-main {
    padding-top: 24px;
}

@media(max-width: 768px) {
    .c-fc-posts>h2 {
        padding-left: 10px;
    }
}

.nav-links .last,
.nav-links .first {
    background: #d20000;
}

.c-fc-posts__heading__text {
    font-size: 26px;
    margin: 0px;
    /* line-height: 1em; */
}

.c-spec-compare-nav {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    background: #333;
}

.c-spec-compare-nav ul {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0 !important;
}

.c-spec-compare-nav ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.c-spec-compare-nav ul li:before {
    display: none;
}

.c-spec-compare-nav ul li a {
    background: #444;
    border-right: 1px solid #666;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 8px 20px;
}

.c-spec-compare-nav ul li a:hover {
    background: #666;
    text-decoration: none;
}

.c-spec-compare-nav+.c-spec-table {
    margin-top: -1px !important;
    z-index: 9;
}

.article__google-link {
    border-radius: 10px;
    max-width: 400px;
    margin-top: 20px;
    /* margin-left: auto; */
    margin-left: 20px;
    margin-right: auto;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    padding-top: 7px;
    text-align: center;
}

.article__google-link svg {
    max-width: 300px;
}

.article__google-link {
    border-radius: 10px;
}

@media(max-width: 768px) {
    .article__google-link {
        margin-left: auto;
    }

    .article__google-link svg {
        max-width: 240px;
    }

    .site_jp {
        margin-top: 16px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .c-spec-compare-nav {
        background: #f5f5f5;
        padding-top: 8px;
        padding-bottom: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .c-spec-compare-nav ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .c-spec-compare-nav ul li a:after {
        content: "\f105";
        display: inline-block;
        margin-left: 6px;
        font-family: FontAwesome;
    }

    .c-spec-compare-nav ul li {
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .l-post-content .c-spec-compare-nav ul {
        margin-left: 0;
        padding-left: 0 !important;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .c-ss-submit {
        z-index: 1000;
    }

    .c-si-item {
        padding-bottom: 40px !important;
        bottom: 4px !important;
    }

    .c-si-items__main {
        padding-left: 10px;
    }

    .c-si-item__thumbnail {
        flex-basis: 36% !important;
        max-height: 100px;
    }

    .c-si-item__button .c-button {
        font-size: 11px !important;
        padding: 4px 8px;
        /* position: static !important; */
    }
}

.l-post-content .modoki,
#tinymce .modoki {
    border-left: 4px solid #ab0000;
    margin-left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    position: relative;
    overflow: hidden;
}


.c-accordion__block {
    margin-top: 24px;
    margin-bottom: 24px;
}

.l-post-content blockquote:before,
#tinymce blockquote:before {
    display: none;
}



.c-accordion__content {
    padding: 12px 24px !important;
    border: 1px solid #efefef;
    /* border-radius: 0px; */
}

.c-accordion .c-accordion__block .c-accordion__title {
    background: #ab0000;
    color: #fff;
    padding: 12px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    /* border-radius: 0px; */
}

.c-latestpost {
    font-weight: bold;
    margin-top: 40px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    padding: 10px;
    background: #e8e8e8;
}

.c-latestpost span {
    white-space: nowrap;
    flex-basis: 200px;
    text-align: center;
}

.c-latestpost a {
    font-size: 15px;
    text-decoration: underline;
}

.breadcrumb_last {
    display: none !important;
}

@media(max-width: 768px) {
    .c-latestpost {
        display: block;
        margin: 0 1.5vw 0 3vw;
    }

    .c-latestpost span {
        text-align: left;
        display: block;
        margin-bottom: 4px;
    }

    .c-latestpost a {
        display: block;
    }

    .c-si-item__title a {
        font-size: 16px;
    }

    .c-si-item__title {
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .c-si-item__desc>div span {
        padding-right: 2px !important;
        white-space: normal;
    }


}

.widget-under-article.popular-posts .wpp-list {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 768px) {
    .l-main__content .popular-posts ul li a p {
        min-height: 7.5em;
    }

    .l-main__content .popular-posts ul li.is-focus a p {
        min-height: 4.2em;
    }
}

/* #toc_container ul.toc_list  > li > ul  {
  display: none;
}
.logged-in #toc_container ul.toc_list  > li > ul  {
  display: block;
} */


.c-accordion.is-template {
    margin-top: 32px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px;
}

.c-accordion.is-template>.c-accordion__title {
    /* opacity: 0.7; */
    background: #444;
    position: relative;
    font-weight: bold;
}

.c-accordion.is-template>.c-accordion__title:hover {
    opacity: 0.8;
    cursor: pointer;
}

.c-accordion.is-template>.c-accordion__title:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
    background: #FFF;
    color: #444;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100px;
    line-height: 1;
    padding-top: 4px;
    box-sizing: border-box;
}

.c-accordion.is-template>.c-accordion__title.is-active:after {
    content: "\f106";
    line-height: 1;
    padding-top: 3px;
}

.c-accordion.is-template>.c-accordion__content {
    padding: 6px 16px !important;
    border: 1px solid #ccc;
}


#tinymce.post-type-post,
#tinymce.post-type-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sp-tab__lay-default {
    margin-top: 1em;
}

@media(min-width: 768px) {
    .l-post-content .sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane {
        padding-top: 6px !important;
        padding-right: 20px;
        padding-bottom: 4px !important;
        padding-left: 20px;
        border-top: 0px;
    }
}

.sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane {
  padding: 0px !important;
  border: none !important;
}

.sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane p {
  padding: 0px !important;
  margin: 0px !important
}

.l-post-content .sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane {
  padding: 0 !important;
}
.l-post-content .sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane img {
  margin: 0 !important;
}



@media(max-width: 768px) {
    .sp-tab__lay-default li.sp-tab__nav-item {
        width: auto !important;
    }

    .sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane {
        padding: 5px !important;
        padding-top: 0px;
        !important;
    }

    .sp-tab__tab-content>.sp-tab__tab-pane {
        overflow: visible !important;
    }
    .l-post-content .sp-tab-content p img {
        /**margin: 0px; **/
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(calc(-50%));
    }

    .l-post-content .sp-tab-content p {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
    .sp-tab__lay-default ul .sp-tab__nav-item .sp-tab__tab_title {
        font-size: 12px !important;
    }
    .sp-tab-content > p {
      margin: 0 1.5vw 0 3vw;
    }


    #sp-wp-tabs-wrapper_169966.sp-tab__lay-default li.sp-tab__nav-item {
      margin-right: -1px !important;
    }

}

.p-sns-button.is-twitter {
  background: #000;
}

/* .yyi-rinker-box  {
    position: relative;
}

.yyi-rinker-box:after {
    text-align: right;
    color: #9e9dac;
    content: "アフィリエイト\Aここから購入いただくと編集部の運営資金になります";
    white-space: pre;
    font-size: 11px;
    position: absolute;
    bottom: 4px;
    right: 4px;
} */
/* 
@media(max-width: 768px) { 
    div.yyi-rinker-contents div.yyi-rinker-box  {
        padding-bottom: 2em;
    }   
}
.c-post-notice small {
    font-size: 10px;
} */

@media(max-width: 768px){
    .l-main__content .popular-posts ul li.is-last:last-child a .wpp-list__thumb span {
        padding-left: 0.25rem;
        padding-right: 0.4rem;
    }
    .c-fc-buttons {
        max-width: 100vw;
        overflow: hidden;
    }
}

@media(min-width: 768px){
    .c-ad-block.is-front.is-fp-active {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }
    .c-ad-block.is-front.is-fp-active .c-ad-block__item {
        flex: 1;
    }

}

#wpview-iframe-sandbox .wp-embedded-content {
    visibility: visible !important;
}