/* -----------------------------------------------------------
    フルリッチテキスト箇所
-------------------------------------------------------------- */
.freearea {
    line-height: 1.5;
}

/* pタグ */
.freearea .cmn-btn {
    margin: 0 auto 20px;
}

.freearea .cmn-btn .cmn-btn-link {
    display: flex;
    text-decoration: none;
}

/* pタグ */
.freearea p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    letter-spacing: .035em;
    line-height: 2;
    overflow-wrap: break-word;
}

/* 見出し系 */
.freearea h1, .freearea h2, .freearea h3, .freearea h4 {
    font-weight: bold;
    line-height: 1.4;
}

.freearea h1 {
    border-bottom: 4px solid var(--main);
    color: var(--main);
    font-size: 2.4rem;
    margin: 30px 0 20px;
    padding: 0 0 8px;
    letter-spacing: .03em;
}

.freearea h2 {
    background: var(--mainbg);
    font-size: 2.2rem;
    margin: 30px 0 20px 0;
    padding: 18px 20px 16px;
    letter-spacing: .05em;
}

.freearea h3 {
    margin: 40px 0 30px;
    padding: 0 5px 10px;
    color: var(--main);
    font-size: 2rem;
    border-bottom: dotted 2px var(--main);
    letter-spacing: .03em;
}

.freearea h4 {
    font-size: 1.9rem;
    color: var(--main);
    margin: 30px 0 20px 0;
    padding: 0 0 0 16px;
    position: relative;
}

.freearea h4::before {
    background: var(--main);
    content: "";
    display: block;
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px;
}

.freearea img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.freearea a:link {
    color: #deb201;
    display: inline-block;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .freearea h1, .freearea h2, .freearea h3, .freearea h4 {
        line-height: 1.4;
    }

    .freearea h1 {
        font-size: 2rem;
        margin: 10px 0;
        padding: 0 0 5px;
    }

    .freearea h2 {
        margin: 35px 0 25px 0;
        padding: 10px;
        font-size: 1.9rem;
        line-height: 1.45;
    }

    .freearea h3 {
        margin: 30px 0 25px;
        padding: 0 5px 8px;
        font-size: 1.8rem;
    }

    .freearea h4 {
        margin: 30px 0 20px 0;
        padding: 0 0 0 10px;
        font-size: 1.7rem;
    }

    .freearea h4::before {
        top: 3px;
        height: calc(100% - 5px);
    }

    .freearea img {
        max-width: 100%;
    }

    .freearea p {
        margin-bottom: 1em;
        line-height: 2;
        letter-spacing: .05em;
    }
}

/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
.freearea ol, .freearea ul {
    list-style: none;
}

.freearea ol li, .freearea ul li {
    margin: 10px 0;
}

.freearea table, .freearea th, .freearea td {
    border: 1px solid #ddd;
}

.freearea table {
    border-width: 1px 0 0 1px;
    margin: 0 auto 1.6em;
    min-width: 700px;
    table-layout: fixed;
    width: auto;
    overflow-wrap: break-word;
}

.freearea caption, .freearea th, .freearea td {
    font-weight: normal;
    text-align: left;
}

.freearea th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

.freearea td {
    border-width: 0 1px 1px 0;
}

.freearea th, .freearea td {
    padding: .7em;
}

.freearea fieldset {
    min-width: inherit;
}

.freearea blockquote:before, .freearea blockquote:after, .freearea q:before, .freearea q:after {
    content: "";
}

.freearea blockquote, .freearea q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

/*.freearea a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}*/
.freearea a:hover, .freearea a:active {
    outline: 0;
    text-decoration: none;
}

.freearea a img {
    border: 0;
}

.freearea figcaption, .freearea figure {
    display: block;
}

/**
 * 2.0 - Genericons
 */
.freearea .social-navigation a:before, .freearea .secondary-toggle:before, .freearea .dropdown-toggle:after, .freearea .bypostauthor > article .fn:after, .freearea .comment-reply-title small a:before, .freearea .comment-navigation .nav-next a:after, .freearea .comment-navigation .nav-previous a:before, .freearea .posted-on:before, .freearea .byline:before, .freearea .cat-links:before, .freearea .tags-links:before, .freearea .comments-link:before, .freearea .entry-format:before, .freearea .edit-link:before, .freearea .full-size-link:before, .freearea .pagination .prev:before, .freearea .pagination .next:before, .freearea .image-navigation a:before, .freearea .image-navigation a:after, .freearea .format-link .entry-title a:after, .freearea .entry-content .more-link:after, .freearea .entry-summary .more-link:after, .freearea .author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

/**
 * 3.0 Typography
 */
/*
*/
.freearea b, .freearea strong {
    font-weight: 700;
}

.freearea dfn, .freearea cite, .freearea em {
    font-style: italic;
}

.freearea i {
    margin: 0 4px;
}

.freearea blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

.freearea blockquote p {
    margin-bottom: 1.6667em;
}

.freearea blockquote > p:last-child {
    margin-bottom: 0;
}

.freearea blockquote cite, .freearea blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

.freearea blockquote em, .freearea blockquote i, .freearea blockquote cite {
    font-style: normal;
}

.freearea blockquote strong, .freearea blockquote b {
    font-weight: 400;
}

.freearea address {
    font-style: italic;
    margin: 0 0 1.6em;
}

.freearea code, .freearea kbd, .freearea tt, .freearea var, .freearea samp, .freearea pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.freearea pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.freearea abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

.freearea mark, .freearea ins {
    background-color: #fff9c0;
    text-decoration: none;
}

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

.freearea sup {
    bottom: 1ex;
}

.freearea sub {
    top: .5ex;
}

