/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Corben&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd, pre, samp {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.side-focus-link {
    position: relative;
}

.icon_pr {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.icon_pr img {
  display: block;
}

@media (max-width:767px) {
    .icon_pr img {
        width: 36px;
        height: 22px;
    }
}

.side-focus-link .icon_pr img {
    width: 55px;
    height: 34px;
}

.pc-billboard {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

#logly-lift-widget #logly-lift-widget-conten #logly-lift-widget-content-ad-wrap .logly-lift-ad-title {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before, .was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before, .was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container, .navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination-info {
    padding-top: 30px;
    padding-bottom: 30px;
    margin:0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    color: inherit;
    text-decoration: none;
}
a:hover.pagination-info {
    color: inherit;
    text-decoration: none;
}

.mobile .pagination-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 40px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
}

.pagination-info-text {
    margin-right: 20px;
    color: #89B7AA;
}

.mobile .pagination-info-text {
    color: #89B7AA;
    margin-right: 0px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center; 
}

.search .pagination {
    margin-bottom: 20px;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 45px;
    color: #007bff;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}

.mobile .page-link{
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #7ab9a9
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item {
    padding: 0 5px;
}

.page-item:first-child .page-link.prev, .page-item:last-child .page-link.next {
    border: 2px solid #7ab9a9;
}
.page-item .page-link.prev, .page-item .page-link.next{
    border-radius: 0.5em;
}
.pc .page-item .page-link.prev, .pc .page-item .page-link.next {
    width: unset;
    height: unset;
    padding: 0 15px;
}

.page-item .page-link.prev::before, .page-item .page-link.next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
}
.pc .page-item .page-link.prev::before{
    background-image: url(../img/common/slider_l-2.png);
    margin-right: 20px;
}
.pc .page-item .page-link.next::after{
    background-image: url(../img/common/slider_r-2.png);
    margin-left: 20px;
}
.mobile .page-item .page-link.prev::before{
    background-image: url(../img/common/mobile_pagination_arrow_l.png);
}
.mobile .page-item .page-link.next::after{
    background-image: url(../img/common/mobile_pagination_arrow_r.png);
}
.pc .page-item .page-link.prev:first-child {
    margin-right: 42px;
}
.pc .page-item .page-link.next:last-child {
    margin-left : 42px;
}
.mobile .page-item .page-link.prev:first-child {
    margin-right: 0;
}
.mobile .page-item .page-link.next:last-child {
    margin-left : 0;
}
.mobile .first_page .page-item .page-link.prev:first-child {
    margin-right: 15px;
}
.mobile .first_page .page-item .page-link.next:last-child {
    margin-left : 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.page-numbers {
    border-radius: 50%;
}

.prev.page-numbers, .next.page-numbers{
    border-radius: unset;
    width: unset;
    height: unset;
    padding: 0 15px;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.sns_area .d-flex{
    display: flex;
    justify-content: center;
}

.sns_area .d-flex li:nth-child(2) a{
    margin: 0 18px; 
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 1em;
    margin: .67em 0;
    line-height: 1.5;
}

@media (max-width:767.98px) {
    .site-title h1{
        font-size: 0.9em;
        padding-bottom: 5px;
    }
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 0px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

html {
    font-size: 16px;
    line-height: 1.7
}

body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    background: #fff;
    -webkit-font-smoothing: inherit
}

body, html {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    text-rendering: inherit
}

a {
    text-decoration: none
}

a:active, a:focus, a:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-top: 0;
    margin-bottom: 0
}

dd, dl, dt {
    margin: 0;
    padding: 0
}

.pc .l-wrapper {
    min-width: 1040px
}

.l-contents {
    padding-top: 30px
}

.mobile #bxslider-loading+.l-contents {
    padding-top: 0
}

.l-main {
    padding-top: 1rem
}

.pc .l-fotter {
    min-width: 1040px
}

.c-container {
    position: relative;
    margin: 0 auto
}

@media (min-width:768px) {
    #main-topArchiveList, #maincontents-middle, #maincontents-bottom, #footer_category, #footer-in, #header-pc-in {
        margin: 0 20px 20px;
    }
    #header-pc-in {
        margin-bottom: 0;
    }
    #contents_wrap, #maincontents-middle, #maincontents-bottom {
        display: flex;
        width: 1140px;
        margin: 0 auto;
    }
    .info_ul ul {
        width: 1140px;
        margin: 0 auto;
    }
    .info_ul .post_meta {
        display: flex;
    }
    .info_ul .p-archive-header {
        width: 1140px;
        margin-top: 20px;
    }
    .ranking-title-wrap {
        width: 300px;
        text-align: center;
    }
    .pickup{
        flex-wrap: wrap;
    }
    .pickup .p-media__body a{
        font-size: 15px;
    }
    .p-heading--sns, #sidebar-mailmagazine .p-heading {
        margin-bottom: 20px;
    }
    .spe_side_link{
        width: 300px;
    }
    .p-heading.p-heading--ranking {
        margin-bottom: 10px;
    }
    #side h2.p-heading.theme-bg.p-heading--ranking {
        padding: 0; 
    }
    .ranking_date {
        text-align: right;
        margin-bottom: 15px;
    }
    .p-garanking {
        margin-bottom: 40px;
    }
    .bxslider .category_icon {
        position: absolute;
        top: 78%;
        left: 8%;
    }
    .pc.single:not(.special) #main, .pc.page:not(.sdgs) #main {
        display: flex;
        width: 1140px;
        margin: 0 auto;
    }
    .content_wrap {
        width: 820px;
    }
    .toc-wrap {
        margin: 0 20px 20px;
    }
    .toc-titile {
        margin-bottom:  5px;
    }
    .p-breadcrumb .breadcrumb {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .category_ranking_wrap {
        min-width: 820px;
    }
}
/* only-pc */
.mobile .c-container {
    width: auto;
    max-width: 720px;
    min-width: inherit
}

.body-hamutaro.mobile .site-main #main-taxArchiveList, .body-hamutaro.mobile .site-main #main-topArchiveList, .c-gutter {
    padding-left: 20px;
    padding-right: 20px
}
.c-gutter{
    padding: 0;
}

.body-hamutaro.mobile .site-main #main-taxArchiveList, .body-hamutaro.mobile .site-main #main-topArchiveList,
.mobile #main-topArchiveList, .mobile #maincontents-middle, .mobile #maincontents-bottom,
.mobile.single .c-gutter, .mobile #search_wrap, .mobile.page .c-gutter {
    padding-left: 20px;
    padding-right: 20px
}

.c-ratio {
    display: block;
    position: relative
}

.c-ratio:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.c-ratio>embed, .c-ratio>iframe, .c-ratio>object, .c-ratio__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.c-ratio>embed, .c-ratio>iframe, .c-ratio>object, .c-ratio__content-sp {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%
}
.c-ratio--73to43:before {
    padding-bottom: 58.90411%
}

.c-ratio--16to9:before {
    padding-bottom: 56.25%
}

.c-ratio--4to3:before {
    padding-bottom: 75%
}

.c-ratio--3to2:before {
    padding-bottom: 66.66667%
}

.c-ratio--2to1:before {
    padding-bottom: 50%
}

.mobile .c-linkgroup {
    border-bottom: 1px solid #ccc
}

.mobile .c-linkgroup li {
    position: relative;
    border-top: 1px solid #ccc
}

.mobile .c-linkgroup li:before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    position: absolute;
    content: '\f125';
    right: 1rem;
    top: 50%;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666
}

.c-heading {
    font-size: 1em;
    letter-spacing: 1px
}

.c-heading--band {
    color: #f5d700;
    border-color: #f5d700
}

.mobile .c-heading {
    font-size: 14px
}

.mobile .c-heading--band {
    text-align: center;
    background: #f5d700;
    color: #fff;
    line-height: 1;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 10px
}

.c-parallax {
    position: fixed;
    width: 100%;
    z-index: -1
}

.p-heading {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px 15px;
    line-height: 1;
    margin: 0 0 20px;
    border-radius: 30px;
}

.p-heading:nth-child(n+2) {
    margin-top: 16px
}

.pc .p-heading {
    color: #fff
}

.mobile .p-heading {
    padding: 10px 15px;
    border-radius: 6px
}

.p-heading--band {
    color: #666;
    border-color: #ccc
}

.mobile .p-heading--band {
    border: none;
    line-height: 1;
    padding: 5px 0;
    color: #0f449b
}

.p-logoArea {
    display: block;
    height: auto;
    padding: 0;
    line-height: 1;
    font-size: 14px
}

.p-menu {
    letter-spacing: 1px
}

.p-menu--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-menu .p-menu__item {
    position: relative;
    padding: 0 15px
}

.p-menu .p-menu__item a:active, .p-menu .p-menu__item a:focus, .p-menu .p-menu__item a:hover {
    text-decoration: none;
    opacity: .6
}

.p-menu--border .p-menu__item a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 22px;
    margin: -11px 0 0 0;
    background-color: #ddd
}

.p-menu--border .p-menu__item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 3px;
    background: #000;
    height: 2px;
    width: 0%;
    border-left: 1rem solid #fff;
    border-right: 1rem solid #fff;
    box-sizing: border-box;
    transition-property: width, left, right;
    transition-duration: .15s;
    transition-timing-function: ease-out
}

.p-menu--border .p-menu__item.is-active a:before {
    width: 100%;
    left: 0;
    right: 0
}

.p-menu__item:last-child a:after {
    background-color: transparent
}

.mobile .p-menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.p-breadcrumb {
    font-size: 14px
}

.p-breadcrumb+.l-contents {
    margin-top: 5px
}

.p-breadcrumb a {
    color: #333
}

.p-breadcrumb a:active, .p-breadcrumb a:focus, .p-breadcrumb a:hover {
    color: gray;
    text-decoration: none
}

.p-breadcrumb .ion-home {
    color: #656565;
    font-size: 23px;
    padding-right: 3px
}

.mobile .p-breadcrumb .ion-home {
    font-size: 16px
}

.mobile .p-breadcrumb {
    font-size: 11px
}

.p-breadcrumb .breadcrumb {
    background: 0 0;
    margin-top: 10px;
    padding: 0;
}

.p-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f3d3"
}/*--パンくずの > --*/

.mobile .breadcrumb {
    padding: 5px 0;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mobile .breadcrumb-item {
    float: none;
    display: inline-block
}

.mobile .p-breadcrumb {
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa
}

.mobile .p-breadcrumb+.l-contents {
    margin-top: 0
}

.mobile .p-breadcrumb a {
    color: inherit
}

.mobile .p-breadcrumb a:active, .mobile .p-breadcrumb a:focus, .mobile .p-breadcrumb a:hover {
    color: inherit;
    text-decoration: inherit
}

.body-topic.mobile .p-breadcrumb {
    overflow: hidden;
    height: 26px;
    margin-bottom: 15px;
    overflow-x: scroll;
}

.body-topic.mobile .breadcrumb {
    overflow-x: scroll;
    text-overflow: inherit;
    line-height: 24px;
    padding: 0 0 50px
}

.p-modal {
    position: relative
}

.p-modal__content {
    position: absolute;
    display: block;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-modal__content__title {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    width: 89%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%,1.7em);
    padding: 2em 1.5em 1.5em;
    background-color: rgba(237, 240, 242,0.9)
}

.p-modal__content__title .category_icon {
    position: absolute;
    top: 13%;
    left: 2%;
}
.p-modal__content__sp {
    position: relative;
}
.p-modal__content__title__sp {
    color: #000;
    font-size: 3.8vmin;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    width: 92%;
    position: absolute;
    bottom: 10%;
    vertical-align: top;
    padding: 3em 1em 1em;
    background-color: rgba(237, 240, 242, 0.9);
    left: 4%;
}

.p-mobileNav {
    height: 50px
}

.p-bnr {
    display: block;
    margin-bottom: 15px
}

.p-bnr--rectangle {
    width: 300px;
    height: 250px;
    overflow: hidden
}

.p-bnr img {
    width: 100%;
    height: auto
}

.mobile .p-bnr {
    margin: 10px auto
}

.p-shopcard {
    border: 1px solid #eee
}

.p-shopcard h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.p-shopcard p {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    margin: 0;
    padding: 0
}

.p-shopcard+.p-shopcard {
    margin-top: 15px
}

.p-shopcard__header {
    background: #f7f7f7;
    padding: 1em
}

.p-shopcard__header h1 {
    font-size: 20px;
    padding: 1px 0
}

.p-shopcard__header p {
    color: #333
}

.p-shopcard__body {
    padding: 1em
}

.p-profile {
    font-size: 16px;
    font-weight: 400
}

.p-profile__thumbnail {
    min-height: 180px;
    margin-bottom: 5px;
    overflow: hidden
}

.p-profile__thumbnail img {
    width: 100%;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.p-profile__name {
    color: #ff2888;
    font-size: 16px;
    font-weight: 700
}

.p-profile__size {
    font-size: 12px
}

.p-profile__tag {
    font-size: 12px;
    color: #fff;
    background: #93c81d;
    margin: 5px 5px;
    box-shadow: 0 0 0 2px #93c81d;
    border: 1px dashed #fff
}

.p-logoArea {
    display: block;
    height: auto;
    line-height: 1;
    font-size: 14px
}

.mobile .p-logoArea {
    padding: 0;
    z-index: 1800;
}

.mobile .p-logoArea__img {
    height: 30px
}

.p-list-title {
    position: relative;
    display: block;
    color: #333;
    line-height: 1.4
}

.pc .p-list-title {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 3px solid #7ab9a9;
}

.p-list-title-top {
    position: relative;
    display: block;
    color: #333;
    line-height: 1.4
}
.bg-gray{
    background-color: #f9f9f9ee;
}
.pc .p-list-title-top {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #7ab9a9;
}

.mobile .p-list-title {
    font-size: 16px;
    text-align: center;
    color: #ffa900;
    margin: 0 0 15px;
    border-bottom: 1px solid #f9f9f9ee;
    font-weight: bold;
}

.sho-theme.mobile.body-topic .p-list-title {
    color: #181818;
    border-bottom: 3px solid #7ab9a9;
    font-size: 1.25em;
    margin-bottom: 25px;
    display: inline-block;
}

.sho-theme.mobile.body-bb .p-list-title {
    color: #e8452e
}

.sho-theme.mobile.body-mebae .p-list-title {
    color: #e8452e
}

.sho-theme.mobile.body-youchien .p-list-title {
    color: #e8452e
}

.sho-theme.mobile.body-nyujun .p-list-title {
    color: #28a745
}

.sho-theme.mobile.body-sho1 .p-list-title {
    color: #ef8fb0
}

.sho-theme.mobile.body-sho8 .p-list-title {
    color: #0072ce
}

.sho-theme.mobile.body-hamutaro .p-list-title {
    color: #f18230
}

.sho-theme.mobile.body-shoq .p-list-title {
    color: #449874
}

.sho-theme.mobile.body-anpanman .p-list-title {
    color: #e7442e
}

.sho-theme.mobile.body-dotou .p-list-title {
    color: #32cd82
}

.sho-theme.mobile.body-manga .p-list-title {
    color: #32cd82
}

.sho-theme.mobile.body-sho100 .p-list-title {
    color: #d60589
}

.sho-theme.mobile.body-bb .p-list-title {
    border-color: #e8452e
}

.sho-theme.mobile.body-mebae .p-list-title {
    border-color: #e8452e
}

.sho-theme.mobile.body-youchien .p-list-title {
    border-color: #e8452e
}

.sho-theme.mobile.body-nyujun .p-list-title {
    border-color: #28a745
}

.sho-theme.mobile.body-sho1 .p-list-title {
    border-color: #ef8fb0
}

.sho-theme.mobile.body-sho8 .p-list-title {
    border-color: #0072ce
}

.sho-theme.mobile.body-hamutaro .p-list-title {
    border-color: #f18230
}

.sho-theme.mobile.body-shoq .p-list-title {
    border-color: #449874
}

.sho-theme.mobile.body-anpanman .p-list-title {
    border-color: #e7442e
}

.sho-theme.mobile.body-dotou .p-list-title {
    border-color: #32cd82
}

.sho-theme.mobile.body-manga .p-list-title {
    border-color: #32cd82
}

.sho-theme.mobile.body-sho100 .p-list-title {
    border-color: #d60589
}

.sho-theme.body-topic .p-list-title:before {
    color: #181818
}

.sho-theme.body-bb .p-list-title:before {
    color: #e8452e
}

.sho-theme.body-mebae .p-list-title:before {
    color: #e8452e
}

.sho-theme.body-youchien .p-list-title:before {
    color: #e8452e
}

.sho-theme.body-nyujun .p-list-title:before {
    color: #28a745
}

.sho-theme.body-sho1 .p-list-title:before {
    color: #ef8fb0
}

.sho-theme.body-sho8 .p-list-title:before {
    color: #0072ce
}

.sho-theme.body-hamutaro .p-list-title:before {
    color: #f18230
}

.sho-theme.body-shoq .p-list-title:before {
    color: #449874
}

.sho-theme.body-anpanman .p-list-title:before {
    color: #e7442e
}

.sho-theme.body-dotou .p-list-title:before {
    color: #32cd82
}

.sho-theme.body-manga .p-list-title:before {
    color: #32cd82
}

.sho-theme.body-sho100 .p-list-title:before {
    color: #d60589
}

.p-tag-cloud {
    margin: -5px;
    justify-content: center;
}

.p-tag-cloud li {
    margin: 5px
}

.downloadBtn:active, .downloadBtn:focus, .downloadBtn:hover, .theme-bg {
    background-color: #f5d700
}

.sho-theme.body-topic .downloadBtn:active, .sho-theme.body-topic .downloadBtn:focus, .sho-theme.body-topic .downloadBtn:hover, .sho-theme.body-topic .theme-bg {
    background-color: #181818
}

.sho-theme.body-bb .downloadBtn:active, .sho-theme.body-bb .downloadBtn:focus, .sho-theme.body-bb .downloadBtn:hover, .sho-theme.body-bb .theme-bg {
    background-color: #e8452e
}

.sho-theme.body-mebae .downloadBtn:active, .sho-theme.body-mebae .downloadBtn:focus, .sho-theme.body-mebae .downloadBtn:hover, .sho-theme.body-mebae .theme-bg {
    background-color: #e8452e
}

.sho-theme.body-youchien .downloadBtn:active, .sho-theme.body-youchien .downloadBtn:focus, .sho-theme.body-youchien .downloadBtn:hover, .sho-theme.body-youchien .theme-bg {
    background-color: #e8452e
}

.sho-theme.body-nyujun .downloadBtn:active, .sho-theme.body-nyujun .downloadBtn:focus, .sho-theme.body-nyujun .downloadBtn:hover, .sho-theme.body-nyujun .theme-bg {
    background-color: #28a745
}

.sho-theme.body-sho1 .downloadBtn:active, .sho-theme.body-sho1 .downloadBtn:focus, .sho-theme.body-sho1 .downloadBtn:hover, .sho-theme.body-sho1 .theme-bg {
    background-color: #ef8fb0
}

.sho-theme.body-sho8 .downloadBtn:active, .sho-theme.body-sho8 .downloadBtn:focus, .sho-theme.body-sho8 .downloadBtn:hover, .sho-theme.body-sho8 .theme-bg {
    background-color: #0072ce
}

.sho-theme.body-hamutaro .downloadBtn:active, .sho-theme.body-hamutaro .downloadBtn:focus, .sho-theme.body-hamutaro .downloadBtn:hover, .sho-theme.body-hamutaro .theme-bg {
    background-color: #f18230
}

.sho-theme.body-shoq .downloadBtn:active, .sho-theme.body-shoq .downloadBtn:focus, .sho-theme.body-shoq .downloadBtn:hover, .sho-theme.body-shoq .theme-bg {
    background-color: #449874
}

.sho-theme.body-anpanman .downloadBtn:active, .sho-theme.body-anpanman .downloadBtn:focus, .sho-theme.body-anpanman .downloadBtn:hover, .sho-theme.body-anpanman .theme-bg {
    background-color: #e7442e
}

.sho-theme.body-dotou .downloadBtn:active, .sho-theme.body-dotou .downloadBtn:focus, .sho-theme.body-dotou .downloadBtn:hover, .sho-theme.body-dotou .theme-bg {
    background-color: #32cd82
}

.sho-theme.body-manga .downloadBtn:active, .sho-theme.body-manga .downloadBtn:focus, .sho-theme.body-manga .downloadBtn:hover, .sho-theme.body-manga .theme-bg {
    background-color: #32cd82
}

.sho-theme.body-sho100 .downloadBtn:active, .sho-theme.body-sho100 .downloadBtn:focus, .sho-theme.body-sho100 .downloadBtn:hover, .sho-theme.body-sho100 .theme-bg {
    background-color: #d60589
}

.theme-bg-dark {
    background-color: #ffa900
}

.theme-bg--darken {
    background-color: #f59a00
}

.sho-theme.body-topic .theme-bg--darken {
    background-color: #f59a00
}

.sho-theme.body-bb .theme-bg--darken {
    background-color: #9f2311
}

.sho-theme.body-mebae .theme-bg--darken {
    background-color: #9f2311
}

.sho-theme.body-youchien .theme-bg--darken {
    background-color: #9f2311
}

.sho-theme.body-nyujun .theme-bg--darken {
    background-color: #145523
}

.sho-theme.body-sho1 .theme-bg--darken {
    background-color: #df2061
}

.sho-theme.body-sho8 .theme-bg--darken {
    background-color: #003a68
}

.sho-theme.body-hamutaro .theme-bg--darken {
    background-color: #af510c
}

.sho-theme.body-shoq .theme-bg--darken {
    background-color: #24523e
}

.sho-theme.body-anpanman .theme-bg--darken {
    background-color: #9d2312
}

.sho-theme.body-dotou .theme-bg--darken {
    background-color: #1e7b4e
}

.sho-theme.body-manga .theme-bg--darken {
    background-color: #1e7b4e
}

.sho-theme.body-sho100 .theme-bg--darken {
    background-color: #720349
}

.theme-color {
    color: #ffa900
}

.sho-theme.body-topic .theme-color {
    color: #181818
}

.sho-theme.body-bb .theme-color {
    color: #e8452e
}

.sho-theme.body-mebae .theme-color {
    color: #e8452e
}

.sho-theme.body-youchien .theme-color {
    color: #e8452e
}

.sho-theme.body-nyujun .theme-color {
    color: #28a745
}

.sho-theme.body-sho1 .theme-color {
    color: #ef8fb0
}

.sho-theme.body-sho8 .theme-color {
    color: #0072ce
}

.sho-theme.body-hamutaro .theme-color {
    color: #f18230
}

.sho-theme.body-shoq .theme-color {
    color: #449874
}

.sho-theme.body-anpanman .theme-color {
    color: #e7442e
}

.sho-theme.body-dotou .theme-color {
    color: #32cd82
}

.sho-theme.body-manga .theme-color {
    color: #32cd82
}

.sho-theme.body-sho100 .theme-color {
    color: #d60589
}

.downloadBtn:active, .downloadBtn:focus, .downloadBtn:hover, .theme-border-color {
    border: 1px solid;
    border-color: #ffa900
}

.sho-theme.body-topic .downloadBtn:active, .sho-theme.body-topic .downloadBtn:focus, .sho-theme.body-topic .downloadBtn:hover, .sho-theme.body-topic .theme-border-color {
    border-color: #181818
}

.sho-theme.body-bb .downloadBtn:active, .sho-theme.body-bb .downloadBtn:focus, .sho-theme.body-bb .downloadBtn:hover, .sho-theme.body-bb .theme-border-color {
    border-color: #e8452e
}

.sho-theme.body-mebae .downloadBtn:active, .sho-theme.body-mebae .downloadBtn:focus, .sho-theme.body-mebae .downloadBtn:hover, .sho-theme.body-mebae .theme-border-color {
    border-color: #e8452e
}

.sho-theme.body-youchien .downloadBtn:active, .sho-theme.body-youchien .downloadBtn:focus, .sho-theme.body-youchien .downloadBtn:hover, .sho-theme.body-youchien .theme-border-color {
    border-color: #e8452e
}

.sho-theme.body-nyujun .downloadBtn:active, .sho-theme.body-nyujun .downloadBtn:focus, .sho-theme.body-nyujun .downloadBtn:hover, .sho-theme.body-nyujun .theme-border-color {
    border-color: #28a745
}

.sho-theme.body-sho1 .downloadBtn:active, .sho-theme.body-sho1 .downloadBtn:focus, .sho-theme.body-sho1 .downloadBtn:hover, .sho-theme.body-sho1 .theme-border-color {
    border-color: #ef8fb0
}

.sho-theme.body-sho8 .downloadBtn:active, .sho-theme.body-sho8 .downloadBtn:focus, .sho-theme.body-sho8 .downloadBtn:hover, .sho-theme.body-sho8 .theme-border-color {
    border-color: #0072ce
}

.sho-theme.body-hamutaro .downloadBtn:active, .sho-theme.body-hamutaro .downloadBtn:focus, .sho-theme.body-hamutaro .downloadBtn:hover, .sho-theme.body-hamutaro .theme-border-color {
    border-color: #f18230
}

.sho-theme.body-shoq .downloadBtn:active, .sho-theme.body-shoq .downloadBtn:focus, .sho-theme.body-shoq .downloadBtn:hover, .sho-theme.body-shoq .theme-border-color {
    border-color: #449874
}

.sho-theme.body-anpanman .downloadBtn:active, .sho-theme.body-anpanman .downloadBtn:focus, .sho-theme.body-anpanman .downloadBtn:hover, .sho-theme.body-anpanman .theme-border-color {
    border-color: #e7442e
}

.sho-theme.body-dotou .downloadBtn:active, .sho-theme.body-dotou .downloadBtn:focus, .sho-theme.body-dotou .downloadBtn:hover, .sho-theme.body-dotou .theme-border-color {
    border-color: #32cd82
}

.sho-theme.body-manga .downloadBtn:active, .sho-theme.body-manga .downloadBtn:focus, .sho-theme.body-manga .downloadBtn:hover, .sho-theme.body-manga .theme-border-color {
    border-color: #32cd82
}

.sho-theme.body-sho100 .downloadBtn:active, .sho-theme.body-sho100 .downloadBtn:focus, .sho-theme.body-sho100 .downloadBtn:hover, .sho-theme.body-sho100 .theme-border-color {
    border-color: #d60589
}

.theme-bg--focus {
    border: 1px solid;
    background-color: #fcf4c4;
    border-color: #ffef92
}

.sho-theme.body-topic .theme-bg--focus {
    background-color: #fcf4c4
}

.sho-theme.body-bb .theme-bg--focus {
    background-color: #ffece9
}

.sho-theme.body-mebae .theme-bg--focus {
    background-color: #ffece9
}

.sho-theme.body-youchien .theme-bg--focus {
    background-color: #ffece9
}

.sho-theme.body-nyujun .theme-bg--focus {
    background-color: #e4ffe1
}

.sho-theme.body-sho1 .theme-bg--focus {
    background-color: #fff2f6
}

.sho-theme.body-sho8 .theme-bg--focus {
    background-color: #e6f2ff
}

.sho-theme.body-hamutaro .theme-bg--focus {
    background-color: #fce7d7
}

.sho-theme.body-shoq .theme-bg--focus {
    background-color: #e7f4ee
}

.sho-theme.body-anpanman .theme-bg--focus {
    background-color: #ffece9
}

.sho-theme.body-dotou .theme-bg--focus {
    background-color: #ffece9
}

.sho-theme.body-manga .theme-bg--focus {
    background-color: #ebfaf3
}

.sho-theme.body-sho100 .theme-bg--focus {
    background-color: #fff5fb
}

.sho-theme.body-topic .theme-bg--focus {
    border-color: #ffef92
}

.sho-theme.body-bb .theme-bg--focus {
    border-color: #ffd3ce
}

.sho-theme.body-mebae .theme-bg--focus {
    border-color: #ffd3ce
}

.sho-theme.body-youchien .theme-bg--focus {
    border-color: #ffd3ce
}

.sho-theme.body-nyujun .theme-bg--focus {
    border-color: #c1ffbb
}

.sho-theme.body-sho1 .theme-bg--focus {
    border-color: #ffd6e8
}

.sho-theme.body-sho8 .theme-bg--focus {
    border-color: #bedfff
}

.sho-theme.body-hamutaro .theme-bg--focus {
    border-color: #f7bc90
}

.sho-theme.body-shoq .theme-bg--focus {
    border-color: #c4e4d6
}

.sho-theme.body-anpanman .theme-bg--focus {
    border-color: #ffd3ce
}

.sho-theme.body-dotou .theme-bg--focus {
    border-color: #ffd3ce
}

.sho-theme.body-manga .theme-bg--focus {
    border-color: #d6f5e6
}

.sho-theme.body-sho100 .theme-bg--focus {
    border-color: #fedcf2
}

.body-shoq.pc #header-pc .p-logoArea__img {
    width: 210px;
    max-width: 210px;
    height: 146px;
    max-height: 146px
}

.body-shoq.mobile .p-logoArea__img {
    height: 44px
}

.body-shoq .pagination-wrap {
    display: none
}

.body-shoq .p-yokoku-article {
    display: none
}

.body-ehon.term-ohisama.pc .wp-loop .p-media__image {
    width: 160px;
    height: auto;
    margin-right: 25px
}

.body-dotou.pc .t-dotou-loop .entry-title {
    font-size: 24px;
    letter-spacing: .05em
}

.body-dotou .t-dotou-tag {
    font-size: 15px;
    line-height: 1;
    letter-spacing: .05em;
    color: #666;
    background: #f7f7f7;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 3px;
    padding: .4em .8em .25em;
    margin-bottom: 5px
}

.body-manga.pc .t-dotou-loop .entry-title {
    font-size: 24px;
    letter-spacing: .05em
}

.body-manga .t-dotou-tag {
    font-size: 15px;
    line-height: 1;
    letter-spacing: .05em;
    color: #666;
    background: #f7f7f7;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 3px;
    padding: .4em .8em .25em;
    margin-bottom: 5px
}

.body-sho100.pc #header-pc .p-logoArea__img {
    max-width: 230px
}

