/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

/* Sections
 ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    font-size: 1.6em;
    line-height: 1.42857143;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

h1 {
    position: relative;
    padding: 0.25em 0 0.5em 0.75em;
    font-size: 36px;
}

h1:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #ccc;
}

h2 {
    padding: 0.25em 0 0.25em 0.5em;
    font-weight: bold;
    font-size: 30px;
}

h3 {
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    font-size: 24px;
}

h3:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
}

h4 {
    font-size: 18px;
    padding: 10px 15px 8px;
    background-color: #efefef;
    border-radius: 4px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}

.headline {
    position: relative;
    padding: 0.3em 0 0.3em 15px;
    border-left: 0px;
    text-align: left;
    margin: 0px 0px;
    line-height: 64px;
    white-space: nowrap;
}

@media only screen and (max-width: 1210px) {
    .headline {
        line-height: 1.5em;
        font-size: 2.3vw;
    }
}

@media only screen and (max-width: 1024px) {
    .headline {
        line-height: 1.5em;
        font-size: 26px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .headline {
        font-size: 24px;
        width: 100%;
    }
}

.headline:after {
    border-bottom: 0px;
}

.page-title,
h1.page-title:first-child {
    padding-left: 0px;
    margin: 15px 0 10px;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
}

@media (min-width: 992px) {
    .page-title,
    h1.page-title:first-child {
        margin: 30px 0 25px;
        font-size: 32px;
    }
}

.page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 0px;
}

.veu_sitemap h4 {
    padding: 0.5em 1em;
    font-size: 18px;
}

.veu_sitemap h5 {
    margin: 1em 1em;
    padding: 0 0 3px;
    font-size: 18px;
}

.veu_sitemap a {
    color: #464646;
}

.veu_sitemap ul {
    margin-left: 1em;
    padding-left: 0;
    list-style: none;
}

.veu_sitemap ul li {
    list-style: none;
}

.veu_sitemap ul > li > a {
    position: relative;
    padding-left: 1.2em;
}

.veu_sitemap ul > li > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    font-size: 10px;
    line-height: 1em;
    font-family: 'メイリオ', Meiryo, sans-serif;
    content: '≫';
    margin-right: 0.5em;
}

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

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

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

a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bold;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*	`fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

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

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
 ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
 ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    line-height: 1.5;
    font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro',
        'ヒラギノ角ゴ Pro W3', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}

@media (max-width: 767px) {
    p {
        line-height: 1.4em;
    }
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0px;
}

ol {
    list-style: decimal;
}

li {
    margin-bottom: 0.8em;
    line-height: 1.65em;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.table,
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

table tbody tr td,
table tbody tr th,
table td,
table th,
table thead tr td,
table thead tr th {
    padding: 1em;
    border-bottom: 1px solid #e5e5e5;
}

table tbody tr td .form-control,
table tbody tr th .form-control,
table td .form-control,
table th .form-control,
table thead tr td .form-control,
table thead tr th .form-control {
    max-width: 90%;
}

table th {
    font-weight: lighter;
}

@media (max-width: 550px) {
    .last td:last-child {
        /*border-bottom: solid 1px #ccc;*/
        width: 100%;
    }
    .sp-table {
        width: 100%;
    }
    .sp-table td {
        display: block;
        width: 100%;
    }
    .sp-table th {
        background-color: rgba(66, 101, 121, 0.3);
        display: block;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 1px solid;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
    border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
    text-decoration: none;
    opacity: 0.7;
}

a:focus {
    outline: thin dotted;
}

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

