* {
    box-sizing: border-box
}

body {
    color: #333;
    font-size: 14px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

_:-ms-lang(x)::-ms-backdrop,
body {
    font-family: Meiryo, sans-serif
}

a {
    text-decoration: none
}

a,
a:link {
    color: #4a90e2
}

a:visited {
    color: #5e5cba
}

dt {
    font-weight: 700
}

td,
th {
    text-align: left
}

.base-container {
    max-width: 1010px
}

.base-container,
.base-container-onecolumn {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    padding: 0 calc(10px + constant(safe-area-inset-right)) 0 calc(10px + constant(safe-area-inset-left))
}

.base-container-onecolumn {
    max-width: 660px
}

.base-container-grid {
    display: block
}

.main-column,
.sub-column {
    min-height: 1px
}

.main-column {
    max-width: 100%
}

.main-wrap {
    margin-bottom: 80px
}

.sub-column {
    width: 100%
}

@media screen and (min-width:768px) {
    .base-container-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-column {
        -ms-flex: 1 1 640px;
        flex: 1 1 640px;
        max-width: calc($main-column-width + $main-column-right-padding);
        padding-right: 50px
    }

    .main-column.is-onecolumn {
        max-width: 100%;
        padding-right: 0
    }

    .sub-column {
        width: 300px
    }
}

.base-required-label {
    display: inline-block;
    float: right;
    margin: 2px 5px 0;
    padding: 2px 8px;
    color: #e30314;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.3;
    border: 1px solid #e30314
}

.sub-heading {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 14px
}

#js-seo_info th {
    width: 200px
}

@media screen and (max-width:767px) {
    #offcanvas {
        padding: 0 0 15px 10px
    }
}

.header-nav-wrap {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .header-nav-wrap {
        margin-bottom: 20px
    }
}

.header {
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.header-bg {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

.header-wrap {
    display: table;
    width: 100%;
    height: 65px
}

.header-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 10px;
    padding: 0 calc(10px + constant(safe-area-inset-right)) 0 calc(10px + constant(safe-area-inset-left))
}

.header-inner:after,
.header-inner:before {
    display: table;
    content: " "
}

.header-inner:after {
    clear: both
}

.header-logo {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
    vertical-align: middle
}

.header-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px
}

.header-title a,
.header-title a:link,
.header-title a:visited {
    color: #333
}

.header-title a:hover {
    color: #333;
    cursor: pointer
}

.header-title a:hover,
.header-title a:link,
.header-title a:visited {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .header-bg {
        border-bottom: none
    }

    .header-wrap {
        height: 88px
    }

    .header-title {
        font-size: 24px
    }
}

.footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px
}

.footer-copyright {
    margin: 0;
    color: #666;
    font-size: 12px;
    font-family: verdana, sans-serif;
    text-align: center
}

.banner {
    margin: 0;
    padding: 0 0 7px;
    list-style-type: none
}

.banner li {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px
}

.banner a {
    display: block;
    opacity: 1;
    transition: opacity .2s
}

.banner a:hover {
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.banner img {
    line-height: 0
}

.calendar-table {
    width: 100%;
    margin: 0 0 15px;
    table-layout: fixed
}

.calendar-table td {
    padding: 1px;
    color: #666;
    font-size: 14px;
    line-height: 2;
    text-align: center
}

.calendar-table .week {
    color: #333
}

.calendar-table .week.sat {
    color: #2262ac
}

.calendar-table .week.sun {
    color: #b70000
}

.calendar-table .success a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #e28484;
    transition: opacity .2s
}

.calendar-table .success a:link,
.calendar-table .success a:visited {
    color: #fff
}

.calendar-table .success a:hover {
    color: #fff;
    cursor: pointer;
    opacity: .7
}

.calendar-month {
    margin: 0 0 30px;
    padding: 20px 10px;
    border: 1px solid #ccc
}