.freearea small {
    font-size: 75%;
}

.freearea big {
    font-size: 125%;
}

/**
 * 4.0 Elements
 */
.freearea hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

.freearea ul, .freearea ol {
    margin: 0 0 1.6em 1.3333em;
}

.freearea ul {
    list-style: disc;
}

.freearea ol {
    list-style: decimal;
}

.freearea li > ul, .freearea li > ol {
    margin-bottom: 0;
    padding-left: 1em;
}

.freearea dl {
    margin-bottom: 1.6em;
}

.freearea dt {
    font-weight: bold;
}

.freearea dd {
    margin-bottom: 1.6em;
}

.freearea figure {
    margin: 0;
}

.freearea del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
.freearea ::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

.freearea :-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

.freearea ::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.freearea :-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

/**
 * 5.0 Forms
 */
.freearea button, .freearea input, .freearea select, .freearea textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

.freearea button, .freearea input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}

.freearea input, .freearea textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.freearea input:focus, .freearea textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

.freearea input:focus, .freearea select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

.freearea button[disabled], .freearea input[disabled], .freearea select[disabled], .freearea textarea[disabled] {
    cursor: default;
    opacity: .5;
}

.freearea button, .freearea input[type="button"], .freearea input[type="reset"], .freearea input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

.freearea button:hover, .freearea input[type="button"]:hover, .freearea input[type="reset"]:hover, .freearea input[type="submit"]:hover, .freearea button:focus, .freearea input[type="button"]:focus, .freearea input[type="reset"]:focus, .freearea input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

.freearea input[type="search"] {
    -webkit-appearance: textfield;
}

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

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

.freearea input[type="text"], .freearea input[type="email"], .freearea input[type="url"], .freearea input[type="password"], .freearea input[type="search"], .freearea textarea {
    padding: 0.375em;
    width: 100%;
}

.freearea textarea {
    overflow: auto;
    vertical-align: top;
}

.freearea input[type="text"]:focus, .freearea input[type="email"]:focus, .freearea input[type="url"]:focus, .freearea input[type="password"]:focus, .freearea input[type="search"]:focus, .freearea textarea:focus {
    outline: 0;
}

.freearea .post-password-form {
    position: relative;
}

.freearea .post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.freearea .post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.freearea input[type="checkbox"], .freearea input[type="radio"] {
    padding: 0;
}

.freearea .search-form input[type="submit"], .freearea .widget .search-form input[type="submit"] {
    padding: 0;
}

/**
 * 6.0 Navigations
 */
/**
 * 6.1 Links
 */
/*
*/
/**
 * 6.2 Menus
 */
.freearea .main-navigation a {
    display: block;
    padding: 0.8em 0;
    position: relative;
    text-decoration: none;
}

.freearea .main-navigation ul {
    list-style: none;
    margin: 0;
}

.freearea .main-navigation ul ul {
    display: none;
    margin-left: 0.8em;
}

.freearea .main-navigation ul .toggled-on {
    display: block;
}

.freearea .main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}

.freearea .main-navigation .current-menu-item > a, .freearea .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
}

.freearea .main-navigation .nav-menu > ul > li:first-child, .freearea .main-navigation .nav-menu > li:first-child {
    border-top: 0;
}

.freearea .main-navigation .menu-item-has-children > a {
    padding-right: 48px;
}

.freearea .main-navigation .menu-item-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5em;
}

.freearea .no-js .main-navigation ul ul {
    display: block;
}

.freearea .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    top: 3px;
    right: 0;
    width: 42px;
}

.freearea .dropdown-toggle:after {
    color: #333;
    content: "\f431";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
}

.freearea .dropdown-toggle:hover, .freearea .dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
}

.freearea .dropdown-toggle:focus {
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3);
}

.freearea .dropdown-toggle.toggle-on:after {
    content: "\f432";
}

.freearea .social-navigation {
    margin: 9.0909% 0;
}

.freearea .social-navigation ul {
    list-style: none;
    margin: 0 0 -1.6em 0;
}

.freearea .social-navigation li {
    float: left;
}

.freearea .social-navigation a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em;
}

.freearea .social-navigation a:before {
    content: "\f415";
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.freearea .social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.freearea .social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.freearea .social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.freearea .social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.freearea .social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.freearea .social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.freearea .social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.freearea .social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.freearea .social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.freearea .social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.freearea .social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.freearea .social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.freearea .social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.freearea .social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.freearea .social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.freearea .social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.freearea .social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.freearea .social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.freearea .social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.freearea .social-navigation a[href*="wordpress.com"]:before, .freearea .social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.freearea .social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.freearea .social-navigation a[href*="mailto:"]:before {
    content: "\f410";
}

.freearea .social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.freearea .social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.freearea .social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.freearea .social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.freearea .social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.freearea .secondary-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}

.freearea .secondary-toggle:before {
    color: #333;
    content: "\f419";
    line-height: 40px;
    width: 40px;
}

.freearea .secondary-toggle:hover, .freearea .secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0;
}

.freearea .secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px;
}

.freearea .post-navigation {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 700;
}

.freearea .post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%;
}

.freearea .post-navigation span {
    display: block;
}

.freearea .post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.freearea .post-navigation .post-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2;
}

.freearea .post-navigation .nav-next, .freearea .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative;
}

.freearea .post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.freearea .post-navigation a:hover:before, .freearea .post-navigation a:focus:before {
    opacity: 0.5;
}

.freearea .post-navigation .meta-nav {
    opacity: 0.8;
}

.freearea .post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.freearea .pagination {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-family: "Noto Sans", sans-serif;
}

.freearea .pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center;
}