.body-sho100.mobile .p-logoArea__img {
    height: 42px
}

.p-kageyama-list {
    border: 1px solid #333;
    border-radius: 4px;
    box-sizing: border-box
}

.p-kageyama-list dt {
    font-size: 18px;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #333;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.p-kageyama-list dd {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    padding: 10px 15px
}

.p-kageyama-list dd ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.8;
    margin: 0 0 10px !important
}

.mobile .p-kageyama-list dd ul {
    font-size: 15px;
    line-height: 1.6
}

.p-kageyama-list__single {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.8;
    margin: 10px 0
}

.p-kageyama-list--left {
    float: left;
    width: 48%
}

.p-kageyama-list--right {
    float: right;
    width: 48%
}

.mobile .p-kageyama-list--left, .mobile .p-kageyama-list--right {
    float: none;
    width: 100%
}

.p-kageyama-list .downloadBtn {
    padding: 5px;
    font-size: 16px
}

.p-kageyama-backnumber-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.p-kageyama-backnumber-menu li {
    width: 10%
}

.mobile .p-kageyama-backnumber-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile .p-kageyama-backnumber-menu li {
    width: 20%;
    margin-bottom: 10px;
    text-align: center
}

.p-kageyama-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0 !important
}

.p-kageyama-about li {
    width: 50%;
    box-sizing: border-box;
    padding: 10px
}

.mobile .p-kageyama-about li {
    width: 100%
}

.p-media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-media-object__section {
    margin: 0;
    padding: 0
}

.p-media-object__section+.p-media-object__section {
    padding-left: 15px
}

.p-kageyama-about h2 {
    font-size: 16px
}

.page-template-page_kageyama .p-media-object__section {
    font-size: 14px
}

.p-kageyama-about__title {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none
}

.p-kageyama-about__desc {
    display: block;
    font-size: 15px
}

.p-kageyama-about__link {
    font-size: 15px
}

.mobile .p-kageyama-profile__image {
    max-width: 104px;
    min-width: 20%
}

.p-kageyama-profile__desc {
    width: 560px
}

.p-kageyama-profile__desc p {
    font-size: 16px !important
}

.siderbar_switchlist {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    border: 4px solid #ef8fb0
}

.p-feedlist {
    margin: 5px 0;
    padding: 0 !important
}

.p-feedlist__item+.p-feedlist__item {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px
}

.p-feedlist__item a {
    display: block;
    color: #333;
    text-decoration: none
}

.p-feedlist__item img {
    float: left;
    margin-right: 5px
}

.pm_scrn_notice {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 1.6
}

.pm_scrn_wrapper {
    width: 100%;
    max-width: 676px;
    height: 100%
}

.pm_scrn {
    width: 100%;
    height: 1400px
}

.mobile .pm_scrn_wrapper {
    width: 100% !important;
    height: 640px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block
}

.mobile .pm_scrn {
    width: 319px !important;
    height: 640px;
    border: none;
    display: block;
    margin: 0 auto
}

.body-hamutaro.pc {
    background: #fef7ed
}

.body-hamutaro.pc .l-contents {
    padding-top: 20px
}

.body-hamutaro.mobile .p-logoArea__img {
    height: 35px
}

.body-hamutaro.mobile .l-wrapper {
    position: relative
}

.body-hamutaro.mobile .l-wrapper-in {
    padding-bottom: 0
}

.body-hamutaro.mobile .l-wrapper-in .p-breadcrumb {
    padding-top: 2px;
    background: #fef7ee;
    border: none
}

.body-hamutaro.mobile .l-contents {
    background: #fef7ed url(/wp-content/themes/sho/assets/img-raw/hamutaro/footer_greenline.png) repeat-x 0 bottom;
    padding-bottom: 100px;
    position: relative
}

.body-hamutaro.mobile .l-contents:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 134px;
    height: 128px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/illust_house.png) no-repeat 0 0
}

.body-hamutaro.pc .l-wrapper {
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/footer_greenline.png) repeat-x 0 bottom
}

.body-hamutaro.pc .l-wrapper .l-wrapper-in {
    position: relative;
    background: 0 0;
    padding-bottom: 158px
}

.body-hamutaro.pc .l-wrapper .l-wrapper-in #header-before {
    background: #fff
}

.body-hamutaro.pc .l-wrapper .l-contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.body-hamutaro.pc .l-wrapper .l-contents:after {
    position: absolute;
    bottom: -158px;
    left: 0;
    z-index: -1;
    content: '';
    width: 134px;
    height: 128px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/illust_house.png) no-repeat 0 0
}

.body-hamutaro .footer {
    margin-top: 0 !important;
    background: #fff
}

.body-hamutaro #mobile-header-before {
    background: #fff
}

.body-hamutaro #header-mobile {
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/bk_dot_pink.png) 0 6px;
    background-color: inherit
}

.body-hamutaro #header-pc {
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/bk_dot_pink.png);
    background-color: inherit
}

.body-hamutaro #header-pc #header-globalnav {
    background: #fff;
    border-top: 2px solid #f6c9d5;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 1px 1px 0 rgba(144, 144, 144, .1);
    width: 1140%;
    margin: 0 auto;
    padding: 0;
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item {
    position: relative
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 4px;
    height: 42px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_line.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:last-child {
    position: relative;
    border-right: none
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:last-child:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 4px;
    height: 42px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_line.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item>a {
    position: relative;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item>a:before {
    content: '';
    display: block;
    margin-right: 5px
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item>a:active, .body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item>a:focus, .body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item>a:hover {
    background: 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item {
    width: 80%
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item.menu-item-has-children {
    width: 100%
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item.menu-item-has-children a {
    padding-left: 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item.hamutaro-nav-menu-item-large {
    width: 120% !important
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:nth-child(1)>a:before {
    width: 41px;
    height: 41px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu01.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:nth-child(2)>a:before {
    width: 33px;
    height: 29px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_seed.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:nth-child(3)>a:before {
    width: 43px;
    height: 42px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu02.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:nth-child(4)>a:before {
    width: 42px;
    height: 41px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu03.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item:nth-child(5)>a:before {
    width: 42px;
    height: 47px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu04.png) no-repeat 0 0
}

.body-hamutaro #header-pc #header-globalnav .l-globalnav-in>.nav-item.menu-item-has-children>a:after {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    color: #333;
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    text-align: center;
    padding-left: 1px;
    right: 14px
}

.body-hamutaro .kokuchi__subtitle {
    background: #fff
}

.body-hamutaro #searchform input.btn.btn-outline-secondary {
    background: linear-gradient(to bottom, #eac7d0 0, #ec9eb2 50%, #ea8ca4 100%);
    color: #fff;
    border: 1px solid #ec9eb2
}

.body-hamutaro.pc #bxslider-loading {
    background: #fff;
    box-shadow: 0 2px 2px -1px rgba(144, 144, 144, .1) inset;
    margin-top: 0 !important;
    padding-top: 25px;
    margin-bottom: 25px
}

.body-hamutaro.mobile #bxslider-loading {
    padding-top: 10px
}

.body-hamutaro.mobile #bxslider-loading .bx-wrapper {
    margin-bottom: 35px
}

.body-hamutaro.mobile #bxslider-loading+.l-contents {
    padding-top: 20px
}

.body-hamutaro.mobile .p-focus-lists {
    margin-left: 0;
    margin-right: 0
}

.body-hamutaro .p-card {
    width: 295px
}

.body-hamutaro.single .site-main article.article {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px 15px 20px;
    border-radius: 8px;
    border: 3px solid #fad29d;
    background: #fff
}

.body-hamutaro.mobile.single .p-breadcrumb+.l-contents {
    padding-top: 0
}

.body-hamutaro.mobile.single .p-breadcrumb {
    padding-top: 5px;
    padding-bottom: 5px
}

.body-hamutaro.pc .site-main #main-taxArchiveList, .body-hamutaro.pc .site-main #main-topArchiveList {
    position: relative;
    padding: 0 30px 35px;
    border: 3px solid #fad29d;
    border-radius: 8px;
    background: #fff
}

.body-hamutaro.pc .site-main #main-taxArchiveList .p-archive-header, .body-hamutaro.pc .site-main #main-topArchiveList .p-archive-header {
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 30px;
    background-position-x: 275px
}

.body-hamutaro.pc .site-main #main-taxArchiveList .p-archive-header .p-list-title, .body-hamutaro.pc .site-main #main-topArchiveList .p-archive-header .p-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 22px;
    border: none;
    padding-left: 0
}

.body-hamutaro.pc .site-main #main-taxArchiveList .p-archive-header .p-list-title:before, .body-hamutaro.pc .site-main #main-topArchiveList .p-archive-header .p-list-title:before {
    position: relative;
    content: '';
    width: 20px;
    height: 27px;
    margin-right: .3em;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/pen.png) no-repeat 0 0
}

.body-hamutaro.pc .site-main #main-taxArchiveList .p-archive-header .p-list-title:after, .body-hamutaro.pc .site-main #main-topArchiveList .p-archive-header .p-list-title:after {
    content: '';
    display: block;
    height: 25px;
    width: 307px;
    margin-left: 1em;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/footprints.png) no-repeat
}

.body-hamutaro.pc .site-main #main-taxArchiveList .wp-loopItem+.wp-loopItem, .body-hamutaro.pc .site-main #main-topArchiveList .wp-loopItem+.wp-loopItem {
    padding-top: 0;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.body-hamutaro.pc .site-main #main-taxArchiveList .p-card:nth-child(-n+2), .body-hamutaro.pc .site-main #main-topArchiveList .p-card:nth-child(-n+2) {
    margin-top: 0 !important
}

.body-hamutaro.mobile.term-news .site-main #main-taxArchiveList .p-archive-header .p-list-title:before, .body-hamutaro.pc.term-news .site-main #main-taxArchiveList .p-archive-header .p-list-title:before {
    margin-right: .3em;
    width: 43px;
    height: 42px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu02.png) no-repeat 0 0
}

.body-hamutaro.mobile.term-yomimono .site-main #main-taxArchiveList .p-archive-header .p-list-title:before, .body-hamutaro.pc.term-yomimono .site-main #main-taxArchiveList .p-archive-header .p-list-title:before {
    margin-right: .3em;
    width: 33px;
    height: 29px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_seed.png) no-repeat 0 0
}

.body-hamutaro #focus-lists.theme-bg--focus {
    margin-top: 35px;
    padding: 0 30px 35px;
    border-radius: 8px;
    border: 3px solid #fad29d;
    background: #fff
}

.body-hamutaro #focus-lists .p-archive-header {
    border: none !important;
    padding: 0 !important;
    margin-top: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-hamutaro #focus-lists .p-archive-header .p-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 286px;
    min-height: 66px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_ribbon_orange.png) no-repeat 0 0;
    font-size: 20px;
    text-align: center;
    color: #444 !important;
    padding-bottom: 10px
}

.body-hamutaro #focus-lists .p-archive-header .p-list-title:before {
    position: relative;
    display: block;
    content: '';
    width: 39px;
    height: 35px;
    margin-left: -39px;
    margin-right: 10px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu01.png) no-repeat 0 0
}

.body-hamutaro.mobile #focus-lists .p-archive-header .p-list-title {
    padding-bottom: 20px
}

.body-hamutaro.mobile .site-main #main-taxArchiveList, .body-hamutaro.mobile .site-main #main-topArchiveList {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: -15px;
    margin-bottom: -10px;
    position: relative;
    background: #fff
}

.body-hamutaro.mobile .site-main #main-taxArchiveList .p-archive-header, .body-hamutaro.mobile .site-main #main-topArchiveList .p-archive-header {
    border: none !important;
    padding: 0 !important;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-hamutaro.mobile .site-main #main-taxArchiveList .p-archive-header .p-list-title, .body-hamutaro.mobile .site-main #main-topArchiveList .p-archive-header .p-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 286px;
    min-height: 66px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_ribbon_orange.png) no-repeat 0 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #444 !important;
    border: none
}

.body-hamutaro.mobile .site-main #main-taxArchiveList .p-archive-header .p-list-title:before, .body-hamutaro.mobile .site-main #main-topArchiveList .p-archive-header .p-list-title:before {
    position: relative;
    display: block;
    content: '';
    width: 20px;
    height: 27px;
    margin-left: -20px;
    margin-right: 5px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/pen.png) no-repeat 0 0
}

.body-hamutaro.mobile .site-main #focus-lists+#main-topArchiveList {
    padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 30px
}

.body-hamutaro.mobile .site-main #focus-lists+#main-topArchiveList:before {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 307px;
    height: 25px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/footprints.png) repeat-x 0 0
}

.body-hamutaro .site-side .component {
    position: relative;
    padding: 50px 15px 35px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    background: #fff;
    border: 3px solid #f8d0db;
    border-radius: 8px
}

.body-hamutaro .site-side .component .p-heading {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 254px;
    min-height: 62px;
    padding: 0 0 7px;
    margin-top: -32px !important;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    border: none;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_ribbon_pink.png) no-repeat 0 0
}

.body-hamutaro .site-side .component .p-heading:before {
    content: '';
    display: block;
    margin-right: 5px;
    margin-left: -30px
}

.body-hamutaro .site-side .component#sidebar-myFocusBox {
    padding: 45px 15px 15px
}

.body-hamutaro .site-side .component#sidebar-myFocusBox .p-heading:before {
    width: 38px;
    height: 37px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu02.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-pickupBox {
    padding: 35px 10px 5px
}

.body-hamutaro .site-side .component#sidebar-pickupBox .p-heading:before {
    width: 38px;
    height: 37px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu02.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-rankingBox {
    padding: 50px 15px 15px
}

.body-hamutaro .site-side .component#sidebar-rankingBox .p-heading:before {
    width: 39px;
    height: 33px;
    margin-top: 16px;
    margin-left: -5px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu03.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-searchBox {
    padding: 45px 15px 25px
}

.body-hamutaro .site-side .component#sidebar-searchBox .p-heading:before {
    width: 40px;
    height: 36px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu04.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-snsBox {
    padding: 25px 0 0
}

.body-hamutaro .site-side .component#sidebar-snsBox .p-heading:before {
    width: 44px;
    height: 35px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu05.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-tweetBox {
    padding: 40px 0 10px
}

.body-hamutaro .site-side .component#sidebar-tweetBox .p-heading:before {
    width: 36px;
    height: 35px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_hamu06.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-relationBox, .body-hamutaro .site-side .component#sidebar-topicListBox {
    border-color: #f2e49c;
    padding: 45px 15px 15px
}

.body-hamutaro .site-side .component#sidebar-relationBox .p-heading, .body-hamutaro .site-side .component#sidebar-topicListBox .p-heading {
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_ribbon_yellow.png) no-repeat 0 0
}

.body-hamutaro .site-side .component#sidebar-relationBox .p-heading:before, .body-hamutaro .site-side .component#sidebar-topicListBox .p-heading:before {
    margin-left: 0;
    margin-right: 0
}

.body-hamutaro .site-side .p-heading, .body-hamutaro _:-ms-lang(x) {
    padding: 10px 0 0 !important
}

.body-hamutaro .site-side #sidebar-rankingBox .p-heading, .body-hamutaro _:-ms-lang(x) {
    padding: 4px 0 0 !important
}

.body-hamutaro .site-side #sidebar-relationBox .p-heading, .body-hamutaro _:-ms-lang(x) {
    padding: 1.2em 0 0 !important
}

.body-hamutaro .site-side #sidebar-topicListBox .p-heading, .body-hamutaro _:-ms-lang(x) {
    padding: 1.2em 0 0 !important
}

.body-hamutaro .media-body.p-yokoku-article-in .media-body, .body-hamutaro _:-ms-lang(x) {
    -ms-flex: 1 0 0% !important
}

.body-hamutaro.mobile .p-mobileNav__right {
    display: none
}