.calendar-month .year {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.calendar-month .month {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.calendar-month .link-outer {
    margin: 0;
    text-align: center
}

.calendar-month .link {
    font-size: 14px
}

.calendar-month .link:hover,
.calendar-month .link:link,
.calendar-month .link:visited {
    color: #666
}

.calendar-month .link:link,
.calendar-month .link:visited {
    text-decoration: none
}

.calendar-month .link:hover {
    text-decoration: underline;
    cursor: pointer
}

.calendar-year .year-nav {
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    list-style: none
}

.calendar-year .year-nav-center {
    margin: 0 10px;
    color: #333;
    font-weight: 700;
    font-size: 28px
}

.calendar-year .year-nav-next-link,
.calendar-year .year-nav-prev-link {
    position: absolute
}

.calendar-year .year-nav-next-link:hover,
.calendar-year .year-nav-next-link:link,
.calendar-year .year-nav-next-link:visited,
.calendar-year .year-nav-prev-link:hover,
.calendar-year .year-nav-prev-link:link,
.calendar-year .year-nav-prev-link:visited {
    color: #333
}

.calendar-year .year-nav-next-link:link,
.calendar-year .year-nav-next-link:visited,
.calendar-year .year-nav-prev-link:link,
.calendar-year .year-nav-prev-link:visited {
    text-decoration: none
}

.calendar-year .year-nav-next-link:hover,
.calendar-year .year-nav-prev-link:hover {
    text-decoration: underline;
    cursor: pointer
}

.calendar-year .year-nav-next-link span,
.calendar-year .year-nav-prev-link span {
    font-size: 20px
}

.calendar-year .year-nav-prev-link {
    top: 0px;
    left: calc(50% - 80px)
}

.calendar-year .year-nav-next-link {
    top: 0px;
    right: calc(50% - 80px)
}

.calendar-year .year-table {
    display: block;
    margin: 0 -15px
}

.calendar-year .year-table-month {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 35px
}

.calendar-year .month-date-outer {
    margin: 0 0 10px;
    text-align: center
}

.calendar-year .month-date {
    font-weight: 700;
    font-size: 20px
}

.calendar-year .month-date:hover,
.calendar-year .month-date:link,
.calendar-year .month-date:visited {
    color: #333
}

.calendar-year .month-date:link,
.calendar-year .month-date:visited {
    text-decoration: none
}

.calendar-year .month-date:hover {
    text-decoration: underline;
    cursor: pointer
}

@media screen and (min-width:480px) {
    .calendar-year .year-table {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calendar-year .year-table-month {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .calendar-year .year-table-month {
        width: 33.33333%
    }
}

.list-add-amount {
    margin: 0 0 30px;
    padding: 0
}

.list-add-amount ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc
}

.list-add-amount li {
    display: block;
    padding: 15px 45px 15px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    list-style-type: none;
    border-bottom: 1px solid #ccc
}

.list-add-amount li ul {
    margin: 15px -45px -15px 0;
    padding-left: 25px;
    border-bottom: none
}

.list-add-amount li ul li:last-child {
    border-bottom: none
}

.list-add-amount li a {
    position: relative;
    display: block;
    margin: -15px -45px -15px -5px;
    padding: 15px 45px 15px 15px;
    color: #333;
    text-decoration: none;
    background-color: transparent;
    transition: background-color .2s
}

.list-add-amount li a:hover {
    background-color: #f5f5f5
}

.list-add-amount li a:hover .list-add-amount-label {
    background-color: #ccc
}

.list-add-amount-label {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-block;
    min-width: 36px;
    margin-top: -12px;
    padding: 0 5px;
    color: #666;
    line-height: 25px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: background-color .2s
}

.comment-form {
    margin-bottom: 50px
}

.comment-table {
    width: 100%;
    margin-bottom: 15px;
    border-top: none
}

.comment-table th {
    width: 140px;
    padding: 5px 20px 5px 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    border-bottom: none
}

.comment-table td {
    padding: 5px 0;
    border-bottom: none
}

.comment-table input[type=password],
.comment-table input[type=text] {
    height: 40px
}

.comment-table input[type=password],
.comment-table input[type=text],
.comment-table textarea {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #b2b2b4;
    border-radius: 3px
}

@media screen and (max-width:767px) {
    .comment-table {
        display: block
    }

    .comment-table tbody,
    .comment-table td,
    .comment-table th,
    .comment-table tr {
        display: block;
        width: auto
    }
}

.comment-btn,
.comment-btn-inline {
    width: 152px;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 5px
}

.comment-btn {
    background-color: #999;
    transition: background-color .2s;
    display: block;
    margin: 0 auto
}

.comment-btn:hover {
    background-color: #666
}

.comment-btn-inline {
    background-color: #949494;
    transition: background-color .2s;
    display: inline-block
}

.comment-btn-inline:hover {
    background-color: #333
}

.comment-list {
    margin: 0 0 20px;
    padding: 0
}

.comment-list li {
    display: block;
    padding: 15px 0 0;
    list-style-type: none;
    border-top: 1px solid #979797
}

.comment-list>ol {
    padding-left: 0
}

.comment-list li:last-child {
    border-bottom: none
}

.comment-list ul {
    display: block;
    padding-left: 20px;
    border-top: 1px solid #979797
}

.comment-list>li>ul {
    padding-left: 0;
    border-top: none
}

.comment-list-title {
    margin: 0 0 15px;
    color: #333;
    font-weight: 700;
    font-size: 18px
}

.comment-list-title a,
.comment-list-title a:link,
.comment-list-title a:visited {
    color: #333
}

.comment-list-text {
    margin: 0 0 15px;
    color: #333;
    font-size: 16px
}

.comment-list-info {
    margin: 0;
    padding-bottom: 15px;
    color: #636363;
    font-size: 14px;
    text-align: right
}

.entry {
    margin-bottom: 40px;
    word-break: break-word
}

.entry.-index {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.entry pre {
    word-break: keep-all
}

.entry-header {
    padding: 10px 0
}

.entry-date {
    margin: 0 0 5px;
    color: #666;
    font-size: 14px
}

.entry-date,
.entry-new {
    line-height: 1;
    vertical-align: middle
}

.entry-new {
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    background-color: #e28484;
    border-radius: 5px;
    transition: background-color .2s
}

.entry .entry-title {
    margin: 0 0 15px;
    color: #333;
    font-size: 28px;
    line-height: 1.4
}

.entry .entry-title a {
    text-decoration: none
}

.entry .entry-title a:link,
.entry .entry-title a:visited {
    color: #333
}

.entry .entry-title a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: underline
}

.entry-labels {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    list-style-type: none
}

.entry-labels li {
    display: inline-block;
    padding: 0 4px 4px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.2
}

.entry-labels li:first-child {
    padding-left: 0
}

.entry-labels li:last-child {
    padding-right: 0
}

.entry-labels a {
    display: inline-block
}

.entry-labels a:link,
.entry-labels a:visited {
    text-decoration: none
}

.entry-labels a:hover {
    text-decoration: underline;
    cursor: pointer
}

.entry-category-label:link,
.entry-category-label:visited,
.entry-tag-label:link,
.entry-tag-label:visited {
    color: #666
}

.entry-category-label:hover,
.entry-tag-label:hover {
    color: #666;
    cursor: pointer
}

.entry-body {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 16px;
    line-height: 1.5
}

.entry-body p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7
}

.entry-body a {
    border-bottom: 1px dashed
}

.entry-body a:link,
.entry-body a:visited {
    color: #666
}

.entry-body a:hover {
    color: #666;
    cursor: pointer
}

.entry-body a:hover,
.entry-body a:link,
.entry-body a:visited {
    text-decoration: none
}

.entry-body a:hover {
    color: #e28484
}

.entry-body em {
    color: #e28484
}

.entry-body em,
.entry-body strong {
    font-weight: 700;
    font-style: normal
}

.entry-body h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px
}

.entry-body h3 {
    font-size: 20px
}

.entry-body h3,
.entry-body h4 {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #333
}

.entry-body h4 {
    font-size: 18px
}

.entry-body h5 {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px
}

.entry-body .acms-entry-unit-full>:first-child,
.entry-body .acms-entry-unit-full>:first-child.js-edit_inplace-hovering+.js-edit_inplace>:first-child,
.entry-body .acms-entry-unit-full>:first-child.js-edit_inplace>:first-child,
.entry-body>:first-child,
.entry-body>:first-child.js-edit_inplace-hovering+.js-edit_inplace>:first-child,
.entry-body>:first-child.js-edit_inplace>:first-child {
    margin-top: 0
}

.entry-body ul {
    margin: 0 0 35px;
    padding: 0 10px 0 35px;
    list-style-type: disc
}

.entry-body ul ul {
    margin-top: 10px
}

.entry-body ul li {
    margin-bottom: 10px;
    color: #333
}

.entry-body ul li:last-child {
    margin-bottom: 0
}

.entry-body ol {
    margin-bottom: 35px;
    padding-left: 17px;
    counter-reset: a
}

.entry-body ol ol {
    margin-top: 10px
}

.entry-body ol li {
    margin-bottom: 10px;
    list-style: none
}

.entry-body ol li:last-child {
    margin-bottom: 0
}

.entry-body ol li:before {
    content: counters(a, "-") ". ";
    counter-increment: a
}

.entry-body dt {
    margin-bottom: 15px;
    font-weight: 700
}

.entry-body dd {
    margin-bottom: 15px;
    margin-left: 15px
}

.entry-body table {
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    border-collapse: collapse
}

.entry-body table th {
    font-weight: 400;
    background: #f5f5f5
}

.entry-body table td,
.entry-body table th {
    padding: 10px;
    border: 1px solid #ccc
}

.entry-body blockquote {
    margin-bottom: 35px;
    padding: 15px 30px;
    line-height: 1.7;
    border: 1px solid #ccc;
    border-left: 7px solid #ccc
}

.entry-body .quote {
    padding: 0;
    border-width: 1px
}

.entry-body .quoteLink {
    display: block;
    padding: 15px 30px;
    border: none
}

.entry-body .quoteLink:hover,
.entry-body .quoteLink:link,
.entry-body .quoteLink:visited {
    text-decoration: none
}

.entry-body .quoteLink:hover .quoteTitle {
    text-decoration: underline
}

.entry-body .quote-maincontents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.entry-body .quoteTitle-wrap {
    margin: 0 20px 10px 0
}

.entry-body .quoteTitle {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    text-align: left
}

.entry-body .quoteImageContainer {
    float: none;
    min-width: 100px;
    margin: 0 0 10px
}

.entry-body .quoteSiteName {
    margin: 0
}

.entry-body .quoteDescription,
.entry-body .quoteSiteName {
    font-size: 14px;
    text-align: left
}

.entry-body .caption {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    line-height: 1
}

.entry-body .prettyprint {
    max-width: 100%;
    margin: 0 0 35px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f5f5f5;
    border: none
}

.entry-body .prettyprint.linenums {
    box-shadow: none
}

.entry-body .prettyprint.linenums li {
    color: #999
}

.entry-body .prettyprint ol {
    margin: 0;
    padding: 15px 0 15px 56px;
    overflow: visible;
    line-height: 2em;
    box-shadow: inset 48px 0 0 #f5f5f5, inset 49px 0 0 #bdb7b7
}

.entry-body .prettyprint li {
    margin-bottom: 5px;
    overflow: visible;
    line-height: 1.5;
    white-space: pre;
    list-style: decimal;
    list-style-position: outside
}

.entry-body .prettyprint li:before {
    content: none
}

.entry-body .prettyprint li:after {
    padding: 1px 20px 0;
    content: ""
}

.entry-body code,
.entry-body pre,
.entry-body samp {
    font-family: Menlo, Monaco, Courier New, monospace
}

.entry-body .entry-container {
    clear: both
}

.entry-body [class^=column-table] .entry-container {
    margin-bottom: 35px;
    overflow-x: auto
}

.entry-body [class^=column-table] table {
    margin-bottom: 0
}

.entry-body [class*=column-eximage-],
.entry-body [class*=column-file-],
.entry-body [class*=column-image-],
.entry-body [class*=column-media-],
.entry-body [class*=column-video-],
.entry-body [class*=column-yolp-],
.entry-body [class*=column-youtube-] {
    margin-bottom: 35px
}

.entry-body [class*=column-eximage-] a,
.entry-body [class*=column-file-] a,
.entry-body [class*=column-image-] a,
.entry-body [class*=column-media-] a,
.entry-body [class*=column-video-] a,
.entry-body [class*=column-yolp-] a,
.entry-body [class*=column-youtube-] a {
    border: none
}

.entry-body dl,
.entry-body ol,
.entry-body ul {
    overflow: hidden
}

@media screen and (max-width:767px) {
    .entry-body .entry-container {
        -ms-overflow-x: auto;
        overflow-x: auto
    }

    .entry-body table td,
    .entry-body table th {
        white-space: nowrap
    }
}

.entry-body .outline {
    margin: 0 10px 35px;
    padding: 15px;
    border: 2px solid #e28484
}

.entry-body .outline-header {
    display: -ms-flexbox;
    display: flex
}

.entry-body .outline-title {
    margin: 0;
    color: #e28484;
    font-size: 16px;
    line-height: 1
}

.entry-body .outline-btn {
    margin-top: -5px;
    margin-left: auto;
    padding: 2px 7px;
    color: #fff;
    background: #e28484;
    border: 0;
    border-radius: 3px;
    font-size: 12px
}

.entry-body .outline-btn .acms-icon-arrow-small-down {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

.entry-body .outline-list-wrap>.outline-list {
    padding-left: 0
}

.entry-body .outline-list-wrap>.outline-list>.outline-item:first-child {
    margin-top: 15px
}

.entry-body .outline-list {
    margin: 0;
    padding: 0 0 0 20px
}

.entry-body .outline-list.level-1>.outline-item {
    font-weight: 700
}

.entry-body .outline-item {
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 12px
}

.entry-body .outline-item:before {
    content: none
}

.entry-body .outline-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none
}

.entry-body .outline-item a:link,
.entry-body .outline-item a:visited {
    color: #666
}

.entry-body .outline-item a:hover {
    color: #e28484;
    cursor: pointer
}

.entry-body .outline-item a:before {
    padding-right: 10px;
    color: #e28484;
    font-weight: 700;
    white-space: nowrap;
    content: counters(a, "-") ". ";
    counter-increment: a
}

@media screen and (min-width:768px) {
    .entry-body .outline-title {
        margin-bottom: 5px;
        font-size: 18px
    }

    .entry-body .outline-item {
        font-size: 14px
    }
}

.entry-continue-btn {
    display: block;
    max-width: 100%;
    margin: 15px 0;
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e28484;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color .2s
}

.entry-continue-btn:after,
.entry-continue-btn:before {
    display: table;
    content: " "
}

.entry-continue-btn:after {
    clear: both
}

.entry-continue-btn:link,
.entry-continue-btn:visited {
    color: #e28484
}

.entry-continue-btn:hover {
    color: #e28484;
    cursor: pointer
}

.entry-continue-btn:hover,
.entry-continue-btn:link,
.entry-continue-btn:visited {
    text-decoration: none
}

.entry-continue-btn:hover {
    background-color: rgba(0, 0, 0, .05)
}

.entry-footer {
    margin-top: 40px
}

.entry-footer .profile {
    padding: 30px;
    background-color: #f5f5f5
}

.entry-footer .profile-info {
    display: block;
    text-align: center
}

.entry-footer .profile-img {
    margin: 0 auto 12px
}

.entry-footer .profile-text {
    margin: 0
}

.entry-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.entry-udate-info {
    margin: 3px 15px 0 0;
    color: #666;
    font-size: 12px
}

.share-wrapper {
    float: right
}

.share-text {
    display: inline;
    float: left;
    margin: 0
}

.share-list {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none
}

.share-item {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top
}

.share-item a {
    display: block;
    color: #999;
    text-decoration: none;
    transition: opacity .2s
}

.share-item a:hover {
    opacity: .7
}

.share-item [class*=acms-icon] {
    font-size: 16px;
    vertical-align: middle
}

.share-item .share-item-facebook {
    color: #1877f2;
    font-size: 22px;
    line-height: 1.2
}

.share-item .share-item-facebook:before {
    vertical-align: middle
}

.share-item .share-item-twitter {
    color: #55acee;
    font-size: 22px;
    line-height: 1.2
}

.share-item .share-item-twitter:before {
    vertical-align: middle
}

@media screen and (max-width:767px) {

    .acms-entry .caption,
    .acms-entry [class*=column-eximage-].nocaption,
    .acms-entry [class*=column-image-].nocaption,
    .acms-entry [class*=column-map-],
    .acms-entry [class*=column-media-].nocaption,
    .acms-entry [class*=column-video-],
    .acms-entry [class*=column-yolp-],
    .acms-entry [class*=column-youtube-],
    .column-eximage-left,
    .column-eximage-right,
    .column-image-left,
    .column-image-right,
    .column-media-left,
    .column-media-right {
        text-align: center
    }

    .entry-title {
        font-size: 18px
    }
}

.entry-list {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #ccc
}

.entry-list li {
    display: block;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #ccc
}

.entry-list a {
    display: block;
    margin: -10px;
    padding: 10px;
    background-color: transparent;
    transition: background-color .2s
}

.entry-list a:link,
.entry-list a:visited {
    color: #333
}

.entry-list a:hover {
    color: #333;
    cursor: pointer
}

.entry-list a:hover,
.entry-list a:link,
.entry-list a:visited {
    text-decoration: none
}

.entry-list a:hover {
    background-color: #f5f5f5
}

.entry-list-category,
.entry-list-date {
    display: inline-block;
    margin-bottom: 5px;
    color: #666;
    font-size: 12px
}

.entry-list-title {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.entry-list.is-thumbnail a {
    display: -ms-flexbox;
    display: flex
}

.entry-list-thumbnail-img-outer {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0
}

.entry-list-thumbnail-info {
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:479px) {
    .entry-list.is-thumbnail a {
        padding-right: 0;
        padding-left: 0
    }
}

.summary {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.summary-entry-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: #333;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    transition: background-color .2s
}

.summary-entry-link:hover {
    background-color: #f5f5f5
}

.summary-entry-link:active,
.summary-entry-link:focus,
.summary-entry-link:link,
.summary-entry-link:visited {
    color: #333
}

.summary-entry-img-outer {
    padding: 0 10px
}

.summary-entry-img {
    box-sizing: border-box;
    width: 178px;
    height: 100px
}

.summary-entry-contents {
    box-sizing: border-box;
    width: 69%;
    padding: 0 10px
}

.summary-entry-title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4
}

.summary-entry-text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5
}