/* reset screen-reader-text */
.freearea .pagination .current .screen-reader-text {
    position: static !important;
}

.freearea .pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 0.6667em;
}

.freearea .pagination .page-numbers.current {
    text-transform: uppercase;
}

.freearea .pagination .current {
    display: inline-block;
    font-weight: 700;
}

.freearea .pagination .prev, .freearea .pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px;
}

.freearea .pagination .prev:before, .freearea .pagination .next:before {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px;
}

.freearea .pagination .prev:hover, .freearea .pagination .prev:focus, .freearea .pagination .next:hover, .freearea .pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
}

.freearea .pagination .prev {
    left: 0;
}

.freearea .pagination .prev:before {
    content: "\f430";
    left: -1px;
}

.freearea .pagination .next {
    right: 0;
}

.freearea .pagination .next:before {
    content: "\f429";
    right: -1px;
}

.freearea .image-navigation, .freearea .comment-navigation {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.freearea .image-navigation a, .freearea .comment-navigation a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.freearea .image-navigation a:hover, .freearea .image-navigation a:focus, .freearea .comment-navigation a:hover, .freearea .comment-navigation a:focus {
    color: #333;
}

.freearea .image-navigation .nav-previous:not(:empty), .freearea .image-navigation .nav-next:not(:empty), .freearea .comment-navigation .nav-previous:not(:empty), .freearea .comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.freearea .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .freearea .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em;
}

.freearea .image-navigation .nav-previous a:before, .freearea .comment-navigation .nav-previous a:before {
    content: "\f430";
    margin-right: 0.2em;
    position: relative;
}

.freearea .image-navigation .nav-next a:after, .freearea .comment-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative;
}

.freearea .comment-navigation {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 2em 0;
}

.freearea .comments-title + .comment-navigation {
    border-bottom: 0;
}

.freearea .image-navigation {
    padding: 0 7.6923%;
}

.freearea .image-navigation .nav-previous:not(:empty), .freearea .image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.freearea .says, .freearea .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.freearea .site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.freearea .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.freearea .site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.freearea .alignleft {
    display: inline;
    float: left;
}

.freearea .alignright {
    display: inline;
    float: right;
}

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

.freearea blockquote.alignleft, .freearea .wp-caption.alignleft, .freearea img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

.freearea blockquote.alignright, .freearea .wp-caption.alignright, .freearea img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

.freearea blockquote.aligncenter, .freearea .wp-caption.aligncenter, .freearea img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.freearea .wp-caption.alignleft, .freearea .wp-caption.alignright, .freearea .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */
.freearea .clear:before, .freearea .clear:after, .freearea .site:before, .freearea .site:after, .freearea .entry-content:before, .freearea .entry-content:after, .freearea .comment-content:before, .freearea .comment-content:after, .freearea .site-content:before, .freearea .site-content:after, .freearea .nav-links:before, .freearea .nav-links:after, .freearea .comment-navigation:before, .freearea .comment-navigation:after, .freearea .social-navigation ul:before, .freearea .social-navigation ul:after, .freearea .textwidget:before, .freearea .textwidget:after {
    content: "";
    display: table;
}

.freearea .clear:after, .freearea .site:after, .freearea .entry-content:after, .freearea .comment-content:after, .freearea .site-content:after, .freearea .nav-links:after, .freearea .comment-navigation:after, .freearea .social-navigation ul:after, .freearea .textwidget:after {
    clear: both;
}

/**
 * 10.0 Header
 */
.freearea .site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.freearea .site-branding {
    min-height: 2em;
    padding-right: 60px;
    position: relative;
}

.freearea .site-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3636;
    margin-bottom: 0;
}

.freearea .custom-logo {
    max-height: 84px;
    width: auto;
}

.freearea .wp-custom-logo .site-title {
    margin-top: 0.545454545em;
}

.freearea .site-description {
    display: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.5em 0 0;
    opacity: 0.7;
}

/**
 * 11.0 Widgets
 */
.freearea .widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.freearea .widget pre {
    line-height: 1.2;
}

.freearea .widget button, .freearea .widget input, .freearea .widget select, .freearea .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.freearea .widget button, .freearea .widget input {
    line-height: normal;
}

.freearea .widget button, .freearea .widget input[type="button"], .freearea .widget input[type="reset"], .freearea .widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}

.freearea .widget input[type="text"], .freearea .widget input[type="email"], .freearea .widget input[type="url"], .freearea .widget input[type="password"], .freearea .widget input[type="search"], .freearea .widget textarea {
    padding: 0.375em;
}