.btn-group-xs > .btn,
.btn-xs {
    padding: 0px 5px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header-wrap {
    display: flex;
    justify-content: space-between;
}

.site-title {
    font-size: 32px;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

.site-logo {
    max-height: 100px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.admin-bar .site-header,
.admin-bar .site-header.float-header {
    top: 32px;
}

.admin-bar:not(.siteScrolled) .slide-item {
    background-position: 50% 0 !important;
}

.header-image {
    display: none;
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-inner {
    display: none;
}

.site-title {
    margin: 0;
}

.site-description {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.6;
    color: #efefef;
}

.site-description:empty {
    margin: 0;
}

.site-header.fixed {
    position: fixed;
}

.site-header .col-md-4,
.site-header .col-md-8 {
    min-height: 0;
}

.site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.site-header .logo a {
    display: block;
    height: 100%;
}

.site-header .logo {
    width: 135px;
    height: 27px;
}

.site-header.float-header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.site-header.float-header nav {
    padding: 0;
    font-size: 1em;
}

.site-header.float-header nav > ul > li > a {
    color: #fff;
}

.site-header.float-header .logo {
    margin: 20px 0;
}

h1.subSection-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
    border-left: 0px;
    padding: 0.25em 0 0.5em 0em;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

h1.subSection-title:after {
    border-bottom: 0px;
}

.siteContent {
    padding: 1.5em 0 1.5em;
}

.siteContent-top {
    padding: 0;
}

@media (min-width: 768px) {
    .siteContent {
        padding: 2.5em 0 2.5em;
    }
}

/* navigation */

nav {
    display: block;
    /*float: right;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav ul {
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
    list-style: none;
}

nav ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center;
}

.nav > li > a:hover {
    color: #d65050;
    background-color: rgb(255, 255, 255, 0);
}

nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 3px 7px;
}

.footer-navi li a {
    color: #333;
}

.top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.nav .menu-item a strong {
    font-size: 1.05em;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

.nav .menu-item a span {
    display: block;
    font-size: 80%;
    color: #fff;
}

.page-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.page-nav .menu-item a strong {
    font-size: 1.05em;
    margin-top: 26px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    font-weight: normal;
    color: #333;
}

.page-nav .menu-item a:hover {
    /*text-decoration: underline;*/
}

.nav > li > a {
    position: relative;
    margin: 0;
}

.nav > li > a::after,
.nav > li > a::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: none;
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    bottom: -1px;
    height: 1px;
    width: 0px;
}

.nav > li > a::after {
    right: 50%;
}

.nav > li > a::before {
    left: 50%;
}

.nav > li > a:hover::after,
.nav > li > a:hover::before {
    width: 50%;
}

.page-nav .menu-item a span {
    display: block;
    font-size: 80%;
    color: #333;
}

.page-head {
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0px;
}

.nav ul ul a {
    width: 180px;
}

.nav ul ul li {
    padding: 0;
    float: none;
}

.nav .sub-menu {
    width: 180px;
    position: absolute;
    top: 100%;
    right: -84%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav li:hover > ul {
    opacity: 1;
    padding-top: 10px;
    visibility: visible;
    left: auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.nav .sub-menu {
    z-index: 99999;
}

.nav .sub-menu li a {
    color: #1c1c1c;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease;
    margin-top: -10%;
    margin-bottom: -4%;
    height: 38px;
    background: none;
    padding: 8px 0px;
    font-size: 14px;
    width: 180px;
}

.nav .sub-menu li:hover > a {
    color: #1c1c1c;
}

.nav li:hover > .sub-menu > li > a {
    padding: 8px 0px;
    font-size: 14px;
    width: 180px;
    font-weight: normal;
}

.nav .sub-menu li a {
    background: none;
}

.nav .sub-menu li {
    top: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 8px 0 px;
    margin: 0;
    padding: 16px 0px;
}

.home .float-header .nav .sub-menu li {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.home .float-header .nav .sub-menu li a {
    color: #fff;
}
@media only screen and (max-width: 544px) {
    .home .float-header .nav .sub-menu li {
        background-color: #fff;
        color: #000;
    }
    .home .float-header .nav .sub-menu li a {
        color: #000;
    }
}
.zdo_drawer_menu .zdo_drawer_button {
    width: 40px;
}

.zdo_drawer_menu .sub-menu {
    line-height: 3;
    padding: 0 0 0 30px;
    position: relative;
    right: 0;
    transition: 0;
    opacity: 1;
    visibility: visible;
    left: 0;
    margin: 0;
    transform: inherit;
}

.zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 0px;
    display: table;
    line-height: 1;
    width: 100%;
}

.zdo_drawer_menu .zdo_drawer_nav li.menu-item-1078 {
    margin-top: 12px;
}

ul.zdo_drawer_nav li a {
    display: block;
    padding: 10px 0.5em 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #464646;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 90%);
    box-shadow: 0 1px 0 rgb(255 255 255 / 90%);
}

.zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 0px;
    display: table;
    line-height: 1;
    width: 100%;
}

ul.zdo_drawer_nav li li a {
    padding-left: 1.5em;
}

/*
.footer-navi li {
border-left: 1px solid #000;
}
.footer-navi li:first-child {
border-left: 0;
}*/

.footer-navi a strong {
    font-size: 1.05em;
    margin-bottom: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

.footer-navi a span {
    display: block;
    font-size: 80%;
    color: #333;
}

@media only screen and (min-width: 1024px) {
    .zdo_drawer_menu {
        display: none;
    }
    /* ナビゲーションメニュー */
    nav {
        font-size: 1em;
        width: 100%;
    }
    nav ul li {
        height: 48px;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 0px;
    }
    nav a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #333;
        text-decoration: none;
        border-bottom: solid 5px transparent;
    }
}

@media only screen and (min-width: 1224px) {
    .zdo_drawer_menu {
        display: none;
    }
    /* ナビゲーションメニュー */
    nav {
        font-size: 1em;
        width: 100%;
    }
    nav ul li {
        height: 48px;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 5px;
    }
    nav a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #333;
        text-decoration: none;
        border-bottom: solid 5px transparent;
    }
}

#sitecontact {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
}

#sitecontact p {
    margin: 0px;
    color: #fff;
}

#tel_num {
    font-size: 2em;
    font-family: sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 544px) {
    #tel_num {
        font-size: 1.8em;
    }
}