.summary-entry-text span {
    padding: 1px;
    color: #fff;
    vertical-align: middle;
    background-color: #e28484;
    border-radius: 50%
}

.summary-entry-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0
}

.summary-entry-user-icon {
    margin: 0 10px 0 0;
    width: 26px;
    height: 26px;
    border-radius: 100%
}

@media screen and (max-width:767px) {
    .summary-entry-link {
        padding: 15px 0
    }

    .summary-entry-title {
        font-size: 16px
    }

    .entry-date {
        margin-bottom: 2px;
        font-size: 12px
    }

    .entry-labels {
        margin-bottom: 0
    }

    .entry-labels li {
        padding: 0 3px 2px 0;
        font-size: 12px
    }

    .summary-entry-text {
        display: none
    }
}

@media screen and (max-width:479px) {
    .summary-entry-img-outer {
        padding: 0 5px 0 0
    }

    .summary-entry-img {
        width: 120px;
        height: 67px
    }

    .summary-entry-contents {
        padding: 0 0 0 5px
    }
}

.summary.is-thumbnail-1column {
    margin-top: 10px;
    padding: 0
}

.summary.is-thumbnail-1column .entry-labels {
    margin-bottom: 0
}

.summary.is-thumbnail-1column .entry-labels a {
    font-size: 10px
}