.freearea .widget-title {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.freearea .widget > :last-child {
    margin-bottom: 0;
}

.freearea .widget_calendar table {
    margin: 0;
}

.freearea .widget_calendar td, .freearea .widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.freearea .widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.freearea .widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.freearea .widget_calendar tbody a:hover, .freearea .widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.freearea .widget_archive a, .freearea .widget_categories a, .freearea .widget_links a, .freearea .widget_meta a, .freearea .widget_nav_menu a, .freearea .widget_pages a, .freearea .widget_recent_comments a, .freearea .widget_recent_entries a {
    border: 0;
}

.freearea .widget_archive ul, .freearea .widget_categories ul, .freearea .widget_links ul, .freearea .widget_meta ul, .freearea .widget_nav_menu ul, .freearea .widget_pages ul, .freearea .widget_recent_comments ul, .freearea .widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.freearea .widget_archive li, .freearea .widget_categories li, .freearea .widget_links li, .freearea .widget_meta li, .freearea .widget_nav_menu li, .freearea .widget_pages li, .freearea .widget_recent_comments li, .freearea .widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.freearea .widget_archive li:first-child, .freearea .widget_categories li:first-child, .freearea .widget_links li:first-child, .freearea .widget_meta li:first-child, .freearea .widget_nav_menu li:first-child, .freearea .widget_pages li:first-child, .freearea .widget_recent_comments li:first-child, .freearea .widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.freearea .widget_archive li:last-child, .freearea .widget_categories li:last-child, .freearea .widget_links li:last-child, .freearea .widget_meta li:last-child, .freearea .widget_nav_menu li:last-child, .freearea .widget_pages li:last-child, .freearea .widget_recent_comments li:last-child, .freearea .widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.freearea .widget_categories .children, .freearea .widget_nav_menu .sub-menu, .freearea .widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.freearea .widget_recent_entries .post-date {
    display: block;
}

.freearea .widget_rss ul {
    list-style: none;
    margin: 0;
}

.freearea .widget_rss li {
    margin-bottom: 1.6em;
}

.freearea .widget_rss ul:last-child, .freearea .widget_rss li:last-child {
    margin-bottom: 0;
}

.freearea .widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.freearea .widget_rss .rsswidget img {
    margin-top: -4px;
}

.freearea .widget_rss .rss-date, .freearea .widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.freearea .textwidget > :last-child {
    margin-bottom: 0;
}

.freearea .textwidget a {
    border-bottom: 1px solid #333;
}

.freearea .textwidget a:hover, .freearea .textwidget a:focus {
    border-bottom: 0;
}

.freearea .textwidget ul, .freearea .textwidget ol {
    margin-left: 1.6em;
}

.freearea .tagcloud ul {
    list-style-type: none;
}

.freearea .tagcloud ul li {
    display: inline-block;
}

/**
 * 12.0 Content
 */
.freearea .secondary {
    background-color: #fff;
    display: none;
    padding: 0 7.6923%;
}

.freearea .secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
}

.freearea .widget-area {
    margin: 9.09090% auto 0;
}

.freearea .site-footer {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 3.84615% 7.6923%;
}

/**
 * 12.1 Posts and pages
 */
.freearea .hentry {
    background-color: #fff;
    padding-top: 7.6923%;
    position: relative;
}

.freearea .hentry.has-post-thumbnail {
    padding-top: 0;
}

.freearea .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.freearea .hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.freearea .post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}

.freearea .post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.freearea a.post-thumbnail:hover, .freearea a.post-thumbnail:focus {
    opacity: 0.85;
}

.freearea .entry-header {
    padding: 0 7.6923%;
}

.freearea .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.freearea .entry-content, .freearea .entry-summary {
    padding: 0;
}

.freearea .entry-content > :last-child, .freearea .entry-summary > :last-child {
    margin-bottom: 0;
}

.freearea .entry-content, .freearea .entry-summary, .freearea .page-content, .freearea .comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.freearea .entry-content a, .freearea .entry-summary a, .freearea .page-content a, .freearea .comment-content a, .freearea .pingback .comment-body > a {
    border-bottom: none;
}

.freearea .entry-content a:hover, .freearea .entry-content a:focus, .freearea .entry-summary a:hover, .freearea .entry-summary a:focus, .freearea .page-content a:hover, .freearea .page-content a:focus, .freearea .comment-content a:hover, .freearea .comment-content a:focus, .freearea .pingback .comment-body > a:hover, .freearea .pingback .comment-body > a:focus {
    border-bottom: 0;
}

.freearea .entry-content a img, .freearea .entry-summary a img, .freearea .page-content a img, .freearea .comment-content a img {
    display: block;
}

.freearea .entry-content .more-link, .freearea .entry-summary .more-link:after {
    white-space: nowrap;
}

.freearea .entry-content .more-link:after, .freearea .entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

.freearea .author-info {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 7.6923%;
    padding: 7.6923% 0;
}

.freearea .author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px;
}

.freearea .author-heading {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.freearea .author-title {
    clear: none;
}

.freearea .author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px;
}

.freearea .author-description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.freearea .author-description a {
    border-bottom: 1px solid #333;
}

.freearea .author-description a:hover, .freearea .author-description a:focus {
    border-bottom: 0;
}

.freearea .author-description > :last-child {
    margin-bottom: 0;
}

.freearea .author-link {
    white-space: nowrap;
}

.freearea .author-link:after {
    content: "\f429";
    position: relative;
    top: 1px;
}

.freearea .entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3.8461% 7.6923%;
}

.freearea .entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.freearea .entry-footer a:hover {
    border-bottom: 1px solid #333;
}

.freearea .entry-footer a:hover, .freearea .entry-footer a:focus {
    color: #333;
}

.freearea .sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.freearea .updated:not(.published) {
    display: none;
}

.freearea .sticky .posted-on {
    display: none;
}

.freearea .posted-on:before, .freearea .byline:before, .freearea .cat-links:before, .freearea .tags-links:before, .freearea .comments-link:before, .freearea .entry-format:before, .freearea .edit-link:before, .freearea .full-size-link:before {
    margin-right: 2px;
    position: relative;
}

.freearea .posted-on, .freearea .byline, .freearea .cat-links, .freearea .tags-links, .freearea .comments-link, .freearea .entry-format, .freearea .full-size-link {
    margin-right: 1em;
}

.freearea .format-aside .entry-format:before {
    content: "\f101";
}

.freearea .format-image .entry-format:before {
    content: "\f473";
}

.freearea .format-gallery .entry-format:before {
    content: "\f103";
}

.freearea .format-video .entry-format:before {
    content: "\f104";
}

.freearea .format-status .entry-format:before {
    content: "\f105";
}

.freearea .format-quote .entry-format:before {
    content: "\f106";
}

