@charset "UTF-8";
@import "reset.css";

.btn,
.button,
.wp-block-button a,
button,
input[type=button],
input[type=submit] {
    font-size: .8em;
    font-weight: 600;
    padding: 8px 12px;
    transition: all .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    font-family: inherit;
}

.btn:hover,
.button:hover,
.wp-block-button a:hover,
button:hover,
input:hover[type=button],
input:hover[type=submit] {
    text-decoration: none;
    opacity: .7;
}

#comments input[type=submit],
.button.button-secondary,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-secondary .wp-block-button__link {
    border: 1px solid;
    background-color: transparent;
    font-weight: 600;
    color: #676767;
}

#comments input:hover[type=submit],
.button.button-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
    background: 0 0;
}

.btn,
.button.button-primary,
button,
input[type=button],
input[type=submit] {
    background-color: #0366d6;
    color: #fff;
}

.btn:hover,
.button.button-primary:hover,
button:hover,
input:hover[type=button],
input:hover[type=submit] {
    text-decoration: none;
    background-color: #0366d6;
    color: #fff;
    opacity: .9;
}

.nv-html-content p,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

audio,
embed,
img,
object,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

abbr,
acronym {
    text-decoration: none;
}

mark {
    background-color: transparent;
}
strong, b {
  font-weight: bold;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w-100 {
    width: 100%;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid > div {
    margin: 0 -15px;
}

body.nv-empty-sidebar {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.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-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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

html {
    font-size: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    _font-family: Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka", sans-serif, Meirio;
    color: #404248;
    line-height: 1.68421;
    overflow-x: hidden;
    direction: ltr;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    letter-spacing: 0;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    line-height: 1.68421;
    /* margin-bottom: .8rem; */
    font-weight: 600;
}

p {
    _margin-bottom: 20px;
}

a {
    cursor: pointer;
    color: #0366d6;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #0366d6;
}

.screen-reader-text {
    display: none;
}

ins {
    text-decoration: none;
}

body {
    font-size: 16px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .75em;
}

h6 {
    font-size: .75em;
}

.show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: 0;
    left: 0;
}

.show-on-focus:focus {
    z-index: 20;
    width: auto;
    height: auto;
    clip: auto;
}

a.neve-skip-link {
    background-color: #24292e;
    color: #fff;
    padding: 10px 20px;
}

a.neve-skip-link:focus {
    color: #fff;
}

.admin-bar a.neve-skip-link {
    top: 32px;
}

.nv-comment-content a,
.nv-content-wrap a:not(.button):not(.wp-block-file__button) {
    text-decoration: underline;
}

.nv-comment-content a:hover,
.nv-content-wrap a:not(.button):not(.wp-block-file__button):hover {
    text-decoration: none;
}

.comments-area a,
.nv-comment-content .edit-reply a {
    text-decoration: none;
}

.comments-area a:hover,
.nv-comment-content .edit-reply a:hover {
    text-decoration: underline;
}

.nv-icon {
    fill: currentColor;
}

.nv-search {
    display: flex;
}

.cart-icon-wrapper {
    display: flex;
    align-items: flex-end;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 15px;
}

.alignwide {
    width: 70vw;
    max-width: 70vw;
    margin-left: calc(50% - 35vw);
}

body.nv-sidebar-left .alignfull,
body.nv-sidebar-left .alignwide,
body.nv-sidebar-right .alignfull,
body.nv-sidebar-right .alignwide {
    max-width: 100%;
    margin-left: auto;
}

.has-neve-body-font-size {
    font-size: 1.5em;
}

.has-neve-h-1-font-size {
    font-size: 1.3em;
}

.has-neve-h-2-font-size {
    font-size: 1.1em;
}

.has-neve-h-3-font-size {
    font-size: 1em;
}

.has-neve-h-4-font-size {
    font-size: .75em;
}

.has-neve-h-5-font-size {
    font-size: .75em;
}

blockquote.wp-block-quote.is-style-large p {
    font-size: 1.75em;
}

blockquote.wp-block-quote.is-style-large cite {
    font-size: .95em;
}

.wp-block-pullquote blockquote {
    margin: 1em auto;
}

.wp-block-pullquote blockquote p {
    font-size: 2em;
    margin-bottom: 20px;
}

.wp-block-pullquote blockquote::after,
.wp-block-pullquote blockquote::before {
    display: none;
}

.wp-block-pullquote blockquote cite {
    font-size: .85em;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    border-top: 4px solid;
    border-bottom: 4px solid;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote cite {
    text-transform: uppercase;
}

.wp-block-table {
    width: 100%;
}

.wp-block-separator {
    display: block;
    margin: 40px auto;
    width: 100px;
    border: none;
    background-color: #8f98a1;
    height: 2px;
}

.wp-block-separator.is-style-wide {
    height: 1px;
}

.wp-block-separator.is-style-dots {
    height: auto;
}

.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
    width: 100%;
}

.wp-block-verse {
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: italic;
    border: unset;
}

.wp-block-code code {
    background-color: inherit;
}

.wp-block-button a {
    text-decoration: none !important;
}

.nv-content-wrap ul.blocks-gallery-grid {
    padding: 0;
}

.has-white-color {
    color: #fff !important;
}

.has-black-color {
    color: #000 !important;
}

.has-white-background-color {
    background-color: #fff !important;
}

.has-black-background-color {
    background-color: #000 !important;
}

.hidden-on-mobile {
    display: none;
}

.hidden-on-tablet {
    display: initial;
}

.show-on-desktop {
    display: none;
}

.nv-top-bar a {
    font-weight: 500;
}

.site-logo {
    align-items: center;
    display: flex;
    padding: 10px 0;
}

.site-logo amp-img img {
    max-height: 60px;
}

.site-logo .brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-logo .title-with-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-logo .title-with-logo > div:first-child,
.site-logo .title-with-logo > img:first-child {
    margin-right: 10px;
}

.site-logo h1,
.site-logo p {
    font-family: inherit;
    font-size: 1.25em;
    margin-bottom: 0;
    font-weight: 600;
}

.site-logo small {
    width: 100%;
    display: block;
}

.site-logo a {
    color: #404248;
    display: inline;
}

.site-logo a:hover {
    color: #404248;
    text-decoration: none;
    opacity: .9;
}

.site-logo a img:hover {
  opacity: 0.7 !important;
}
/* add */
.builder-item--logo {
    margin: 0px 0px 0px 2em !important;
}
.builder-item--logo img {
    max-width: 22.5em !important;
    width: 22%;
}

.primary-menu-ul {
  margin-right: 1em;
}

.nv-navbar {
    background-color: #fff;
}

.primary-menu-ul {
    overflow-y: auto;
    transition: all .3s ease;
    margin-bottom: 0;
}

.primary-menu-ul a {
    color: #404248;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 10px;
}

.primary-menu-ul a:hover {
    background-color: #dd5533;
	color: #fff !important;
    opacity: 1 !important;
}
.primary-menu-ul li {
    cursor: pointer;
    width: 100%;
    display: block;
    position: relative;
}

.builder-item--primary-menu .nav-ul > li:not(:last-of-type) {
	margin-right: 10px !important;
}

.primary-menu-ul li a .nv-icon svg {
    fill: currentColor;
}

.primary-menu-ul .amp-caret-wrap {
    z-index: 1000;
    right: 0;
    position: absolute;
    top: 5px;
}

.primary-menu-ul .amp-caret-wrap svg {
    fill: currentColor;
    width: 1em;
}

.primary-menu-ul .amp-desktop-caret-wrap {
    display: none;
}

.navbar-toggle-wrapper,
.site-logo {
    flex: 1 auto;
}

.navbar-toggle-wrapper {
    justify-content: flex-end;
    display: flex;
}

.primary-menu-ul .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    transition: all .3s ease;
    border-left: 1px solid #f0f0f0;
}

.primary-menu-ul .caret-wrap.dropdown-open + .sub-menu,
.primary-menu-ul .dropdown-open.sub-menu {
    max-height: 2000px;
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

.nv-nav-wrap {
    min-height: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.caret {
    padding: 5px;
    display: flex;
    align-items: center;
}

.caret svg {
    fill: currentColor;
}

.dropdown-open.caret-wrap > .caret svg {
    transform: rotate(-180deg);
}

.caret-wrap {
    border-color: transparent;
    margin-left: auto;
}

ul[id^=nv-primary-navigation] .current-menu-item > a {
    /* color: #0366d6; */
    background-color: #dd5533;
	color: #fff !important;
}

ul[id^=nv-primary-navigation] i {
    font-size: inherit;
    line-height: inherit;
    width: 20px;
}
/* .primary-menu-ul > li > a:hover { */
.menu-item a:hover {
  opacity: 0.7;
}

.nv-search-icon-component {
    display: flex;
}

.hfg-item-last:not(.hfg-item-first) .menu-item-nav-search.minimal .nv-nav-search {
    left: unset;
    right: 0;
}

.primary-menu-ul li.menu-item-nav-search {
    display: flex;
    align-items: center;
}

.menu-item-nav-search {
    flex-grow: 0;
}

.menu-item-nav-search .search-form input[type=submit]:hover {
    background-color: transparent;
}

.menu-item-nav-search .close-responsive-search {
    background-color: transparent !important;
    border: none !important;
}

.menu-item-nav-search .close-responsive-search svg {
    min-width: 25px;
    min-height: 25px;
}

.menu-item-nav-search.minimal {
    position: relative;
}

.menu-item-nav-search.minimal .nv-nav-search {
    right: auto;
    left: 0;
    top: 100%;
}

.menu-item-nav-search.floating .nv-nav-search {
    position: fixed;
    top: -100%;
    left: 0;
    display: flex;
    align-items: center;
}

.menu-item-nav-search.floating .nv-search-icon-wrap {
    display: none;
}

.menu-item-nav-search.floating .form-wrap {
    flex-grow: 1;
    margin-right: 20px;
}

.menu-item-nav-search.floating .form-wrap form {
    width: 100%;
}

.menu-item-nav-search.floating .close-responsive-search {
    display: flex;
    align-items: center;
}

.menu-item-nav-search.floating.active .nv-nav-search {
    top: 0;
}

.menu-item-nav-search.floating .search-form input[type=search] {
    width: 100%
}

.menu-item-nav-search.canvas .nv-nav-search {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.menu-item-nav-search.canvas .nv-nav-search .close-container {
    position: absolute;
    top: 60px;
    text-align: right
}

.menu-item-nav-search.canvas .nv-nav-search .search-submit {
    display: block
}

.menu-item-nav-search.canvas .nv-nav-search .form-wrap {
    position: absolute
}

.menu-item-nav-search.canvas .nv-nav-search form {
    position: relative
}

.menu-item-nav-search.canvas .nv-nav-search form input[type=search] {
    width: 100%
}

.menu-item-nav-search {
    cursor: pointer;
    outline: 0
}

.menu-item-nav-search > a {
    display: flex;
    align-items: center
}

.nv-nav-search {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    width: auto;
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #f0f0f0;
    cursor: default;
    z-index: 100;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.menu-item-nav-search.active .nv-nav-search {
    opacity: 1;
    visibility: visible
}

.nv-nav-search form {
    display: block
}

.nv-nav-search form label {
    display: inline;
    margin: 0
}

.nv-nav-search form label input {
    width: 200px;
    margin: 0
}

.nav-clickaway-overlay {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    height: 100vh
}

.nv-nav-wrap .neve-mega-menu > .sub-menu {
    cursor: default
}

.nv-nav-wrap .neve-mega-menu > .sub-menu > .sub-menu {
    opacity: 1;
    visibility: visible;
    cursor: default
}

.nv-nav-wrap .neve-mega-menu .sub-menu .sub-menu {
    max-height: none
}

.nv-nav-wrap .neve-mega-menu .neve-mm-col {
    text-align: left;
    cursor: default
}

.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu {
    border: none;
    padding-left: 0
}

.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu .sub-menu {
    left: 0;
    top: 100%
}

.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu .sub-menu li {
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0 !important
}

.nv-nav-wrap .neve-mega-menu .neve-mm-heading {
    opacity: .75;
    font-size: 1.1em;
    cursor: default
}

.nv-nav-wrap .neve-mega-menu .neve-mm-heading a,
.nv-nav-wrap .neve-mega-menu .neve-mm-heading span {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.nv-nav-wrap .neve-mega-menu .neve-mm-heading i {
    margin-right: 10px
}

.nv-nav-wrap .neve-mega-menu a {
    display: flex;
    align-items: center
}

.nv-nav-wrap .neve-mega-menu a i {
    margin-right: 10px
}

.nv-nav-wrap .neve-mega-menu .neve-mm-divider {
    height: 1px;
    margin: 10px auto;
    width: 100%;
    background-color: #c9c9c9;
    padding: 0;
    cursor: default
}

.nv-nav-wrap .neve-mega-menu .neve-mm-description {
    text-align: left;
    justify-content: flex-start
}

.neve-mm-description {
    font-size: .8em;
    padding: 0 0 7px;
    opacity: .9;
    width: 100%;
    display: flex;
    text-align: center
}

footer {
    background-color: #fff
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.hfg-item-center .footer-menu li:not(:last-child),
.hfg-item-left .footer-menu li:not(:last-child) {
    margin-right: 20px
}

.hfg-item-right .footer-menu li:not(:first-child) {
    margin-left: 20px
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

body > .wrapper:not(.et-fb-iframe-ancestor) {
    overflow: hidden
}

.neve-main {
    flex: 1 auto;
    min-height: 1px
}

.archive-container {
    padding-top: 20px
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px
}

.nv-page-title-wrap.nv-big-title .nv-page-title h1 {
    line-height: 1.3em;
    margin-bottom: 0
}

.nv-page-title-wrap.nv-big-title .nv-page-title h1 + p {
    margin-bottom: 0
}

.nv-content-none-wrap {
    margin-bottom: 60px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    display: inline-block;
    font-size: 14px;
    padding: 7px 12px;
    /* background-color: transparent; */
    background-color: #f5ffee;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=color],
select {
    display: inline-block;
    font-size: 14px;
    padding: 7px 12px;
    /* background-color: transparent; */
    background-color: #f5ffee;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .3s ease;
}

button,
input,
select,
textarea {
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    height: 35px;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

fieldset {
    border: 0;
    margin: 20px 0;
}

fieldset legend {
    font-size: .9em;
    margin-bottom: 10px;
}

fieldset input[type=password],
fieldset input[type=search],
fieldset input[type=text],
fieldset textarea {
    width: 100%
}

.nv-seach-form-wrap {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nv-seach-form-wrap .search-form {
    display: inline-block
}

.nv-seach-form-wrap .search-form input[type=submit] {
    margin-left: 10px
}

.search-form label {
    margin-bottom: 0
}

.search-form,
.woocommerce-product-search {
    position: relative
}

.search-form label,
.woocommerce-product-search label {
    display: inline
}

.search-form .nv-search-icon-wrap,
.woocommerce-product-search .nv-search-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    min-width: 45px;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    color: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0
}

.search-form .nv-search-icon-wrap .nv-icon svg,
.woocommerce-product-search .nv-search-icon-wrap .nv-icon svg {
    fill: #c9c9c9
}

.search-form input[type=search],
.woocommerce-product-search input[type=search] {
    width: 100%;
    padding: 8px 45px 7px 12px
}

.search-form button[type=submit],
.search-form input[type=submit],
.woocommerce-product-search button[type=submit],
.woocommerce-product-search input[type=submit] {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: transparent;
    background: 0 0;
    z-index: 2;
    min-width: 45px;
    width: 45px;
    border: 0;
    padding: 8px 12px 7px;
    border-radius: 0
}

.search-form button[type=submit]:hover,
.search-form input[type=submit]:hover,
.woocommerce-product-search button[type=submit]:hover,
.woocommerce-product-search input[type=submit]:hover {
    background-color: #eee
}

.nv-nav-search .search-form input[type=search] {
    width: 200px
}

.nv-meta-list {
    padding-bottom: 10px;
    width: 100%
}

.nv-meta-list li {
    display: inline;
    color: #676767;
    font-size: .85em
}

.nv-meta-list li:not(:last-child):after {
    content: '/';
    padding: 0 5px;
    color: #676767
}

.nv-meta-list a,
.nv-meta-list a:hover {
    color: #676767
}

.nv-meta-list .posted-on .updated {
    display: none
}

.nv-meta-list .meta.author .photo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(30%)
}

.nv-meta-list .meta.author .author-name {
    margin-left: 3px
}

.entry-title {
    word-wrap: break-word
}

.entry-title a {
    color: #404248
}

.entry-title a:focus,
.entry-title a:hover {
    opacity: .9;
    color: #404248
}

.nv-shadow-1 .nv-post-thumbnail-wrap {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1)
}

.nv-shadow-2 .nv-post-thumbnail-wrap {
    box-shadow: 0 3px 6px -5px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1)
}

.nv-shadow-3 .nv-post-thumbnail-wrap {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1)
}

.nv-shadow-4 .nv-post-thumbnail-wrap {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12), 0 10px 10px rgba(0, 0, 0, .12)
}

.nv-shadow-5 .nv-post-thumbnail-wrap {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.nv-post-thumbnail-wrap amp-img {
    display: inline-block
}

.nv-post-thumbnail-wrap a {
    transition: all .3s ease
}

.nv-post-thumbnail-wrap a:hover {
    opacity: .95
}

.nv-post-thumbnail-wrap img {
    height: auto
}

.posts-wrapper > article {
    margin-bottom: 30px
}

.layout-grid .content > .blog-entry-title {
    margin-bottom: 0
}

.blog-entry-title {
    word-wrap: break-word
}

.article-content-col {
    width: 100%
}

.article-content-col .content {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column
}

.article-content-col .content .button {
    display: inline-block;
    align-self: flex-start
}

.bypostauthor {
    display: block
}

.nv-index-posts .posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    box-sizing: content-box
}

.nv-index-posts .page-numbers {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    justify-content: center;
    margin: 10px auto
}

.nv-index-posts .page-numbers > li:not(:last-child) {
    padding-right: 10px
}

.nv-index-posts .page-numbers > li:not(:first-child) {
    padding-left: 10px
}

.layout-grid .content > * {
    margin: 0 0 10px
}

.layout-grid .content > :last-child {
    margin-bottom: 0
}

.layout-grid .content > :first-child {
    margin-top: 0
}

.layout-grid .content > .nv-meta-list {
    margin-top: 0
}

.layout-grid .content .excerpt-wrap > :last-child {
    margin-bottom: 0
}

.nv-non-grid-article .non-grid-content {
    display: flex;
    flex-direction: column
}

.nv-non-grid-article .non-grid-content > * {
    margin: 0 0 10px
}

.nv-non-grid-article .non-grid-content > :last-child {
    margin-bottom: 0
}

.nv-non-grid-article .non-grid-content > .nv-meta-list {
    margin-top: 0
}

.nv-non-grid-article .non-grid-content .blog-entry-title {
    margin-bottom: 0
}

article {
    word-break: break-word
}

.sticky {
    display: inherit
}

.nv-loader {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #0366d6;
    border-left: 1px solid transparent !important;
    -webkit-animation: spin 1s ease infinite;
    -moz-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
    margin: 0 auto;
    display: none
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.layout-grid > .article-content-col,
.layout-grid > .article-content-col .content {
    height: 100%
}

.layout-alternative,
.layout-default {
    display: flex;
    align-items: flex-end
}

.layout-alternative .nv-post-thumbnail-wrap,
.layout-default .nv-post-thumbnail-wrap {
    margin-bottom: 10px
}

.page .nv-page-title-wrap {
    margin-top: 30px
    border-bottom:none;
    display: none;
}

.page .nv-sidebar-wrap,
.single .nv-sidebar-wrap {
    margin-top: 30px
}

.nv-single-post-wrap .entry-header,
.nv-single-post-wrap .nv-content-wrap,
.nv-single-post-wrap .nv-post-navigation,
.nv-single-post-wrap .nv-tags-list,
.nv-single-post-wrap .nv-thumb-wrap {
    margin-bottom: 20px
}

.nv-single-post-wrap .entry-header:first-child,
.nv-single-post-wrap .nv-content-wrap:first-child,
.nv-single-post-wrap .nv-post-navigation:first-child,
.nv-single-post-wrap .nv-tags-list:first-child,
.nv-single-post-wrap .nv-thumb-wrap:first-child {
    margin-top: 30px
}

.single-post-container .title {
    margin-bottom: 0
}

.attachment-neve-blog {
    display: flex
}

.nv-post-navigation {
    display: flex;
    justify-content: space-between
}

.nv-post-navigation .next a:hover,
.nv-post-navigation .previous a:hover {
    text-decoration: none
}

.nv-post-navigation .next a:hover span:not(.nav-direction),
.nv-post-navigation .previous a:hover span:not(.nav-direction) {
    text-decoration: underline
}

.nv-post-navigation .next .nav-direction,
.nv-post-navigation .previous .nav-direction {
    color: #676767;
    display: flex;
    flex-direction: column;
    font-size: .8em;
    text-transform: uppercase
}

.nv-post-navigation .next {
    margin-left: auto;
    text-align: right
}

.post-pages-links {
    display: flex;
    list-style-type: none
}

.post-pages-links > a:not(:last-child) span,
.post-pages-links > span {
    padding-right: 20px
}

.post-password-form {
    margin-bottom: 40px;
    text-align: center
}

.post-password-form input[type=submit] {
    height: 39px;
    margin-left: 10px
}

.post-password-form label {
    margin-bottom: 0
}

.post-password-form p {
    display: flex;
    justify-content: center;
    align-items: center
}

.post-password-form label > input {
    margin-left: 10px
}

.nv-tags-list {
    font-size: .85em
}

.nv-tags-list span {
    margin-right: 10px
}

.nv-tags-list a {
    display: inline-block;
    padding: 2px 10px;
    transition: all .3s ease;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #0366d6;
    color: #0366d6
}

.nv-tags-list a:hover {
    background: #0366d6;
    border-color: #0366d6;
    color: #fff
}

#comments {
    border-top: 1px solid #f0f0f0;
    margin-top: 10px
}

#comments ol {
    list-style: none
}

#comments ol > ol {
    padding-left: 10px
}

#comments .nv-content-wrap ol {
    list-style-type: decimal
}

#comments .nv-comments-list > li {
    padding: 10px 0 0
}

#comments .children > li {
    margin-top: 20px;
    padding-top: 20px
}