.summary.is-thumbnail-1column .entry-date {
    margin-bottom: 2px
}

.summary.is-thumbnail-1column .entry-labels li {
    padding: 0 3px 0 0
}

.summary.is-thumbnail-1column .summary-entry-link {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 15px
}

.summary.is-thumbnail-1column .summary-entry-img-outer {
    margin: 0 0 10px;
    padding: 0
}

.summary.is-thumbnail-1column .summary-entry-img {
    width: 100%;
    height: 0;
    padding: 28.125%
}

.summary.is-thumbnail-1column .summary-entry-contents {
    width: 100%;
    padding: 0 5px
}

.summary.is-thumbnail-1column .summary-entry-title {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .summary.is-thumbnail-1column-sp {
        margin-top: 10px;
        padding: 0
    }

    .summary.is-thumbnail-1column-sp .entry-labels {
        margin-bottom: 0
    }

    .summary.is-thumbnail-1column-sp .entry-labels a {
        font-size: 10px
    }

    .summary.is-thumbnail-1column-sp .entry-date {
        margin-bottom: 2px
    }

    .summary.is-thumbnail-1column-sp .entry-labels li {
        padding: 0 3px 0 0
    }

    .summary.is-thumbnail-1column-sp .summary-entry-link {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 0 15px
    }

    .summary.is-thumbnail-1column-sp .summary-entry-img-outer {
        margin: 0 0 10px;
        padding: 0
    }

    .summary.is-thumbnail-1column-sp .summary-entry-img {
        width: 100%;
        height: 0;
        padding: 28.125%
    }

    .summary.is-thumbnail-1column-sp .summary-entry-contents {
        width: 100%;
        padding: 0 5px
    }

    .summary.is-thumbnail-1column-sp .summary-entry-title {
        margin-bottom: 10px
    }
}