.freearea .format-link .entry-format:before {
    content: "\f107";
}

.freearea .format-chat .entry-format:before {
    content: "\f108";
}

.freearea .format-audio .entry-format:before {
    content: "\f109";
}

.freearea .posted-on:before {
    content: "\f307";
}

.freearea .byline:before {
    content: "\f304";
}

.freearea .cat-links:before {
    content: "\f301";
}

.freearea .tags-links:before {
    content: "\f302";
}

.freearea .comments-link:before {
    content: "\f300";
}

.freearea .full-size-link:before {
    content: "\f402";
}

.freearea .edit-link:before {
    content: "\f411";
}

.freearea .comments-link, .freearea .edit-link {
    white-space: nowrap;
}

.freearea .page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.freearea .page-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.freearea .taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em;
}

.freearea .taxonomy-description a {
    border-bottom: 1px solid #333;
}

.freearea .taxonomy-description a:hover, .freearea .taxonomy-description a:focus {
    border-bottom: 0;
}

.freearea .taxonomy-description > :last-child {
    margin-bottom: 0;
}

.freearea .page-content {
    background-color: #fff;
    padding: 7.6923%;
}

.freearea .page-content > :last-child {
    margin-bottom: 0;
}

.freearea .page-links {
    clear: both;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 1.3333em;
}

.freearea .page-links a, .freearea .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}

.freearea .page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.freearea .page-links a:hover, .freearea .page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}

.freearea .page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}

.freearea .entry-attachment {
    margin-bottom: 1.6em;
}

.freearea .type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.freearea .entry-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}

.freearea .entry-caption > :last-child {
    margin-bottom: 0;
}

/**
 * 12.2 Post Formats
 */
.freearea .format-aside .entry-title, .freearea .format-image .entry-title, .freearea .format-video .entry-title, .freearea .format-quote .entry-title, .freearea .format-gallery .entry-title, .freearea .format-status .entry-title, .freearea .format-link .entry-title, .freearea .format-audio .entry-title, .freearea .format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em;
}

.freearea .format-link .entry-title a:after {
    content: "\f442";
    font-size: 24px;
    height: 24px;
    position: relative;
    top: 0;
    width: 24px;
}

.freearea .blog .format-status .entry-title, .freearea .archive .format-status .entry-title {
    display: none;
}

/**
 * 12.3 Comments
 */
.freearea .comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.freearea .comments-area > :last-child {
    margin-bottom: 0;
}

.freearea .comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.freearea .comment-list + .comment-respond, .freearea .comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.freearea .comments-title, .freearea .comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.freearea .comments-title {
    margin-bottom: 1.3333em;
}

.freearea .comment-list {
    list-style: none;
    margin: 0;
}

.freearea .comment-list article, .freearea .comment-list .pingback, .freearea .comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.freearea .comment-list .children {
    list-style: none;
    margin: 0;
}

.freearea .comment-list .children > li {
    padding-left: 0.8em;
}

.freearea .comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.freearea .comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.freearea .comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.freearea .bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.freearea .comment-metadata, .freearea .pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.freearea .comment-metadata a, .freearea .pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.freearea .comment-metadata a:hover, .freearea .pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.freearea .comment-metadata a:hover, .freearea .comment-metadata a:focus, .freearea .pingback .edit-link a:hover, .freearea .pingback .edit-link a:focus {
    color: #333;
}

.freearea .comment-metadata {
    margin-bottom: 1.6em;
}

.freearea .comment-metadata .edit-link {
    margin-left: 1em;
}

.freearea .pingback .edit-link {
    margin-left: 1em;
}

.freearea .pingback .edit-link:before {
    top: 5px;
}

.freearea .comment-content ul, .freearea .comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.freearea .comment-content li > ul, .freearea .comment-content li > ol {
    margin-bottom: 0;
}

.freearea .comment-content > :last-child {
    margin-bottom: 0;
}

.freearea .comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.freearea .comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.freearea .comment-list .reply a:hover, .freearea .comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.freearea .comment-form {
    padding-top: 1.6em;
}

.freearea .comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.freearea .comment-form input[type="text"], .freearea .comment-form input[type="email"], .freearea .comment-form input[type="url"], .freearea .comment-form input[type="submit"] {
    width: 100%;
}

.freearea .comment-notes, .freearea .comment-awaiting-moderation, .freearea .logged-in-as, .freearea .form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.freearea .logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.freearea .no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.freearea .comment-navigation + .no-comments {
    border-top: 0;
}

.freearea .form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.freearea .form-submit {
    margin-bottom: 0;
}

.freearea .required {
    color: #c0392b;
}

.freearea .comment-reply-title small {
    font-size: 100%;
}

.freearea .comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.freearea .comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

.freearea .comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}

.freearea .comment-form .comment-form-cookies-consent label {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}

/**
 * 13.0 Footer
 */
.freearea .site-info {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.freearea .site-info a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.freearea .site-info a:hover {
    border-bottom: 1px solid #333;
}

.freearea .site-info a:hover, .freearea .site-info a:focus {
    color: #333;
}

.freearea .site-info span[role=separator] {
    padding: 0 0.25em 0 0.5em;
}

.freearea .site-info span[role=separator]::before {
    content: '\002f';
}

/**
 * 14.0 Media
 */
.freearea .site .avatar {
    border-radius: 50%;
}

.freearea .page-content img.wp-smiley, .freearea .entry-content img.wp-smiley, .freearea .comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.freearea audio, .freearea canvas {
    display: inline-block;
}

.freearea embed, .freearea iframe, .freearea object, .freearea video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}