.body-hamutaro.mobile #magazineMenu {
    background: #fff !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 37px
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu .menu-item+.menu-item {
    border: none
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(n+2)::before {
    position: absolute;
    top: 9px;
    left: -3px;
    margin-top: -2px;
    content: '';
    display: block;
    width: 4px;
    height: 26px;
    -webkit-transform: scale(.7) !important;
    transform: scale(.7) !important;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_line.png) no-repeat 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item {
    position: relative
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item a {
    display: block;
    height: 37px;
    color: #333 !important;
    padding: 0 11px 0 0 !important;
    font-size: 14px
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item a:before {
    display: block !important;
    content: '';
    margin-right: -4px;
    margin-left: 2px;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item a:after {
    color: #333 !important;
    right: 9px
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(1)>a {
    padding-left: 9px !important
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(1)>a:before {
    content: none !important
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(2)>a:before {
    width: 33px;
    height: 29px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/tit_seed.png) no-repeat 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(3)>a:before {
    width: 43px;
    height: 42px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu02.png) no-repeat 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(4)>a:before {
    width: 42px;
    height: 41px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu03.png) no-repeat 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item:nth-child(5)>a:before {
    width: 42px;
    height: 47px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/navi_hamu04.png) no-repeat 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item .sub-menu {
    background-color: #fff;
    display: none
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item .sub-menu .menu-item {
    padding-left: 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu>.menu-item .sub-menu .menu-item a:before {
    display: none;
    background: 0 0
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu .menu-item-has-children>a {
    padding-right: 22px !important
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu .menu-item-has-children>a:after {
    transition: .2s
}

.body-hamutaro.mobile #magazineMenu .p-magazineMenu .menu-item.open>a:after {
    -webkit-transform: translate(0, -55%) rotate(180deg);
    transform: translate(0, -55%) rotate(180deg)
}

.body-hamutaro.mobile #clone-navSubMenu {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #f5b4c6;
    border-bottom: 1px solid #f1abbe
}

.body-hamutaro.mobile #clone-navSubMenu a {
    color: #fff !important;
    font-size: 15px
}

.body-hamutaro.mobile #clone-navSubMenu a:after {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f125";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.body-hamutaro.mobile #clone-navSubMenu .menu-item+.menu-item {
    border-top: 1px solid #f1abbe
}

.body-hamutaro.mobile #focus-lists.theme-bg--focus {
    margin-top: 25px;
    padding: 0 20px 20px
}

.body-hamutaro #focus-lists .card.p-card, .body-hamutaro #focus-lists .wp-loopItem article {
    position: relative
}

.body-hamutaro #focus-lists .card.p-card:before, .body-hamutaro #focus-lists .wp-loopItem article:before {
    position: absolute;
    top: -5px;
    left: -5px;
    content: '';
    width: 73px;
    height: 73px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/icon_pickup.png) no-repeat 0 0;
    z-index: 1
}

.body-hamutaro #main-topArchiveList .wp-loopItem:nth-child(-n+2) article {
    position: relative
}

.body-hamutaro #main-topArchiveList .wp-loopItem:nth-child(-n+2) article:before {
    position: absolute;
    top: -7px;
    left: -5px;
    content: '';
    width: 48px;
    height: 49px;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/icon_new.png) no-repeat 0 0;
    z-index: 1
}

.body-hamutaro.sho-theme #bxslider-loading .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 19px;
    opacity: .3;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/icon_seed_off.png) no-repeat 0 0
}

.body-hamutaro.sho-theme #bxslider-loading .bx-wrapper .bx-pager.bx-default-pager a:active, .body-hamutaro.sho-theme #bxslider-loading .bx-wrapper .bx-pager.bx-default-pager a:focus, .body-hamutaro.sho-theme #bxslider-loading .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/icon_seed_on.png) no-repeat 0 0
}

.body-hamutaro.sho-theme #bxslider-loading .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
    background: url(/wp-content/themes/sho/assets/img-raw/hamutaro/icon_seed_on.png) no-repeat 0 0
}