.summary.is-thumbnail-2column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px -5px 0;
    padding: 0
}

.summary.is-thumbnail-2column .entry-labels {
    margin-bottom: 0
}

.summary.is-thumbnail-2column .entry-labels a {
    font-size: 10px
}

.summary.is-thumbnail-2column .entry-date {
    margin-bottom: 2px;
    font-size: 10px
}

.summary.is-thumbnail-2column .entry-labels li {
    padding: 0 3px 0 0;
    font-size: 10px
}

.summary.is-thumbnail-2column .summary-entry {
    width: 50%
}

.summary.is-thumbnail-2column .summary-entry-link {
    display: block;
    margin-bottom: 20px;
    padding: 0 5px;
    border: none
}

.summary.is-thumbnail-2column .summary-entry-img-outer {
    margin: 0 0 5px;
    padding: 0
}

.summary.is-thumbnail-2column .summary-entry-img {
    width: 100%;
    height: 0;
    padding: 28.125%
}

.summary.is-thumbnail-2column .summary-entry-contents {
    width: 100%;
    padding: 0 5px
}

.summary.is-thumbnail-2column .summary-entry-title {
    font-size: 16px
}

.summary.is-thumbnail-2column .summary-entry-text {
    display: none
}

@media screen and (max-width:767px) {
    .summary.is-thumbnail-2column-sp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 10px -5px 0;
        padding: 0
    }

    .summary.is-thumbnail-2column-sp .entry-labels {
        margin-bottom: 0
    }

    .summary.is-thumbnail-2column-sp .entry-labels a {
        font-size: 10px
    }

    .summary.is-thumbnail-2column-sp .entry-date {
        margin-bottom: 2px;
        font-size: 10px
    }

    .summary.is-thumbnail-2column-sp .entry-labels li {
        padding: 0 3px 0 0;
        font-size: 10px
    }

    .summary.is-thumbnail-2column-sp .summary-entry {
        width: 50%
    }

    .summary.is-thumbnail-2column-sp .summary-entry-link {
        display: block;
        margin-bottom: 20px;
        padding: 0 5px;
        border: none
    }

    .summary.is-thumbnail-2column-sp .summary-entry-img-outer {
        margin: 0 0 5px;
        padding: 0
    }

    .summary.is-thumbnail-2column-sp .summary-entry-img {
        width: 100%;
        height: 0;
        padding: 28.125%
    }

    .summary.is-thumbnail-2column-sp .summary-entry-contents {
        width: 100%;
        padding: 0 5px
    }

    .summary.is-thumbnail-2column-sp .summary-entry-title {
        font-size: 16px
    }

    .summary.is-thumbnail-2column-sp .summary-entry-text {
        display: none
    }
}