.freearea p > embed, .freearea p > iframe, .freearea p > object, .freearea p > video {
    margin-bottom: 0;
}

.freearea .wp-audio-shortcode, .freearea .wp-video, .freearea .wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.freearea .wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.freearea .wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.freearea .wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.freearea .wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}

/**
 * 14.1 Captions
 */
.freearea .wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.freearea .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.freearea .wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
.freearea .gallery {
    margin-bottom: 1.6em;
}

.freearea .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.freearea .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.freearea .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.freearea .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.freearea .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.freearea .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.freearea .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.freearea .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.freearea .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.freearea .gallery-icon img {
    margin: 0 auto;
}

.freearea .gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.freearea .gallery-columns-6 .gallery-caption, .freearea .gallery-columns-7 .gallery-caption, .freearea .gallery-columns-8 .gallery-caption, .freearea .gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 15.0 Multisite
 */
.freearea .widecolumn {
    background-color: #fff;
    padding: 7.6923%;
}

.freearea .widecolumn .mu_register {
    width: auto;
}

.freearea .widecolumn .mu_alert {
    margin-bottom: 1.6em;
}

.freearea .widecolumn form, .freearea .widecolumn .mu_register form {
    margin-top: 0;
}

.freearea .widecolumn h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.freearea .widecolumn p {
    margin: 1.6em 0;
}

.freearea .widecolumn p + h2 {
    margin-top: 1.8462em;
}

.freearea .widecolumn label, .freearea .widecolumn .mu_register label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.freearea .widecolumn .mu_register label {
    margin: 2em 0 0;
}

.freearea .widecolumn #key, .freearea .widecolumn .mu_register #blog_title, .freearea .widecolumn .mu_register #user_email, .freearea .widecolumn .mu_register #blogname, .freearea .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
}

.freearea .widecolumn .mu_register #blogname {
    margin: 0;
}

.freearea .widecolumn .mu_register #blog_title, .freearea .widecolumn .mu_register #user_email, .freearea .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.freearea .widecolumn #submit, .freearea .widecolumn .mu_register input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%;
}

.freearea .widecolumn .mu_register .prefix_address, .freearea .widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.freearea .widecolumn .mu_register > :last-child, .freearea .widecolumn form > :last-child {
    margin-bottom: 0;
}

/**
 * 16.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/*
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
*/
/**
 * 16.1 Mobile Large 620px
 */