.body-hamutaro.tax-hamutaro-category.mobile .p-breadcrumb {
    padding-top: 0;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem article:before, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem article:before {
    top: -13px;
    left: -10px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .entry-image, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .entry-image {
    max-width: 500px;
    min-height: auto;
    min-width: auto
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .p-media__image, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .p-media__image {
    width: 100px;
    height: auto;
    border-radius: 0
}

@media screen and (max-width:320px) {
    .body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .p-media__image, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .p-media__image {
        width: 85px
    }
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .entry-title, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .entry-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width:320px) {
    .body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .entry-title, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .entry-title {
        font-size: 14px
    }
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem .tmp-meta-date, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem .tmp-meta-date {
    display: block;
    font-size: 11px;
    color: #888;
    letter-spacing: .05em;
    margin-bottom: 3px
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loopItem+li, .body-hamutaro.mobile #main-topArchiveList .wp-loopItem+li {
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: 15px
}

.body-hamutaro.mobile #main-taxArchiveList .wp-loop+nav, .body-hamutaro.mobile #main-topArchiveList .wp-loop+nav {
    margin-top: 15px
}

.u-mb-tiny {
    margin-bottom: .1em !important
}

.u-mb-small {
    margin-bottom: .5em !important
}

.u-mb-medium {
    margin-bottom: 1em !important
}

.u-mb-large {
    margin-bottom: 2em !important
}

.u-txt-min {
    font-size: 11px !important
}

.u-txt-micro {
    font-size: 12px !important
}

.u-txt-exsmall {
    font-size: 13px !important
}

.u-txt-small {
    font-size: 14px !important
}

.u-txt-medium {
    font-size: 16px !important
}

.mobile .u-txt-medium {
    font-size: 15px !important
}

.u-txt-large {
    font-size: 18px !important
}

.u-txt-exlarge {
    font-size: 20px !important
}

.u-txt-mega {
    font-size: 26px !important
}

.u-txt-plain {
    font-weight: 400 !important
}

.u-lineheight-none {
    line-height: 1 !important
}

.u-lineheight-thin {
    line-height: 1.4 !important
}

.u-lineheight-normal {
    line-height: 1.6 !important
}

.u-lineheight-thick {
    line-height: 2 !important
}

.u-txt-standout {
    font-weight: 700 !important;
    letter-spacing: 1px !important
}

.u-txt-align-center {
    text-align: center !important
}

.u-txt-align-right {
    text-align: right !important
}

.u-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.u-fontfamily-alphanumeric {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.page-link {
    color: #797b7c
}

.page-link:focus, .page-link:hover {
    color: #555
}

.page-item.active .page-link {
    background-color: #7ab9a9;
    border-color: #7ab9a9
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption.alignleft, img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.wp-caption.alignright, img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.wp-caption {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center
}

.gallery-caption, .wp-caption-text {
    font-size: 80%;
    padding: 7px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

.wp-caption-dd {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0
}

figure.alignright {
    float: right;
    margin-left: 1.5em;
}

figure.alignleft {
    float: left;
    margin-right: 1.5em;
}

.pc .wp-loopItem .entry-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
}
.post-meta {
    display: flex;
    margin-bottom: 8px;
}
.pc .info_ul .post-meta {
    margin-top: 15px;
    margin-bottom: 10px;
}

.pc .wp-loopItem  {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
}

.pc .post-update {
    padding-left: 20px;
}

.pc #side .post-update {
    padding-left: 10px;
}

.mobile .wp-loopItem .entry-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 10px 20px
}

.mobile .wp-loopItem .p-media__image {
    clear: both;
    margin-bottom: auto;
    max-height: 180px;
    word-wrap: break-word;
    overflow: hidden;
    border-radius: 6px
}

.mobile .wp-loopItem .entry-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.pc .wp-loopItem+.wp-loopItem {
    margin-top: 20px;
}

.archive .page-header {
    padding: 10px 0 15px;
    font-size: 16px;
    border-bottom: 2px solid #222;
    margin-bottom: 30px
}

.archive-title {
    font-size: 16px
}

.entry-meta {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.entry-meta .category_icon {
    margin-right: 10px;
}

.pc .entry-header {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0
}

.entry-header h1.entry-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1.4
}

.mobile .entry-header h1.entry-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700
}

.entry-header .clientname{
    width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.mobile .entry-header .entry-meta {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px
}

h5.supervisor_name {
    margin-top: 0;
}

.entry-content h2 {
    padding: 10px 15px 8px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #ffa900;
    border-color: #ffa900;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4
}

.body-sho1 .entry-content h2 {
    color: #ef8fb0;
    border-color: #ef8fb0
}

.body-bb .entry-content h2 {
    color: #e8452e;
    border-color: #e8452e
}

.body-mebae .entry-content h2 {
    color: #e8452e;
    border-color: #e8452e
}

.body-youchien .entry-content h2 {
    color: #e8452e;
    border-color: #e8452e
}

.body-nyujun .entry-content h2 {
    color: #28a745;
    border-color: #28a745
}

.body-sho8 .entry-content h2 {
    color: #0072ce;
    border-color: #0072ce
}

.body-hamutaro .entry-content h2 {
    color: #f18230;
    border-color: #f18230
}

.entry-content h3 {
    position: relative;
    background: #ffa900;
    color: #fff;
    border: none;
    font-size: 22px;
    padding: 15px 20px;
    margin-top: 2.1em;
    margin-bottom: .85em;
    border-radius: 5px
}

.body-sho1 .entry-content h3 {
    background: #ef8fb0
}

.body-bb .entry-content h3 {
    background: #e8452e
}

.body-mebae .entry-content h3 {
    background: #e8452e
}

.body-youchien .entry-content h3 {
    background: #e8452e
}

.body-nyujun .entry-content h3 {
    background: #28a745
}

.body-sho8 .entry-content h3 {
    background: #0072ce
}

.body-hamutaro .entry-content h3 {
    background: #f18230
}

.entry-content h3:after {
    content: '';
    position: absolute;
    border-top: 10px solid #ffa900;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 30px
}

.body-sho1 .entry-content h3:after {
    border-top-color: #ef8fb0
}

.body-bb .entry-content h3:after {
    border-top-color: #e8452e
}

.body-mebae .entry-content h3:after {
    border-top-color: #e8452e
}

.body-youchien .entry-content h3:after {
    border-top-color: #e8452e
}

.body-nyujun .entry-content h3:after {
    border-top-color: #28a745
}

.body-sho8 .entry-content h3:after {
    border-top-color: #0072ce
}

.body-hamutaro .entry-content h3:after {
    border-top-color: #f18230
}

.entry-content h4 {
    color: #ffa900;
    font-size: 26px;
    font-weight: 700
}

.body-sho1 .entry-content h4 {
    color: #ef8fb0
}

.body-bb .entry-content h4 {
    color: #e8452e
}

.body-mebae .entry-content h4 {
    color: #e8452e
}

.body-youchien .entry-content h4 {
    color: #e8452e
}

.body-nyujun .entry-content h4 {
    color: #28a745
}

.body-sho8 .entry-content h4 {
    color: #0072ce
}

.body-hamutaro .entry-content h4 {
    color: #f18230
}

.entry-content span.notice {
    font-size: 14px;
    color: #555
}

.entry-content div.enclosure {
    display: block;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.entry-content div.enclosure p {
    margin-bottom: 0
}

.entry-content div.enclosure--dotted {
    display: block;
    border: 1px dashed #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.entry-content div.enclosure--dotted p {
    margin-bottom: 0
}

.entry-content div.enclosure--pink {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 4px double;
    color: #ffa900;
    border-color: #ffa900;
    background: #fff6e6
}

.entry-content div.enclosure--pink p {
    margin-bottom: 0
}

.body-sho1 .entry-content div.enclosure--pink {
    color: #ef8fb0;
    border-color: #ef8fb0;
    background: #fce8ef
}

.body-bb .entry-content div.enclosure--pink {
    color: #e8452e;
    border-color: #e8452e;
    background: #fce9e6
}

.body-mebae .entry-content div.enclosure--pink {
    color: #e8452e;
    border-color: #e8452e;
    background: #fce9e6
}

.body-youchien .entry-content div.enclosure--pink {
    color: #e8452e;
    border-color: #e8452e;
    background: #fce9e6
}

.body-nyujun .entry-content div.enclosure--pink {
    color: #28a745;
    border-color: #28a745;
    background: #d8f6df
}

.body-sho8 .entry-content div.enclosure--pink {
    color: #0072ce;
    border-color: #0072ce;
    background: #e8f5ff
}

.body-hamutaro .entry-content div.enclosure--pink {
    color: #f18230;
    border-color: #f18230;
    background: #fff
}

.entry-content div.marker--radius {
    background: #ffa900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: .5em .7em;
    border-radius: 5px
}

.entry-content div.marker--radius p {
    margin-bottom: 0
}

.body-sho1 .entry-content div.marker--radius {
    background: #ef8fb0
}

.body-bb .entry-content div.marker--radius {
    background: #e8452e
}

.body-mebae .entry-content div.marker--radius {
    background: #e8452e
}

.body-youchien .entry-content div.marker--radius {
    background: #e8452e
}

.body-nyujun .entry-content div.marker--radius {
    background: #28a745
}

.body-sho8 .entry-content div.marker--radius {
    background: #0072ce
}

.body-hamutaro .entry-content div.marker--radius {
    background: #f18230
}

.entry-content blockquote {
    font-size: 16px;
    color: #666;
    background: 0 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin: 20px 0;
    padding: 15px 10px;
    position: relative
}

.entry-content blockquote p {
    margin-bottom: 0
}

.entry-content blockquote:before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f347";
    display: inline-block;
    background: #fff;
    color: #c8c8c8;
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -15px
}

.entry-content p {
    margin-bottom: 1em
}

.mobile .entry-content p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
    border: none
}

.entry-content ul {
    list-style-position: inside;
    margin-left: 1.37em;
    margin-bottom: 1em
}

.mobile .entry-content ul {
    list-style-position: inside;
    margin-left: 0.4em;
    margin-bottom: 1em
}

.entry-content ol+h2, .entry-content ol+h3, .entry-content ol+h4, .entry-content ol+h5, .entry-content ol+h6, .entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+h5, .entry-content p+h6, .entry-content table+h2, .entry-content table+h3, .entry-content table+h4, .entry-content table+h5, .entry-content table+h6, .entry-content ul+h2, .entry-content ul+h3, .entry-content ul+h4, .entry-content ul+h5, .entry-content ul+h6 {
    margin-top: 2em
}

.mobile .entry-content ol+h2, .mobile .entry-content ol+h3, .mobile .entry-content ol+h4, .mobile .entry-content ol+h5, .mobile .entry-content ol+h6, .mobile .entry-content p+h2, .mobile .entry-content p+h3, .mobile .entry-content p+h4, .mobile .entry-content p+h5, .mobile .entry-content p+h6, .mobile .entry-content table+h2, .mobile .entry-content table+h3, .mobile .entry-content table+h4, .mobile .entry-content table+h5, .mobile .entry-content table+h6, .mobile .entry-content ul+h2, .mobile .entry-content ul+h3, .mobile .entry-content ul+h4, .mobile .entry-content ul+h5, .mobile .entry-content ul+h6 {
    margin-top: 2em
}

.mobile .entry-content ol {
    padding-left: 1.5em
}

.entry-content table {
    font-size: 14px;
    margin: 1em auto;
}

.mobile .entry-content table {
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}

.mobile .entry-content table td {
    padding-right: 10px;
}

.mobile .entry-content table img {
   max-width: initial;
}

.entry-content table th {
    background: #f8f9fa;
    font-weight: 400;
    text-align: center
}

.entry.error-404  .error404_wrap {
    border: 1px solid #ddd
}

.pc .entry.error-404 .error404_wrap {
    padding: 40px
}

.mobile .entry.error-404 {
    padding: 15px;
    margin-top: 20px
}

.entry-content {
    font-size: 18px;
    line-height: 1.6
}

.mobile .entry-content {
    font-size: 16px
}

.entry-content .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.entry-content a {
    text-decoration: underline
}

.entry-content a:active, .entry-content a:focus, .entry-content a:hover {
    text-decoration: none
}

.body-sho1 .entry-content a {
    color: #e54c81
}

.body-bb .entry-content a {
    color: #c32b15
}

.body-mebae .entry-content a {
    color: #c32b15
}

.body-youchien .entry-content a {
    color: #c32b15
}

.body-nyujun .entry-content a {
    color: #1c7631
}

.body-sho8 .entry-content a {
    color: #005091
}

.body-hamutaro .entry-content a {
    color: #d5630e
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
    overflow: hidden !important
}

.drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! overlay */
.drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
    left: -16.25rem;
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
    right: -16.25rem;
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 18px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
    background-color: #fff
}

.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    /*! Left */
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    /*! Right */
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }

    .drawer-navbar .drawer-menu--right {
        float: right
    }

    .drawer-navbar .drawer-menu li {
        float: left
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .drawer-navbar .drawer-hamburger {
        display: none
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .drawer-navbar .drawer-menu {
        padding: 0
    }

    /*! dropdown */
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

/*! open */
.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.drawer .drawer-toggle.drawer-hamburger {
    right: 0 !important;
    outline: 0
}

.drawer .drawer-hamburger {
    position: inherit;
    margin-top: 0;
    padding: 0 1rem 0;
    width: 30px;
    height: 60px
}

.drawer .drawer-hamburger-icon:before {
    top: -8px
}

.drawer .drawer-hamburger-icon:after {
    top: 8px
}

.drawer .drawer-hamburger-icon {
    margin-top: -7px
}

.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after, .drawer .drawer-hamburger-icon:before {
    height: 4px;
    border-radius: 4px;
    background-color: #333
}

.drawer .drawer--right.drawer-open .drawer-hamburger {
    z-index: 2
}

.drawer .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after, .drawer .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before {
    background-color: #333
}

.drawer .drawer-hamburger__text {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    margin-top: 3px;
    font-size: 10px;
    line-height: 1
}

.drawer .drawer-overlay {
    z-index: 3;
    background-color: rgba(0, 0, 0, .6)
}

.drawer .drawer-nav {
    z-index: 4;
    background: #fff
}

.drawer .drawer-open .drawer-nav {
    box-shadow: -3px 1px 5px rgba(0, 0, 0, .2)
}

i.icon {
    vertical-align: top !important;
    font-size: 1.1em !important
}

@font-face {
    font-family: icomoon;
    src: url(../assets/fonts/icomoon.eot?7od7jg);
    src: url(../assets/fonts/icomoon.eot?7od7jg#iefix) format("embedded-opentype"), url(../assets/fonts/icomoon.ttf?7od7jg) format("truetype"), url(../assets/fonts/icomoon.woff?7od7jg) format("woff"), url(../assets/fonts/icomoon.svg?7od7jg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-uniE004:before {
    content: "\e004"
}

.icon-uniE007:before {
    content: "\e007"
}

.icon-uniE008:before {
    content: "\e008"
}

.icon-line:before {
    content: "\e009"
}

.icon-hatebu:before {
    content: "\e00a"
}

.icon-uniE601:before {
    content: "\e601"
}

.icon-uniE608:before {
    content: "\e608"
}

.icon-uniE60D:before {
    content: "\e60d"
}

.icon-uniE610:before {
    content: "\e610"
}

.icon-uniE611:before {
    content: "\e611"
}

.icon-uniE614:before {
    content: "\e614"
}

.icon-uniE617:before {
    content: "\e617"
}

.icon-uniE61E:before {
    content: "\e61e"
}

.icon-uniE626:before {
    content: "\e626"
}

.icon-uniE627:before {
    content: "\e627"
}

.icon-uniE629:before {
    content: "\e629"
}

.icon-uniE62D:before {
    content: "\e62d"
}

.icon-uniE62F:before {
    content: "\e62f"
}

.icon-uniE631:before {
    content: "\e631"
}

.icon-uniE633:before {
    content: "\e633"
}

.icon-uniE634:before {
    content: "\e634"
}

.icon-uniE635:before {
    content: "\e635"
}

.icon-uniE636:before {
    content: "\e636"
}

.icon-uniE638:before {
    content: "\e638"
}

.icon-uniE63A:before {
    content: "\e63a"
}

.icon-home:before {
    content: "\e900"
}

.icon-home2:before {
    content: "\e901"
}

.icon-home3:before {
    content: "\e902"
}

.icon-office:before {
    content: "\e903"
}

.icon-newspaper:before {
    content: "\e904"
}

.icon-pencil:before {
    content: "\e905"
}

.icon-pencil2:before {
    content: "\e906"
}

.icon-quill:before {
    content: "\e907"
}

.icon-pen:before {
    content: "\e908"
}

.icon-blog:before {
    content: "\e909"
}

.icon-eyedropper:before {
    content: "\e90a"
}

.icon-droplet:before {
    content: "\e90b"
}

.icon-paint-format:before {
    content: "\e90c"
}

.icon-image:before {
    content: "\e90d"
}

.icon-images:before {
    content: "\e90e"
}

.icon-camera:before {
    content: "\e90f"
}

.icon-headphones:before {
    content: "\e910"
}

.icon-music:before {
    content: "\e911"
}

.icon-play:before {
    content: "\e912"
}

.icon-film:before {
    content: "\e913"
}

.icon-video-camera:before {
    content: "\e914"
}

.icon-dice:before {
    content: "\e915"
}

.icon-pacman:before {
    content: "\e916"
}

.icon-spades:before {
    content: "\e917"
}

.icon-clubs:before {
    content: "\e918"
}

.icon-diamonds:before {
    content: "\e919"
}

.icon-bullhorn:before {
    content: "\e91a"
}

.icon-connection:before {
    content: "\e91b"
}

.icon-podcast:before {
    content: "\e91c"
}

.icon-feed:before {
    content: "\e91d"
}

.icon-mic:before {
    content: "\e91e"
}

.icon-book:before {
    content: "\e91f"
}

.icon-books:before {
    content: "\e920"
}

.icon-library:before {
    content: "\e921"
}

.icon-file-text:before {
    content: "\e922"
}

.icon-profile:before {
    content: "\e923"
}

.icon-file-empty:before {
    content: "\e924"
}

.icon-files-empty:before {
    content: "\e925"
}

.icon-file-text2:before {
    content: "\e926"
}

.icon-file-picture:before {
    content: "\e927"
}

.icon-file-music:before {
    content: "\e928"
}

.icon-file-play:before {
    content: "\e929"
}

.icon-file-video:before {
    content: "\e92a"
}

.icon-file-zip:before {
    content: "\e92b"
}

.icon-copy:before {
    content: "\e92c"
}

.icon-paste:before {
    content: "\e92d"
}

.icon-stack:before {
    content: "\e92e"
}

.icon-folder:before {
    content: "\e92f"
}

.icon-folder-open:before {
    content: "\e930"
}

.icon-folder-plus:before {
    content: "\e931"
}

.icon-folder-minus:before {
    content: "\e932"
}

.icon-folder-download:before {
    content: "\e933"
}

.icon-folder-upload:before {
    content: "\e934"
}

.icon-price-tag:before {
    content: "\e935"
}

.icon-price-tags:before {
    content: "\e936"
}

.icon-barcode:before {
    content: "\e937"
}

.icon-qrcode:before {
    content: "\e938"
}

.icon-ticket:before {
    content: "\e939"
}

.icon-cart:before {
    content: "\e93a"
}

.icon-coin-dollar:before {
    content: "\e93b"
}

.icon-coin-euro:before {
    content: "\e93c"
}

.icon-coin-pound:before {
    content: "\e93d"
}

.icon-coin-yen:before {
    content: "\e93e"
}

.icon-credit-card:before {
    content: "\e93f"
}

.icon-calculator:before {
    content: "\e940"
}

.icon-lifebuoy:before {
    content: "\e941"
}

.icon-phone:before {
    content: "\e942"
}

.icon-phone-hang-up:before {
    content: "\e943"
}

.icon-address-book:before {
    content: "\e944"
}

.icon-envelop:before {
    content: "\e945"
}

.icon-pushpin:before {
    content: "\e946"
}

.icon-location:before {
    content: "\e947"
}

.icon-location2:before {
    content: "\e948"
}

.icon-compass:before {
    content: "\e949"
}

.icon-compass2:before {
    content: "\e94a"
}

.icon-map:before {
    content: "\e94b"
}

.icon-map2:before {
    content: "\e94c"
}

.icon-history:before {
    content: "\e94d"
}

.icon-clock:before {
    content: "\e94e"
}

.icon-clock2:before {
    content: "\e94f"
}

.icon-alarm:before {
    content: "\e950"
}

.icon-bell:before {
    content: "\e951"
}

.icon-stopwatch:before {
    content: "\e952"
}

.icon-calendar:before {
    content: "\e953"
}

.icon-printer:before {
    content: "\e954"
}

.icon-keyboard:before {
    content: "\e955"
}

.icon-display:before {
    content: "\e956"
}

.icon-laptop:before {
    content: "\e957"
}

.icon-mobile:before {
    content: "\e958"
}

.icon-mobile2:before {
    content: "\e959"
}

.icon-tablet:before {
    content: "\e95a"
}

.icon-tv:before {
    content: "\e95b"
}

.icon-drawer:before {
    content: "\e95c"
}

.icon-drawer2:before {
    content: "\e95d"
}

.icon-box-add:before {
    content: "\e95e"
}

.icon-box-remove:before {
    content: "\e95f"
}

.icon-download:before {
    content: "\e960"
}

.icon-upload:before {
    content: "\e961"
}

.icon-floppy-disk:before {
    content: "\e962"
}

.icon-drive:before {
    content: "\e963"
}

.icon-database:before {
    content: "\e964"
}

.icon-undo:before {
    content: "\e965"
}

.icon-redo:before {
    content: "\e966"
}

.icon-undo2:before {
    content: "\e967"
}

.icon-redo2:before {
    content: "\e968"
}

.icon-forward:before {
    content: "\e969"
}

.icon-reply:before {
    content: "\e96a"
}

.icon-bubble:before {
    content: "\e96b"
}

.icon-bubbles:before {
    content: "\e96c"
}

.icon-bubbles2:before {
    content: "\e96d"
}

.icon-bubble2:before {
    content: "\e96e"
}

.icon-bubbles3:before {
    content: "\e96f"
}

.icon-bubbles4:before {
    content: "\e970"
}

.icon-user:before {
    content: "\e971"
}

.icon-users:before {
    content: "\e972"
}

.icon-user-plus:before {
    content: "\e973"
}

.icon-user-minus:before {
    content: "\e974"
}

.icon-user-check:before {
    content: "\e975"
}

.icon-user-tie:before {
    content: "\e976"
}

.icon-quotes-left:before {
    content: "\e977"
}

.icon-quotes-right:before {
    content: "\e978"
}

.icon-hour-glass:before {
    content: "\e979"
}

.icon-spinner:before {
    content: "\e97a"
}

.icon-spinner2:before {
    content: "\e97b"
}

.icon-spinner3:before {
    content: "\e97c"
}

.icon-spinner4:before {
    content: "\e97d"
}

.icon-spinner5:before {
    content: "\e97e"
}

.icon-spinner6:before {
    content: "\e97f"
}

.icon-spinner7:before {
    content: "\e980"
}

.icon-spinner8:before {
    content: "\e981"
}

.icon-spinner9:before {
    content: "\e982"
}

.icon-spinner10:before {
    content: "\e983"
}

.icon-spinner11:before {
    content: "\e984"
}

.icon-binoculars:before {
    content: "\e985"
}

.icon-search:before {
    content: "\e986"
}

.icon-zoom-in:before {
    content: "\e987"
}

.icon-zoom-out:before {
    content: "\e988"
}

.icon-enlarge:before {
    content: "\e989"
}

.icon-shrink:before {
    content: "\e98a"
}

.icon-enlarge2:before {
    content: "\e98b"
}

.icon-shrink2:before {
    content: "\e98c"
}

.icon-key:before {
    content: "\e98d"
}

.icon-key2:before {
    content: "\e98e"
}

.icon-lock:before {
    content: "\e98f"
}

.icon-unlocked:before {
    content: "\e990"
}

.icon-wrench:before {
    content: "\e991"
}

.icon-equalizer:before {
    content: "\e992"
}

.icon-equalizer2:before {
    content: "\e993"
}

.icon-cog:before {
    content: "\e994"
}

.icon-cogs:before {
    content: "\e995"
}

.icon-hammer:before {
    content: "\e996"
}

.icon-magic-wand:before {
    content: "\e997"
}

.icon-aid-kit:before {
    content: "\e998"
}

.icon-bug:before {
    content: "\e999"
}

.icon-pie-chart:before {
    content: "\e99a"
}

.icon-stats-dots:before {
    content: "\e99b"
}

.icon-stats-bars:before {
    content: "\e99c"
}

.icon-stats-bars2:before {
    content: "\e99d"
}

.icon-trophy:before {
    content: "\e99e"
}

.icon-gift:before {
    content: "\e99f"
}

.icon-glass:before {
    content: "\e9a0"
}

.icon-glass2:before {
    content: "\e9a1"
}

.icon-mug:before {
    content: "\e9a2"
}

.icon-spoon-knife:before {
    content: "\e9a3"
}

.icon-leaf:before {
    content: "\e9a4"
}

.icon-rocket:before {
    content: "\e9a5"
}

.icon-meter:before {
    content: "\e9a6"
}

.icon-meter2:before {
    content: "\e9a7"
}

.icon-hammer2:before {
    content: "\e9a8"
}

.icon-fire:before {
    content: "\e9a9"
}

.icon-lab:before {
    content: "\e9aa"
}

.icon-magnet:before {
    content: "\e9ab"
}

.icon-bin:before {
    content: "\e9ac"
}

.icon-bin2:before {
    content: "\e9ad"
}

.icon-briefcase:before {
    content: "\e9ae"
}

.icon-airplane:before {
    content: "\e9af"
}

.icon-truck:before {
    content: "\e9b0"
}

.icon-road:before {
    content: "\e9b1"
}

.icon-accessibility:before {
    content: "\e9b2"
}

.icon-target:before {
    content: "\e9b3"
}

.icon-shield:before {
    content: "\e9b4"
}

.icon-power:before {
    content: "\e9b5"
}

.icon-switch:before {
    content: "\e9b6"
}

.icon-power-cord:before {
    content: "\e9b7"
}

.icon-clipboard:before {
    content: "\e9b8"
}

.icon-list-numbered:before {
    content: "\e9b9"
}

.icon-list:before {
    content: "\e9ba"
}

.icon-list2:before {
    content: "\e9bb"
}

.icon-tree:before {
    content: "\e9bc"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-menu2:before {
    content: "\e9be"
}

.icon-menu3:before {
    content: "\e9bf"
}

.icon-menu4:before {
    content: "\e9c0"
}

.icon-cloud:before {
    content: "\e9c1"
}

.icon-cloud-download:before {
    content: "\e9c2"
}

.icon-cloud-upload:before {
    content: "\e9c3"
}

.icon-cloud-check:before {
    content: "\e9c4"
}

.icon-download2:before {
    content: "\e9c5"
}

.icon-upload2:before {
    content: "\e9c6"
}

.icon-download3:before {
    content: "\e9c7"
}

.icon-upload3:before {
    content: "\e9c8"
}

.icon-sphere:before {
    content: "\e9c9"
}

.icon-earth:before {
    content: "\e9ca"
}

.icon-link:before {
    content: "\e9cb"
}

.icon-flag:before {
    content: "\e9cc"
}

.icon-attachment:before {
    content: "\e9cd"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-eye-plus:before {
    content: "\e9cf"
}

.icon-eye-minus:before {
    content: "\e9d0"
}

.icon-eye-blocked:before {
    content: "\e9d1"
}

.icon-bookmark:before {
    content: "\e9d2"
}

.icon-bookmarks:before {
    content: "\e9d3"
}

.icon-sun:before {
    content: "\e9d4"
}

.icon-contrast:before {
    content: "\e9d5"
}

.icon-brightness-contrast:before {
    content: "\e9d6"
}

.icon-star-empty:before {
    content: "\e9d7"
}

.icon-star-half:before {
    content: "\e9d8"
}

.icon-star-full:before {
    content: "\e9d9"
}

.icon-heart:before {
    content: "\e9da"
}

.icon-heart-broken:before {
    content: "\e9db"
}

.icon-man:before {
    content: "\e9dc"
}

.icon-woman:before {
    content: "\e9dd"
}

.icon-man-woman:before {
    content: "\e9de"
}

.icon-happy:before {
    content: "\e9df"
}

.icon-happy2:before {
    content: "\e9e0"
}

.icon-smile:before {
    content: "\e9e1"
}

.icon-smile2:before {
    content: "\e9e2"
}

.icon-tongue:before {
    content: "\e9e3"
}

.icon-tongue2:before {
    content: "\e9e4"
}

.icon-sad:before {
    content: "\e9e5"
}

.icon-sad2:before {
    content: "\e9e6"
}

.icon-wink:before {
    content: "\e9e7"
}

.icon-wink2:before {
    content: "\e9e8"
}

.icon-grin:before {
    content: "\e9e9"
}

.icon-grin2:before {
    content: "\e9ea"
}

.icon-cool:before {
    content: "\e9eb"
}

.icon-cool2:before {
    content: "\e9ec"
}

.icon-angry:before {
    content: "\e9ed"
}

.icon-angry2:before {
    content: "\e9ee"
}

.icon-evil:before {
    content: "\e9ef"
}

.icon-evil2:before {
    content: "\e9f0"
}

.icon-shocked:before {
    content: "\e9f1"
}

.icon-shocked2:before {
    content: "\e9f2"
}

.icon-baffled:before {
    content: "\e9f3"
}

.icon-baffled2:before {
    content: "\e9f4"
}

.icon-confused:before {
    content: "\e9f5"
}

.icon-confused2:before {
    content: "\e9f6"
}

.icon-neutral:before {
    content: "\e9f7"
}

.icon-neutral2:before {
    content: "\e9f8"
}

.icon-hipster:before {
    content: "\e9f9"
}

.icon-hipster2:before {
    content: "\e9fa"
}

.icon-wondering:before {
    content: "\e9fb"
}

.icon-wondering2:before {
    content: "\e9fc"
}

.icon-sleepy:before {
    content: "\e9fd"
}

.icon-sleepy2:before {
    content: "\e9fe"
}

.icon-frustrated:before {
    content: "\e9ff"
}

.icon-frustrated2:before {
    content: "\ea00"
}

.icon-crying:before {
    content: "\ea01"
}

.icon-crying2:before {
    content: "\ea02"
}

.icon-point-up:before {
    content: "\ea03"
}

.icon-point-right:before {
    content: "\ea04"
}

.icon-point-down:before {
    content: "\ea05"
}

.icon-point-left:before {
    content: "\ea06"
}

.icon-warning:before {
    content: "\ea07"
}

.icon-notification:before {
    content: "\ea08"
}

.icon-question:before {
    content: "\ea09"
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-minus:before {
    content: "\ea0b"
}

.icon-info:before {
    content: "\ea0c"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-blocked:before {
    content: "\ea0e"
}

.icon-cross:before {
    content: "\ea0f"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-checkmark2:before {
    content: "\ea11"
}

.icon-spell-check:before {
    content: "\ea12"
}

.icon-enter:before {
    content: "\ea13"
}

.icon-exit:before {
    content: "\ea14"
}

.icon-play2:before {
    content: "\ea15"
}

.icon-pause:before {
    content: "\ea16"
}

.icon-stop:before {
    content: "\ea17"
}

.icon-previous:before {
    content: "\ea18"
}

.icon-next:before {
    content: "\ea19"
}

.icon-backward:before {
    content: "\ea1a"
}

.icon-forward2:before {
    content: "\ea1b"
}

.icon-play3:before {
    content: "\ea1c"
}

.icon-pause2:before {
    content: "\ea1d"
}

.icon-stop2:before {
    content: "\ea1e"
}

.icon-backward2:before {
    content: "\ea1f"
}

.icon-forward3:before {
    content: "\ea20"
}

.icon-first:before {
    content: "\ea21"
}

.icon-last:before {
    content: "\ea22"
}

.icon-previous2:before {
    content: "\ea23"
}

.icon-next2:before {
    content: "\ea24"
}

.icon-eject:before {
    content: "\ea25"
}

.icon-volume-high:before {
    content: "\ea26"
}

.icon-volume-medium:before {
    content: "\ea27"
}

.icon-volume-low:before {
    content: "\ea28"
}

.icon-volume-mute:before {
    content: "\ea29"
}

.icon-volume-mute2:before {
    content: "\ea2a"
}

.icon-volume-increase:before {
    content: "\ea2b"
}

.icon-volume-decrease:before {
    content: "\ea2c"
}

.icon-loop:before {
    content: "\ea2d"
}

.icon-loop2:before {
    content: "\ea2e"
}

.icon-infinite:before {
    content: "\ea2f"
}

.icon-shuffle:before {
    content: "\ea30"
}

.icon-arrow-up-left:before {
    content: "\ea31"
}

.icon-arrow-up:before {
    content: "\ea32"
}

.icon-arrow-up-right:before {
    content: "\ea33"
}

.icon-arrow-right:before {
    content: "\ea34"
}

.icon-arrow-down-right:before {
    content: "\ea35"
}

.icon-arrow-down:before {
    content: "\ea36"
}

.icon-arrow-down-left:before {
    content: "\ea37"
}

.icon-arrow-left:before {
    content: "\ea38"
}

.icon-arrow-up-left2:before {
    content: "\ea39"
}

.icon-arrow-up2:before {
    content: "\ea3a"
}

.icon-arrow-up-right2:before {
    content: "\ea3b"
}

.icon-arrow-right2:before {
    content: "\ea3c"
}

.icon-arrow-down-right2:before {
    content: "\ea3d"
}

.icon-arrow-down2:before {
    content: "\ea3e"
}

.icon-arrow-down-left2:before {
    content: "\ea3f"
}

.icon-arrow-left2:before {
    content: "\ea40"
}

.icon-circle-up:before {
    content: "\ea41"
}

.icon-circle-right:before {
    content: "\ea42"
}

.icon-circle-down:before {
    content: "\ea43"
}

.icon-circle-left:before {
    content: "\ea44"
}

.icon-tab:before {
    content: "\ea45"
}

.icon-move-up:before {
    content: "\ea46"
}

.icon-move-down:before {
    content: "\ea47"
}

.icon-sort-alpha-asc:before {
    content: "\ea48"
}

.icon-sort-alpha-desc:before {
    content: "\ea49"
}

.icon-sort-numeric-asc:before {
    content: "\ea4a"
}

.icon-sort-numberic-desc:before {
    content: "\ea4b"
}

.icon-sort-amount-asc:before {
    content: "\ea4c"
}

.icon-sort-amount-desc:before {
    content: "\ea4d"
}

.icon-command:before {
    content: "\ea4e"
}

.icon-shift:before {
    content: "\ea4f"
}

.icon-ctrl:before {
    content: "\ea50"
}

.icon-opt:before {
    content: "\ea51"
}

.icon-checkbox-checked:before {
    content: "\ea52"
}

.icon-checkbox-unchecked:before {
    content: "\ea53"
}

.icon-radio-checked:before {
    content: "\ea54"
}

.icon-radio-checked2:before {
    content: "\ea55"
}

.icon-radio-unchecked:before {
    content: "\ea56"
}

.icon-crop:before {
    content: "\ea57"
}

.icon-make-group:before {
    content: "\ea58"
}

.icon-ungroup:before {
    content: "\ea59"
}

.icon-scissors:before {
    content: "\ea5a"
}

.icon-filter:before {
    content: "\ea5b"
}

.icon-font:before {
    content: "\ea5c"
}

.icon-ligature:before {
    content: "\ea5d"
}

.icon-ligature2:before {
    content: "\ea5e"
}

.icon-text-height:before {
    content: "\ea5f"
}

.icon-text-width:before {
    content: "\ea60"
}

.icon-font-size:before {
    content: "\ea61"
}

.icon-bold:before {
    content: "\ea62"
}

.icon-underline:before {
    content: "\ea63"
}

.icon-italic:before {
    content: "\ea64"
}

.icon-strikethrough:before {
    content: "\ea65"
}

.icon-omega:before {
    content: "\ea66"
}

.icon-sigma:before {
    content: "\ea67"
}

.icon-page-break:before {
    content: "\ea68"
}

.icon-superscript:before {
    content: "\ea69"
}

.icon-subscript:before {
    content: "\ea6a"
}

.icon-superscript2:before {
    content: "\ea6b"
}

.icon-subscript2:before {
    content: "\ea6c"
}

.icon-text-color:before {
    content: "\ea6d"
}

.icon-pagebreak:before {
    content: "\ea6e"
}

.icon-clear-formatting:before {
    content: "\ea6f"
}

.icon-table:before {
    content: "\ea70"
}

.icon-table2:before {
    content: "\ea71"
}

.icon-insert-template:before {
    content: "\ea72"
}

.icon-pilcrow:before {
    content: "\ea73"
}

.icon-ltr:before {
    content: "\ea74"
}

.icon-rtl:before {
    content: "\ea75"
}

.icon-section:before {
    content: "\ea76"
}

.icon-paragraph-left:before {
    content: "\ea77"
}

.icon-paragraph-center:before {
    content: "\ea78"
}

.icon-paragraph-right:before {
    content: "\ea79"
}

.icon-paragraph-justify:before {
    content: "\ea7a"
}

.icon-indent-increase:before {
    content: "\ea7b"
}

.icon-indent-decrease:before {
    content: "\ea7c"
}

.icon-share:before {
    content: "\ea7d"
}

.icon-new-tab:before {
    content: "\ea7e"
}

.icon-embed:before {
    content: "\ea7f"
}

.icon-embed2:before {
    content: "\ea80"
}

.icon-terminal:before {
    content: "\ea81"
}

.icon-share2:before {
    content: "\ea82"
}

.icon-mail:before {
    content: "\ea83"
}

.icon-mail2:before {
    content: "\ea84"
}

.icon-mail3:before {
    content: "\ea85"
}

.icon-mail4:before {
    content: "\ea86"
}

.icon-amazon:before {
    content: "\ea87"
}

.icon-google:before {
    content: "\ea88"
}

.icon-google2:before {
    content: "\ea89"
}

.icon-google3:before {
    content: "\ea8a"
}

.icon-google-plus:before {
    content: "\ea8b"
}

.icon-google-plus2:before {
    content: "\ea8c"
}

.icon-google-plus3:before {
    content: "\ea8d"
}

.icon-hangouts:before {
    content: "\ea8e"
}

.icon-google-drive:before {
    content: "\ea8f"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-facebook2:before {
    content: "\ea91"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-whatsapp:before {
    content: "\ea93"
}

.icon-spotify:before {
    content: "\ea94"
}

.icon-telegram:before {
    content: "\ea95"
}

.icon-twitter:before {
    content: "";
    background-image: url(../assets/images/x_logo.svg);
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.icon-vine:before {
    content: "\ea97"
}

.icon-vk:before {
    content: "\ea98"
}

.icon-renren:before {
    content: "\ea99"
}

.icon-sina-weibo:before {
    content: "\ea9a"
}

.icon-rss:before {
    content: "\ea9b"
}

.icon-rss2:before {
    content: "\ea9c"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-youtube2:before {
    content: "\ea9e"
}

.icon-twitch:before {
    content: "\ea9f"
}

.icon-vimeo:before {
    content: "\eaa0"
}

.icon-vimeo2:before {
    content: "\eaa1"
}

.icon-lanyrd:before {
    content: "\eaa2"
}

.icon-flickr:before {
    content: "\eaa3"
}

.icon-flickr2:before {
    content: "\eaa4"
}

.icon-flickr3:before {
    content: "\eaa5"
}

.icon-flickr4:before {
    content: "\eaa6"
}

.icon-dribbble:before {
    content: "\eaa7"
}

.icon-behance:before {
    content: "\eaa8"
}

.icon-behance2:before {
    content: "\eaa9"
}

.icon-deviantart:before {
    content: "\eaaa"
}

.icon-500px:before {
    content: "\eaab"
}

.icon-steam:before {
    content: "\eaac"
}

.icon-steam2:before {
    content: "\eaad"
}

.icon-dropbox:before {
    content: "\eaae"
}

.icon-onedrive:before {
    content: "\eaaf"
}

.icon-github:before {
    content: "\eab0"
}

.icon-npm:before {
    content: "\eab1"
}

.icon-basecamp:before {
    content: "\eab2"
}

.icon-trello:before {
    content: "\eab3"
}

.icon-wordpress:before {
    content: "\eab4"
}

.icon-joomla:before {
    content: "\eab5"
}

.icon-ello:before {
    content: "\eab6"
}

.icon-blogger:before {
    content: "\eab7"
}

.icon-blogger2:before {
    content: "\eab8"
}

.icon-tumblr:before {
    content: "\eab9"
}

.icon-tumblr2:before {
    content: "\eaba"
}

.icon-yahoo:before {
    content: "\eabb"
}

.icon-yahoo2:before {
    content: "\eabc"
}

.icon-tux:before {
    content: "\eabd"
}

.icon-appleinc:before {
    content: "\eabe"
}

.icon-finder:before {
    content: "\eabf"
}

.icon-android:before {
    content: "\eac0"
}

.icon-windows:before {
    content: "\eac1"
}

.icon-windows8:before {
    content: "\eac2"
}

.icon-soundcloud:before {
    content: "\eac3"
}

.icon-soundcloud2:before {
    content: "\eac4"
}

.icon-skype:before {
    content: "\eac5"
}

.icon-reddit:before {
    content: "\eac6"
}

.icon-hackernews:before {
    content: "\eac7"
}

.icon-wikipedia:before {
    content: "\eac8"
}

.icon-linkedin:before {
    content: "\eac9"
}

.icon-linkedin2:before {
    content: "\eaca"
}

.icon-lastfm:before {
    content: "\eacb"
}

.icon-lastfm2:before {
    content: "\eacc"
}

.icon-delicious:before {
    content: "\eacd"
}

.icon-stumbleupon:before {
    content: "\eace"
}

.icon-stumbleupon2:before {
    content: "\eacf"
}

.icon-stackoverflow:before {
    content: "\ead0"
}

.icon-pinterest:before {
    content: "\ead1"
}

.icon-pinterest2:before {
    content: "\ead2"
}

.icon-xing:before {
    content: "\ead3"
}

.icon-xing2:before {
    content: "\ead4"
}

.icon-flattr:before {
    content: "\ead5"
}

.icon-foursquare:before {
    content: "\ead6"
}

.icon-yelp:before {
    content: "\ead7"
}

.icon-paypal:before {
    content: "\ead8"
}

.icon-chrome:before {
    content: "\ead9"
}

.icon-firefox:before {
    content: "\eada"
}

.icon-IE:before {
    content: "\eadb"
}

.icon-edge:before {
    content: "\eadc"
}

.icon-safari:before {
    content: "\eadd"
}

.icon-opera:before {
    content: "\eade"
}

.icon-file-pdf:before {
    content: "\eadf"
}

.icon-file-openoffice:before {
    content: "\eae0"
}

.icon-file-word:before {
    content: "\eae1"
}

.icon-file-excel:before {
    content: "\eae2"
}

.icon-libreoffice:before {
    content: "\eae3"
}

.icon-html-five:before {
    content: "\eae4"
}

.icon-html-five2:before {
    content: "\eae5"
}

.icon-css3:before {
    content: "\eae6"
}

.icon-git:before {
    content: "\eae7"
}

.icon-codepen:before {
    content: "\eae8"
}

.icon-svg:before {
    content: "\eae9"
}

.icon-IcoMoon:before {
    content: "\eaea"
}

.button-group {
    margin-bottom: 0
}

html {
    height: 100%
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body {
    word-break: break-all
}

body.mobile {
    font-size: 15px;
    line-height: 1.7
}

h1, h2, h3, h4, h5 {
    word-break: break-word
}

.l-wrapper-in {
    background: #fff
}

.c-parallax {
    background: url(http://chitoseka.com/images/bg-gray-80.gif);
    background-size: cover
}

.u-backface-visibility {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.u-exborder-top {
    border-top: 3px solid #f5d700 !important
}

.pc #main {
    width: 100%;
}
.pc.special #main {
    width: 820px;
}
.pc.category-series #main {
    width: 820px;
}

.pc #side {
    width: 300px;
}
.pc.home #side > *:not(img) {
    width: 300px;
}
.pc:not(.special) #main+#side {
    margin-left: 26px
}

.mobile .l-before-main {
    display: none
}

.mobile #main+#side {
    margin-top: 20px
}
.mobile.special #main+#side{
    margin-top: 40px;
}
#header-before {
    border-bottom: 1px solid #eee
}

.c-sticky-header #header-before {
    display: none
}

#header-before a {
    color: #333
}

.pc .top-site .p-logoArea {
    margin: 4px 0 0;
    padding: 0
}

#header-before-in .p-logoArea {
    height: 28px;
    margin: 0;
    padding: 0
}

#header-before-in .p-logoArea img {
    height: 100%
}

#header-before-in #sub-menu {
    margin-top: 10px;
    margin-bottom: 10px
}

#header-before-in #sub-menu .nav-item:active, #header-before-in #sub-menu .nav-item:focus, #header-before-in #sub-menu .nav-item:hover {
    opacity: .75
}