.nav-wrap {
    display: none
}

.nav {
    font-size: 14px
}

.nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.nav-list:after,
.nav-list:before {
    display: table;
    content: " "
}

.nav-list:after {
    clear: both
}

.nav-list li {
    list-style-type: none
}

.nav-list a,
.nav-list li {
    display: block;
    padding: 13px 20px
}

.nav-list a {
    margin: -13px -20px;
    border-bottom: 2px solid transparent;
    border-color: transparent;
    transition: border-color .2s
}

.nav-list a:link,
.nav-list a:visited {
    color: #666
}

.nav-list a:hover {
    color: #333;
    cursor: pointer
}

.nav-list a:hover,
.nav-list a:link,
.nav-list a:visited {
    text-decoration: none
}

.nav-list a:hover {
    border-color: #e28484
}

#nav-list-wrap {
    display: inline
}

.nav-title {
    display: none;
    margin: 0;
    padding: 10px;
    color: #666;
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width:768px) {
    .nav-wrap {
        display: block;
        border-bottom: 1px solid #ccc
    }
}

.nav-sp-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-sp-item {
    padding: 20px 12px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ccc
}

.nav-sp-item a {
    color: #333
}

.nav-sp-item a:active,
.nav-sp-item a:focus,
.nav-sp-item a:hover,
.nav-sp-item a:link,
.nav-sp-item a:visited {
    color: #333;
    text-decoration: none
}

.serial-nav {
    position: static;
    min-height: 34px;
    margin-bottom: 80px;
    font-size: 14px
}

.serial-nav a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #999;
    border-radius: 5px;
    border-color: #999;
    transition: border-color .2s
}

.serial-nav a:link,
.serial-nav a:visited {
    color: #666
}

.serial-nav a:hover {
    color: #666;
    cursor: pointer
}

.serial-nav a:hover,
.serial-nav a:link,
.serial-nav a:visited {
    text-decoration: none
}

.serial-nav a:hover {
    border-color: #666
}

.serial-nav-list {
    margin: 0;
    padding: 0
}

.serial-nav-next,
.serial-nav-prev {
    display: block;
    list-style-type: none
}

.serial-nav-prev {
    width: 100%;
    margin-bottom: 10px
}

.serial-nav-prev a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 75px;
    padding: 16px 20px 16px 38px;
    white-space: normal;
    text-align: left
}

.serial-nav-prev-icon {
    position: absolute;
    top: 30px;
    left: 15px
}

.serial-nav-index {
    display: none
}

.serial-nav-next {
    float: right;
    width: 100%;
    text-align: right
}

.serial-nav-next a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 75px;
    padding: 16px 38px 16px 20px;
    white-space: normal;
    text-align: left
}

.serial-nav-next-icon {
    position: absolute;
    top: 30px;
    right: 15px
}

@media screen and (min-width:768px) {
    .serial-nav {
        position: relative;
        min-height: 75px
    }

    .serial-nav-prev {
        float: left;
        width: calc(50% - 34px);
        margin-bottom: 0
    }

    .serial-nav-next {
        width: calc(50% - 44px)
    }

    .serial-nav-index {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 70px;
        margin-left: -30px;
        text-align: center;
        list-style-type: none
    }

    .serial-nav-index a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 75px;
        padding: 27px 5px
    }
}

@media screen and (min-width:768px) {
    .serial-nav-prev-title {
        width: 100%
    }
}

.not-found {
    margin-bottom: 60px
}