.page-header {
    margin: 0px;
    padding-bottom: 0px;
}

.breadSection {
    border-bottom: 1px solid #f3f3f3;
    padding: 6px 15px;
}

.pan {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-inline-start: 0px;
    padding: 6px 15px;
}

.pan li {
    float: left;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
}

.pan > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}

/* end .nav */

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 26px;
    }
    .site-header {
        position: sticky;
        top: 0;
        min-height: 60px;
        padding: 15px 10px;
    }
    .site-header.fixed {
        position: sticky;
        min-height: 60px;
        padding: 15px 10px;
    }
    .site-header.float-header {
        background-color: rgba(0, 0, 0, 0.7);
        min-height: 60px;
        padding: 15px 10px;
    }
    .top-nav {
        display: none;
    }
    .page-nav {
        display: none;
    }
    .site-title {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1024px) {
    .site-header {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .header-clone {
        display: none;
    }
    .posts-navigation {
        overflow: hidden;
        margin-bottom: 30px;
    }
}

ul.page-numbers {
    margin: 0;
    padding: 0;
}

ul.page-numbers li {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    float: left;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
    padding: 6px 12px;
    display: block;
    border: 1px solid #ddd;
    margin-left: -1px;
}

ul.page-numbers li a:hover {
    text-decoration: none;
}

ul.page-numbers li:first-child a {
    margin-left: 0;
}

ul.page-numbers li a:hover {
    background-color: #efefef;
}

ul.page-numbers li span.page-numbers.current {
    color: #fff;
    background-color: #337ab7;
}

ul.page-numbers li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.page-numbers li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
    outline: 0;
}

h1.entry-title {
    font-size: 32px;
}

@media only screen and (max-width: 1024px) {
    h1.entry-title {
        font-size: 26px;
    }
}

.entry-meta {
    margin-bottom: 0.8em;
    padding-left: 3px;
}

.media {
    border-bottom: 1px solid #e5e5e5;
    padding: 2em 0;
    margin-top: 0;
}

.media:first-child {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}

.media .media-body .media-heading {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0.4em;
    font-weight: 400;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-left: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

.row {
    clear: both;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

footer {
    background-color: #f5f5f5;
}

.copyright {
    clear: both;
    background-color: #323944;
    color: #f8f9fa;
    margin: 0;
}

.entry-footer {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

.subSection .widget {
    margin-bottom: 25px;
}

.widget select {
    max-width: 100%;
}

.search-submit {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid transparent;
}

.post-date {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0.8em;
    padding-left: 3px;
}

@media (min-width: 768px) {
    .post-date {
        font-size: 14px;
    }
}

.post-date::before {
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    font-weight: 900;
}

.subSection li.current-cat > a,
.subSection li.current_page_item > a {
    background-color: rgba(0, 0, 0, 0.05);
}

.widget_categories ul li a,
.widget_link_list ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a {
    display: block;
    padding: 10px 0.5em 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #464646;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.widget.widget_recent_entries li {
    padding: 1em 0 0.8em;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
    margin: 0;
}

.widget.widget_archive {
    letter-spacing: 0.4em;
}

.media:first-child {
    border-top: 0px;
}

.media {
    border-bottom: none;
}

article {
    border-bottom: 1px solid #e5e5e5;
    padding: 2em 0;
    margin-top: 0;
}

article:first-child {
    border-top: 0px;
    margin-top: 0;
}

#page-type {
    border-bottom: 0px;
    padding: 2em 0;
    margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.row:before,
.row:after {
    width: 0px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

.zdo_drawer_menu .zdo_drawer_nav li.menu-item-1078 .sub-menu {
    position: relative;
    opacity: 1;
    right: 0;
    visibility: visible;
    top: 50px;
}
* {
    overflow-wrap: break-word;
}
p {
    overflow-wrap: break-word;
}
article .media {
    display: flex;
    flex-wrap: wrap;
}
article .media .postList_thumbnail {
    width: 160px;
    margin-bottom: 0.5em;
    padding-right: 30px;
    display: block;
    overflow: hidden;
    float: none;
}
article .media-body,
article .media-left,
article .media-right {
    width: calc(100% - 200px);
    display: block;
}
@media (max-width: 768px) {
    article .media {
        flex-direction: column;
    }
    article .media .postList_thumbnail {
        width: 80%;
        margin: 0px auto 1.5em;
    }
    article .media-body,
    article .media-left,
    article .media-right {
        width: 100%;
    }
}
.btn.btn-primary {
    color: #fff;
}