#comments .edit-reply {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: .85em
}

#comments .edit-reply .nv-reply-link {
    margin-left: auto
}

.nv-comments-list {
    padding-bottom: 20px
}

.nv-comments-title-wrap {
    margin: 40px 0 60px
}

.nv-comment-article {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
}

.nv-comment-header {
    display: flex;
    align-items: center;
    text-transform: none;
    font-style: normal;
    font-size: .85em;
    margin-bottom: 20px
}

.nv-comment-header .comment-author {
    display: flex;
    flex-direction: column
}

.nv-comment-avatar {
    margin-right: 20px
}

.nv-comment-avatar > img {
    float: left;
    border-radius: 50%
}

.comment-author .author {
    font-weight: 700;
    text-transform: uppercase
}

#comments input:not([type=submit]):not([type=checkbox]) {
    width: 100%
}

#comments textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

#comments .comment-respond {
    margin: 40px 0
}

#comments .comment-reply-title {
    margin-bottom: 5px
}

#comments .comment-reply-title small {
    float: right
}

.comment-form {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.comment-form > p:not(.comment-notes) {
    margin-bottom: 0
}

.comment-form label {
    margin-bottom: 10px;
    display: inline-block
}

.comment-form .form-submit {
    margin-top: 10px
}

.pingback {
    border-bottom: 1px solid #f0f0f0
}

.pingback .edit-link {
    display: block;
    font-size: .85em;
    margin-top: 20px
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center
}

.comment-form-cookies-consent input {
    margin-right: 10px
}

.comment-form-cookies-consent label {
    margin-bottom: 0
}

.nv-iframe-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.nv-iframe-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

blockquote {
    margin: 40px 0
}

blockquote p {
    font-size: 1.1em
}

blockquote cite {
    padding-top: 20px;
    display: block;
    color: #676767;
    font-style: normal;
    font-size: .95em
}

blockquote:after,
blockquote:before {
    height: 3px;
    width: 60px;
    background-color: #c9c9c9;
    content: " ";
    display: block
}

blockquote:before {
    margin: 0 auto 40px
}

blockquote:after {
    margin: 40px auto 0
}

blockquote > * {
    margin-bottom: 0
}

table {
    width: 100%;
    margin: 20px 0
}

table td,
table th {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0
}

p code {
    background: #d0effb;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 0 3px
}

pre {
    display: block;
    padding: 20px;
    background: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    margin: 20px 0;
    white-space: pre-wrap;
    font-size: .9em;
    line-height: 2em
}

.excerpt-wrap:after,
.nv-content-wrap:after {
    content: "";
    clear: both;
    display: table;
}

.excerpt-wrap ul,
.nv-content-wrap ul {
    /* list-style-type: circle; */
}

.excerpt-wrap > ol,
.excerpt-wrap > ul,
.nv-content-wrap > ol,
.nv-content-wrap > ul {
    margin: 20px 0
}

.excerpt-wrap ol,
.excerpt-wrap ul,
.nv-content-wrap ol,
.nv-content-wrap ul {
    /* padding-left: 20px */
}

.excerpt-wrap ol li,
.excerpt-wrap ul li,
.nv-content-wrap ol li,
.nv-content-wrap ul li {
    /* margin-top: 10px */
}

.excerpt-wrap dt,
.nv-content-wrap dt {
    font-weight: 600;
    display: block
}

.alignleft {
    float: left;
    margin: 16px 16px 16px 0
}

.alignright {
    float: right;
    margin: 16px 0 16px 16px
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto
}

.wp-caption {
    max-width: 100%
}

.wp-caption-text {
    text-align: center;
    font-size: .8em;
    font-weight: 500
}

.twitter-tweet.twitter-tweet-rendered {
    padding: 20px 0;
    margin: auto
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0;
    display: inline-block;
    width: 100%
}

audio {
    display: flex;
    height: 50px
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    width: 48%
}

.gallery-columns-3 .gallery-item {
    max-width: 31.3333333333%;
    width: 31.3333333333%
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    width: 23%
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
    width: 18%
}

.gallery-columns-6 .gallery-item {
    max-width: 14.6666666667%;
    width: 14.6666666667%
}

.gallery-columns-7 .gallery-item {
    max-width: 12.2857142857%;
    width: 12.2857142857%
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
    width: 10.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 9.1111111111%;
    width: 9.1111111111%
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.nv-content-wrap ul.wp-block-gallery {
    padding-left: 0
}

.gallery-caption {
    box-sizing: border-box
}

.nv-sidebar-wrap {
    margin-bottom: 40px
}

.widget {
    word-break: break-word;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.widget select {
    max-width: 100%;
    width: 100%
}

.widget p.widget-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.25em
}

.widget:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.widget ul {
    padding: 0
}

.widget ul ul {
    padding-left: 10px;
    border-left: 1px solid #f0f0f0
}

.widget ul li {
    margin-top: 5px
}

.widget_media_image img {
    width: 100%
}

.neve-breadcrumbs-wrapper {
    margin-bottom: 0
}

.neve-breadcrumbs-wrapper a {
    color: #676767
}

/* 経済ニュース post */
.nv-content-wrap.entry-content {
	/* white-space: pre-line; */
}

/** 会社概要 **/
.comptitle, .privtitle {
	width: 100%;
	display: flex;
	background: #EFEFEF;
	font-size: 2em;
	height: 4em;
	justify-content: center;
	align-items: center;
	font-family: MS Gothic;
	letter-spacing: 7px;
  margin-bottom: 2em;
}
.comp_container {
  margin:0 auto;
}
.comp_wrap {
	width: 85%;
	margin: 0 auto;
}
.comp_wrap ul {
    padding-left: 20px;
}
.comp_subtl {
	font-size: 1.6em;
	margin: 0;
}
table.comp_tbl {
  border-collapse: collapse;
  border:1px solid #ccc;
  margin: 20px 0 3.5em;
}
.comp_tbl th {
  background: #3C729E;
  text-align: center;
  color:#fff;
  font-weight: normal;
  border:1px solid #ccc;
}
.comp_tbl td {
  padding-left: 1em;
  border:1px solid #ccc;
}
.compritl, .kodotl, .servtl, .accesstl {
	background: #182F63;
	color: #fff;
	padding: 5px 0 5px 12px;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.rinen_sumexp{
  margin-bottom: 3.5em;
}
.rinen_exp1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: MS Gothic;
	font-weight: bold;
}
.rinen_exp2{
  font-size: 1em;
  margin:0;
}
.comp_kodo {
  margin-bottom: 3.5em;
}
.comp_addr {
  white-space: pre-line;
}
.kodo_list{
  list-style-type: disc !important;
}
.serv_list1 {
  list-style-type: disc !important;
}
.serv_list2 {
  list-style-type: none !important;
}
.comp_serv {
  margin-bottom: 3.5em;
}
.comp_map {
	width: 85%;
	height: 28em;
	margin: 3em auto 3.5em;
}

/* プライバシーポリシー */
.priv_wrap {
  width: 85%;
  margin:0 auto;
}

.priv_wrap h2 {
  margin-bottom: 0.8rem;
}

.priv_wrap p {
	/* font-weight: bold; */
	margin: 0 0 0.8em 0.4em;
}

.priv_kaitei {
	text-align: right;
	margin: 0 1em 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

/* ページ */
.red {
	color:#ff0000;
}
.gray {
	color:#EEEEEE;
}
.bold {
	font-weight: bold;
}
.orange {
  color:#ff9720;
}
.wrap {
	margin: 0 auto;
	position: relative;
	width:1000px;
}

.hdimg img {
	max-width: 100%;
	margin-bottom:0.5em;
}

.sinsatl {
	display: inline-block;
	padding: 13px 10px;
	background: #EEEEEE;
	_color: #007824;
	font-weight: bold;
	font-size:1.1em;
	width: 97%;
	margin-top:1em;
}
.ninkitl, .ninkitl2 {
	display: inline-block;
	padding: 13px 10px;
	background: #E8FCDA;
	color: #007824;
	font-weight: bold;
	font-size:1.1em;
	width: 97%;
}
.ninkitl_fx {
  background: #FCEADA;
}
.ninkitl2 {
	margin-top:1em;
	_padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 10px #ffaf58;
}
.ufjtl, .bizlotl {
	margin:1em 0 0 0em;
	padding: 13px 10px;
	color: #494949;
	background: #fffaf4;/*背景色*/
	_border-left: solid 10px #ffaf58;
	border-bottom: solid 2px #ffaf58;
  width: 97%;
}

.ninstr {
	_white-space: pre-line;
	margin-top:1em;
	font-size: 1em;
	width: 90%;
	line-height: 1.7;
}

.sinsastr {
	padding: 0.8em 0.5em;
	font-weight: bold;
	font-size: 1em;
	width: 97%;
	line-height: 1.7;
	border: 1px solid #ccc;
	border-top: none;
}
.sinsastr_fx {
  white-space: pre-line;
}

.loan_wrap {
	display: flex;
	justify-content:flex-start;
	margin: 1.5em 0 0.2em 0;
}

.loanimg {
	max-width: 100%;
	margin: 0 2em 0 0;
}
.loanimg a:hover {
	opacity: 0.7;
}

.ufjmida {
	color: #505050;/*文字色*/
	_padding: 0.5em;/*文字周りの余白*/
	padding: 15px 10px;
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #E8FCDA;
	vertical-align: middle;
	border-radius: 30px 0px 0px 30px;
	white-space: pre-line;
	width: 36em;
}

.ufjmida_fx {
	background: #FFE6C9;
}
.ufjmida_fx:before {
  content: '●';
  color: green;
  margin-right: 8px;
  position: relative;
  top: 0.5em;
}
.ufjmida:before, .ufjmida_fx:before {
  content: '●';
  color: green;
  margin-right: 8px;
  position: relative;
  top: 0.5em;
}
.ufjmida2 {
	/* padding:0 0 0 1.5em; */
  position: relative;
  left: 1.5em;
}
.ufjbtn {
  margin: 0 0 1.5em 0;
}

.ul-list {
	display: flex;
	flex-wrap: wrap;
}
.ul-list ul {
  border: 1px solid #bfbfbf;
  text-align: center;
  _width: 115px;
	width: 9em;
  list-style: none;
}

.ul-list ul + ul {
    border-left: none;
}

.ul-list ul li {
    line-height: 14px;
    padding: 10px 0;
}

.ul-list ul li:first-child {
    background-color: #f7f7f7;
    border-bottom: 1px solid #bfbfbf;
}

.ul-list ul li .decim {
    color: #e82d2d;
    font-weight: bold;
}

.pointtl{
	display: inline-block;
	width: 7.5em;
	margin:1em 0 0 0em;
	padding: 8px 0px;
	text-align: center;
	_color: #494949;
	color: #FFFFFF;
	font-size: 1.05em;
	background: #45AC56;/*背景色*/
	_border-bottom: solid 2px #ffaf58;
	border-radius: 10px 10px 0px 0px;
}

.pointtl_fx {
  background: #FF9720;
}

.powk {
	border: 1px solid #ccc;
	padding: 13px 12px;
	width: 80%;
	line-height: 1.78;
  margin: 0 0 0em 0;
}

.powk ul {
  list-style: none;
}

.powk ul li:before {
	font-size:0.8em;
	content: '●';
	color: green;
	margin-right: 8px;
}
.powk_fx ul li:before {
	font-size:0.8em;
	content: '●';
	color: #f4b369;
	margin-right: 8px;
}
.pc-hide {
  display: none;
}

/* リンク */
.canbtn {
	margin: 1em auto 1em;
	width: 85%;
}
.btnlink {
	display: block;
	text-align: center;
	width: 77%;
	padding: 14px 0;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* margin: 0 0 2% 0; */
	background: #ee1e26;
	background: -moz-linear-gradient(top,#ee1e26 0%,#b1212a 100%);
	background: -webkit-linear-gradient(top,#ee1e26 0%,#b1212a 100%);
	background: linear-gradient(to bottom,#ee1e26 0%,#b1212a 100%);
	font-size: 1.5em;
	font-weight: bold;
	font-family: initial;
	text-decoration: none !important;
}
.btnlink:hover {
	color:#fff;
	background: #ee931e;
	background: linear-gradient(to bottom,#ee931e 0%,#b16b21 100%);
}

.linebtn {
    margin: 0em auto 4em;
	width: 85%;
}

.linebtn a {
    display: block;
	text-align: center;
	width: 77%;
	padding: 14px 0;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* margin: 0 0 2% 0; */
	background: #228b22;
	background: -moz-linear-gradient(top,#228b22 0%,#1f801f 100%);
	background: -webkit-linear-gradient(top,#228b22 0%,#1f801f 100%);
	background: linear-gradient(to bottom,#228b22 0%,#1f801f 100%);
	font-size: 1.5em;
	font-weight: bold;
	font-family: initial;
	text-decoration: none !important;
}

.linebtn a:hover {
    opacity: 0.7;
}
.fontboldyn {
    font-weight: normal;
}

/*** 用語集 ***/
.wordtl {
    width: 85%;
    margin: 1.1em auto 0em;
    font-size: 1.5em;
}
.wordtl p {
  border-bottom: solid 3px #ffdfcc;
  position: relative;
}
.wordtl p:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #bf8b0f;
  bottom: -3px;
  width: 20%;
}
.ulist {
    display: flex;
    width: 85%;
    _justify-content:flex-start;
    justify-content:space-between;
	flex-wrap: wrap;
    margin:1.2em auto 0em !important;
    list-style: none !important;
}

.ulist li {
    width: 32%;
}
.ulist a {
	text-decoration: none !important;
}
.wd100 {
    width: 100% !important;
}

.mtitle {
    margin: 0em 0 1em 0;
}
.mtitle p {
    width: 50%;
    font-size: 1.5em;
    border-bottom: solid 3px #ffdfcc;
    position: relative;
}
.mtitle p:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #bf8b0f;
  bottom: -3px;
  width: 35%;

}
.meangrp {
    width: 85%;
    margin: 1em auto 1em;
}

.nav-links {
	margin: 1em auto 0;
	text-align: center;
}
.nav-links a {
	text-decoration: none !important;
	color: #ce7d42;
	font-size: 1.2em;
}
.nav-links a:hover {
    opacity: 0.7;
}

/* ページャー */
.pagination {
	width: 100%;
	margin: 1em auto 1.5em;
	text-align: center;
}

.page-numbers.current {
	background: #eee;
    border: none;
}
.page-numbers {
	padding: 5px;
	border: 1px solid #bbb;
}

/* 金融情報 */
.kinyuwrap {
	margin: 2em auto 0;
	width: 1000px;
}

.kinyutl p {
	font-size: 1.2em;
	background: #fff2ea;
	box-shadow: 0px 0px 0px 5px #fff2ea;
	border: dashed 1px #ff6100;
	padding: 0.2em 0.5em;
	color: #454545;
	width: 65%;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

.kinyusent {
	margin: 0.5em 0 0 0;
	width: 88%;
	border: 1px solid #ccc;
	padding: 7px 12px;
}

/* 経済情報 */
.eco_list {
    list-style: none !important;
}
.eco_ttl {
	font-size: 1.2em;
	background: #fff2ea;
	box-shadow: 0px 0px 0px 5px #fff2ea;
	border: dashed 1px #ff6100;
	padding: 0.2em 0.5em;
	color: #454545;
	width: 65%;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
.eco_list p {
	padding: 5px 0 2em 8px;
	white-space: pre-line;
	width: 85%;
}

/* 投稿 */
.nv-title-meta-wrap {
	font-size: 0.8em;
}

.single-post-container .title {
	margin-bottom: 0;
	border-bottom: solid 3px #ffdfcc;
	position: relative;
}
.single-post-container .title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #bf8b0f;
	bottom: -3px;
	width: 20%;
}

.nv-meta-list {
	padding-bottom: 10px;
	width: 100%;
	display: none;
}

@media (max-width:820px) {
  .wrap {
    width:auto;
  }
  .btntbl {
    width: 100%;
  }
  .ufjtbl {
    display: flex;
    justify-content: flex-start;
  }
  .ufjbtn {
    width: 100%;
    margin: 0 0em 1.0em 0;
  }
  .sp-hide {
    display: none;
  }
  .spimg {
    max-width: 100%;
    display: block;
    margin: 0 0.6em 0 0;
    width: 90%;
  }
  .spimg a:hover {
    opacity: 0.65;
  }
  .ufjmida {
    width: 97%;
    font-size: 2vh;
  }

  .ul-list {
    display: block;
    width: 100%;
  }
  .ul-list ul {
      width: 95%;
      display: flex;
      border: 1px solid #bfbfbf;
  }

  .ul-list ul + ul {
      border-top: none;
      border-left: 1px solid #bfbfbf;
  }

  .ul-list ul li {
      width: 65%;
      font-size: 2vh;
      line-height: 1.2;
      _padding: .3em .2em;
      border-bottom: none;
  }

  .ul-list ul li:first-child {
      border-right: 1px solid #bfbfbf;
      border-bottom: none;
      width: 35%;
  }

  .ul-list ul:last-child li span {
      display: block;
  }

  .powk {
    width: 100%;
    font-size: 2.3vh;
  }

  li.menu-item {
  	margin: 0px auto;
  	/* border: 1px solid #ccc; */
  	width: 85%;
  }
  li.menu-item a {
  	color: #404248;
  	text-align: center;
  	width: 100%;
  	display: inline-block;
  	letter-spacing: 5px !important;
  }
  .canbtn {
  	margin: 1em auto 3em;
  	width: 100%;
  	text-align: center;
  	display: flex;
  	justify-content: center;
  	font-size: 0.8em;
  }
  .btnlink {
  	width: 83%;
  	padding: 9px 0;
  }
  .btnlink:hover {
  	color:#fff;
  	background: #ee931e;
  	background: linear-gradient(to bottom,#ee931e 0%,#b16b21 100%);
  }

}

@media (min-width: 960px) {
	.container {
		max-width: 1200px !important;
		margin: 0 auto;
		padding: 0;
	}
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:769px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    h1 {
        font-size: 2em
    }

    h2 {
        font-size: 1.75em
    }

    h3 {
        font-size: 1.5em
    }

    h4 {
        font-size: 1.25em
    }

    h5 {
        font-size: 1em
    }

    h6 {
        font-size: 1em
    }

    .has-neve-body-font-size {
        font-size: 16px
    }

    .has-neve-h-1-font-size {
        font-size: 2em
    }

    .has-neve-h-2-font-size {
        font-size: 1.75em
    }

    .has-neve-h-3-font-size {
        font-size: 1.5em
    }

    .has-neve-h-4-font-size {
        font-size: 1.25em
    }

    .has-neve-h-5-font-size {
        font-size: 1em
    }

    .has-neve-h-6-font-size {
        font-size: 1em
    }

    #comments .nv-comments-list > li {
        margin-top: 20px
    }

    #comments ol > ol {
        padding-left: 20px
    }

    #comments .comment-form {
        grid-template-columns: repeat(3, 1fr)
    }

    #comments .comment-form > :not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
        grid-column: span 3
    }

    #comments .form-submit {
        align-items: center;
        justify-content: flex-end;
        display: flex;
        margin-top: 0
    }

    .hidden-on-mobile {
        display: initial
    }

    .hidden-on-tablet {
        display: none
    }
}

@media (min-width:960px) {
    .neve-main > .container .col {
        /* max-width: 70% */
        max-width: 100% !important;
    }

    .neve-main > .container > .row {
        flex-wrap: nowrap
    }

    .nv-empty-sidebar .neve-main > .container .col {
        max-width: 100%
    }

    .hfg-item-center #secondary-menu li:not(:last-of-type),
    .hfg-item-left #secondary-menu li:not(:last-of-type) {
        margin-right: 20px
    }

    .hfg-item-right #secondary-menu li:not(:first-of-type) {
        margin-left: 20px
    }

    .hfg-item-center .header--row .primary-menu-ul li:not(:last-child),
    .hfg-item-left .header--row .primary-menu-ul li:not(:last-child) {
        margin-right: 20px
    }

    .hfg-item-right .header--row .primary-menu-ul li:not(:first-child) {
        margin-left: 20px
    }

    .row .nv-nav-wrap {
        /* flex-direction: row; */
        align-items: flex-end;
        padding-bottom: 0
    }

    .row .primary-menu-ul .amp-caret-wrap {
        display: none
    }

    .row .primary-menu-ul .amp-desktop-caret-wrap {
        display: block
    }

    .row .primary-menu-ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: none;
        overflow-y: inherit;
        max-height: inherit;
        margin-left: auto
    }

    .row .primary-menu-ul > li {
        width: inherit;
        padding: 10px 0
    }

    .row .primary-menu-ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .row .primary-menu-ul > li li a {
        position: relative
    }

    .row .primary-menu-ul li:focus > a,
    .row .primary-menu-ul li:hover > a {
        color: #0366d6;
        text-decoration: none
    }

    .row .primary-menu-ul .sub-menu {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        max-height: inherit;
        padding: 0;
        top: 100%;
        background: #fff;
        border-left: none;
        border-top: 1px solid #f0f0f0;
        position: absolute;
        overflow: visible;
        z-index: 100;
        opacity: 0;
        visibility: hidden
    }

    .row .primary-menu-ul .sub-menu.dropdown-open {
        opacity: 1;
        visibility: visible
    }

    .row .primary-menu-ul .sub-menu .sub-menu {
        left: 100%;
        right: auto;
        top: -1px
    }

    .row .primary-menu-ul .sub-menu li {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        border-top: none;
        min-width: 150px;
        cursor: default
    }

    .row .primary-menu-ul .sub-menu li a {
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        width: 100%;
        padding: 7px 14px
    }

    .row .primary-menu-ul .menu-item-has-children:focus-within > .sub-menu,
    .row .primary-menu-ul .menu-item-has-children:focus > .sub-menu,
    .row .primary-menu-ul .menu-item-has-children:hover > .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .row .primary-menu-ul .menu-item-has-children > a {
        display: flex;
        align-items: center
    }

    .row .primary-menu-ul > .menu-item-has-children > .sub-menu {
        right: 0
    }

    .row .caret-wrap {
        position: relative;
        font-size: .65em;
        padding-left: 0;
        margin-left: 5px
    }

    .row .menu-item-has-children:last-child .caret {
        padding-right: 0
    }

    .layout-alternative .nv-post-thumbnail-wrap,
    .layout-default .nv-post-thumbnail-wrap {
        margin-bottom: 0
    }

    .layout-alternative .article-content-col .content,
    .layout-default .article-content-col .content {
        display: flex;
        align-items: center
    }

    .layout-default .article-content-col .content {
        flex-direction: row
    }

    .layout-alternative .article-content-col .content {
        flex-direction: row-reverse
    }

    .non-grid-content {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .non-grid-content .button {
        align-self: flex-start
    }

    .nv-post-thumbnail-wrap ~ .default-layout-content {
        padding-left: 20px
    }

    .nv-post-thumbnail-wrap ~ .alternative-layout-content {
        padding-right: 20px
    }

    .layout-alternative .nv-post-thumbnail-wrap,
    .layout-default .nv-post-thumbnail-wrap {
        max-width: 40%
    }

    article.layout-alternative:nth-child(even) .article-content-col .content {
        flex-direction: row
    }

    article.layout-alternative:nth-child(even) .article-content-col .content .nv-post-thumbnail-wrap ~ .alternative-layout-content {
        padding: 0 0 0 40px
    }

    .non-grid-content > .entry-title {
        margin-top: 0
    }

    .archive-container {
        padding-top: 30px
    }

    .nv-content-none-wrap {
        margin-bottom: 0
    }

    .nv-sidebar-wrap {
        max-width: 30%
    }

    .nv-sidebar-wrap.nv-right {
        border-left: 1px solid #f0f0f0
    }

    .nv-sidebar-wrap.nv-left {
        border-right: 1px solid #f0f0f0
    }

    .nv-sidebar-wrap .row {
        flex-wrap: nowrap
    }

    .nv-index-posts:not(:only-child) {
        padding-right: 15px
    }

    .nv-sidebar-wrap.nv-left + .nv-index-posts:not(:only-child) {
        padding-left: 15px
    }

    .nv-index-posts,
    .nv-single-page-wrap,
    .nv-single-post-wrap {
        margin-bottom: 40px
    }

    .nv-index-posts:not(:only-child),
    .nv-single-page-wrap:not(:only-child),
    .nv-single-post-wrap:not(:only-child) {
        padding-right: 40px
    }

    .nv-sidebar-wrap.nv-left + .nv-index-posts:not(:only-child),
    .nv-sidebar-wrap.nv-left + .nv-single-page-wrap:not(:only-child),
    .nv-sidebar-wrap.nv-left + .nv-single-post-wrap:not(:only-child) {
        padding-right: 15px;
        padding-left: 40px
    }

    .nv-sidebar-wrap.nv-right {
        padding-left: 40px
    }

    .nv-sidebar-wrap.nv-left {
        padding-right: 40px
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu {
        position: static
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu > .sub-menu {
        width: 950px;
        position: absolute;
        display: flex;
        padding: 20px;
        left: 25%;
        transform: translateX(-50%)
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu > .sub-menu:not(.dropdown-open) {
        pointer-events: none
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu:focus-within > .sub-menu,
    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu:focus > .sub-menu,
    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu li > a,
    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu li > span {
        padding: 7px 0;
        margin: 0 14px
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu .neve-mm-col > .sub-menu {
        visibility: visible;
        position: relative;
        left: initial;
        right: initial;
        opacity: 1;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 100%
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu .neve-mm-col > .sub-menu a {
        white-space: normal;
        justify-content: flex-start
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu .neve-mm-col {
        padding: 0 10px;
        align-items: flex-start;
        border: none
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu .neve-mm-col:not(:last-child) {
        border-right: 1px solid #f0f0f0
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu .neve-mm-col > .sub-menu li:not(.neve-mm-divider) {
        border: none
    }

    .neve-mm-description {
        justify-content: center;
        padding: 0 12px 7px
    }

    .hidden-on-tablet {
        display: initial
    }

    .show-on-desktop {
        display: initial
    }
}

@media (min-width:1200px) {
    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu {
        position: static
    }

    .nv-nav-wrap .primary-menu-ul:not(#nv-primary-navigation-sidebar) .neve-mega-menu > .sub-menu {
        /* width: 1170px */
		width:1200px;
    }
}

.neve-main .elementor-text-editor ol,
.neve-main .elementor-text-editor ul {
    padding-left: 20px
}

.neve-main .elementor-text-editor ul {
    list-style: inherit
}

.site-header {
    position: relative
}

.site-header .hfg-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.builder-item {
    margin-top: 4px;
    margin-bottom: 4px
}

@media (min-width:960px) {
    .builder-item {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.page_header--row .page_header--row-inner,
.page_header--row .page_header--row-inner .container .row {
    display: flex;
    align-items: center;
    position: relative
}

.page_header--row.layout-fullwidth .page_header--row-inner .container {
    max-width: 100% !important
}

.page_header--row.layout-contained {
    max-width: 1200px;
    margin: 0 auto
}

.header--row .header--row-inner,
.header--row .header--row-inner .container .row {
    display: flex;
    align-items: center;
    position: relative
}

.header--row.layout-fullwidth .header--row-inner .container {
    max-width: 100% !important
}

.header--row.layout-contained {
    max-width: 1200px;
    margin: 0 auto
}

.footer--row .footer--row-inner,
.footer--row .footer--row-inner .container .row {
    display: flex;
    align-items: center;
    position: relative
}

.footer--row.layout-fullwidth .footer--row-inner .container {
    max-width: 100% !important
}

.footer--row.layout-contained {
    max-width: 1200px;
    margin: 0 auto
}

.hfg_header.site-header {
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .1)
}

.hfg-is-group {
    display: flex;
    align-items: center
}

.hfg-is-group.hfg-item-right {
    justify-content: flex-end
}

.hfg-item-right {
    text-align: right
}

.hfg-item-right #secondary-menu,
.hfg-item-right .builder-item--footer-menu,
.hfg-item-right .component-wrap,
.hfg-item-right .nv-nav-wrap,
.hfg-item-right .nv-search-icon-component,
.hfg-item-right .primary-menu-ul,
.hfg-item-right .site-logo {
    justify-content: flex-end
}

.hfg-is-group.hfg-item-left {
    justify-content: flex-start
}

.hfg-item-left {
    text-align: left
}

.hfg-item-left #secondary-menu,
.hfg-item-left .builder-item--footer-menu,
.hfg-item-left .component-wrap,
.hfg-item-left .nv-nav-wrap,
.hfg-item-left .nv-search-icon-component,
.hfg-item-left .primary-menu-ul,
.hfg-item-left .site-logo {
    justify-content: flex-start
}

.hfg-is-group.hfg-item-center {
    justify-content: center
}

.hfg-item-center {
    text-align: center
}

.hfg-item-center #secondary-menu,
.hfg-item-center .builder-item--footer-menu,
.hfg-item-center .component-wrap,
.hfg-item-center .nv-nav-wrap,
.hfg-item-center .nv-search-icon-component,
.hfg-item-center .primary-menu-ul,
.hfg-item-center .site-logo {
    justify-content: center
}

.hfg-item-justify .button {
    flex-grow: 1
}

.hfg-item-v-top {
    align-self: flex-start
}

.hfg-item-v-bottom {
    align-self: flex-end
}

.header-menu-sidebar {
    padding: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 999900;
    visibility: hidden
}

.header-menu-sidebar .builder-item-sidebar {
    padding: 1.4em 1.5em;
    border-bottom: 1px solid transparent
}

.header-menu-sidebar .builder-item-sidebar:last-of-type {
    border-bottom: none
}

.header-menu-sidebar .builder-item-sidebar.mobile-item--menu,
.header-menu-sidebar .builder-item-sidebar.mobile-item--primary-menu,
.header-menu-sidebar .builder-item-sidebar.mobile-item--secondary-menu {
    padding: 0
}

.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon {
    color: currentColor
}

.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:focus,
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:hover {
    background: rgba(0, 0, 0, .01)
}

.header-menu-sidebar-bg {
    position: relative;
    word-wrap: break-word;
    min-height: 100%;
    display: block
}

.header-menu-sidebar-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    min-height: 100%
}

.header-menu-sidebar-inner {
    position: relative;
    word-wrap: break-word;
    min-height: 100%;
    padding: 1.2em 0;
    display: flex;
    flex-direction: column
}

.menu_sidebar_slide_left .header-menu-sidebar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    width: 360px;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86)
}

.menu_sidebar_dropdown .header-menu-sidebar {
    position: relative;
    height: 0;
    display: block;
    visibility: visible;
    z-index: 999900;
    overflow: hidden
}

.menu_sidebar_dropdown .header-menu-sidebar .close-sidebar-panel {
    display: none
}

.menu_sidebar_dropdown .header-menu-sidebar-inner {
    max-width: 48em;
    margin: 0 auto
}

.menu_sidebar_dropdown .header-menu-sidebar-bg:before {
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .05)
}

.hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
    height: 100%;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86)
}

.hiding-header-menu-sidebar .header-menu-sidebar {
    visibility: visible
}

.is-menu-sidebar,
.is-mobile-form-panel {
    overflow-x: hidden
}

.is-menu-sidebar .header-menu-sidebar {
    overflow: auto
}

.is-menu-sidebar.menu_sidebar_slide_left {
    width: 100%;
    display: block
}

.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
    z-index: 999900;
    height: 100vh;
    transform: translate3d(0, 0, 0);
    left: 0;
    visibility: visible
}

.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar {
    z-index: 10;
    visibility: visible;
    height: auto !important;
    max-height: 450px
}

.header-menu-sidebar .menu-item-nav-search {
    display: flex;
    align-items: center
}

.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search {
    margin-left: 20px;
    position: relative;
    background-color: transparent;
    border: 0;
    display: flex;
    box-shadow: none;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    line-height: 1
}

.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search .close-container {
    position: static;
    top: unset;
    width: 35%;
    padding: 0
}

.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search form input:not([type=submit]) {
    background-color: #fff
}

.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search input[type=submit] {
    line-height: 1
}

.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search .nv-icon {
    line-height: 1
}

.header-menu-sidebar .navbar-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    z-index: 999910;
    padding: 8px 10px
}

.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
    position: relative
}

.is-menu-sidebar:before,
.is-mobile-form-panel:before {
    z-index: 100000;
    visibility: visible;
    opacity: 1
}

.header-menu-sidebar .item--inner {
    transition: transform .3s, opacity .3s;
    transform: translateY(45px);
    opacity: 0
}

.is-menu-sidebar .header-menu-sidebar .item--inner,
.is-mobile-form-panel .header-menu-sidebar .item--inner {
    opacity: 1;
    transform: translateY(0)
}

body.menu_sidebar_slide_left .header-menu-sidebar-overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    transform: translate3d(0, 0, 0);
    z-index: 999899;
    transition: all .5s linear;
    display: none;
    visibility: hidden;
    opacity: 0
}

body.menu_sidebar_slide_left.is-menu-sidebar .header-menu-sidebar-overlay {
    display: block;
    visibility: visible;
    opacity: 1
}

body.menu_sidebar_slide_left.menu_sidebar_dropdown:before {
    display: none
}

@media (max-width:960px) {
    .footer--row .builder-item {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0
    }

    .footer--row .builder-item:not(:last-child) {
        margin-bottom: 30px
    }

    .nv-footer-content {
        flex-wrap: wrap
    }
}

.site-footer {
    position: relative;
    z-index: 10
}

.site-footer .item--inner:not([class*=widgets]):not([class*=copyright]):not([class*=social]) {
    width: 100%;
    max-width: 100%;
    align-items: center;
    display: flex
}

.footer-main .footer--row-inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em
}

.footer--row.layout-fullwidth .hfg-container {
    max-width: initial
}

.footer--row .builder-item--group {
    justify-content: flex-start
}

.footer--row .builder-item--group .item--inner {
    width: auto
}

.footer-bottom .builder-item .widget-area .widget:last-child,
.footer-main .builder-item .widget-area .widget:last-child,
.footer-top .builder-item .widget-area .widget:last-child {
    margin-bottom: 0
}

.site-footer p:last-child {
    margin-bottom: 0
}

.site-footer li,
.site-footer ul {
    list-style: none;
    margin: 0
}

.site-footer ul ul {
    margin-left: 2.617924em
}

.footer-copyright {
    font-size: .875em
}

.item-button {
    display: inline-block
}

.style-border-bottom ul:not(.max-mega-menu) > li:hover > a,
.style-border-top ul:not(.max-mega-menu) > li:hover > a,
.style-full-height ul:not(.max-mega-menu) > li:hover > a {
    text-decoration: none
}

.style-border-bottom ul:not(.max-mega-menu) > li:hover > a:after,
.style-border-top ul:not(.max-mega-menu) > li:hover > a:after,
.style-full-height ul:not(.max-mega-menu) > li:hover > a:after {
    width: 100% !important
}

.style-border-bottom ul > li.menu-item-nav-cart:hover a,
.style-border-bottom ul > li.menu-item-nav-search:hover a,
.style-border-top ul > li.menu-item-nav-cart:hover a,
.style-border-top ul > li.menu-item-nav-search:hover a,
.style-full-height ul > li.menu-item-nav-cart:hover a,
.style-full-height ul > li.menu-item-nav-search:hover a {
    opacity: .75
}

.style-border-bottom a:after {
    bottom: 0
}

.style-border-bottom .sub-menu a:after {
    bottom: 5px
}

.header-menu-sidebar-inner .style-border-bottom .sub-menu a:after {
    bottom: 0
}

.style-border-top a:after {
    top: 0
}

.style-border-top .sub-menu a:after {
    top: 5px
}

.header-menu-sidebar-inner .style-border-top .sub-menu a:after {
    top: 0
}

.style-full-height .primary-menu-ul li:hover > a,
.style-full-height .row .primary-menu-ul li:focus > a {
    color: #404248
}

.style-full-height a {
    position: relative;
    align-items: center;
    z-index: 1
}

.style-full-height a:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    z-index: -1
}

.style-full-height .sub-menu a:after {
    top: 5px;
    bottom: 5px
}

#secondary-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

#secondary-menu li {
    position: relative;
    width: inherit
}