.not-found-title {
    margin: 20px 0;
    color: #333;
    font-size: 24px;
    text-align: center
}

.not-found-message {
    color: #333;
    font-size: 16px;
    text-align: center
}

.not-found-message-text {
    margin-bottom: 30px
}

.not-found-return {
    color: #666;
    border-bottom: 1px dashed
}

.not-found-return:link,
.not-found-return:visited {
    color: #666
}

.not-found-return:hover {
    color: #666;
    cursor: pointer
}

.not-found-return:hover,
.not-found-return:link,
.not-found-return:visited {
    text-decoration: none
}

.not-found-return:hover {
    color: #e28484
}

@media screen and (min-width:768px) {
    .not-found-title {
        font-size: 28px
    }
}

.pager {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 40px;
}

.pager ul {
    margin: 0 135px;
    padding: 0;
    text-align: center
}

.pager li {
    margin-bottom: 5px;
    list-style-type: none;
    background: #fff
}

.pager li span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    background: #666;
    border: 1px solid #666;
    border-radius: 5px
}

.pager li a>span {
    color: #666;
    background: #fff;
    border: 1px solid #999;
    border-color: #999;
    transition: border-color .2s
}

.pager li a>span:hover {
    border-color: #666
}

.pager a {
    display: block;
    width: 100%
}

.pager a:hover,
.pager a:link,
.pager a:visited {
    text-decoration: none
}

.pager a:link,
.pager a:visited {
    color: #fff
}

.pager a:hover {
    color: #fff;
    cursor: pointer
}

.pager-item {
    display: inline-block;
    width: 37px;
    height: 33px;
    line-height: 33px
}

@media screen and (max-width:767px) {
    .pager {
        display: table
    }

    .pager ul {
        margin: 0
    }
}

.profile {
    margin-bottom: 30px
}

.profile-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile-img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 20px 12px 0;
    border-radius: 50%
}

.profile-name {
    margin: 0 0 5px;
    color: #333;
    font-weight: 700;
    font-size: 16px
}

.profile-position {
    margin: 0;
    color: #333;
    font-size: 14px
}

.profile-position span {
    display: block
}

.profile-icon-list {
    margin-bottom: 12px
}

.profile-text {
    margin: 0;
    color: #333;
    font-size: 14px
}

.profile-text a {
    color: #3b5998
}

.profile-text a:link,
.profile-text a:visited {
    text-decoration: none
}

.profile-text a:hover {
    text-decoration: underline
}

.profile-text a:link,
.profile-text a:visited {
    color: #3b5998
}

.profile-text a:hover {
    color: #3b5998;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .profile-text {
        margin-left: 100px
    }

    .profile-text.-profile-img-none {
        margin-left: 0
    }
}

.offcanvas-btn {
    display: none
}

@media screen and (max-width:767px) {
    .offcanvas-btn {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 2;
        display: block;
        width: 50px;
        height: 50px;
        padding: 16px 0;
        background: #333;
        border: none;
        border-radius: 10px;
        cursor: pointer
    }

    .offcanvas-btn-line {
        display: block;
        width: 20px;
        height: 3px;
        margin: 0 auto 4px;
        background: #fff
    }
}

@media screen and (min-width:768px) {
    .js-acms-offcanvas-body-right {
        left: -300px
    }

    .js-acms-offcanvas-body-left {
        left: 300px
    }

    .js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
        width: 300px
    }

    .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
        margin-right: -300px
    }

    .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left,
    .js-acms-offcanvas-body-right .js-acms-header-fixed {
        margin-left: -300px
    }

    .js-acms-offcanvas-body-left .js-acms-header-fixed {
        margin-left: 300px
    }
}

.search-form {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed
}

.search-form-text {
    display: table-cell;
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #999;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none
}

.search-form-btn-wrap {
    position: relative;
    display: table-cell;
    width: 40px
}

.search-form-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-left: -1px;
    padding: 0;
    color: #999;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #999;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.search-form-btn:hover {
    color: #666
}

.search-result {
    padding-bottom: 5px;
    border-bottom: 4px solid #f5f5f5
}

.search-result-heading {
    display: inline-block;
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 1.3
}

.search-result-heading a,
.search-result-heading a:hover {
    color: #666
}

.social-icon {
    display: inline-block;
    margin-right: 10px;
    color: #999;
    font-size: 16px;
    text-align: center;
    vertical-align: middle
}

.social-icon:link,
.social-icon:visited {
    color: #999
}

.social-icon:hover {
    color: #666;
    cursor: pointer
}

.social-icon:hover,
.social-icon:link,
.social-icon:visited {
    text-decoration: none
}

.social-icon:last-child {
    margin-right: 0
}

.tag-cloud {
    margin: 0 0 30px;
    padding: 0
}

.tag-cloud a:hover,
.tag-cloud a:link,
.tag-cloud a:visited {
    color: #666
}

.tag-cloud a:link,
.tag-cloud a:visited {
    text-decoration: none
}

.tag-cloud a:hover {
    text-decoration: underline;
    cursor: pointer
}

.tag-cloud li {
    display: inline;
    list-style-type: none
}

.tag-cloud ul {
    margin: 0;
    padding: 0 0 0 10px;
    line-height: 1.4
}

.tag-cloud .acms-admin-module-edit a {
    text-decoration: underline
}

.tag-cloud .acms-admin-module-edit a:link,
.tag-cloud .acms-admin-module-edit a:visited {
    color: #fff
}