#header-before-in #sub-menu .nav-item img {
    height: 28px
}

#header-before-in #sub-menu .nav-item+.nav-item {
    margin-left: 8px
}

.p-logo-nav {
    width: 540px
}

.p-logo-nav+.p-logo-nav {
    margin-top: 10px
}

.p-logo-nav .nav-item {
    width: 25%;
    text-align: center;
    padding: 0 5px
}

.p-logo-nav .nav-item:active, .p-logo-nav .nav-item:focus, .p-logo-nav .nav-item:hover {
    opacity: .75
}

#header-pc {
    background: #fff
}

.c-sticky-header #header-pc {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%
}

#header-pc .p-logoArea__img {
    transition: height .3s ease-out;
    max-height: 112px;
    max-width: 200px;
    margin-bottom: 4px;
}

.c-sticky-header #header-pc .p-logoArea__img {
    height: 26px !important
}

.top-site #header-pc .p-logoArea__img {
    height: 100%;
    width: auto;
    max-width: none
}

#header-pc #header-pc-in {
    transition: padding .3s ease-out;
    padding-top: 20px;
    padding-bottom: 20px
}

.top-site #header-pc #header-pc-in {
    padding-top: 0;
    padding-bottom: 0
}

.c-sticky-header #header-pc #header-pc-in {
    margin-bottom: 5px
}

#header-pc #header-pc-in-left {
    max-width: 685px;
    margin: 0 auto;
}

#top_logo_search {
    /* position: absolute;
    right: 10px; */
    display: flex;
}

#search img {
    width: 30px;
}
.mobile #search img {
    width: 25px;
    height: 20px;
}

#header-pc .l-globalnav .nav-item a {
    transition: all .3s ease-out;
    padding-top: .8em;
    padding-bottom: .8em
}

.c-sticky-header #header-pc .l-globalnav .nav-item a {
    padding-top: .5em;
    padding-bottom: .5em
}

.body-nyujun #header-pc .p-logoArea__img {
    max-width: 340px
}

.body-hamutaro #header-pc .p-logoArea__img {
    max-width: 230px
}

.body-dotou #header-pc .p-logoArea__img {
    max-width: 330px
}

.mobile.body-dotou .p-logoArea__img {
    height: 40px
}

.l-globalnav {
    letter-spacing: 1px
}

.l-globalnav.l-globalnav--theme-color {
    background: #f5d700
}

.sho-theme.body-topic .l-globalnav.l-globalnav--theme-color {
    background-color: #181818
}

.sho-theme.body-bb .l-globalnav.l-globalnav--theme-color {
    background-color: #e8452e
}

.sho-theme.body-mebae .l-globalnav.l-globalnav--theme-color {
    background-color: #e8452e
}

.sho-theme.body-youchien .l-globalnav.l-globalnav--theme-color {
    background-color: #e8452e
}

.sho-theme.body-nyujun .l-globalnav.l-globalnav--theme-color {
    background-color: #28a745
}

.sho-theme.body-sho1 .l-globalnav.l-globalnav--theme-color {
    background-color: #ef8fb0
}

.sho-theme.body-sho8 .l-globalnav.l-globalnav--theme-color {
    background-color: #0072ce
}

.sho-theme.body-hamutaro .l-globalnav.l-globalnav--theme-color {
    background-color: #f18230
}

.sho-theme.body-shoq .l-globalnav.l-globalnav--theme-color {
    background-color: #449874
}

.sho-theme.body-anpanman .l-globalnav.l-globalnav--theme-color {
    background-color: #e7442e
}

.sho-theme.body-dotou .l-globalnav.l-globalnav--theme-color {
    background-color: #32cd82
}

.sho-theme.body-manga .l-globalnav.l-globalnav--theme-color {
    background-color: #32cd82
}

.sho-theme.body-sho100 .l-globalnav.l-globalnav--theme-color {
    background-color: #d60589
}

.l-globalnav .nav-item {
    width: 100%;
    height: 49px;
    position: relative;
    transition: color .25s ease;
    color: #7ab9a9;
}

.l-globalnav .nav-item:not(.current-menu-item):hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.l-globalnav .nav-item:not(.current-menu-item)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #7ab9a9;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.25s ease;
    transition-property: transform;
}
.body-topic #header-pc .l-globalnav .nav-item a:hover {
    color: #7ab9a9;
}

.top-site .l-globalnav .nav-item {
    width: auto
}

.l-globalnav .nav-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2) !important
}

.l-globalnav .nav-item:last-child {
    border-right: 1px solid #dcc100
}

.sho-theme.body-topic .l-globalnav .nav-item:last-child {
    border-color: #0b0b0b
}

.sho-theme.body-bb .l-globalnav .nav-item:last-child {
    border-color: #c32b15
}

.sho-theme.body-mebae .l-globalnav .nav-item:last-child {
    border-color: #c32b15
}

.sho-theme.body-youchien .l-globalnav .nav-item:last-child {
    border-color: #c32b15
}

.sho-theme.body-nyujun .l-globalnav .nav-item:last-child {
    border-color: #1c7631
}

.sho-theme.body-sho1 .l-globalnav .nav-item:last-child {
    border-color: #e96291
}

.sho-theme.body-sho8 .l-globalnav .nav-item:last-child {
    border-color: #005091
}

.sho-theme.body-hamutaro .l-globalnav .nav-item:last-child {
    border-color: #d5630e
}

.sho-theme.body-shoq .l-globalnav .nav-item:last-child {
    border-color: #316e54
}

.sho-theme.body-anpanman .l-globalnav .nav-item:last-child {
    border-color: #c22b16
}

.sho-theme.body-dotou .l-globalnav .nav-item:last-child {
    border-color: #269c63
}

.sho-theme.body-manga .l-globalnav .nav-item:last-child {
    border-color: #269c63
}

.sho-theme.body-sho100 .l-globalnav .nav-item:last-child {
    border-color: #9a0463
}

.l-globalnav .nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: .8em;
    padding-right: .8em;
    white-space: nowrap;
    color: #fff;
    border-left: 1px solid #dcc100;
    border-right: 1px solid rgba(255, 255, 255, .2);
    text-decoration: none;
}

.sho-theme.body-topic .l-globalnav .nav-item a {
    border-left-color: #0b0b0b
}

.sho-theme.body-bb .l-globalnav .nav-item a {
    border-left-color: #c32b15
}

.sho-theme.body-mebae .l-globalnav .nav-item a {
    border-left-color: #c32b15
}

.sho-theme.body-youchien .l-globalnav .nav-item a {
    border-left-color: #c32b15
}

.sho-theme.body-nyujun .l-globalnav .nav-item a {
    border-left-color: #1c7631
}

.sho-theme.body-sho1 .l-globalnav .nav-item a {
    border-left-color: #e96291
}

.sho-theme.body-sho8 .l-globalnav .nav-item a {
    border-left-color: #005091
}

.sho-theme.body-hamutaro .l-globalnav .nav-item a {
    border-left-color: #d5630e
}

.sho-theme.body-shoq .l-globalnav .nav-item a {
    border-left-color: #316e54
}

.sho-theme.body-anpanman .l-globalnav .nav-item a {
    border-left-color: #c22b16
}

.sho-theme.body-dotou .l-globalnav .nav-item a {
    border-left-color: #269c63
}

.sho-theme.body-manga .l-globalnav .nav-item a {
    border-left-color: #269c63
}

.sho-theme.body-sho100 .l-globalnav .nav-item a {
    border-left-color: #9a0463
}

.l-globalnav .nav-item a:active, .l-globalnav .nav-item a:focus, .l-globalnav .nav-item a:hover {
    background: #ffe005
}

.sho-theme.body-topic .l-globalnav .nav-item a:active, .sho-theme.body-topic .l-globalnav .nav-item a:focus, .sho-theme.body-topic .l-globalnav .nav-item a:hover {
    background: #202020
}

.sho-theme.body-bb .l-globalnav .nav-item a:active, .sho-theme.body-bb .l-globalnav .nav-item a:focus, .sho-theme.body-bb .l-globalnav .nav-item a:hover {
    background: #ea513c
}

.sho-theme.body-mebae .l-globalnav .nav-item a:active, .sho-theme.body-mebae .l-globalnav .nav-item a:focus, .sho-theme.body-mebae .l-globalnav .nav-item a:hover {
    background: #ea513c
}

.sho-theme.body-youchien .l-globalnav .nav-item a:active, .sho-theme.body-youchien .l-globalnav .nav-item a:focus, .sho-theme.body-youchien .l-globalnav .nav-item a:hover {
    background: #ea513c
}

.sho-theme.body-nyujun .l-globalnav .nav-item a:active, .sho-theme.body-nyujun .l-globalnav .nav-item a:focus, .sho-theme.body-nyujun .l-globalnav .nav-item a:hover {
    background: #2bb34a
}

.sho-theme.body-sho1 .l-globalnav .nav-item a:active, .sho-theme.body-sho1 .l-globalnav .nav-item a:focus, .sho-theme.body-sho1 .l-globalnav .nav-item a:hover {
    background: #f19cb9
}

.sho-theme.body-sho8 .l-globalnav .nav-item a:active, .sho-theme.body-sho8 .l-globalnav .nav-item a:focus, .sho-theme.body-sho8 .l-globalnav .nav-item a:hover {
    background: #007add
}

.sho-theme.body-hamutaro .l-globalnav .nav-item a:active, .sho-theme.body-hamutaro .l-globalnav .nav-item a:focus, .sho-theme.body-hamutaro .l-globalnav .nav-item a:hover {
    background: #f07922
}

.sho-theme.body-shoq .l-globalnav .nav-item a:active, .sho-theme.body-shoq .l-globalnav .nav-item a:focus, .sho-theme.body-shoq .l-globalnav .nav-item a:hover {
    background: #3f8d6c
}

.sho-theme.body-anpanman .l-globalnav .nav-item a:active, .sho-theme.body-anpanman .l-globalnav .nav-item a:focus, .sho-theme.body-anpanman .l-globalnav .nav-item a:hover {
    background: #e9503c
}

.sho-theme.body-dotou .l-globalnav .nav-item a:active, .sho-theme.body-dotou .l-globalnav .nav-item a:focus, .sho-theme.body-dotou .l-globalnav .nav-item a:hover {
    background: #3ed08a
}

.sho-theme.body-manga .l-globalnav .nav-item a:active, .sho-theme.body-manga .l-globalnav .nav-item a:focus, .sho-theme.body-manga .l-globalnav .nav-item a:hover {
    background: #3ed08a
}

.sho-theme.body-sho100 .l-globalnav .nav-item a:active, .sho-theme.body-sho100 .l-globalnav .nav-item a:focus, .sho-theme.body-sho100 .l-globalnav .nav-item a:hover {
    background: #e50593
}

.drawer-open .l-wrapper {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.drawer-open.header-fixed .l-wrapper {
    -webkit-filter: none;
    filter: none
}

.drawer-open.header-fixed .l-wrapper-in {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

#header-mobile {
    transition: background-color .2s linear 0s;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid #f1f1f1;
    z-index: 1000;
    width: 100%;
}

.drawer-open #header-mobile {
    background-color: #fff
}

.js-fixed-top-target {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.mobile #global-menu {
    border-bottom: 1px solid #e8e8e8
}

.mobile #global-menu .nav-item {
    width: 100%
}

.mobile #global-menu .nav-item a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #333;
    border: none;
}
.sho-theme.body-topic .l-globalnav .nav-item a:hover {
    background: #fff;
    border-bottom: 2px solid #7ab9a9;
    color: #7ab9a9;
}
.mobile #global-menu .nav-item+.nav-item {
    border-top: 1px solid #e8e8e8
}

.mobile .nav-tabs .nav-item+.nav-item {
    border-top: none
}

.mobile .drawer-nav a {
    color: #333
}

.mobile .nav-item a {
    display: block;
    width: 100%;
    padding: 10px 15px
}

.mobile .nav-item a:active, .mobile .nav-item a:focus, .mobile .nav-item a:hover {
    text-decoration: none
}

.mobile .nav-item.nav-item--toggle {
    border-bottom: 1px solid #e8e8e8
}

.mobile .nav-item+.nav-item {
    border-top: 1px solid #e8e8e8
}

.mobile .nav-item--bottom {
    border-bottom: 1px solid #e8e8e8
}

.mobile .drawer-collapse {
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7
}

.mobile .drawer-collapse a {
    color: #333
}

.mobile .mobile-menu-toggle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e8e8e8;
    color: #333
}

.mobile .mobile-menu-toggle:before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f126"
}

.mobile .mobile-menu-toggle.collapsed:before {
    content: "\f123"
}

.mobile .mobile-menu-toggle.collapsed {
    color: #bbb
}

.mobile .sub-menu.collapse {
    border-top: 1px solid #e8e8e8
}

.pc .footer {
    border-top: 1px solid #e8e8e8
}

.mobile .p-footer-menu .nav-item {
    width: 50%;
    border-bottom: 1px solid #eee
}

.mobile .p-footer-menu .nav-item:nth-child(odd) {
    border-right: 1px solid #eee
}

.mobile .p-footer-menu .nav-item a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px
}

.p-media a {
    color: #333
}

.p-media a:active, .p-media a:focus, .p-media a:hover {
    color: #333;
    text-decoration: none
}

.p-media .p-media__body {
    position: relative
}

.pc .p-media .p-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wp-loop .p-media__image {
    width: 300px;
    position: relative;
    margin-right: 25px
}

.single .wp-loop .p-media__image {
    width: auto;
}

.mobile .wp-loop .p-media__image {
    width: 105px;
    margin-right: 18px
}

.pc .p-garanking .p-media+.p-media {
    margin-top: 20px
}

.mobile .p-garanking .p-media+.p-media {
    margin-top: 0;
}
.p-garanking .p-media__image {
    width: 110px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

.p-garanking .p-media__image .icon_pr {
    top: 59px;
}

.p-garanking .p-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-garanking__rank {
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 8px;
    margin-right: 5px
}

.p-garanking__rank.p-garanking__rank--higher {
    background: #df2061
}

.pickup .p-media__image {
    width: 110px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.mobile.single .pickup .p-media__image {
    width: auto;
    flex-shrink: 0;
}

.pickup .p-media__image img{
    height: 110px;
    width: 110px;
    object-fit: cover;
    flex-shrink: 0
}

.p-overlap-item+.p-overlap-item {
    border-top: 1px solid #e8e8e8;
    margin-top: 2px;
    padding-top: 2px
}

.p-company {
    font-size: 14px;
    border: 1px solid #e8e8e8;
    padding: 2px
}

.p-company dt {
    width: 7em;
    background: #ddd;
    color: #333;
    text-align: center;
    font-weight: 400
}

.p-introduction .p-introduction__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px
}

.p-introduction .p-introduction__title span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0
}

.p-introduction .p-introduction__content {
    font-size: 15px;
    line-height: 2
}

.p-flexItem-liquid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-map-wrap {
    width: 100%;
    height: 200px
}

.p-yokoku__image {
    width: 100px
}

.pc .p-yokoku {
    color: #333;
    text-decoration: none
}

.pc .p-yokoku:active, .pc .p-yokoku:focus, .pc .p-yokoku:hover {
    color: #333;
    text-decoration: none
}

.mobile .p-yokoku {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 6px;
    border-radius: 4px
}

.pc .p-yokoku-article {
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none
}

.pc .p-yokoku-article .p-yokoku-article-in {
    position: relative;
    display: block;
    color: #333;
    background: #fff;
    padding: 30px;
    border-radius: 4px
}

.pc .p-yokoku-article .p-yokoku-article-in:active, .pc .p-yokoku-article .p-yokoku-article-in:focus, .pc .p-yokoku-article .p-yokoku-article-in:hover {
    text-decoration: none;
    background: #fdfdfd
}

.pc .p-yokoku-article .p-yokoku-article__image {
    width: 200px
}

.pc .p-yokoku-article .p-yokoku-article__title {
    font-size: 42px
}

.pc .p-yokoku-article .p-yokoku-article__logo {
    position: absolute;
    top: 20px;
    right: 30px;
    max-width: 180px;
    max-height: 60px
}

.mobile .p-yokoku-article {
    padding: 0;
    border-radius: 8px;
    text-decoration: none;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid
}

.mobile .p-yokoku-article .p-yokoku-article-in {
    position: relative;
    display: block;
    color: #333;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1.3
}

.mobile .p-yokoku-article .p-yokoku-article-in:active, .mobile .p-yokoku-article .p-yokoku-article-in:focus, .mobile .p-yokoku-article .p-yokoku-article-in:hover {
    text-decoration: none;
    background: #fdfdfd
}

.mobile .p-yokoku-article .p-yokoku-article__image {
    width: 100px
}

.mobile .p-yokoku-article .p-yokoku-article__logo {
    top: 20px;
    right: 30px;
    max-width: 80px;
    max-height: 40px;
    margin-bottom: 5px
}

.kokuchi__subtitle {
    position: relative;
    font-size: 16px;
    margin: 4px 0 0;
    line-height: 1.4;
    color: #333;
    border: 1px solid #aaa;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 400
}

.kokuchi__subtitle:after, .kokuchi__subtitle:before {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.kokuchi__subtitle:before {
    border-right: 10px solid #aaa;
    left: -10px
}

.kokuchi__subtitle:after {
    border-right: 10px solid #fff;
    left: -8px
}

.u-theme-color {
    color: #ffa900
}

.sho-theme.body-topic .u-theme-color {
    color: #181818
}

.sho-theme.body-bb .u-theme-color {
    color: #e8452e
}

.sho-theme.body-mebae .u-theme-color {
    color: #e8452e
}

.sho-theme.body-youchien .u-theme-color {
    color: #e8452e
}

.sho-theme.body-nyujun .u-theme-color {
    color: #28a745
}

.sho-theme.body-sho1 .u-theme-color {
    color: #ef8fb0
}

.sho-theme.body-sho8 .u-theme-color {
    color: #0072ce
}

.sho-theme.body-hamutaro .u-theme-color {
    color: #f18230
}

.sho-theme.body-shoq .u-theme-color {
    color: #449874
}

.sho-theme.body-anpanman .u-theme-color {
    color: #e7442e
}

.sho-theme.body-dotou .u-theme-color {
    color: #32cd82
}

.sho-theme.body-manga .u-theme-color {
    color: #32cd82
}

.sho-theme.body-sho100 .u-theme-color {
    color: #d60589
}

.p-sns-lists .p-sns-lists__item {
    margin-right: 10px
}


.p-sns-lists .p-sns-lists__item:last-child {
    margin-right: 0;
}

.p-sns-lists .specialist-sns {
    margin-right: 1rem;
}

main .p-sns-lists .specialist-sns:last-child {
    margin-right: 13.5px;
}

.p-sns-lists .specialist-sns {
    margin-right: 16px;
}

.p-sns-lists .specialist-sns:last-child {
    margin-right: 0px;
}

.p-specialist-sns {
    margin-top: 20px;
    margin-bottom: 20px;
}


.p-sns-lists .sp-specialist-sns {
    margin-right: 16px;
}

.p-sns-lists .sp-specialist-sns:last-child {
    margin-right: 0px;
}

.p-sns-lists .p-sns-lists__item img {
    height: 42px;
    width: auto
}

.p-sns-lists .external-link__item img.externallinkoutline {
    width: 20px;
    height: 20px;
}

.p-sns-lists .sp-external-link__item img.externallinkoutline {
    width: 15px;
    height: 15px;
}

.sp-external-link-list-mt {
    margin-top: 19px;
}

.sp-external-link-list-mb {
    margin-bottom: 40px;
}

.sp-external-link__item-mr {
    margin-right: 8px;
}

.body-topic .entry-content .sns-lists a {
    color: #FFF;
    text-decoration: none;
}

.body-topic .entry-content .sns-lists a:hover {
    opacity: 0.8;
}

.external-link__item a{
    text-decoration: none;
    background-color: #fff;
    color: #7ab9a9;
    padding-left: 15px;
    padding-right:15px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 0.5em;
}

.external-link__item a:hover {
    opacity:0.8;
}



.sp-external-link__item a{
    text-decoration: none;
    background-color: #fff;
    color: #7ab9a9;
    font-size: 13px;
    line-height: 21px;
    padding-left: 10px;
    padding-right:10px;
    height: 26px;
    display: flex;
    align-items: center;
    border-radius: 0.5em;
}

.sp-external-link__item a:hover {
    opacity: 0.8;
}

.external-link__item {
    background-color: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 0.5em;
    box-sizing: border-box;

}

.sp-external-link__item {
    background-color: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 0.5em;
    box-sizing: border-box;
}

.external-link__item-first {
    margin-right: 15px;
}

.external-link__item span {
    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;
    font-weight: bold;
}

.sp-external-link__item span {
    margin-right: 7.4px;
    font-size: 13px;
    font-weight: bold;
}

.moreRead {
    margin-top: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.sp-moreRead {
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.body-topic .entry-content .moreRead a{
    height:50px;
    font-weight: bold;
    border: 1px solid #8b8b8b;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
}

.body-topic .entry-content .moreRead a:hover {
    opacity: 0.8;
}

.body-topic .entry-content .sp-moreRead a{
    height:30px;
    border: 1px solid #8b8b8b;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
}

.body-topic .entry-content .sp-moreRead a{
    opacity: 0.8;
}

#side a {
    transition: opacity .3s ease;
    letter-spacing: -0.5px;
}

#side a:active, #side a:focus, #side a:hover {
    opacity: .8
}

.pc .p-archive-header {
    margin: 0 auto 20px;
}
.pc .info_ul .p-archive-header {
    margin: 0 auto 20px;
}
    
.pc .p-category-header {
    margin-top: 10px;
    margin-bottom: 15px;
    /* display: flex; */
}

.page_nav_singular {
    visibility: hidden
}

.p-pagination-footer {
    color: #757575
}

.pc .pagination {
    margin-top: 3rem
}

.mobile.single .pagination {
    margin-bottom: 20px;
}

#footer-menu a {
    color: #777
}