#secondary-menu li a {
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
    font-weight: 500
}

#secondary-menu li:last-of-type a {
    padding-right: 0
}

#secondary-menu li:first-of-type a {
    padding-left: 0
}

#secondary-menu i {
    font-size: inherit;
    line-height: inherit;
    width: 20px;
    margin-top: 0
}

.header-menu-sidebar #secondary-menu {
    flex-direction: column
}

.header-menu-sidebar #secondary-menu li a {
    padding: 5px 0
}

.header-menu-sidebar .nav-menu-primary ul {
    flex-direction: column;
    display: flex
}

.header-menu-sidebar .nav-menu-primary ul li {
    background-color: transparent;
    padding: 3px 0
}

.header-menu-sidebar .nav-menu-primary ul li a {
    padding: 3px 0
}

.header-menu-sidebar .nav-menu-primary ul .sub-menu {
    background-color: transparent
}

.nav-menu-footer a {
    display: flex;
    justify-content: center;
    position: relative
}

.header-menu-sidebar-inner #mega-menu-wrap-primary .mega-menu-toggle {
    display: none
}

.header-menu-sidebar-inner #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block
}

@media (min-width:960px) {
    .mega-menu-primary .nav-menu-primary {
        width: 100%
    }

    .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after,
    .style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after,
    .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after {
        position: absolute;
        content: "";
        display: block;
        margin: 0 auto;
        width: 0;
        height: 2px;
        background-color: #0366d6;
        transition: opacity .3s ease, width .3s ease;
        right: 0;
        left: 0;
        pointer-events: none
    }
}