@media screen and (max-width: 768px) {
    .freearea li > ul, .freearea li > ol, .freearea blockquote > ul, .freearea blockquote > ol {
        margin-left: 1.3333em;
    }

    .freearea blockquote {
        margin-left: -1em;
    }

    .freearea blockquote > blockquote {
        margin-left: 0;
    }

    .freearea .site-branding {
        min-height: 3.2em;
    }

    .freearea .site-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.0909;
    }

    .freearea .site-description {
        display: block;
    }

    .freearea .secondary {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
        padding: 7.6923% 7.6923% 0;
    }

    .freearea .main-navigation {
        margin-bottom: 11.1111%;
    }

    .freearea .main-navigation ul {
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

    .freearea .main-navigation ul ul {
        border-top: 0;
        border-bottom: 0;
    }

    .freearea .social-navigation {
        margin-bottom: 11.1111%;
    }

    .freearea .social-navigation {
        margin-top: 0;
    }

    .freearea .widget-area {
        margin-top: 0;
    }

    .freearea .widget {
        margin-bottom: 11.1111%;
    }

    .freearea .site-main {
        padding: 7.6923% 0;
    }

    .freearea .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit;
    }

    .freearea .hentry, .freearea .page-header, .freearea .page-content {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 0 7.6923%;
    }

    .freearea .hentry + .hentry, .freearea .page-header + .hentry, .freearea .page-header + .freearea .page-content {
        margin-top: 7.6923%;
    }

    .freearea .hentry + .hentry {
        border-top: 0;
    }

    .freearea .post-thumbnail {
        margin-bottom: 2.4em;
    }

    .freearea .entry-header {
        padding: 0 9.0909%;
    }

    .freearea .entry-content, .freearea .entry-summary {
        padding: 0;
    }

    .freearea .entry-footer {
        padding: 4.5454% 9.0909%;
    }

    .freearea .page-header {
        border-bottom: 0;
        border-left: 7px solid #333;
        padding: 3.8461% 7.6923%;
    }

    .freearea .page-title, .freearea .taxonomy-description {
        margin-left: -7px;
    }

    .freearea .page-content {
        padding: 9.0909%;
    }

    .freearea .site-footer {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 0 7.6923%;
        padding: 3.84615% 7.6923%;
    }

    .freearea .post-navigation {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
    }

    .freearea .post-navigation a {
        padding: 4.5454% 9.0909%;
    }

    .freearea .pagination {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
        padding: 0;
    }

    /* restore screen-reader-text */
    .freearea .pagination .current .screen-reader-text {
        position: absolute !important;
    }

    .freearea .pagination .page-numbers {
        display: inline-block;
    }

    .freearea .image-navigation {
        padding: 0 9.0909%;
    }

    .freearea .comments-area {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
    }

    .freearea .comment-content ul, .freearea .comment-content ol {
        margin-left: 0;
    }

    .freearea .comment-content li > ul, .freearea .comment-content li > ol, .freearea .comment-content blockquote > ul, .freearea .comment-content blockquote > ol {
        margin-left: 1.3333em;
    }

    .freearea .widecolumn {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923%;
    }
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (max-width: 768px) {
    .freearea button, .freearea input {
        line-height: normal;
    }

    .freearea blockquote {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        margin-left: -1.05em;
        padding-left: 0.85em;
    }

    .freearea blockquote p {
        margin-bottom: 1.75em;
    }

    .freearea blockquote cite, .freearea blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }

    .freearea pre {
        line-height: 1.2353;
    }

    .freearea button, .freearea input[type="button"], .freearea input[type="reset"], .freearea input[type="submit"], .freearea .post-password-form input[type="submit"], .freearea .widecolumn #submit, .freearea .widecolumn .mu_register input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }

    .freearea input[type="text"], .freearea input[type="email"], .freearea input[type="url"], .freearea input[type="password"], .freearea input[type="search"], .freearea textarea {
        padding: 0.5em;
    }

    .freearea .main-navigation {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .freearea .main-navigation a {
        padding: 1em 0;
    }

    .freearea .main-navigation ul ul {
        margin-left: 1em;
    }

    .freearea .main-navigation .menu-item-description {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .freearea .social-navigation ul {
        margin-bottom: -1.4706em;
    }

    .freearea .social-navigation a {
        height: 2.8824em;
        width: 2.8824em;
    }

    .freearea .secondary-toggle {
        height: 56px;
        width: 56px;
    }

    .freearea .secondary-toggle:before {
        line-height: 54px;
        width: 54px;
    }

    .freearea .post-password-form label, .freearea .post-navigation .meta-nav, .freearea .image-navigation, .freearea .comment-navigation, .freearea .author-heading, .freearea .author-bio, .freearea .entry-footer, .freearea .page-links a, .freearea .page-links span, .freearea .comment-metadata, .freearea .pingback .edit-link, .freearea .comment-list .reply, .freearea .comment-notes, .freearea .comment-awaiting-moderation, .freearea .logged-in-as, .freearea .comment-form label, .freearea .comment-form .comment-form-cookies-consent label, .freearea .form-allowed-tags, .freearea .site-info, .freearea .wp-caption-text, .freearea .gallery-caption, .freearea .entry-caption, .freearea .widecolumn label, .freearea .widecolumn .mu_register label {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .freearea .pagination .nav-links {
        min-height: 3.2941em;
    }

    .freearea .pagination .page-numbers {
        line-height: 3.2941em;
        padding: 0 0.8235em;
    }

    .freearea .pagination .prev, .freearea .pagination .next {
        height: 56px;
        padding: 0;
        width: 56px;
    }

    .freearea .pagination .prev:before, .freearea .pagination .next:before {
        height: 56px;
        line-height: 56px;
        width: 56px;
    }

    .freearea .image-navigation .nav-previous a:before, .freearea .image-navigation .nav-next a:after, .freearea .comment-navigation .nav-previous a:before, .freearea .comment-navigation .nav-next a:after {
        top: 2px;
    }

    .freearea blockquote.alignleft, .freearea .wp-caption.alignleft, .freearea img.alignleft {
        margin: 0.4118em 1.6471em 1.6471em 0;
    }

    .freearea blockquote.alignright, .freearea .wp-caption.alignright, .freearea img.alignright {
        margin: 0.4118em 0 1.6471em 1.6471em;
    }

    .freearea blockquote.aligncenter, .freearea .wp-caption.aligncenter, .freearea img.aligncenter {
        margin-top: 0.4118em;
        margin-bottom: 1.6471em;
    }

    .freearea .wp-caption.alignleft, .freearea .wp-caption.alignright, .freearea .wp-caption.aligncenter {
        margin-bottom: 1.2353em;
    }

    .freearea .site-branding {
        min-height: 3.7059em;
        padding-right: 66px;
    }

    .freearea .site-title {
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.2069;
    }

    .freearea .custom-logo {
        max-height: 105px;
    }

    .freearea .wp-custom-logo .site-title {
        margin-top: 0.482758621em;
    }

    .freearea .site-description {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .freearea .widget {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .freearea .widget p, .freearea .widget address, .freearea .widget hr, .freearea .widget ul, .freearea .widget ol, .freearea .widget dl, .freearea .widget dd, .freearea .widget table, .freearea .widget pre {
        margin-bottom: 1.5em;
    }

    .freearea .widget li > ul, .freearea .widget li > ol {
        margin-bottom: 0;
    }

    .freearea .widget blockquote {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
        margin-bottom: 1.6471em;
        margin-left: -1.2353em;
        padding-left: 1em;
    }

    .freearea .widget blockquote p {
        margin-bottom: 1.6471em;
    }

    .freearea .widget blockquote cite, .freearea .widget blockquote small {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .freearea .widget blockquote > blockquote {
        margin-left: 0;
    }

    .freearea .widget pre {
        line-height: 1.5;
        padding: 0.75em;
    }

    .freearea .widget button, .freearea .widget input, .freearea .widget select, .freearea .widget textarea {
        line-height: 1.75;
    }

    .freearea .widget button, .freearea .widget input {
        line-height: normal;
    }

    .freearea .widget button, .freearea .widget input[type="button"], .freearea .widget input[type="reset"], .freearea .widget input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }

    .freearea .widget input[type="text"], .freearea .widget input[type="email"], .freearea .widget input[type="url"], .freearea .widget input[type="password"], .freearea .widget input[type="search"], .freearea .widget textarea {
        padding: 0.5625em;
    }

    .freearea .widget blockquote.alignleft, .freearea .widget .wp-caption.alignleft, .freearea .widget img.alignleft {
        margin: 0.5em 1.5em 1.5em 0;
    }

    .freearea .widget blockquote.alignright, .freearea .widget .wp-caption.alignright, .freearea .widget img.alignright {
        margin: 0.5em 0 1.5em 1.5em;
    }

    .freearea .widget blockquote.aligncenter, .freearea .widget .wp-caption.aligncenter, .freearea .widget img.aligncenter {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }

    .freearea .widget .wp-caption.alignleft, .freearea .widget .wp-caption.alignright, .freearea .widget .wp-caption.aligncenter {
        margin-bottom: 1em;
    }

    .freearea .widget-title {
        margin: 0 0 1.5em;
    }

    .freearea .widget_calendar td, .freearea .widget_calendar th {
        line-height: 2.9286;
    }

    .freearea .widget_calendar caption {
        margin: 0 0 1.5em;
    }

    .freearea .widget_archive li, .freearea .widget_categories li, .freearea .widget_links li, .freearea .widget_meta li, .freearea .widget_nav_menu li, .freearea .widget_pages li, .freearea .widget_recent_comments li, .freearea .widget_recent_entries li {
        padding: 0.9643em 0;
    }

    .freearea .widget_categories .children, .freearea .widget_nav_menu .sub-menu, .freearea .widget_pages .children {
        margin: 0.9643em 0 0 1em;
        padding-top: 0.9643em;
    }

    .freearea .widget_rss li {
        margin-bottom: 1.5em;
    }

    .freearea .widget_rss .rss-date, .freearea .widget_rss cite {
        line-height: 1.75;
    }

    .freearea .post-thumbnail {
        margin-bottom: 3em;
    }

    .freearea .entry-title, .freearea .widecolumn h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em;
    }

    .freearea .entry-content .more-link:after, .freearea .entry-summary .more-link:after {
        font-size: 24px;
        top: 2px;
    }

    .freearea .author-info {
        margin: 0 9.0909%;
        padding: 9.0909% 0;
    }

    .freearea .author-info .avatar {
        height: 42px;
        margin: 0 1.6471em 1.6471em 0;
        width: 42px;
    }

    .freearea .author-link:after {
        top: 3px;
    }

    .freearea .posted-on:before, .freearea .byline:before, .freearea .cat-links:before, .freearea .tags-links:before, .freearea .comments-link:before, .freearea .entry-format:before, .freearea .edit-link:before, .freearea .full-size-link:before {
        top: 3px;
    }

    .freearea .taxonomy-description {
        padding-top: 0.4118em;
    }

    .freearea .page-title, .freearea .comments-title, .freearea .comment-reply-title, .freearea .post-navigation .post-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
    }

    .freearea .page-links {
        margin-bottom: 1.4117em;
    }

    .freearea .page-links a, .freearea .page-links > span {
        margin: 0 0.2857em 0.2857em 0;
    }

    .freearea .entry-attachment {
        margin-bottom: 1.6471em;
    }

    .freearea .format-aside .entry-title, .freearea .format-image .entry-title, .freearea .format-video .entry-title, .freearea .format-quote .entry-title, .freearea .format-gallery .entry-title, .freearea .format-status .entry-title, .freearea .format-link .entry-title, .freearea .format-audio .entry-title, .freearea .format-chat .entry-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 1.4em;
    }

    .freearea .format-link .entry-title a:after {
        top: 0.0833em;
    }

    .freearea .comments-title {
        margin-bottom: 1.4em;
    }

    .freearea .comment-list article, .freearea .comment-list .pingback, .freearea .comment-list .trackback {
        padding: 1.6471em 0;
    }

    .freearea .comment-list + .comment-respond, .freearea .comment-navigation + .comment-respond {
        padding-top: 1.6471em;
    }

    .freearea .comment-list .children > li {
        padding-left: 1.2353em;
    }

    .freearea .comment-meta {
        position: relative;
    }

    .freearea .comment-author {
        margin-bottom: 0;
    }

    .freearea .comment-author .avatar {
        height: 42px;
        margin-right: 1.64705em;
        position: relative;
        top: 5px;
        width: 42px;
    }

    .freearea .comment-metadata .edit-link:before {
        top: 2px;
    }

    .freearea .pingback .edit-link:before {
        top: 6px;
    }

    .freearea .bypostauthor > article .fn:after {
        top: 7px;
        left: 6px;
    }

    .freearea .comment-content ul, .freearea .comment-content ol {
        margin-bottom: 1.6471em;
    }

    .freearea .comment-list .reply a {
        padding: 0.4286em 0.8571em;
    }

    .freearea .comment-form, .freearea .no-comments {
        padding-top: 1.6471em;
    }

    .freearea .comment-reply-title small a:before {
        top: -1px;
    }

    .freearea embed, .freearea iframe, .freearea object, .freearea video {
        margin-bottom: 1.6471em;
    }

    .freearea .wp-audio-shortcode, .freearea .wp-video, .freearea .wp-playlist.wp-audio-playlist {
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 1.6471em;
    }

    .freearea .wp-caption, .freearea .gallery {
        margin-bottom: 1.6471em;
    }

    .freearea .widecolumn .mu_alert {
        margin-bottom: 1.6471em;
    }

    .freearea .widecolumn p {
        margin: 1.6471em 0;
    }

    .freearea .widecolumn p + h2 {
        margin-top: 1.6em;
    }

    .freearea .widecolumn #key, .freearea .widecolumn .mu_register #blog_title, .freearea .widecolumn .mu_register #user_email, .freearea .widecolumn .mu_register #blogname, .freearea .widecolumn .mu_register #user_name {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: normal;
    }

    .freearea .widecolumn .mu_register #blog_title, .freearea .widecolumn .mu_register #user_email, .freearea .widecolumn .mu_register #user_name {
        margin: 0 0 0.4117em;
    }

    .freearea table {
        min-width: 100%;
        width: 100% !important;
        font-size: 1.5rem;
    }

    .freearea table th, .freearea table td {
        padding: 0.6em 0.4em;
    }
}