#footer-menu li+li {
    margin-left: 15px
}

#footer-menu li:before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f10a";
    margin-right: .5em;
    color: #ccc
}

.p-publish {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px
}

.p-publish-image img {
    width: 200px
}

.p-publish-contents {
    padding-bottom: 15px
}

.p-publish-image+.p-publish-contents {
    width: 740px;
    margin-left: 30px
}

.p-publish-contents h2 {
    color: #eb6a7a;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}

.p-publish-contents p {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 1.5;
    letter-spacing: 2px
}

.p-publish-contents .p-publish-contents__links li+li {
    margin-left: 10px
}

.p-twitterArea {
    box-sizing: border-box;
    width: 100%;
    min-height: 400px;
    padding: 0 10px
}

.bxslider .slide {
    background: 0 0
}

.sho-theme.pc #bxslider-loading+.l-contents {
    padding-top: 0
}

.sho-theme.pc .bxslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding-bottom: 60px
}

.sho-theme.pc .slide_all {
    position: relative;
    width: 730px;
    height: 430px;
    margin: 0 auto
}

.sho-theme.pc .slide_wrap {
    position: absolute;
    width: 2950px;
    left: 50%;
    margin-left: -1475px
}

.sho-theme.pc .bx-wrapper {
    margin: 0 auto;
    border: none;
    box-shadow: none;
}

.sho-theme.pc .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    height: 500px !important;
}

.sho-theme.pc .bx-wrapper .bx-viewport .slide_body {
    width: 100%
}

.sho-theme.pc .bx-wrapper .bx-viewport .slide {
    width: 730px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    font-size: 50px;
    text-align: center
}

.sho-theme.pc .bx-wrapper .bx-viewport .slide img {
    vertical-align: bottom;
    height: 430px;
    object-fit: cover;
}

.sho-theme.pc .bx-wrapper .p-bxslider-imgwrap/*ここPCの変な高さになるやつ固定決定版*/ {
    height: 400px
}

.sho-theme.pc .bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 730px;
    margin-left: -365px
}

.sho-theme.pc .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    display: inline-block;
    position: absolute;
    left: 740px;
    margin-top: 0;
    outline: 0;
    width: 70px;
    height: 75px;
    text-indent: -9999px;
    z-index: 9999;
    background: url(../img/common/slider_r.png) no-repeat;
    text-decoration: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.sho-theme.pc .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev{
    display: inline-block;
    position: absolute;
    left: -85px;
    margin-top: 0;
    outline: 0;
    width: 70px;
    height: 75px;
    text-indent: -9999px;
    z-index: 9999;
    background: url(../img/common/slider_l.png) no-repeat;
    text-decoration: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.sho-theme.pc .bx-wrapper .bx-controls .bx-pager {
    padding: 0;
    top: 440px
}
/*ここ消すと全部の高さ変わる*/
.sho-theme.pc .bxslider-loading.bxslider-column-4:before {
    height: 430px !important
}

.sho-theme.pc .bxslider-loading.bxslider-column-4 .slide_all {
    height: 430px
}

.sho-theme.pc .bxslider-loading.bxslider-column-4 .bx-wrapper .p-bxslider-imgwrap {
    height: 430px
}

.sho-theme.pc .bxslider-loading.bxslider-column-4 .bx-controls-direction a {
    height: 430px
}

.sho-theme.pc .bxslider-loading.bxslider-column-4 .bx-wrapper .bx-controls .bx-controls-direction a {
    height: 430px
}
 /*ここはナビの高さ*/
.sho-theme.pc .bxslider-loading.bxslider-column-4 .bx-wrapper .bx-controls .bx-pager {
    top: 435px
}

.sho-theme.mobile .bx-wrapper {
    box-shadow: none;
    border: none;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.sho-theme.pc .bx-wrapper .bx-controls-direction a{
    top: 150px;
}
.sho-theme.mobile .bx-wrapper .bx-controls-direction a{
    top: 40%;
}

.sho-theme.mobile .bx-pager.bx-default-pager a {
    background: #fff18f;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 8px
}
.pc .cat-title.post-cat-title{
    text-align: left;
}
.rankdate {
    font-size: 14px;
    padding-left: 10px;
}
.pc .cat-title.post-cat-title .p-list-title {
    padding: 0;
}
.pc .catallpost {
    margin: 40px auto 70px;
}
.catallpost {
    border: 1.5px solid #7ab9a9;
    border-radius: 0.5em;
    transition: all 0.5s;
    width:40%; 
    margin: 20px auto 40px;
}
.catallpost.specialist_link{
    margin: 13px 0 0;
}
.catallpost:hover{
    background-color: #7ab9a9;
    transition: all 0.3s;
}
.catallpost a{
    text-decoration: none;
    color: #7ab9a9;
    font-size: 1.125em;
    display: block;
    padding: 8px 0;
    transition: all 0.5s;
    text-align: center;
}
.mobile .catallpost.specialist_link a{
    padding: 5px 0;
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
}
.specialists_list{
    margin: 20px 0;
    display: flex;
}
.pc .specialists_list{
    margin: 20px 0 30px;
}
.mobile .specialists_list {
    margin-top: 0;
    margin-bottom: 20px;
}
.mobile .specialists_list+h2 {
    margin-top: 40px;
}
.catallpost a:hover{
    color: #ffffff;
    transition: all 0.3s;
}
@media (max-width:767.98px) {
    .sho-theme.mobile .bx-pager.bx-default-pager a{
        width: 14px;
        height: 14px;
        margin: 0 5px;
    }
}

.sho-theme.mobile .bx-pager.bx-default-pager a.active, .sho-theme.mobile .bx-pager.bx-default-pager a:focus, .sho-theme.mobile .bx-pager.bx-default-pager a:hover {
    background: #f5d700
}

.sho-theme.mobile .bx-controls-direction a {
    z-index: 1
}

.sho-theme.mobile .bx-controls-auto, .sho-theme.mobile .bx-pager {
    bottom: -10px;
    padding-top: 0;
}

.sho-theme.pc .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 6px;
    background: #fff18f
}

.sho-theme.pc .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.pc .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.pc .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ffa900
}

.sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a {
    background: #656565
}

.sho-theme.body-bb .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f7c0b8
}

.sho-theme.body-mebae .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f7c0b8
}

.sho-theme.body-youchien .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f7c0b8
}

.sho-theme.body-nyujun .bx-wrapper .bx-pager.bx-default-pager a {
    background: #afecbd
}

.sho-theme.body-sho1 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f5bccf
}

.sho-theme.body-sho8 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cee9ff
}

.sho-theme.body-hamutaro .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f7bc90
}

.sho-theme.body-shoq .bx-wrapper .bx-pager.bx-default-pager a {
    background: #7dc5a6
}

.sho-theme.body-anpanman .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f7bfb7
}

.sho-theme.body-dotou .bx-wrapper .bx-pager.bx-default-pager a {
    background: #adebcd
}

.sho-theme.body-manga .bx-wrapper .bx-pager.bx-default-pager a {
    background: #adebcd
}

.sho-theme.body-sho100 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fc78cb
}

.sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #181818
}

.sho-theme.body-bb .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-bb .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-bb .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e8452e
}

.sho-theme.body-mebae .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-mebae .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-mebae .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e8452e
}

.sho-theme.body-youchien .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-youchien .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-youchien .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e8452e
}

.sho-theme.body-nyujun .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-nyujun .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-nyujun .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #28a745
}

.sho-theme.body-sho1 .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-sho1 .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-sho1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ef8fb0
}

.sho-theme.body-sho8 .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-sho8 .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-sho8 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0072ce
}

.sho-theme.body-hamutaro .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-hamutaro .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-hamutaro .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f18230
}

.sho-theme.body-shoq .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-shoq .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-shoq .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #449874
}

.sho-theme.body-anpanman .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-anpanman .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-anpanman .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e7442e
}

.sho-theme.body-dotou .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-dotou .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-dotou .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #32cd82
}

.sho-theme.body-manga .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-manga .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-manga .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #32cd82
}

.sho-theme.body-sho100 .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-sho100 .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-sho100 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #d60589
}

.bxslider-loading {
    position: relative;
    overflow: hidden
}

.bxslider-loading:before {
    background-repeat: no-repeat;
    background-position: center
}

.pc .bxslider-loading:before {
    width: 100%;
    height: 430px
}

.mobile .bxslider-loading:before {
    width: 100%;
    height: 220px
}

.bxslider-loading .bxslider {
    visibility: hidden
}

.bxslider-loading #bxslider-mobile {
    visibility: hidden
}

.bxslider-loaded {
    overflow: visible
}

.bxslider-loaded.bxslider-loading:before {
    display: none
}

.bxslider-loaded .bxslider {
    visibility: visible
}

.bxslider-loaded #bxslider-mobile {
    visibility: visible
}

.form-group {
    margin-bottom: 0
}

.pc .entry.error-404 .form-inline #searchtext {
    width: 520px
}

.p-blog-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    margin: 20px 0
}

.p-blog-card__image {
    width: 100px;
    margin-right: 15px
}

.pc .entry-content .p-blog-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5
}

.pc .entry-content .p-blog-card__title:active, .pc .entry-content .p-blog-card__title:focus, .pc .entry-content .p-blog-card__title:hover {
    text-decoration: underline
}

.p-blog-card__content {
    font-size: 14px
}

.mobile .p-blog-card .p-blog-card__image {
    width: 78px;
    margin-right: 10px
}

.mobile .p-blog-card .media-body {
    line-height: 1.4
}

.mobile .p-blog-card .media-body .p-blog-card__title {
    font-weight: 700;
    color: #333;
    font-size: 15px;
    text-decoration: none
}

.mobile .p-blog-card .media-body .p-blog-card__content {
    display: none
}

.pc .p-focus-lists {
    border-width: 2px;
    border-style: solid;
    padding: 10px 0px 15px
}

.mobile .p-focus-lists {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-left: none;
    border-right: none
}

.p-card-deck {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px
}

.p-card {
    width: 308px;
    margin-left: 0;
    margin-right: 0
}

.p-card:nth-child(n+3) {
    margin-top: 15px
}

.p-card-image {
    display: block;
    height: 185px;
    position: relative;
    overflow: hidden
}

.p-card-image.p-card-image--none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-card-image.p-card-image--none img {
    max-height: 160px
}

.p-card-body {
    padding: 10px 15px 10px
}

.p-card-body a {
    color: #333
}

.p-card-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    line-height: 1.4;
    margin-bottom: 5px
}

.p-card-meta {
    color: #555
}

.video iframe {
    width: 100%;
    height: 100%
}

.p-icon-sns {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none
}

.p-icon-sns-sp{
    width: 52px;
    height: 52px;
}

.p-icon-sns:active, .p-icon-sns:focus, .p-icon-sns:hover {
    color: #fff;
    text-decoration: none
}

.p-icon-sns.p-icon-sns--large {
    width: 52px;
    height: 52px
}

.p-icon-sns.p-icon-sns--large.p-icon-sns--twitter span {
    font-size: 34px
}

.p-icon-sns.p-icon-sns--large.p-icon-sns--facebook span {
    font-size: 42px;
    bottom: -1px
}

.p-icon-sns.p-icon-sns--large.p-icon-sns--line span {
    font-size: 42px
}

.p-icon-sns.p-icon-sns--large.p-icon-sns--instagram span {
    font-size: 36px
}

.p-icon-sns--twitter {
    background: #000
}

.p-icon-sns--twitter span {
    position: absolute;
    top: 9px;
    left: 12px;
}

.p-icon-sns--twitter span.sp{
    position: relative;
    top: unset;
    left: unset;
    font-size: 36px;
}

.p-icon-sns--facebook {
    background: #3b579d
}

.p-icon-sns--facebook span {
    position: absolute;
    bottom: -1px;
    right: 0;
    font-size: 34px
}

.p-icon-sns--facebook span.sp {
    font-size: 40px
}

.p-icon-sns--line {
    background: #5abb0c
}

.p-icon-sns--line span {
    font-size: 32px;
    padding-top: 1px
}

.p-icon-sns--instagram {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0, #f13f79 70%) no-repeat
}

.p-icon-sns--instagram span {
    font-size: 26px;
    z-index: 1
}

.p-icon-sns--instagram span.sp {
    font-size: 38px;
}

.p-icon-sns--instagram:before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    bottom: -32px;
    left: -18px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, .65) 55%, rgba(255, 88, 96, 0) 70%)
}

.tweetBox-in-article {
    height: 600px;
    text-align: center;
    border: 3px solid;
    border-color: #ffa900;
    width: 500px;
    max-width: 100%;
    overflow: scroll;
    margin: 15px auto;
    border-radius: 4px;
    padding: 15px 0;
    box-sizing: border-box
}

.body-sho1 .tweetBox-in-article {
    border-color: #ef8fb0
}

.body-bb .tweetBox-in-article {
    border-color: #e8452e
}

.body-mebae .tweetBox-in-article {
    border-color: #e8452e
}

.body-youchien .tweetBox-in-article {
    border-color: #e8452e
}

.body-nyujun .tweetBox-in-article {
    border-color: #28a745
}

.body-sho8 .tweetBox-in-article {
    border-color: #0072ce
}

.body-hamutaro .tweetBox-in-article {
    border-color: #f18230
}

.mobile .tweetBox-in-article {
    height: 340px
}

#mobile-header-before {
    position: relative;
    height: 44px
}

#mobile-header-before .drawer-hamburger {
    position: absolute;
    left: 0 !important
}

#header-mobile-in {
    position: relative;
    min-height: 44px;
    padding: 0;
}

#header-mobile-in .drawer-hamburger {
    position: absolute;
    left: 0 !important
}

#mobile-header-before, .top-site #header-mobile {
    border-bottom: 1px solid #f1f1f1
}

#mobile-header-before .drawer-hamburger, .top-site #header-mobile .drawer-hamburger {
    height: 44px;
    z-index: 0
}

#mobile-header-before .drawer-hamburger .drawer-hamburger-icon, .top-site #header-mobile .drawer-hamburger .drawer-hamburger-icon {
    margin-top: 0;
    background: #f5d700
}

#mobile-header-before .drawer-hamburger .drawer-hamburger-icon:before, .top-site #header-mobile .drawer-hamburger .drawer-hamburger-icon:before {
    background: #f5d700
}

#mobile-header-before .drawer-hamburger .drawer-hamburger-icon:after, .top-site #header-mobile .drawer-hamburger .drawer-hamburger-icon:after {
    background: #f5d700
}

#mobile-header-before .p-logoArea, .top-site #header-mobile .p-logoArea {
    margin-left: 8px
}

#mobile-header-before .p-logoArea img, .top-site #header-mobile .p-logoArea img {
    height: 26px
}

.top-site.drawer-open #header-mobile .drawer-hamburger-icon {
    background-color: transparent
}
.pc .p-mobileNav__right {
    top: unset;
    margin-top: 5px;
    height: 30px;
    width: 30px;
}

.p-mobileNav__right {
    position: absolute;
    top: -15px;
    left: 0;
    right: unset;
    height: 100%;
    margin-top: 0;  
}

.mobile .p-mobileNav__right {
    position: relative;
}

.p-mobileNav__right:focus {
    outline: 0
}

.menu-trigger, .menu-trigger span.p-menu-icon, .menu-trigger:after, .menu-trigger:before {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
}

.menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    background: 0 0;
    border: none
}

.mobile .menu-trigger {
    width: 25px;    
    height: 20px;
}

.menu-trigger:focus {
    outline: 0
}

.menu-trigger span.p-menu-icon, .menu-trigger:after, .menu-trigger:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ddd;
    border-radius: 4px
}

.sho-theme.body-topic .menu-trigger span.p-menu-icon, .sho-theme.body-topic .menu-trigger:after, .sho-theme.body-topic .menu-trigger:before {
    background-color: #181818
}

.sho-theme.body-bb .menu-trigger span.p-menu-icon, .sho-theme.body-bb .menu-trigger:after, .sho-theme.body-bb .menu-trigger:before {
    background-color: #e8452e
}

.sho-theme.body-mebae .menu-trigger span.p-menu-icon, .sho-theme.body-mebae .menu-trigger:after, .sho-theme.body-mebae .menu-trigger:before {
    background-color: #e8452e
}

.sho-theme.body-youchien .menu-trigger span.p-menu-icon, .sho-theme.body-youchien .menu-trigger:after, .sho-theme.body-youchien .menu-trigger:before {
    background-color: #e8452e
}

.sho-theme.body-nyujun .menu-trigger span.p-menu-icon, .sho-theme.body-nyujun .menu-trigger:after, .sho-theme.body-nyujun .menu-trigger:before {
    background-color: #28a745
}

.sho-theme.body-sho1 .menu-trigger span.p-menu-icon, .sho-theme.body-sho1 .menu-trigger:after, .sho-theme.body-sho1 .menu-trigger:before {
    background-color: #ef8fb0
}

.sho-theme.body-sho8 .menu-trigger span.p-menu-icon, .sho-theme.body-sho8 .menu-trigger:after, .sho-theme.body-sho8 .menu-trigger:before {
    background-color: #0072ce
}

.sho-theme.body-hamutaro .menu-trigger span.p-menu-icon, .sho-theme.body-hamutaro .menu-trigger:after, .sho-theme.body-hamutaro .menu-trigger:before {
    background-color: #f18230
}

.sho-theme.body-shoq .menu-trigger span.p-menu-icon, .sho-theme.body-shoq .menu-trigger:after, .sho-theme.body-shoq .menu-trigger:before {
    background-color: #449874
}

.sho-theme.body-anpanman .menu-trigger span.p-menu-icon, .sho-theme.body-anpanman .menu-trigger:after, .sho-theme.body-anpanman .menu-trigger:before {
    background-color: #e7442e
}

.sho-theme.body-dotou .menu-trigger span.p-menu-icon, .sho-theme.body-dotou .menu-trigger:after, .sho-theme.body-dotou .menu-trigger:before {
    background-color: #32cd82
}

.sho-theme.body-manga .menu-trigger span.p-menu-icon, .sho-theme.body-manga .menu-trigger:after, .sho-theme.body-manga .menu-trigger:before {
    background-color: #32cd82
}

.sho-theme.body-sho100 .menu-trigger span.p-menu-icon, .sho-theme.body-sho100 .menu-trigger:after, .sho-theme.body-sho100 .menu-trigger:before {
    background-color: #d60589
}

.menu-trigger:before {
    content: "";
    top: 5px
}

.mobile .menu-trigger:before {
    top: 0;
}
.menu-trigger span.p-menu-icon {
    top: 14px
}
.mobile .menu-trigger span.p-menu-icon {
    top: 8px
}

.menu-trigger:after {
    content: "";
    bottom: 2px
}

.mobile .menu-trigger:after {
    bottom: 0;
}

.menu-trigger.active:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.menu-trigger.active span.p-menu-icon {
    opacity: 0
}

.menu-trigger.active:after {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg)
}

.mobile .menu-trigger.active:after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.drawer-overlay__close {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    font-size: 11px
}

.drawer-overlay__close span {
    display: block;
    font-size: 26px;
    padding-bottom: 2px
}

.p-magazineMenu .nav-item+.nav-item {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.p-magazineMenu li a:before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f10a";
    margin-right: 8px;
    font-size: 12px
}

.magazineMenu__block {
    height: 100%
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mobile.body-nyujun .p-mobileNav__left {
    margin-left: -5px
}

.mobile .p-share-buttons .p-share-buttons__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-share-buttons .p-share-buttons__item+.p-share-buttons__item {
    margin-left: 5px
}

.pc .p-share-buttons .p-share-buttons__item {
    margin-top: 10px;
    margin-right: 10px
}

.pc .p-share-buttons .p-share-buttons__item+.p-share-buttons__item {
    margin-left: 0
}

.p-share-buttons .p-share-buttons__item a {
    display: block;
    width: 100%;
    text-align: center
}

.p-icon-share {
    height: 34px;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    padding-bottom: 2px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .15) inset
}

.p-icon-share:active, .p-icon-share:focus, .p-icon-share:hover {
    text-decoration: none;
    color: #fff
}

.p-icon-share--twitter {
    background: #34a1f2;
    font-size: 20px
}

.p-icon-share--facebook {
    background: #3b579d;
    font-size: 20px
}

.p-icon-share--line {
    background: #5abb0c;
    font-size: 23px
}

.p-icon-share--hatebu {
    background: #00a4de;
    font-size: 20px
}

.p-icon-share--google {
    background: #db4437;
    font-size: 20px
}

@media all and (-ms-high-contrast:none) {
    .pc .p-icon-share {
        min-width: 118px
    }
}

.pc .p-icon-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    height: 31px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 10px;
    transition: opacity .3s ease-out
}

.pc .p-icon-share:active, .pc .p-icon-share:focus, .pc .p-icon-share:hover {
    opacity: .7
}

.pc .p-icon-share span {
    margin-right: 5px
}

.pc .p-icon-share--line span {
    font-size: 20px
}

.pc .p-icon-share--hatebu span {
    font-size: 15px
}

.pc .p-icon-share--google span {
    font-size: 20px
}

.result_area {
    display: none;
    position: relative;
    padding: 0 5px;
    min-width: 40px;
    border: 1px solid #aaa;
    color: #777;
    font-size: 13px;
    border-radius: 4px;
    margin-left: 8px
}

.result_area .count {
    height: 100%
}

.result_area:after, .result_area:before {
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.result_area:before {
    left: -6px;
    border-right: 6px solid #aaa
}

.result_area:after {
    left: -4px;
    border-right: 6px solid #fff
}

.p-sidebar-lists .p-media+.p-media {
    margin-top: 10px
}

.p-sidebar-lists .p-media .p-media__image {
    width: 75px;
    margin-right: 5px
}

.p-sidebar-lists .p-media .p-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-sidebar-focus .p-sidebar-lists .p-media__image {
    position: relative;
    width: 100%;
}

.p-sidebar-focus .p-sidebar-lists .p-media__body {
    font-weight: 700;
    padding-top: 10px;
}
ul.p-sidebar-lists li a{
    margin-bottom: 0;
}
ul.p-sidebar-lists li a img{
    width: 306px;
    height: 185px;
    object-fit: cover;
}

.pc .p-sidebar-topic .p-heading {
    background-color: #f5d700 !important
}

.mobile .p-sidebar-topic .p-heading {
    color: #ffa900 !important;
    border-color: #ffa900 !important
}

.mobile .p-logoArea__img-right {
    display: block
}

.mobile .p-logoArea__img-right img {
    height: 23px;
    width: auto
}

.u-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#page-top {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    opacity: .95
}

.mobile #page-top {
    bottom: 10px;
    right: 10px
}

#page-top a {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    color: #fff
}