.nav-toggle-label {
    margin-right: 5px;
    line-height: 100%
}

.icon-bar {
    transition: all .1s ease;
    position: relative;
    display: block;
    border-radius: 2px;
    width: 15px;
    height: 2px
}

.icon-bar:nth-child(2) {
    margin: 3px 0
}

.navbar-toggle-wrapper {
    align-items: center
}

.navbar-toggle {
    border-radius: 3px;
    background: 0 0;
    cursor: pointer;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border: 1px solid
}

.navbar-toggle:hover {
    box-shadow: none;
    transform: none;
    background: 0 0
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
}

.search-field {
    line-height: 1;
    flex-grow: 1;
}

.search-field input[type=submit]:hover {
    background-color: transparent;
}

.search-field .widget-search {
    width: 100%;
}

.search-field input[type=search] {
    background-color: #fff;
}

.hfg-is-group > div:first-of-type .button {
    margin-right: 20px;
}

.hfg-is-group > div:last-of-type .button {
    margin-left: 20px;
}

.hfg-grid {
    display: flex;
}

@media (min-width:960px) {

    .hfg-grid .hide-on-desktop,
    .hide-on-desktop {
        display: none;
    }
}

@media (max-width:959px) {

    .hfg-grid .hide-on-tablet,
    .hide-on-tablet {
        display: none;
    }
}

@media (max-width:576px) {

    .hfg-grid .hide-on-mobile,
    .hide-on-mobile {
        display: none;
    }
}

.component-wrap {
    display: flex;
    margin: 4px 0;
}

.builder-item--footer_copyright .component-wrap {
    display: inline;
    text-align: center;
}

.footer-bottom-inner {
  background: #273C73 !important;
}

/*** End of File ***/