.tag-cloud .acms-admin-module-edit a:hover {
    color: #fff;
    cursor: pointer
}

.tag-cloud-item1,
.tag-cloud-item2 {
    font-size: 12px
}

.tag-cloud-item3,
.tag-cloud-item4,
.tag-cloud-item5 {
    font-size: 14px
}

.tag-cloud-item6,
.tag-cloud-item7,
.tag-cloud-item8,
.tag-cloud-item9,
.tag-cloud-item10,
.tag-cloud-item11,
.tag-cloud-item12,
.tag-cloud-item13 {
    font-size: 14px;
    font-weight: 700
}

.tag-cloud-item14,
.tag-cloud-item15,
.tag-cloud-item16,
.tag-cloud-item17,
.tag-cloud-item18,
.tag-cloud-item19 {
    font-size: 16px;
    font-weight: 700
}

.tag-cloud-item20,
.tag-cloud-item21,
.tag-cloud-item22,
.tag-cloud-item23,
.tag-cloud-item24,
.tag-cloud-item25 {
    font-size: 18px;
    font-weight: 700
}

.tag-filter {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

.tag-filter-list {
    margin: 0;
    padding: 0;
    text-align: left
}

.tag-filter-list li {
    display: inline-block;
    margin-right: 7px;
    list-style-type: none
}

.tag-filter-list li:last-child {
    margin-right: 0
}

.tag-filter-list a:hover,
.tag-filter-list a:link,
.tag-filter-list a:visited {
    color: #9b9b9b
}

.tag-filter-list a:link,
.tag-filter-list a:visited {
    text-decoration: none
}

.tag-filter-list a:hover {
    text-decoration: underline;
    cursor: pointer
}

.tag-relational {
    margin-bottom: 30px
}

.tag-relational-description {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4
}

.tag-relational-tags {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style-type: none
}

.tag-relational-tags li {
    display: inline-block;
    padding: 0 4px 4px 0;
    line-height: 1
}

.tag-relational-tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px
}

.tag-relational-tags a:link,
.tag-relational-tags a:visited {
    text-decoration: none
}

.tag-relational-tags a:hover {
    text-decoration: underline
}

.tag-relational-tags a:link,
.tag-relational-tags a:visited {
    color: #3b5998
}

.tag-relational-tags a:hover {
    color: #3b5998;
    cursor: pointer
}

.tag-relational-tags a:first-child {
    padding-left: 0
}

.tag-relational-tags a:last-child {
    padding-right: 0
}

.tag-relational-entry-wrap {
    margin: 0 -5px
}

.tag-relational-entry {
    display: block;
    padding: 0 5px 30px;
    border: none
}

.tag-relational-entry:hover .tag-relational-img {
    opacity: .7
}

.tag-relational-img {
    width: 100%;
    height: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 28.125%;
    transition: opacity .2s
}

.tag-relational-entry-title {
    margin: 0;
    padding: 0 5px;
    color: #333;
    font-weight: 700;
    font-size: 12px
}

@media screen and (min-width:480px) {
    .tag-relational-description {
        margin-bottom: 15px
    }

    .tag-relational-entry-title {
        font-size: 16px
    }
}

.thumbnail {
    margin: 0 -5px 30px;
    padding: 0
}

.thumbnail li {
    display: block;
    margin: 0 0 25px;
    padding-right: 5px;
    padding-left: 5px;
    list-style-type: none
}

.thumbnail a:hover,
.thumbnail a:link,
.thumbnail a:visited {
    text-decoration: none
}

.thumbnail a:link,
.thumbnail a:visited {
    color: #fff
}

.thumbnail a:hover {
    color: #fff;
    cursor: pointer
}

.thumbnail a:hover .thumbnail-img-outer {
    opacity: .7
}

.thumbnail-inner {
    display: block;
    width: 100%;
    height: 100%
}

.thumbnail-img-outer {
    width: 100%;
    height: 0;
    margin: 0 0 5px;
    padding: 28.125%
}

.thumbnail-img,
.thumbnail-img-outer {
    transition: opacity .2s
}

.thumbnail-date {
    margin-top: 0;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px
}

.thumbnail-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    font-size: 14px
}

.thumbnail-text {
    padding-right: 5px;
    padding-left: 5px
}

@media screen and (max-width:767px) {
    .thumbnail-date {
        font-size: 10px
    }

    .thumbnail-title {
        font-size: 12px
    }
}

.topicpath-wrap {
    height: 28px;
    margin-bottom: 25px;
    overflow: hidden
}

.topicpath {
    margin: 0;
    padding: 0 0 35px;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    list-style-type: none
}

.topicpath a:hover,
.topicpath a:link,
.topicpath a:visited {
    color: #666
}

.topicpath a:link,
.topicpath a:visited {
    text-decoration: none
}

.topicpath a:hover {
    text-decoration: underline;
    cursor: pointer
}

.topicpath li {
    display: inline-block;
    margin-left: 1px
}

.topicpath li:after {
    display: inline-block;
    margin-left: 5px;
    content: ">"
}

.topicpath li:first-child {
    margin-left: 0
}

.topicpath li:last-child:after {
    display: none
}

@media screen and (max-width:767px) {
    .topicpath-wrap {
        height: 20px;
        margin-bottom: 10px
    }

    .topicpath-wrap.is-root-top {
        height: 0
    }
}