.mobile #page-top a {
    width: 50px;
    height: 50px
}

#page-top a span {
    font-size: 26px;
    display: block
}

.mobile #page-top a span {
    font-size: 24px
}

#page-top a:active, #page-top a:focus, #page-top a:hover {
    text-decoration: none
}

.downloadContents {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box
}

.downloadContents__item {
    display: table-cell;
    width: 50%;
    padding: 0 10px;
    vertical-align: middle
}

.downloadBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #333;
    text-decoration: none !important;
    color: #333 !important;
    width: 100%;
    font-size: 18px;
    cursor: pointer
}

.downloadBtn span {
    margin-right: 5px
}

.downloadBtn:active, .downloadBtn:focus, .downloadBtn:hover {
    color: #fff !important
}

.mobile ul.downloadContents {
    padding: 0
}

.mobile li.downloadContents__item {
    display: block;
    width: auto;
    padding: 0 10px;
    vertical-align: middle;
    margin-bottom: 15px
}

.mobile .p-kageyama-list+.p-kageyama-list {
    margin-top: 20px
}

.nav-item {
    position: relative
}

.nav-item.menu-item-has-children a {
    position: relative
}

.nav-item.menu-item-has-children>a:before {
    display: none
}

.nav-item.menu-item-has-children>a:after {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f104";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0)
}

.nav-item .sub-menu {
    width: 100%;
    z-index: 1
}

.pc .nav-item .sub-menu {
    position: absolute;
    display: none
}

.mobile .nav-item .sub-menu {
    display: block
}

.mobile .nav-item .sub-menu .nav-item {
    padding-left: 1em
}

.nav-item .sub-menu .nav-item+.nav-item {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.sho-theme.body-topic .nav-item .sub-menu {
    background-color: #0b0b0b
}

.sho-theme.body-bb .nav-item .sub-menu {
    background-color: #c32b15
}

.sho-theme.body-mebae .nav-item .sub-menu {
    background-color: #c32b15
}

.sho-theme.body-youchien .nav-item .sub-menu {
    background-color: #c32b15
}

.sho-theme.body-nyujun .nav-item .sub-menu {
    background-color: #1c7631
}

.sho-theme.body-sho1 .nav-item .sub-menu {
    background-color: #e96291
}

.sho-theme.body-sho8 .nav-item .sub-menu {
    background-color: #005091
}

.sho-theme.body-hamutaro .nav-item .sub-menu {
    background-color: #d5630e
}

.sho-theme.body-shoq .nav-item .sub-menu {
    background-color: #316e54
}

.sho-theme.body-anpanman .nav-item .sub-menu {
    background-color: #c22b16
}

.sho-theme.body-dotou .nav-item .sub-menu {
    background-color: #269c63
}

.sho-theme.body-manga .nav-item .sub-menu {
    background-color: #269c63
}

.sho-theme.body-sho100 .nav-item .sub-menu {
    background-color: #9a0463
}

.nav-item .sub-menu .nav-item {
    border: 0
}

.nav-item .sub-menu .nav-item a {
    border: 0
}

.pc .nav-item:hover .sub-menu {
    display: block
}

.mobile .nav-item.open>a:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.bxslider-loading {
    z-index: 0
}

.entry-content figure {
    max-width: 100%;
    margin-bottom: 1em
}

.p-boxcard {
    border: 2px solid;
    border-radius: 4px
}

.p-boxcard .p-heading {
    border-radius: unset;
    margin-bottom: 0
}

.sho-theme.body-shoq .p-boxcard {
    border-color: #da0b0b
}

.sho-theme.body-shoq .p-boxcard .p-heading {
    background: #da0b0b
}

.mobile .p-footer-logo {
    height: 36px
}

.p-icon-shoKids {
    height: 103px;
    margin-right: 5px
}

.p-link-pdf {
    display: block;
    margin-top: .5em
}

.p-talk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-talk+.p-talk {
    margin-top: 3em
}

.p-talk .p-talk__name {
    min-width: 3.5em;
    margin-right: 1em;
    font-weight: 700
}

.mobile .p-talk .p-talk__name {
    min-width: 2.5em
}

.p-talk.long-name .p-talk__name {
    margin-bottom: 1em
}

.p-talk .p-talk__comment {
    min-width: 70%
}

.p-talk.heading {
    color: #ef8fb0;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px
}

.p-talk.heading .p-talk__name {
    width: 3.5rem;
    margin: 0
}

.p-talk.strong+.p-talk.strong.strong {
    margin-top: 1em
}

.p-talk.strong .p-talk__comment {
    font-size: 20px;
    font-weight: 700
}

.mobile .p-talk.strong .p-talk__comment {
    font-size: 18px
}

.p-talk h4 {
    margin: 0
}

body.dailyportalz .site-main .entry-meta, body.dailyportalz .site-main .entry-title, body.dailyportalz .site-main .p-breadcrumb {
    display: none
}

body.dailyportalz.pc .entry-header+.pagination-wrap {
    display: none
}

body.dailyportalz.mobile .entry-content+.pagination-wrap {
    display: block
}

body.dailyportalz.mobile .pagination-wrap {
    display: none
}

body.dailyportalz article.article .pagination-wrap:first-child {
    display: none
}

body.dailyportalz .p-dailyportalz-lead {
    font-size: 18px;
    margin-bottom: 20px
}

body.dailyportalz .p-dailyportalz-lead p+p {
    margin-top: .5em
}

body.dailyportalz.mobile .p-dailyportalz-lead {
    font-size: 16px;
    line-height: 1.6
}

body.dailyportalz.mobile .p-dailyportalz-lead p+p {
    margin-top: .5em
}

body.dailyportalz .p-dailyportalz-point {
    background: #fff;
    border: 2px solid #ef8fb0;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 30px
}

body.dailyportalz .p-dailyportalz-point__title {
    border-bottom: 2px dashed #ef8fb0;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: .5em 36px;
    background: #fff;
    border-top: none;
    border-radius: 8px 8px 0 0
}

body.dailyportalz .p-dailyportalz-point__list {
    margin: 1em
}

body.dailyportalz .p-dailyportalz-point__list li {
    margin-left: 1.5em
}

body.dailyportalz .p-dailyportalz-point__list li+li {
    margin-top: 1em
}

body.dailyportalz .p-dailyportalz-point__list li:before {
    color: #ef8fb0;
    text-indent: -1.5em;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Ionicons;
    content: "\f373";
    display: inline-block;
    speak: none;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

body.dailyportalz.mobile .p-dailyportalz-point__title {
    font-size: 18px;
    padding: .5em 1em
}

.site-side .component {
    margin-bottom: 40px
}

.site-side .component:first-child {
    margin-top: 0
}

.modal-open .modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-dialog {
    max-width: 85% !important
}

.p-gallery {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10px;
    margin-right: -10px
}

.p-gallery .p-gallery-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-gallery .p-gallery-lists .p-gallery-lists__item {
    width: 25%;
    margin-top: 10px;
    padding-right: 10px
}

.pc .p-gallery .p-gallery-lists .p-gallery-lists__item a {
    display: block;
    overflow: hidden;
    width: 150px
}

.pc .p-gallery .p-gallery-lists .p-gallery-lists__item a img {
    transition: .3s
}

.pc .p-gallery .p-gallery-lists .p-gallery-lists__item a img:active, .pc .p-gallery .p-gallery-lists .p-gallery-lists__item a img:focus, .pc .p-gallery .p-gallery-lists .p-gallery-lists__item a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8
}

.mobile .p-gallery .p-gallery-lists .p-gallery-lists__item {
    width: 33%
}

.p-gallery-modal .modal-dialog {
    max-height: 85%
}

.mobile .p-gallery-modal .modal-dialog {
    max-height: 90%
}

.p-gallery-modal .modal-dialog .modal-content {
    margin-bottom: 20px
}

.p-gallery-modal .modal-dialog .modal-content .p-gallery-modal-header-title {
    margin: 0
}

.p-gallery-modal .modal-dialog .modal-content .modal-footer {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.p-gallery-modal .modal-dialog .modal-content .modal-footer .p-gallery-modal-footer-text {
    margin: 0
}

.body-topic .entry-content a {
    color: #7ab9a9
}

.mobile.body-topic #header-mobile .p-logoArea {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
}

.mobile.body-topic #header-mobile .p-logoArea__img {
    width: 135px;
    height: auto;
    margin-bottom: 2px;
}

.body-topic #header-pc #header-pc-in {
    padding-top: 15px;
    padding-bottom: 15px;
}

.body-topic #header-pc .p-logoArea {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-topic #header-pc #header-globalnav {
    position: relative;
    padding: 0 20px;
}

.body-topic #header-pc .l-globalnav.l-globalnav--theme-color {
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.body-topic #header-pc .l-globalnav .nav-item:first-child {
    border-left: none !important;
}
.body-topic #header-pc .l-globalnav .nav-item.current-menu-item a{
    border-bottom: 5px solid #7ab9a9;
    color: #7ab9a9;
}

.body-topic #header-pc .l-globalnav .nav-item:last-child {
    border: none
}

.body-topic #header-pc .l-globalnav .nav-item a {
    font-size: 1em;
    letter-spacing: .1em;
    font-weight: 700;
    color: #333;
    line-height: 1;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    border: none;
    padding: 1.25em 0.8em;
}

.body-topic #header-pc .l-globalnav .nav-item a:active, .body-topic #header-pc .l-globalnav .nav-item a:focus, .body-topic #header-pc .l-globalnav .nav-item a:hover {
    background: #f9f9f9;
}

.body-topic #header-pc .l-globalnav .nav-item a:active .menu-subtext, .body-topic #header-pc .l-globalnav .nav-item a:focus .menu-subtext, .body-topic #header-pc .l-globalnav .nav-item a:hover .menu-subtext {
    color: #5f5f5f
}
.nav-item.id-topic {
    display: none !important
}

.drawer-collapse.id-topic {
    display: none !important
}
.pc.body-topic .p-related-posts.wp-loop .p-media__image {
    width: 150px
}

.pc.body-topic .p-related-posts .wp-loopItem .entry-title {
    font-size: 16px
}

.mobile.body-topic .p-topic-siteinfo {
    font-size: 3vmin;
    line-height: 1.4;
}

.sho-theme.body-topic .p-heading {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 400;
    line-height: 1;
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}

.sho-theme.body-topic #side h2.p-heading.downloadBtn:active, .sho-theme.body-topic #side h2.p-heading.downloadBtn:focus, .sho-theme.body-topic #side h2.p-heading.downloadBtn:hover, .sho-theme.body-topic #side h2.p-heading.theme-bg {
    display: inline-block;
    font-size: 1.175em;
    font-weight: 700;
    background: #fff;
    border-radius: 0;
    border-bottom: 3px solid #7ab9a9;
    color: #333;
    padding: 0 2px 5px;
}

.sho-theme.body-topic #side h2.p-heading.theme-bg--topic.downloadBtn:active, .sho-theme.body-topic #side h2.p-heading.theme-bg--topic.downloadBtn:focus, .sho-theme.body-topic #side h2.p-heading.theme-bg--topic.downloadBtn:hover, .sho-theme.body-topic #side h2.p-heading.theme-bg.theme-bg--topic {
    background: #fff
}

.sho-theme.body-topic .p-sidebar-topic .p-heading {
    background-color: #fff !important
}

.sho-theme.body-topic .entry-header h1.entry-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}
.mobile.sho-theme.body-topic .entry-header h1.entry-title {
    margin-bottom: 10px;
}
.mobile .clientname {
    margin-bottom: 5px;
}

.sho-theme.body-topic .entry-content {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
}

.sho-theme.body-topic .entry-content.copy-guard img, .sho-theme.body-topic .main_img_wrap.copy-guard img{
    pointer-events: none;
    user-select: none;
}

.sho-theme.body-topic .entry-content h1, .sho-theme.body-topic .entry-content h2, .sho-theme.body-topic .entry-content h3, .sho-theme.body-topic .entry-content h4, .sho-theme.body-topic .entry-content h5, .sho-theme.body-topic .entry-content h6 {
    line-height: 1.4;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}

.sho-theme.body-topic .entry-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 0 4px;
    color: #333;
    border-top: none;
    border-bottom: 4px solid #7ab9a9;
    display: inline-block;
    margin-top: 30px;
}

.sho-theme.body-topic .entry-content h3 {
    background: 0 0;
    color: #333;
    border-left: 3px solid #7ab9a9;
    border-radius: 0;
    position: initial;
    font-size: 17px;
    font-weight: 700;
    padding: 3px 0px 3px 15px;
    line-height: 18px;
    letter-spacing: 1px;
}

.sho-theme.body-topic .entry-content h2+h3{
    margin-top: 0;
}

.sho-theme.body-topic .entry-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #333
}

.sho-theme.body-topic span.p-garanking__rank.downloadBtn:active, .sho-theme.body-topic span.p-garanking__rank.downloadBtn:focus, .sho-theme.body-topic span.p-garanking__rank.downloadBtn:hover, .sho-theme.body-topic span.p-garanking__rank.theme-bg {
    background: rgba(24, 24, 24, .5)
}

.sho-theme.body-topic span.p-garanking__rank.theme-bg--darken.downloadBtn:active, .sho-theme.body-topic span.p-garanking__rank.theme-bg--darken.downloadBtn:focus, .sho-theme.body-topic span.p-garanking__rank.theme-bg--darken.downloadBtn:hover, .sho-theme.body-topic span.p-garanking__rank.theme-bg.theme-bg--darken {
    background: #181818
}

.sho-theme.body-topic .p-list-title {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
}

.sho-theme.body-topic .menu-subtext {
    transition: all .3s ease-out;
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #c5c5c5;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dedede
}

.sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a.active, .sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a:active, .sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a:focus, .sho-theme.body-topic .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #888
}

.pc.sho-theme.body-topic .p-focus-lists {
    padding: 10px 0px 15px;
    border: 1px solid #eee;
    background: #f9f9f9ee
}

.mobile.sho-theme.body-topic #magazineMenu.downloadBtn:active, .mobile.sho-theme.body-topic #magazineMenu.downloadBtn:focus, .mobile.sho-theme.body-topic #magazineMenu.downloadBtn:hover, .mobile.sho-theme.body-topic #magazineMenu.theme-bg {
    background: #2f2f2f
}

.mobile.sho-theme.body-topic .wp-loopItem .entry-image {
    max-width: 500px;
    min-height: auto;
    min-width: auto
}

.mobile.sho-theme.body-topic .wp-loopItem .p-media__image {
    width: 110px;
    height: auto;
    border-radius: 0;
    flex-shrink: 0;
}

.mobile.sho-theme.body-topic .wp-loopItem .entry-title {
    font-size: 0.9em;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
}

.mobile.sho-theme.body-topic .wp-loopItem .entry-title+span {
    font-size: 0.75em;
    display: block;
    line-height: 1.5;
}

.mobile.sho-theme.body-topic .wp-loopItem .tmp-meta-date, .mobile.sho-theme.body-topic .tmp-meta-date {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #333;
    letter-spacing: .05em;
    margin-bottom: 8px
}

.mobile.sho-theme.body-topic .wp-loopItem+li {
    margin: 20px auto;
}

.mobile.sho-theme.body-topic .p-focus-lists {
    padding-top: 0
}

.mobile.sho-theme.body-topic .p-focus-lists .wp-loopItem .p-media__image {
    max-height: none
}

.mobile.sho-theme.body-topic .p-focus-lists .entry-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 10px 10px 20px
}

.mobile.sho-theme.body-topic .p-focus-lists article {
    position: relative;
    max-width: 500px;
    margin: 0 auto
}

.mobile.sho-theme.body-topic .p-focus-lists article:before {
    content: 'PICKUP';
    background: #e8442e;
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    padding: .5em .7em;
    top: -.5em;
    left: -.5em
}

.mobile.sho-theme.body-topic #side .p-heading{
    border-color: inherit;
    display: inline-block;
    border-radius: 0;
    color: #333;
    border: none;
    font-size: 1.25em;
    font-weight: 700;
    border-bottom: 3px solid #7ab9a9;
    padding: 0;
    margin-bottom: 20px;
}
.mobile.sho-theme.body-topic #side .p-heading--ranking {
    margin-bottom: 6px;
}
.mobile.sho-theme.body-topic .p-archive-header .p-list-title{
    background-color: #fff;
}

.mobile.sho-theme.body-topic .p-sidebar-topic .p-heading {
    color: #333 !important;
    border-top: 2px solid #e60311 !important;
    border-bottom: 1px solid #dedede !important
}

.mobile.sho-theme.body-topic #page-top a {
    background: #333
}

.mobile.body-topic.topic-adtag .google_tag_mobile_overlayBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2
}

.mobile.body-topic.topic-adtag #page-top {
    bottom: 60px
}

.mobile.body-topic.topic-adtag .footer #copyright {
    padding-bottom: 60px !important
}

.pc.body-topic.topic-adtag #google-tag-pc-billboard+.l-contents {
    padding-top: 0;
    margin-top: 1.5rem
}
.abj{
    display: block; margin: 0 auto;margin-top: 20px;
}
.abj_sp{
    display: block;margin: 0 auto;
}
.abj_desc{
    font-size: 14px; margin-bottom: 16px;
}
.special_temp_img{
    width: 300px;
}
.special_temp_img > img{
    height: 100%;
}
.special_temp_sp_title{
    color: #333;
}
.special_temp_sp_recommend{
    list-style-type: none;
}
.special_temp_title{
    font-size: 15px "Yu Mincho", "YuMincho", "serif";
}
.special_border{
    padding-bottom: 15px;
    margin-bottom: 15px; 
    border-bottom:solid rgb(239,239,239) 1px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
    color: #333;
}
.special_cat_sp{
    margin-bottom:15px; list-style-type: none;
}
.special_sp_img{
    margin-right: 10px;
}
.special_cat_sp{display: block; text-align: center;}
.special_cat_sp > a > img{
    width: 100%;
}
.p-media__body_temp{
    text-align: left;
}
.sidebar-list_tags{
    margin-top: 20px;
}
.sidebar-list-tags h2{
    margin-bottom: 0;
}
.search-tag li{
    padding: 0;
    border-radius: 8px;
}
.search-tag li a{
    color: rgb(51, 51, 51);
    padding: 0.25em 1.25em;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #7ab9a9;
}
.search-tag li a:hover {
    color: #fff;
    background-color: #7ab9a9;

}
.pc.home ul.list-tag {
    margin-bottom: 0;
}
ul.list-tag {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
ul.list-tag > li.btn{
    font-size: 14px;
    margin: 0 10px 6px;
    margin-left: 0; 
    padding: 2px 8px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 0.5em;
}

ul.list-tag > li.btn a{
    text-decoration: none;
    background-color: #fff;
    color: #7ab9a9;
}
ul.list-tag > li.btn:hover{
    opacity: 0.8;
}
h1.sp-title + li.btn{
    position: relative;
    top: -12px;
    margin-bottom: 5px;
    
}
.entry-meta + li.btn{
    margin: 5px 0;
}
.temp-post li article div img{
    width: 154px;
    height: 85px;
    top: 0px;
    left: -17px;
    max-width: 100%;
    min-height: 85%;
    vertical-align: middle;
    object-fit: cover;
}
/*SP表示スライダー画像とテキスト被らない決定版*/
img.u-automiddle__target{
    width: 100%;
}

/*info_ul調整*/
img.info-img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.pc .info_ul {
    margin-bottom: 40px;
    padding: 40px 0;
}
.info_ul {
    margin: 0 auto 20px;
    background-color: #f9f9f9ee;
  }

.info_ul .p-list-title-top {
    padding: 0;
}

  .info_ul li {
    float: left;
    width: 30%;
    text-align: left;
  }

  .info_ul li:first-of-type {
      flex-grow: 1;
  }

  .info_ul li:nth-of-type(2) {
    flex-grow: 1;
  }

  .info_ul li:last-of-type {
    flex-grow: 1;
  }

@media (max-width:768px) {
  .info_ul.topics ul > li:nth-child(n + 3) {
    display: none;
  }
}

@media (min-width:768px) {
  .info_ul li:nth-child(3n-1){
    margin: 0 2%;
  }
  .searchnav{
    position: fixed;
    min-width: 1180px;
    left: 0;
    width: 100%;
    top: 0;
    text-align: left;
    z-index: 1200;
    height: 183px;
    display: none;
    background-color: #fff;
    }
    #close-btn {
        position: absolute;
        right: 5%;
        top: 30%;
    }
    #close-btn img {
        width: 30px;
    }
}
.pc.home .wp-post-image, .pc.category:not(.feature) .wp-post-image, .pc.search .wp-post-image, .pc.tag  .wp-post-image {
    height: 180px;
    width: 300px;
}
.pc .wp-post-image {
    object-fit: cover;
}
  .info_ul li a {
    display: block;
    text-decoration: none;
    transition: 0.5s;
  }
  .info_ul li a:hover{
      opacity: 0.8;
  }
  
  .info_ul .photo {
    width: 360px;
    margin-bottom: 5px;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .info_ul .photo .info-img{
    width: 100%;
    object-fit: cover;  
    font-family: 'object-fit: cover;'
  }

  .pc .info_ul .photo .info-img{
    height: 360px;
    width: 360px;
  }
  
  .info_ul p {
    line-height: 1.3;
    color: #000;
  }
  
  .info_ul li .txt {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}

.info_ul li .date {
    font-size: 14px;
    padding-left: 10px;
    color: #000;
    letter-spacing: -1px;
}

.info_ul li .note {
    display: inline-block;
    color: #fff;
	font-size: 14px;
	text-align: left;
}
.mobile .info_ul li .note{
    margin: 10px 0;
}

.conts .info_ul li .note span {
	margin-right: 15px;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
}
.topics_photo{
    position: relative;
}
.pc .topics_photo {
    width: 360px;
}

.topics li {
    margin-bottom: 20px;
}

.p-sidebar-lists__item{
    margin: 0 auto;
}
div.info_ul_side{
    width: 264px;
    margin: 0 auto;
}
div.info_ul_side >ul li a img{
    width: 264px;
    height: 264px;
    object-fit: cover;
    margin-bottom: 8px;
}
div.info_ul_side > ul li:not(:last-child) {
    margin-bottom: 15px;
}
img.info_img{
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.site-title{
    margin-bottom: 30px;
}
.page_desc{
    font-size: 1em;
    margin: 0 auto 20px;
    width: 1140px;
    padding: 0 10px;
}

.feature_children_desc {
    text-align: center;
    margin-top:10px;
    line-height: 1.5;
    width: 60%;
}

.feature_page_desc {
    font-size: 0.9em;
    line-height: 1.4;
    width: 47%;
    padding: 20px;
    background-color: rgba(255, 255, 255,0.7);
}

.cat-post-start h2{
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}
.cat-post-start h2 span{
    margin-left: 5px;
    font-size: 1em;
    font-weight: normal;
}

.specialist_name, .series_archive_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
}

.sp-specialist_name {
    word-break: keep-all;
}

.post_specialist_name {
    word-break: keep-all;
}

.sp-post_specialist_name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: bold;
}

.pc .specialist_name, .pc .series_archive_title {
    font-size: 24px;
}
.mobile .series_archive_title {
    line-height: 1.5;
}

/*    レスポンシブ対応         */
@media (max-width:767.98px) {
    .page_desc{
        padding: 10px 0px;
        margin-bottom: 20px;
        width: 90%;
        line-height: 1.5;
        font-size: 1em;
    }

    .feature_children_desc {
        text-align: left;
        margin-top:10px;
        font-size: 15px;
        width: 100%;
    }

    .post-type-archive-specialist .page_desc {
        font-size: 0.95em;
    }

    .feature_page_desc {
        text-align: left;
        padding: 20px;
        margin-bottom: 20px;
        line-height: 1.7;
        width: 90%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255,0.9);
    }
    .site-title{
        margin-bottom: 10px;
    }
    .cat-post-start h2{
    font-size: 4.3vmin;
    }
    .cat-post-start h2 span{
    font-size: 4vmin;
    }
    .p-mobileNav__right {
        top: 0;
        right: 0;
        left: unset;
    }
    .category_icon {
        margin-right: 10px;
    }
    #side, .sidebar-list_tags {
        margin-top: 20px;
    }
    .ranking_date {
        margin-bottom: 20px;
    }
    #sidebar-pickupBox .p-heading {
        margin-bottom: 30px;
    }
    .spe_side_link {
        width: 90vw;
    }
    .spe_profile_wrapper {
        font-size: 1.2em;
    }
    .spe_side_name {
        font-weight: bold;
    }
    .bx-wrapper .category_icon {
        position: absolute;
        top: 62%;
        left: 8%;
        font-size: 12px;
    }
    .info_ul li .note {
        padding: 3px 10px;
    }
    ul.list-tag > li.btn {
        margin-top: 0;
    }
    .mobile .breadcrumb_area {
        width: auto;
        overflow: hidden;
        overflow-x: scroll;
        padding: 6px 20px;
        background-color: #f8f9fa;
        margin: 0 auto 20px;
    }
    .breadcrumb_area__list {
        width: max-content
    }
    h1.top-page{
        float: left;
    }
    .main_img_wrap {
        margin: 0 -20px 20px;
    }
    .globalnav_wrap {
        overflow: hidden;
        overflow-x: scroll;
    }
    #header-globalnav {
        width: fit-content;
        background-color: #fff;
    }
    #global-menu {
        width: fit-content;
        max-width: unset;
        padding: 0;
    }
    .sho-theme.body-topic .entry-content h2 {
        font-size: 18px;
    }
    .breadcrumb_area__list-item {
        font-size: 12px;
    }
    .breadcrumb_area__list-item:last-child {
        padding-right: 20px;
    }

    ul.list-tag {
        font-size: 13px;
        margin-bottom: 15px;
        max-width: calc(100vw - 168px);
    }
    .single ul.list-tag {
        max-width: 100%;
    }
    ul.list-tag > li.btn {
        border-radius: 0.5em;
        font-size: 13px;
        color: #7ab9a9;       
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .excerpt {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

/*    レスポンシブ対応         */

.slider-area{
    height: 400px;
    background-color: #cccccc;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 20px;
}
.slider-area p{
    padding-top: 182px;
}
.cat-post-start{
    margin-bottom: 20px;
    display: inline-block;
}

span.moutukareta{
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}
div.p-list-title h2 {
    font-size: 16px
}
div.p-list-title h2 + span{
    font-size: 0.7em
}
.category-page{
    text-align: center;
    font-size: 1.5em;
}
.feature_category-page {
    color: #ffffff;
    font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Hiragino Sans";
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
}
.specialist-image, .series_archive_thumbnail_wrap {
    flex-shrink: 0;
    text-align: center;
}
.spe_type{
    margin: 2.5rem auto 0;
    padding: 2px 0 2px 10px;
    border-left: 3px solid #7ab9a9;
    font-size: 1.3em;
    font-weight: bold;
}
.spe_type:first-child {
    margin-top: 0;
}
.spe_side_profile{
    font-size:15px;
    margin-top: 5px;
}
.spe_side_profile a{
    color: #ffa900;
}
.spe_side_name {
    font-weight: bold;
}
.spe_side_link{
    display: flex;
    align-items: flex-start;
}
.specialist_img{
    width:215px;
    height:215px;
    object-fit:cover;
    margin-right:25px;
}
.series_archive_thumbnail {
    width: 245px;
    height: 150px;
    object-fit:cover;
    margin-right:25px;
}
.mobile .series_archive_thumbnail {
    margin-right: 0;
    margin-bottom: 25px;
}
.pc .specialist_img, .pc .series_archive_thumbnail {
    margin-right: 0;
    margin-bottom: 0;
}
.pc .specialist-image, .pc .series_archive_thumbnail_wrap {
    margin-right: 40px;
}
.mobile .specialist_img {
    width: 108px;
    height: 108px;
    margin-right: 15px;
}
.mobile.tag .specialist_img {
    width: 150px;
    height: 150px;
    margin-right: 0px;
}
.mobile .spe_tag, .mobile .series_archive_profile {
    margin-top:20px;
}
.pc .spe_tag, .pc .series_archive_profile {
    display: flex;
    width: 1140px;
    margin-bottom: 60px;
}
.widgettitle{
    margin-bottom: 15px;
    background-color: #f9f9f9ee;
    margin-top: 3rem !important;
}
.wordofmouth{
    position: relative;
    background-color: #f9f9f9ee;
    padding: 65px;
    border-radius: 8px;
    margin-bottom: 1em;
}

.mobile .wordofmouth {
    padding: 65px 20px 50px;

}

.wordofmouth p:last-child {
    margin-bottom: 0;
}

.sho-theme.body-topic .entry-content h4.sub_text{
    font-size: 1.5rem;
    margin: 0;

}
.interview_text{
    background-color: #f9f9f9ee;
    padding: 20px;
    margin: 20px 0;
}

.sho-theme.body-topic .entry-content .interview_text h4.sub_text {
    font-size: 20px;
}

.interview_photo img{
    border-radius:50%;
    width: 150px;
        height: 150px;
    object-fit: cover;
    border: 2px solid #ccc;
}
.interview-profile{
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
    line-height: 24px;
}

.mobile .interview-profile {
    margin-bottom: 20px;
}

.entry-content .interview-profile p {
    margin-bottom: 0px;
}

.mobile .entry-content .interview-profile p {
    font-size: 14px;
}
.entry-content h5.specialist_name{
    margin-top: 0;
    margin-bottom: 10px;
}

/* AddQuicktag - 書籍紹介 */
.article_text_book{
    margin-bottom: 30px;
}
.book_title{
    font-size: 1.3rem;
}
.entry-content a.book_link{
    color: #212529;
    
}
.entry-content a.book_link:hover{
    text-decoration: none;
}
.book_info{
    margin-bottom: 15px;
}
.book_info span::after{
    content:"|";
}
div.book_info > span:last-child::after{
    content:"";
}
.book_info span{
    margin-right: 5px;
}
.book_photo{
    margin-right: 10px;
}
.book_wrap{
    display:inline-flex;
    width: 100%;
    margin-bottom:20px
}

.specialist_name span::after,
.sp-post_specialist_name span::after {
    content:"|";
}

div.specialist_name > span:last-child::after,
div.sp-post_specialist_name > span:last-child::after {
    content:"";
}

/* addQuicktag アフィリエイトリンクボタン */
.amazonLink, .rakutenLink, .kindleLink, .primeLink, .commonLink{
    width: 265px;
    background-color: #fff;
    margin: 0 auto 10px;
    transition: all .5s ease;
}
.amazonLink a, .rakutenLink a, .kindleLink a, .primeLink a, .commonLink a {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 2px solid #7ab9a9;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    transition: all .5s ease;
}

.amazonLink a:hover, .rakutenLink a:hover, .kindleLink a:hover, .primeLink a:hover, .commonLink a:hover {
    color: #fff;
    transition: all .5s ease;
}
.amazonLink:hover, .rakutenLink:hover, .kindleLink:hover, .primeLink:hover, .commonLink:hover {
    background-color: #7ab9a9;
    border-radius: 8px;
    transition: all .5s ease;
}

div#ez-toc-container{
    border:unset;
}
#ez-toc-container{
    margin-bottom: 20px;
    border-radius:5px;
    width: 100%;
}
.ez-toc-title-container{
    margin-bottom: 1em;
}
#ez-toc-container a{
    text-decoration: underline;
}
#ez-toc-container a:hover{
    text-decoration: none;
}
div#ez-toc-container p.ez-toc-title{
    padding: 10px;
    background-color: #d3d3d3;
    color: #fff;
    font-size: 18px;
}
div#ez-toc-container ul li{
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: bold;
}
div#ez-toc-container ul li a{
    color: #333333 !important;
}
ul.ez-toc-list li::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../assets/images/dot.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px;
}
div.advertisement{
    margin-bottom:10px;
}

#toc_container{
    display:none!important;
}

.nextpage-toc-container li{
    list-style:none;
}
.nextpage-toc-container li:not(:last-child){
    margin-bottom: 10px;
}

.toc_number{
    display: none;
}

.body-topic .entry-content .nextpage-toc-container li a{
    color: #333;
    font-weight: 700;
}

.nextpage-toc-container li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../assets/images/dot.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.entry-content p.toc-title {
    padding: 10px;
    background-color: #d3d3d3;
    color: #fff;
    font-size: 18px;
}

.toc-wrap {
    border-radius: 5px;
    width: calc(100% - 40px);
    display: table;
    background: #F9F9F9;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 28px 20px 32px;
    margin: 0 auto;
    position: relative;
}

.mobile .toc-wrap {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
}

.toc-wrap .toc-title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* リニューアル共通CSS start*/
.border-bottom-green {
    border-bottom: 3px solid #7ab9a9;
}
.category_icon {
    position: relative;
    top: 13%;
    font-size: 14px;
    font-weight: normal;
    background-color: #7ab9a9;
    color: #fff;
    padding: 0 10px;
    border-radius: 0.7em;
    line-height: 24px;
}
.pc #side .category_icon {
    font-size: 12px;
}
.mobile .category_icon {
    border-radius: 1em;
}
.rank_icon {
    font-family: 'Corben', cursive;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    background-color: #7ab9a9;
}

.wp-loopItem article {
    position: relative;
}

.spe_profile_wrapper {
    display: flex;
    flex-direction: column;
    text-align: left
}

#side .catallpost {
    width: 70%;
    margin: 0 auto;
}

#side .catallpost a {
    font-size: 1em;
}

.mobile.single .site-side .component {
    text-align: center;
}

.pickup .p-media__body {
    text-align: left;
}
.pickup li {
    margin-bottom: 20px;
}
.p-garanking {
    margin-bottom: 40px;
}
.p-garanking .p-article__title {
    font-size: 0.9em;
    font-weight: 700;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 5px;
}
.p-garanking .p-media__body {
    text-align: left;
}

.ranking_date {
    text-align: right;
}

.p-heading--ranking {
    font-size: 1.2em;
    margin-bottom: 15px;
}
.ranking-list {
    position: relative;
    padding: 10px 0 0;
}
.entry-date {
    font-size: 14px;
}
.ranking_title {
    font-size: 15px;
}
.site_title_wrap {
    text-align: center;
}
.spe_side_link img {
    margin-right: 15px;
}
.p-list-title {
    margin-bottom: 20px;
}
.wp-loopItem .rank_icon {
    left: 3px;
    top: 3px;
}
.title_wrap .p-archive-header{
    display: inline-block;
}
.tags_title_wrap {
    text-align: center;
}
.list-tag {
    margin-top: 10px;
}
.sp-header-bunner {
    margin-bottom: 20px;
}
.excerpt {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.toc-wrap a{
    color: #7ab9a9;
    line-height: 1.3;
    display: block;
    text-indent: -21px;
    margin-left: 21px;
}
.wordofmouth::before {
    content: url(../assets/images/quote_start.png);
    position: absolute;
    top: 0px;
    left: 30px;
    color: #ccc;
    font-size: 50px;
    line-height: 1;
}

.mobile .wordofmouth::before {
    top: 15px;
    left: 20px;
}
.wordofmouth::after {
    content: url(../assets/images/quote_end.png);
    position: absolute;
    right: 30px;
    bottom: 15px;
    color: #ccc;
    font-size: 50px;
    line-height: 1;
}
.mobile .wordofmouth::after, .mobile .wordofmouth::before {
    font-size: 30px;
}
.main_img_wrap {
    margin-bottom: 20px;
    text-align: center;
}
.copy {
    font-size: 10px;
    font-weight: bold;
    color: #333;
}   
.list-tag {
    margin-top: 10px;
}
.home.mobile .rankcatname {
    padding: 0;
    width: auto;
    font-size: 1.25em;
    display: inline-block;
    font-weight: bold;
}
.single.mobile .rankcatname {
    text-align: left;
    width: auto;
}
.title_wrap {
    text-align: center;
}
.mobile.single .title_wrap {
    text-align: left;
}
.mobile .spe_tag .title_wrap {
    padding: 0 20px;
}
.single-share-buttons-bottom {
    margin-bottom: 40px;
}
.share-button_wrap, .share-button_wrap .share-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.pc #single-share-buttons-bottom {
    width: 50%;
    margin: 0 auto;
}
#single-share-buttons-bottom {
    border: 1px solid #c3c3c3;
    padding: 20px 15px;
}
.share-button_wrap .share-text {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-right: 5px;
}
.pc #global-menu, #header-pc-in {
    max-width: 1140px;
    margin: 0 auto;
}
.ad_wrap {
    margin: 40px -20px 40px;
}
.mobile .rank_icon {
    top: 13px;
    left: 3px;
}
.pc .p-garanking .rank_icon {
    left: 0;
    top: 0;
}
.pc .side .p-garanking .rank_icon {
    left: 3px;
    top: 13px;
}
/*検索結果*/
.pc.search #main, .pc.category:not(.category-sdgs):not(.category-series):not(.feature) #main:not(.sdgs-main),.pc.category-series .l-contents, .pc.tag #main:not(.sdgs-main), .pc.archive:not(.sdgs):not(.feature):not(.category-series) #main, .pc.single.special .l-contents, .pc.error404 #main {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
}

.mobile.search #search_wrap .p-archive-header {
    text-align: center;
}

.pc #search_wrap, .pc #category_wrap, .pc #series_wrap, .pc.home .wp-loopItem, .pc.error404 section.error-404 {
    width: 820px;
}

.sidebar_wrap, .pc.home #side {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pc #side {
    width: 300px;
    margin-left: 20px;
}

.mobile .sidebar_wrap, .mobile #category_wrap, .mobile #series_wrap {
    padding: 0 20px;
}

.pc .site-side .component {
    text-align: center;
}

.mobile .site-side .component {
    text-align: center;
}
.series_content a {
    text-decoration:none;
    color:#000;
}
.pc .series_content a {
    display:flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.series_content img {
    width: 185px;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: contain;
}
.pc .series_content p {
    font-size: 15px;
}
#side .series_content p {
    text-align: left;
    line-height: 1.3;
}
.mobile .series_content {
    width: 48%;
    margin-bottom: 20px;
}
.mobile .series_content:nth-child(2n+1) {
    margin-right: 2%;
}
.mobile .series_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile .series_content img {
    margin-bottom: 12px;
}
.mobile .series_content p {
    font-weight: bold;
}
.category-page {
    display: inline-block;
    font-weight: bold;
}
.pc .category_title_wrap {
    width: 1140px;
    text-align: left;
    margin: 0 auto;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url(../img/common//slider_r-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile .slick-next:before{
    background-size: cover;
}
.slick-next{
    right: 10px;
}
.slick-arrow{
    width: 50px;
    height: 70px;
    top: 82.5px;
    background-repeat: no-repeat;
}
.mobile .slick-arrow {
    width: 23px;
    height: 32px;
}
/* 連載一覧 */
.pc #series_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.series_heading:not(:first-child){
    margin-top: 0.5rem;
}

.pc .series_heading {
    border-left: 2px solid #7ab9a9;
    font-size: 1.3em;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    margin-bottom: 20px;
}

.mobile .series_heading {
    border-left: 2px solid #7ab9a9;
    font-size: 1.3em;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    margin-bottom: 20px;
}

.pc .series_list {
    width: 48%;
}

.pc .series_list:nth-child(2n+1) {
    margin-right: 2%;
}

.mobile .series_list {
    margin-bottom: 20px;
}

.mobile .series_list a {
    display: flex;
}

.mobile .series_list:last-child {
    margin-bottom: 30px;
}

.pc .series_thumb {
    margin-bottom: 14px;
}

.mobile .series_thumb {
    width: 185px;
    flex-shrink: 0;
    margin-right: 10px;
    max-width: 50%
}

.pc .series_thumb img {
    height: 250px;
    width: 410px;
}

.mobile .series_thumb img {
    width: 185px;
}

.series_name {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3;
}

.pc .series_name {
    margin-bottom: 3px;
}

.mobile .series_lead {
    font-size: 0.75em;
    line-height: 1.4;
}

.series_link {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.series_link:hover {
    opacity: 0.8;
    color: #333;
    text-decoration: none;
}
.mobile .spe_profile+p, .mobile .series_archive_lead {
    font-size: 12.5px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.mobile .specialists_list .spe_profile {
    padding: 0;
    margin-bottom: 0;
}
.mobile .specialists_list .specialist_name {
    font-size: 14.5px;
    margin-bottom: 5px;
    line-height: 1.5
}
.pc .specialists_list .specialist_name {
    font-size: 20px;
}
.pc .specialists_list .spe_profile {
    line-height: 1.4;
    font-size: 16px;
}

.archive-specialist-sns-mt {
    margin-top: 20px;
}

.pc .specialists_list .specialist-image {
    margin-right: 30px;
}
.pc .specialists_list .catallpost a {
    font-size: 1em;
}
.p-article__link {
    display: inline-block;
    width: 100%;
}
.current_page {
    display: block;
    text-align: center;
}
.p-mobileNav .center {
    margin: 0 20px;
    width: 100%;
    justify-content: space-between;
}
.show_search {
    visibility: hidden;
}

.pc .searchnav{
    border-bottom: 1px solid #d3d3d3;
}
.pc .searchnav .ttl {
    margin-top: 60px;
}
.pc #close-btn {
    position: absolute;
    right: 10px;
    top: -40%;
}
.pc #close-btn img {
    width: 30px;
}
.pc .searchnav .search input {
    width: 30%;
    margin-right: 10px;
}
.pc .searchnav .search {
    margin: 10px 0;
}
.mobile footer {
    margin-bottom: 2.5em;
}
.mobile .series_archive_profile .title_wrap{
    padding: 0 20px;
}
.mobile .children_category_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    max-width: none;
}
.pc .children_category_wrap {
    margin-bottom: 40px;
}

.mobile .children_category_wrap {
    justify-content: center;
}
.children_category {
    margin-right: 15px;
}
.children_category a {
    color: #fff;
    text-decoration: none;
}
.children_category:hover {
    opacity: 0.9;
}
.mobile .children_category {
    margin-right: 10px;
    margin-bottom: 10px;
}
.logly-sp-side, .logly-pc-side {
    margin: -30px 0 40px;
}
.logly-sp-sns {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
/* 小学館ID誘導枠 */
.pc .shogakukan_id a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
.pc .shogakukan_id img {
    width: 42px;
    height: 42px;
}
.pc .shogakukan_id p {
    margin-left: 10px;
    font-size: 0.875em;
    font-weight: 600;
    color: #333;
}
.mobile .shogakukan_id {
    text-align: center;
    background-color: #FFF;
    padding: 15px 0;
}

.mobile .active_menu {
    overflow: auto;
    height: 100%;
}

.content_wrap a.content_wide_button {
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #7ab9a9;
}

.content_wrap a.content_wide_button:hover {
    opacity: 0.8;
}

/*カテゴリページスライダー CLS対策 SPサイト*/
#bxslider-loading > #bxslider-mobile > .c-ratio.c-ratio--73to43:nth-child(n + 2) {
    display: none;
}

/*カテゴリページスライダー CLS対策 PCサイト*/
.slide_wrap > .slide_body > .slide:nth-child(n + 2) {
    display: none;
}

/* 画像ページ */
.g-GalleryImage_No {
    font-size: 14px;
    font-weight: bold;
}

.st-ArticleTitle_Text {
    margin-bottom: 30px;
}

.g-GalleryImage {
    margin-bottom: 20px;
    text-align: center;
}

.g-GalleryImage_Meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.g-GalleryImage .sw-LinkButton_Label {
    height: 34px;
    box-sizing: border-box;
    border: 1.5px solid #7ab9a9;
    border-radius: 0.5em;
    padding-left: 32px;
    padding-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7ab9a9;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sw-LinkButton_Button:hover {
    text-decoration: none;
}

.g-GalleryImage .sw-LinkButton_Label:hover {
    background-color: #7ab9a9;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.g-GalleryImage_figure_wrap {
    text-align: center;
}

.g-GalleryImage_figure {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    max-width: 100%;
}

.g-GalleryImage_figure .g-GalleryImage_Caption {
    font-size: 80%;
    padding: 7px 10px;
}

.point_list_wrap {
    border-radius: 5px;
    width: calc(100% - 40px);
    display: table;
    background: #F9F9F9;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding-top: 28px;
    padding-bottom: 20px;
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right:auto;
    margin-left: auto;
    position: relative;
}

.mobile .point_list_wrap {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
}

.point_list_wrap .point_list_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.point_list_wrap .point_list {
    margin: 0;
    padding: 0;
}

.point_list_wrap .point_list li {
    list-style-type: none;
}

.point_list_wrap .point_list li:not(:last-child) {
    margin-bottom: 10px;
}

.point_list_wrap .point_list li a {
    color: #7ab9a9;
    line-height: 1.3;
    display: block;
    text-indent: -21px;
    margin-left: 21px;
    text-decoration: none;
}

.point_list_wrap .point_list li a:hover {
    text-decoration: underline;
}

.mobile .point_list_wrap .point_list li a {
    font-size: 16px;
}

.point_list_wrap .point_list li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../assets/images/dot.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.wp-block-image .aligncenter {
    display: table;
}

.wp-block-image figure:has(figcaption), figure.wp-block-image:has(figcaption) {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
    inline-size: fit-content;
}

.wp-block-image .wp-element-caption {
    margin: 0 auto;
    padding: 7px 10px;
    font-size: 80%;
    inline-size: 0;
    min-inline-size: fit-content;
}

.wp-block-image figure {
    margin-bottom: 0;
}

.entry-content .wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
}

.wp-block-image:has(.aligncenter) {
    margin-left: auto;
    margin-right: auto;
}

.hugkum-button-align-left {
    text-align: left;
}
.hugkum-button-align-center {
    text-align: center;
}
.hugkum-button-align-right {
    text-align: right;
}
.entry-content .hugkum-button-link a {
    display: inline-block;
    color: #ffffff;
    background-color: #7ab9a9;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.is_list_style_type_circle {
    list-style-type: circle;
}

.is_list_style_type_disc {
    list-style-type: disc;
}

.is_list_style_type_square {
    list-style-type: square;
}

.entry-content .wp-block-image .aligncenter>figcaption,
.entry-content .wp-block-image .alignleft>figcaption,
.entry-content .wp-block-image .alignright>figcaption,
.entry-content .wp-block-image.aligncenter>figcaption,
.entry-content .wp-block-image.alignleft>figcaption,
.entry-content .wp-block-image.alignright>figcaption {
    display: block;
}

.entry-content iframe[src*="www.facebook.com"] {
    display: block;
}