﻿/*
Theme Name: haebaru-shakyo
Theme URI: https://www.haebaru-shakyo.org/
Author: FirstServer,Inc. / Haebaru Shakyo
Description: Standalone merged theme for Haebaru Town Council of Social Welfare.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, responsive-layout, custom-background, custom-menu, translation-ready
Text Domain: fsvbasic
*/

/* Base: original FSVBASIC parent theme */

/* Reset ================================================ */

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 0;
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
thead,
tbody,
tfoot,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

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

html {
    overflow-y: scroll;
    font-size: 62.5%;
}

a:focus {
    outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

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

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

div,
span {
    word-break: break-all;
}

/* Clearing floats ====================================== */

.clear,
.clear::after,
.footer-widget-area::after {
    clear: both;
}

.clear::before,
.clear::after,
.footer-widget-area::before,
.footer-widget-area::after {
    display: table;
    content: "";
}

/* Repeatable patterns ================================== */

/* Form fields, general styles first -------------------- */

button,
input,
select,
textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 0.6rem;
    border-radius: 0.4rem;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea {
    border: 1px solid #1177ba;
    background-color: #b8dcf1;
}

input:focus,
textarea:focus {
    background-color: #fff;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types --------------------------- */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    padding: 0;
    border-radius: 0;
}

/* Responsive Images ------------------------------------ */

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */;
}

img.size-full,
img.size-large,
img.wp-post-image {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */;
}

/* Make sure videos and embeds fit their containers ----- */

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

.entry-content .twitter-tweet-rendered {
    max-width: 100%;
    /* Override the Twitter embed fixed width */;
}

/* Basic structure ====================================== */

/* Body, links, basics ---------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.3rem;
    font-family: "メイリオ","Meiryo",'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-rendering: optimizeLegibility;
    color: #333;
}

body.custom-background-empty,
body.custom-background-default,
body.custom-background-white {
    background-color: #fff;
}

a {
    outline: none;
    color: #0e67a3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
pre,
blockquote,
span {
    font-size: 1.3rem;
    word-wrap: break-word;
    word-break: break-all;
}

td,
th {
    font-size: 1.3rem;
}

#layout {
    position: relative;
}

/* Assistive text --------------------------------------- */

.assistive-text,
.screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.site-header-area,
.header-image-area,
.main-content-area,
.main-content-wrap,
.main-content-site,
.sidebar-left,
.sidebar-right,
.footer-widget-area,
.widget-area,
.footer-copy-area {
    display: block;
    position: relative;
    overflow: hidden;
}

.component-inner {
    display: block;
    position: relative;
    width: 100%;
	max-width: 100rem !important;
    height: auto;
}

/* Header =============================================== */

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

.site-header-area {
    border-top: 1rem solid #1177ba;
}

.menu-load-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    line-height: 1;
    width: 5rem;
    height: 5rem;
}

.menu-load-button a {
    color: #1177ba;
}

.menu-load-button a .dashicons,
.menu-load-button a .dashicons-before::before {
    font-size: 5rem;
    width: 5rem;
    height: 5rem;
}

.menu-load-button a:hover {
    text-decoration: none;
}

/* Header Title Area ------------------------------------ */

.header-title-only,
.header-title-area {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 1.5rem 7rem 1.5rem 7.5rem;
}

/* Header Logo/Title ------------------------------------ */

.header-title-only .site-title-img,
.header-title-area .site-title-img {
    display: block;
    max-width: 30rem;
    height: auto;
    line-height: 0;
    margin: 0 auto;
}

.header-title-only .site-title-img a,
.header-title-area .site-title-img a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.header-title-only .site-title-img a img,
.header-title-area .site-title-img a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Header Title Text ------------------------------------ */

.header-title-only .site-title,
.header-title-area .site-title {
    display: block;
}

.header-title-only .site-title a,
.header-title-area .site-title a {
    font-size: 2rem;
    line-height: 1.3;
    display: inline-block;
    word-break: normal;
    font-weight: bold;
}

.header-title-only .site-description,
.header-title-area .site-description {
    display: block;
    padding-top: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: normal;
    clear: none;
}

/* Header Widget Area ----------------------------------- */

#header-widget-area {
    text-align: center;
    line-height: 1.5;
}

/* Header Text Area ------------------------------------- */

.hw_text {
    padding: 1rem 3rem 0.5rem;
    font-size: 1.2rem;
}

.hw_text_large {
    padding: 0.5rem 3rem 0.2rem;
    font-size: 2.3rem;
}

/* Navigation Menu -------------------------------------- */

#header-nav-area {
    background-color: #1177ba;
    display: block;
    height: auto;
}

#header-menu-button,
#header-menu-button button,
#header-menu-button button span {
    display: block;
    overflow: hidden;
    padding: 0;
}

#header-menu-button button,
#header-menu-button button span {
    border: none;
    width: 5rem;
    height: 5rem;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 0;
}

#header-menu-button button span {
    font-size: 5rem;
    color: #1177ba;
}

#layout,
#header-nav-area,
#button-toggle-menu {
    transition: all 0.5s ease-out 0s;
}

.active .#header-nav-area {
    left: 25rem;
    width: 25rem;
}

#site-navigation {
    padding-bottom: 2rem;
    overflow: visible;
}

#site-navigation div.menu {
    border-bottom: 1px dotted #fff;
    width: 100%;
}

#site-navigation ul li {
    position: relative;
    display: block;
    border-top: 1px dotted #fff;
    margin: 0;
    padding: 0;
}

#site-navigation ul li a {
    display: block;
    line-height: 1.5;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 1rem;
}

#site-navigation ul li ul {
    padding-left: 1rem;
}

#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_item > a {
    font-weight: bold;
}

#site-navigation ul li a:hover {
    color: #1177ba;
    background-color: #b8dcf1;
    transition: all 0.4s ease 0s;
}

/* Header Image Area (Slide) ---------------------------- */

.header-image-area {
    border-top: 1px solid #ccc;
    width: 100%;
    height: auto;
    padding-top: 2.5rem;
}

.header-image-area .component-inner {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Main Contents ======================================== */

/* Definition of basic ---------------------------------- */

.main-content-area {
    border-top: 1px solid #ccc;
    width: 100%;
    height: auto;
    line-height: 1;
}

body.home .main-content-area {
    margin-top: 0;
}

.main-content-site {
    width: 100%;
    padding: 0;
}

/* Welcome Message Area --------------------------------- */

.topmain-welcome-area {
    background-image: radial-gradient(#b8dcf1 20%, transparent 20%),radial-gradient(#b8dcf1 20%, transparent 20%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    padding: 2rem 3rem 2rem;
    line-height: 1.5;
}

@-moz-document url-prefix() {.topmain-welcome-area {
    background-image: radial-gradient(#b8dcf1 10%, transparent 10%),radial-gradient(#b8dcf1 10%, transparent 10%);
}

}

.topmain-welcome-area .topmain-welcome-title {
    font-size: 2.2rem;
}

.topmain-welcome-contents {
    font-size: 1.3rem;
}

/* Breadcrumb ------------------------------------------- */

.main-breadcrumb {
    display: none;
}

/* Main Content Header ---------------------------------- */

.main-content-header {
    padding: 2rem 3rem 0;
}

/* Main Content Entry Meta ------------------------------ */

.entry-meta .post-categories {
    margin-bottom: 2.8rem;
}

.entry-meta {
    margin-bottom: 2rem;
    line-height: 1.5;
}

.entry-meta .post-categories li {
    float: left;
}

a[rel*="category"],
a[rel*="tag"] {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.1rem;
    background-color: #1177ba;
    color: #fff;
    padding: 0.1rem 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.4rem;
}

a[rel="tag"],
a[rel*="tag "] {
    background-color: #ccc;
}

.meta-postdate {
    text-align: right;
    margin-bottom: 0.5rem;
    margin-top: -1rem;
}

.meta-postdate a {
    color: #333;
    cursor: default;
}

.meta-postdate a:hover {
    text-decoration: none;
}

.by-author {
    display: none;
}

.post-edit-link-base {
    padding-top: 1rem;
}

/* Main Content Entry Detail ---------------------------- */

.entry-content {
    padding: 0 3rem 0;
    margin-bottom: 2rem;
}

.main-content-site img {
    max-width: 100%;
    height: auto;
}

.entry-content,
.mu_register {
    line-height: 1.8;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3,
.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4,
.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5,
.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
    margin-bottom: 2rem;
    line-height: 1.5;
    padding-top: 0.5rem;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1 {
    font-size: 2.4rem;
}

.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 1.8rem;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
    font-size: 1.6rem;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
    font-size: 1.5rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
    font-size: 1.4rem;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
    font-size: 1.3rem;
}

.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
    font-size: 1.3rem;
    margin: 1rem 0 1.5rem;
    line-height: 1.8;
}

.topmain-welcome-area a,
.textwidget a,
.entry-content a,
.comment-content a,
.mu_register p {
    font-size: 1.3rem;
}

.topmain-welcome-area p:last-child,
.textwidget p,
.entry-content p:last-child,
.comment-content p:last-child,
.mu_register p:last-child {
    margin-bottom: 0;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 2rem;
    line-height: 1.8;
}

.topmain-welcome-area ul ul,
.textwidget ul ul,
.entry-content ul ul,
.comment-content ul ul,
.topmain-welcome-area ol ol,
.textwidget ol ol,
.entry-content ol ol,
.comment-content ol ol,
.topmain-welcome-area ul ol,
.textwidget ul ol,
.entry-content ul ol,
.comment-content ul ol,
.topmain-welcome-area ol ul,
.textwidget ol ul,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}

.topmain-welcome-area ul,
.textwidget ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
    margin-left: 0.2rem;
}

.topmain-welcome-area ul li,
.textwidget ul li,
.entry-content ul li,
.comment-content ul li,
.mu_register li {
    /*margin: 0 0 0 1.3rem;*/
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.topmain-welcome-area ol li,
.textwidget ol li,
.entry-content ol li,
.comment-content ol li,
.mu_register li {
    margin: 0 0 0 2rem;
}

.topmain-welcome-area blockquote,
.textwidget blockquote,
.entry-content blockquote,
.comment-content blockquote {
    padding: 2rem 0;
}

.topmain-welcome-area blockquote p:last-child,
.textwidget blockquote p:last-child,
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}

.topmain-welcome-area code,
.textwidget code,
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, "Lucida Console", monospace;
    line-height: 2;
}

.topmain-welcome-area pre,
.textwidget pre,
.entry-content pre,
.comment-content pre {
    border: 1px solid #ccc;
    line-height: 1;
    margin: 2rem 0;
    padding: 1rem;
    overflow: auto;
    font-size: 1.2rem;
    border-radius: 0.4rem;
}

.topmain-welcome-area pre code,
.textwidget pre code,
.entry-content pre code,
.comment-content pre code {
    display: block;
}

.topmain-welcome-area abbr,
.textwidget abbr,
.entry-content abbr,
.comment-content abbr,
.topmain-welcome-area dfn,
.textwidget dfn,
.entry-content dfn,
.comment-content dfn,
.topmain-welcome-area acronym,
.textwidget acronym,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

.topmain-welcome-area address,
.textwidget address,
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.8;
    margin: 0 0 2rem;
}

.topmain-welcome-area embed,
.topmain-welcome-area iframe,
.topmain-welcome-area object,
.topmain-welcome-area video,
.textwidget embed,
.textwidget iframe,
.textwidget object,
.textwidget video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 2.4rem;
}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.topmain-welcome-area dd,
.textwidget dd,
.entry-content dd,
.comment-content dd {
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.topmain-welcome-area table,
.textwidget table,
.entry-content table,
.comment-content table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 2.5rem;
    width: 100%;
}

.topmain-welcome-area table caption,
.textwidget table caption,
.entry-content table caption,
.comment-content table caption {
    font-size: 1.6rem;
    margin: 2.4rem 0;
}

.topmain-welcome-area th,
.textwidget th,
.entry-content th,
.comment-content th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #ffffc0 !important;
    padding: 1.5rem;
    font-weight: normal;
}

.topmain-welcome-area th a,
.textwidget th a,
.entry-content th a,
.comment-content th a {
    color: #333;
}

.topmain-welcome-area td,
.textwidget td,
.entry-content td,
.comment-content td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1.5rem;
}

.mu_register h2 {
    color: #ccc;
    font-weight: normal;
}

/* Main Content Entry Images ---------------------------- */

.alignleft {
    max-width: 50%;
    float: left;
}

.alignright {
    max-width: 50%;
    float: right;
}

.aligncenter {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    /* keep wide captions from overflowing their container. */
	padding: 4px;
    padding: 0.4rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    margin-top: 1rem;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0.4rem 0 2rem 2.5rem;
}

img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

img.alignnone,
.wp-caption.alignnone {
    clear: both;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

div.attachment {
    margin: 0 0 2rem;
}

div.attachment img,
.wp-caption img,
img.main-tile,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.archive-post img {
    border: 2px solid #fff;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    display: block;
    height: auto;
    margin-left: 1px;
    max-width: 99%;
    border-radius: 0.4rem;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright {
    margin: 0.4rem 0 2rem 2.5rem;
}

dl.wp-caption.aligncenter {
    border: none;
    box-shadow: none;
}

/* Main Content Single audio/video attachment view ------ */

.attachment .entry-content .mejs-audio {
    max-width: 40rem;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 2.4rem;
}

/* Main Content Pager Settings -------------------------- */

.page-links {
    margin-top: 4rem;
    margin-bottom: 3rem;
    clear: both;
    line-height: 1.8;
    text-align: center;
}

.page-links > span {
    background-color: #1177ba;
    padding: 0.6rem 1rem;
    border: 1px solid #1177ba;
    color: #fff;
}

.page-links > a {
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    color: #333;
}

.page-links > a:hover {
    background-color: #ccc;
}

.nav-single {
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.nav-previous a,
.nav-next a {
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
}

.nav-previous a::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f340";
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #1177ba;
    line-height: 1;
    padding: 0.4rem;
    border-radius: 0.3rem;
    margin-left: -4rem;
}

.nav-previous a {
    border-right: 1px dotted #ccc;
    line-height: 2.2;
    padding: 1.2rem 2rem 1.2rem 7rem;
}

.nav-next {
    text-align: right;
}

.nav-next a::after {
    position: absolute;
    font-family: 'dashicons';
    content: "\f344";
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #1177ba;
    line-height: 1;
    padding: 0.4rem;
    border-radius: 0.3rem;
    margin-left: 1rem;
}

.nav-next a {
    line-height: 2.2;
    padding: 1.2rem 7rem 1.2rem 2rem;
}

a.no-pager-links::before,
a.no-pager-links::after {
    display: none;
}

a.no-pager-links:hover {
    text-decoration: none;
}

/* Main Content Comments Area --------------------------- */

.comments-area {
    margin-top: 2.5rem;
}

.comments-title,
.comment-reply-title {
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
}

.pingback {
    line-height: 1.5;
    padding: 0 0 1rem;
}

ol.commentlist {
    padding: 2rem 3rem;
}

article.comment {
    padding-top: 1.5rem;
    border-top: 1px dotted #ccc;
}

.comment .children {
    border-top: 1px dotted #ccc;
    padding-top: 1.5rem;
    margin-top: 1rem;
    margin-left: 2rem;
}

ol.commentlist li,
.comment .children li {
    margin-bottom: 1rem;
}

ol.commentlist li:last-child,
.comment .children li:last-child {
    margin-bottom: 0;
}

.comment img {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 1.5rem;
}

.comment > img + section {
    padding-left: 6rem;
}

ol.commentlist li:first-child > article.comment {
    padding-top: 0;
    border-top: none;
}

p.comment-meta {
    margin-top: 0;
}

.post-author {
    font-size: 1.1rem;
    background-color: #ccc;
    color: #fff;
    padding: 0 1rem;
    border-radius: 1.5rem;
}

.bypostauthor,
.sticky {
    font-weight: normal;
}

.comment-reply-title > small {
    margin-left: 1rem;
}

.comment-form {
    padding: 2rem 3rem;
}

.comment-notes {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.form_content {
    display: none;
}

.comment-fields input,
.comment-area textarea {
    margin-bottom: 1.5rem;
    width: 100%;
}

.form-allowed-tags {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.form-submit input {
    width: 100%;
}

.nocomments-accept {
    display: none;
}

.nocomments {
    border-top: 1px solid #ccc;
    padding: 2rem 3rem;
}

/* Main Content Archive Page Settings ------------------- */

.archive-post {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    padding: 1.5rem 3rem;
    border-top: 1px dotted #ccc;
}

.entry-image,
.entry-summary {
    display: block;
    overflow: hidden;
}

.archive-post img {
    margin-bottom: 1rem;
}

.excerpt-title {
    font-weight: normal;
    font-size: 1.4rem;
}

.excerpt-title a {
    font-weight: bold;
}

/* Widget Area Settings ================================= */

/* Widget Area Total Settings --------------------------- */

.widget-area {
    line-height: 1;
}

.widget {
    display: block;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.widget > * {
    width: 100%;
    padding: 1.5rem 0 1.5rem;
}

.widget-title {
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.main-content-header .main-content-title,
.topmain-widget-area .widget-title {
    position: relative;
    background: none;
    color: #333;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid #ccc;
}

.main-content-header .main-content-title::before,
.topmain-widget-area .widget-title::after {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: 2;
    content: '';
    width: 27.5%;
    height: 0.3rem;
    background-color: #1177ba;
}

.main-content-header .main-content-title {
    margin-bottom: 2rem;
}

.post-sitemap-list .widget-title,
.sidebar-left .widget-title,
.sidebar-right .widget-title,
.comments-title,
.comment-reply-title {
    position: relative;
    margin-bottom: 0;
    border-left: 0.3rem solid #ccc;
}

.post-sitemap-list .widget-title::after,
.sidebar-left .widget-title::after,
.sidebar-right .widget-title::after,
.comments-title::after,
.comment-reply-title::after {
    position: absolute;
    left: -0.3rem;
    z-index: 2;
    top: 0;
    content: '';
    width: 0.3rem;
    height: 40%;
    background-color: #1177ba;
}

.post-sitemap-list .widget-title {
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
}

/* Displayed in List Format & Header Sitemap,Contact Link */

.post-sitemap-list > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_nav_menu > div,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_recent_comments > ul,
.widget_tagposts > ul,
.widget_tagpages > ul,
.widget_catposts >ul {
    padding-top: 0;
    padding-bottom: 0;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_tagposts ul li,
.widget_tagpages ul li,
.widget_catposts ul li {
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
}

.post-sitemap-list ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_tagposts ul li:last-child,
.widget_tagpages ul li:last-child,
.widget_catposts ul li:last-child {
    border-bottom: none;
}

.hw_link1 a::before,
.hw_link2 a::before,
.post-sitemap-list ul li::before,
.widget_archive ul li::before,
.widget_categories ul li::before,
.widget_nav_menu ul li::before,
.widget_pages ul li::before,
.widget_meta ul li::before {
    position: absolute;
    content: "\0025a0";
    color: #1177ba;
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 1.8rem;
    margin-left: 3rem;
}

.hw_link1,
.hw_link2 {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.hw_link1 a::before,
.hw_link2 a::before {
    margin-top: 0.3rem;
    margin-left: -2rem;
}

.hw_link1 a,
.hw_link2 a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 5.1rem;
    text-align: left;
}

.hw_link1 a {
    width: 100%;
}

.hw_link2 a {
    width: 50%;
    float: left;
    border-right: 1px solid #ccc;
}

.hw_link2 a:last-child {
    border-right: none;
}

.post-sitemap-list ul li.cat-item-none::before,
.widget_categories ul li.cat-item-none::before {
    content: "";
}

.widget_categories ul li.cat-item-none {
    padding: 1.5rem 3rem;
}

.widget_recent_comments ul li::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f101";
    background: none;
    color: #ccc;
    font-size: 3rem;
    margin-left: -3rem;
    margin-top: -0.8rem;
}

.widget_recent_comments ul li {
    padding: 1.5rem 3rem 1.5rem 5.7rem;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_tagposts ul li,
.widget_tagpages ul li,
.widget_catposts ul li {
    padding: 1.5rem 3rem;
}

.post-sitemap-list ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
    display: block;
    padding: 1.5rem 3rem 1.5rem 5.1rem;
}

.post-sitemap-list .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_categories .children {
    border-top: 1px dotted #ccc;
}

.post-sitemap-list .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_pages .children li:last-child,
.widget_categories .children li:last-child {
    border-bottom: none;
}

.post-sitemap-list .children li::before,
.widget_nav_menu .sub-menu li::before,
.widget_pages .children li::before,
.widget_categories .children li::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f460";
    background: none;
    color: #1177ba;
    font-size: 1rem;
    padding-top: 1px;
}

/* Widget Tagged posts,Tagged pages --------------------- */

.widget_tagposts ul li p,
.widget_tagposts ul li div.img_tag_posts_none,
.widget_tagpages ul li p,
.widget_tagpages ul li div.img_tag_posts_none {
    display: none;
}

.widget_tagposts ul li p.ex_tag_link,
.topmain-widget-area .widget_tagposts ul li p,
.widget_tagpages ul li p.ex_tag_link,
.topmain-widget-area .widget_tagpages ul li p {
    display: inline-block;
}

.widget_tagposts .img_tag_posts,
.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
.widget_tagpages .img_tag_posts,
.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
    margin-bottom: 1rem;
}

.widget_tagposts ul li p.ex_tag_button,
.widget_tagpages ul li p.ex_tag_button {
    display: none;
}

/* Widget Recent Entries -------------------------------- */

.widget_recent_entries .post-date,
.widget_catposts .post-date {
    display: block;
    width: 100%;
    margin-bottom: 0.7rem;
}

.widget_recent_entries .post-item-none {
    padding: 2rem 3rem;
}

/* Widget RSS ------------------------------------------- */

.widget_rss .widget-title {
    vertical-align: middle;
}

.widget_rss .widget-title .rsswidget {
    color: #333;
}

.widget_rss h2.widget-title .rsswidget {
    font-size: 2.2rem;
    line-height: 1.2;
}

.widget_rss .widget-title .rss-widget-icon-link img {
    display: none;
}

.widget_rss .widget-title .rss-widget-icon-link::after {
    background-color: #1177ba;
    color: #fff;
    vertical-align: middle;
    font-family: 'dashicons';
    content: "\f303";
    font-size: 1.6rem;
    margin-left: 1rem;
    padding: 1px;
    border-radius: 0.2rem;
}

.widget_rss .widget-title .rss-widget-icon-link {
    vertical-align: middle;
}

@-moz-document url-prefix() {.widget_rss .widget-title .rss-widget-icon-link::after {
    padding: 0.2rem 0.2rem 0 0.2rem;
}
}

@media all and (-ms-high-contrast:none) {.widget_rss h2.widget-title .rss-widget-icon-link::after {
    padding-bottom: 0.2rem;
}

.widget_rss h3.widget-title .rss-widget-icon-link::after {
    padding: 0.1rem 0.2rem 0.4rem 0;
}

}

.widget_rss .widget-title .rss-widget-icon-link:hover {
    text-decoration: none;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
cite {
    display: block;
    margin-top: 0.7rem;
}

.widget_rss cite::before {
    content: " - ";
}

/* Dropdown List for Archives, Categories --------------- */

.widget-dropdown {
    display: block;
    overflow: hidden;
    border-radius: 0.4rem;
    padding: 0;
    /*margin: 20px auto;
    margin: 2rem auto;
    width: 90%;
    */;
}

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform {
    display: block;
    overflow: hidden;
    /*background: url("images/widget_cat_drop_down.png") no-repeat right 10% center #1177ba;
    */
	background: #1177ba;
    color: #fff;
    width: 90%;
    margin: 2rem auto;
    border: none;
    cursor: pointer;
    padding: 0.6rem 0.5rem 0.6rem 1rem;
    line-height: 1.1;
    border-radius: 5px;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option {
    border: none;
    box-shadow: none;
}

@-moz-document url-prefix() {.widget_archive select[name=archive-dropdown],
	.widget_categories select.postform, x:-moz-any-link {
    padding: 0 0.5rem;
}

.widget_archive select[name=archive-dropdown] option,
	.widget_categories select.postform option {
    padding: 0.3rem 1rem 0.3rem 1rem;
}

}

/* Widget Tag Cloud ------------------------------------- */

.tagcloud {
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 1.3;
}

.tagcloud a::before {
    vertical-align: middle;
    font-family: 'dashicons';
    content: "\f323";
    font-size: 2.1rem;
    color: #ccc;
}

.tagcloud a {
    width: 100%;
    margin: 0 1rem 1rem 0;
    padding: 0.5rem 0;
    vertical-align: middle;
}

/* Widget Text ------------------------------------------ */

.widget_text .textwidget {
    padding: 2rem 3rem;
}

/* Widget Text block ------------------------------------ */

.widget_framedtext {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 1.2rem;
    margin: 3rem;
    border-radius: 0.4rem;
}

.widget_framedtext .widget-title {
    background: none;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0 1rem;
    border: none;
    color: #333;
}

.widget_framedtext .widget-title::after {
    background: none;
}

.widget_framedtext .textwidget {
    padding: 0;
    line-height: 1.5;
    font-size: 1.3rem;
}

/* Widget Search ---------------------------------------- */

#searchform {
    width: 90%;
    margin: 1rem auto;
}

#searchform::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f179";
    color: #1177ba;
    font-size: 3rem;
    padding-top: 0.4rem;
    padding-left: 0.3rem;
}

#searchform input#s {
    width: 100%;
    padding-left: 4rem;
    margin: 0 auto;
}

#searchform input#s:focus {
    background-color: #fff;
}

#searchform input#searchsubmit {
    display: none;
}

.entry-content #searchform::before {
    padding-top: 0;
    margin-top: -0.8rem;
}

/* Widget Calendar -------------------------------------- */

.calendar_wrap {
    padding: 0;
    margin: 3rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
    width: auto;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    color: #fff;
    padding: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    background-color: #1177ba;
}

#wp-calendar th,
#wp-calendar td {
    padding: 1rem 0.5rem;
    text-align: center;
    background-color: #f5f5f5;
}

#wp-calendar th {
    font-weight: bold;
    background-color: #fff;
}

#wp-calendar tfoot td {
    height: 3.5rem;
    padding: 0 0.5rem;
}

#wp-calendar tbody a {
    font-weight: bold;
    text-decoration: underline;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
    text-align: left;
}

#wp-calendar tfoot #prev a::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f340";
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #1177ba;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

#wp-calendar tfoot #prev a {
    width: 3rem;
    height: 3rem;
    position: absolute;
    font-size: 1rem;
    display: block;
    overflow: hidden;
}

#wp-calendar tfoot #next a::before {
    position: absolute;
    font-family: 'dashicons';
    content: "\f344";
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #1177ba;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

#wp-calendar tfoot #next a {
    width: 3rem;
    height: 3rem;
    position: absolute;
    font-size: 1rem;
    display: block;
    overflow: hidden;
    right: 3.5rem;
}

#wp-calendar tfoot #prev a:hover,
#wp-calendar tfoot #next a:hover {
    text-decoration: none;
}

/* Footer Copy Area ===================================== */

.footer-copy-area {
    line-height: 1;
    padding: 2rem 0;
    background-color: #1177ba;
}

.footer-copy-area .footer-copy {
    word-break: break-all;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
}

.footer-copy-area .footer-copy a {
    color: #fff;
}

/* Page Top Button ====================================== */

#pagetop {
    position: fixed;
    display: none;
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    -webkit-transform: translateZ(0);
    z-index: 9999;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    padding-top: 1.5rem;
    text-align: center;
    background-color: #1177ba;
    color: #fff;
}

#pagetop:hover {
    transition: all 0.3s;
    opacity: 0.7;
    text-decoration: none;
}

/* Minimum width of 786 pixels.
 * Width including the scroll bar of the browser.
 */

@media (max-width:785px) {/* Responsive Menu for Smart devicies ------------------- */

	#layout {
    padding-left: 0;
}

#layout.active {
    left: 25rem;
}

#layout,
	#page,
	#header-nav-area {
    overflow-x: hidden;
}

#header-nav-area {
    position: fixed;
    left: 0;
    margin-left: -25rem;
    top: 0;
    bottom: 0;
    width: 25rem;
    overflow-y: auto;
    z-index: 100;
}

#header-nav-area.active {
    left: 25rem;
}

#button-toggle-menu {
    display: block;
}

body.logged-in.admin-bar #header-nav-area {
    top: 4.6rem;
}

#layout.active .menu-link {
    left: 25rem;
}

}

@media screen and (min-width:786px) {/* Basic structure ====================================== */

	body {
    overflow: visible;
}

.component-inner,
	.site-header-area .component-inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 2rem 0;
}

/* Header =============================================== */

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

	.site-header-area {
    border-top: none;
}

#header-menu-button {
    display: none;
}

/* Header Title Area ------------------------------------ */

	.header-title-only {
    border: none;
    text-align: left;
    padding: 2rem 0;
    width: 100%;
}

.header-title-area {
    border: none;
    float: left;
    text-align: left;
    padding: 2.5rem 1rem 2rem 0;
    width: 70%;
}

.header-title-only .site-title-img,
	.header-title-only .site-title,
	.header-title-area .site-title-img,
	.header-title-area .site-title {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

.header-title-only .site-description,
	.header-title-area .site-description {
    padding-top: 0.3rem;
}

.header-title-only .site-title-img + .site-description,
	.header-title-area .site-title-img + .site-description {
    display: inline-block;
    padding-top: 0;
    vertical-align: middle;
}

/* Header Widget Area ----------------------------------- */

	#header-widget-area {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 0;
    padding-top: 0.5rem;
}

/* Sitemap & Contact Link ------------------------------- */

	.hw_link1,
	.hw_link2 {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    border: none;
}

.hw_link1 a,
	.hw_link2 a {
    display: inline;
    overflow: hidden;
    padding: 1.2rem 0 1rem 2.9rem;
    width: auto;
    float: none;
    border: none;
}

.hw_text {
    padding: 0;
    border-bottom: none;
}

.hw_text_large {
    padding: 0;
    margin-bottom: 0.5rem;
}

/* Header Image Area (Slide) ---------------------------- */

	.header-image-area {
    border: none;
}

.header-image-area .component-inner {
    margin: 0 auto;
    max-width: 124rem;
    padding: 0 2rem 0;
}

/* Navigation Menu -------------------------------------- */

	#layout,
	#header-nav-area,
	#button-toggle-menu {
    transition: none 0 ease 0;
}

#header-nav-area {
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
    min-width: 100%;
}

#site-navigation {
    padding-bottom: 0;
}

#site-navigation div.menu {
    border-bottom: none;
    padding: 0;
}

#site-navigation div.menu > ul > li::before {
    position: absolute;
    top: 50%;
    left: -0.2rem;
    color: #fff;
    content: "\007c";
    font-size: 1rem;
    font-weight: normal;
}

#site-navigation div.menu > ul > li:last-child::after {
    position: absolute;
    top: 50%;
    right: -0.3rem;
    color: #fff;
    content: "\007c";
    font-size: 1rem;
    font-weight: normal;
}

#site-navigation ul li {
    border-top: none;
    width: auto;
    float: left;
    text-align: center;
}

#site-navigation ul li a {
    margin: 0;
    padding: 1.7rem 2.2rem;
}

#site-navigation ul li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 19rem;
    margin: 0;
    padding: 0;
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

#site-navigation ul li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.2s;
}

#site-navigation ul li ul li a {
    width: 100%;
    text-align: left;
    border-top: 1px solid #1177ba;
    padding: 1.2rem;
}

#site-navigation div.menu > ul > li:hover > a,
	#site-navigation ul li ul li ul li a {
    color: #fff;
    background-color: #0e67a3;
}

#site-navigation div.menu > ul > li:hover li:hover > a,
	#site-navigation ul li:hover ul li ul li:hover > a {
    color: #1177ba;
    background-color: #b8dcf1;
}

#site-navigation div.menu > ul > li:hover > ul > li {
    overflow: visible;
    height: auto;
    background-color: #0e67a3;
}

#site-navigation ul li ul li ul {
    top: 0;
    left: 100%;
}

#site-navigation ul li ul li:hover > ul > li {
    overflow: visible;
    height: auto;
}

/* Main Contents ======================================== */

	.main-content-area {
    border: none;
    padding-top: 2.5rem;
}

/* 3 Columns Basic Layout ------------------------------- */

	body.column-3 .main-content-wrap {
    float: left;
    width: 82%;
}

body.column-3 .sidebar-right {
    float: right;
    width: 18%;
}

body.column-3 .main-content-site {
    float: right;
    width: 77.5%;
    padding-left: 4rem;
    padding-right: 4rem;
}

body.column-3 .sidebar-left {
    float: left;
    width: 22.5%;
}

/* 2 Columns Left-Sidebar Basic Layout ------------------ */

	body.column-2l .main-content-wrap {
    width: 100%;
}

body.column-2l .main-content-site {
    float: right;
    width: 82%;
    padding-left: 4rem;
}

body.column-2l .sidebar-left {
    float: left;
    width: 18%;
}

/* 2 Columns Right-Sidebar Basic Layout ----------------- */

	body.column-2r .main-content-wrap {
    float: left;
    width: 82%;
}

body.column-2r .main-content-site {
    width: 100%;
    padding-right: 4rem;
}

body.column-2r .sidebar-right {
    float: right;
    width: 18%;
}

/* 1 Column Basic Layout -------------------------------- */

	body.full-width .main-content-wrap,
	body.full-width .main-content-site {
    width: 100%;
}

/* Main Contents Basic Settings ------------------------- */

	.main-content-site {
    border-top: none;
}

.main-content-site > * {
    padding-left: 0;
    padding-right: 0;
}

/* Welcome Message Area --------------------------------- */

	.topmain-welcome-area {
    padding: 2rem;
    margin-bottom: 3.5rem;
}

/* Breadcrumb ------------------------------------------- */

	.main-breadcrumb {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    word-wrap: break-word;
}

/* Main Content Header ---------------------------------- */

	.main-content-header {
    padding: 0;
}

/* Main Content Entry Detail ---------------------------- */

	.entry-content {
    padding: 0;
}

/* Main Content Pager Settings -------------------------- */

	.nav-previous a {
    border-right: none;
}

.nav-previous a {
    padding-left: 5rem;
}

.nav-next a {
    padding-right: 5rem;
}

/* Main Content Comments Area --------------------------- */

	.comments-area {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 2rem;
}

.comments-title,
	.comment-reply-title {
    margin: 0 0 2rem;
    padding: 0.5rem 0 0 1.5rem;
    border-bottom: none;
    border-top: none;
}

ol.commentlist {
    padding: 0 0 1rem;
}

.comment .children {
    margin-left: 6rem;
}

.comment-respond {
    padding: 2rem 0;
}

.comment-form {
    padding: 0;
}

.nocomments {
    padding: 2rem 0;
}

/* Main Content Archive Page Settings ------------------- */

	.article-group {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 3rem;
}

.archive-post {
    padding: 1.5rem 0;
}

.archive-post img {
    margin: 0;
}

.archive-post > .entry-image {
    float: right;
    width: 29%;
    padding: 0.2rem 0.3rem 0.3rem 0.2rem;
}

.archive-post > .entry-image + .entry-summary {
    float: left;
    width: 71%;
    padding-right: 2rem;
}

/* Widget Area Settings ================================= */

	/* Widget Area Total Settings --------------------------- */

	.footer-widget-area {
    background-color: #0c8a41;
    margin-top: 3rem;
    padding-top: 3rem;
}

.widget-area {
    overflow: hidden;
    float: left;
    padding-bottom: 3276.7rem;
    margin-bottom: -3276.7rem;
}

#footer-widget-area-1,
	#footer-widget-area-2 {
    border-right: 1px solid #ccc;
}

#footer-widget-area-1 {
    width: 33%;
    padding-right: 2rem;
}

#footer-widget-area-2 {
    width: 33.9%;
    padding-left: 2rem;
    padding-right: 2rem;
}

#footer-widget-area-3 {
    width: 33%;
    padding-left: 2rem;
}

.widget {
    border: none;
    padding-top: 0;
    margin-bottom: 2rem;
}

.widget > * {
    padding: 0;
}

.widget-title {
    padding: 0 0 1.5rem;
    margin-bottom: 0;
    border: none;
}

.topmain-widget-area .widget-title {
    margin-bottom: 2.5rem;
}

.post-sitemap-list .widget-title,
	.sidebar-left .widget-title,
	.sidebar-right .widget-title {
    margin: 0 0 1.5rem;
    padding: 0.3rem 0 0 1.5rem;
}

.post-sitemap-list .widget-title {
    border-top: none;
    border-bottom: none;
}

.post-sitemap-list {
    border-bottom: none;
}

.post-sitemap-list .widget-title {
    margin-top: 3rem;
}

.topmain-widget-area section:last-child,
	.sidebar-left aside:last-child,
	.sidebar-right aside:last-child {
    margin-bottom: 0;
}

/* Widget Displayed in List Format ---------------------- */

	.post-sitemap-list ul li,
	.widget_archive ul li,
	.widget_categories ul li,
	.widget_nav_menu ul li,
	.widget_pages ul li,
	.widget_meta ul li {
    border-right: none;
    width: 100%;
    padding: 1.5rem 0;
}

.widget_categories ul li.cat-item-none {
    padding: 1.5rem 0.3rem;
}

.post-sitemap-list ul,
	.widget_archive ul,
	.widget_categories ul,
	.widget_nav_menu ul,
	.widget_pages ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_rss ul,
	.widget_recent_comments ul,
	.widget_tagposts ul,
	.widget_tagpages ul,
	.widget_catposts ul {
    border-top: 1px dotted #ccc;
}

.post-sitemap-list ul li:last-child,
	.widget_archive ul li:last-child,
	.widget_categories ul li:last-child,
	.widget_nav_menu ul li:last-child,
	.widget_pages ul li:last-child,
	.widget_meta ul li:last-child,
	.widget_recent_entries ul li:last-child,
	.widget_rss ul li:last-child,
	.widget_recent_comments ul li:last-child,
	.widget_tagposts ul li:last-child,
	.widget_tagpages ul li:last-child,
	.widget_catposts ul li:last-child {
    border-bottom: 1px dotted #ccc;
}

.widget_recent_comments ul li::before {
    margin-left: -3.3rem;
}

.widget_recent_comments ul li {
    padding-right: 0;
    padding-left: 3rem;
}

.post-sitemap-list ul li a,
	.widget_archive ul li a,
	.widget_categories ul li a,
	.widget_nav_menu ul li a,
	.widget_pages ul li a,
	.widget_meta ul li a {
    display: inline;
    padding: 0 0 0 2.5rem;
}

.post-sitemap-list ul li::before,
	.widget_archive ul li::before,
	.widget_categories ul li::before,
	.widget_nav_menu ul li::before,
	.widget_pages ul li::before,
	.widget_meta ul li::before {
    margin-left: 0;
    margin-top: 0.3rem;
}

.hw_link1 a::before,
	.hw_link2 a::before {
    top: 1.1rem;
    margin-left: -1.8rem;
    padding-top: 0;
}

.post-sitemap-list .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children,
	.widget_categories .children {
    margin-top: 1.5rem;
}

.post-sitemap-list .children li:last-child,
	.widget_nav_menu .sub-menu li:last-child,
	.widget_pages .children li:last-child,
	.widget_categories .children li:last-child {
    padding-bottom: 0;
}

/* Dropdown List for Archives, Categories --------------- */

	/*.widget-dropdown {
    width: 100%;
    margin: 0 auto;
}

*/

	.widget_archive select[name=archive-dropdown],
	.widget_categories select.postform {
    /*background-position: right 14% center;
    */
		margin: 0 auto;
    width: 100%;
    /*width: 112%;
    */;
}

/* Widget Tag Cloud ------------------------------------- */

	.tagcloud {
    padding-left: 0;
    padding-right: 0;
}

/* Widget Text ------------------------------------------ */

	.widget_text .textwidget {
    padding: 0 0 0.5rem;
}

/* Widget Text block ------------------------------------ */

	.widget_framedtext {
    border: 1px solid #ccc;
    padding: 1.2rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.widget_framedtext .widget-title {
    background: none;
    padding: 0;
    margin-bottom: 1rem;
}

.widget_recent_entries ul li,
	.widget_rss ul li,
	.widget_catposts ul li,
	.widget_tagposts ul li,
	.widget_tagpages ul li {
    padding-right: 0;
    padding-left: 0;
}

/* Widget Recent Entries -------------------------------- */

	.widget_recent_entries .post-item-none {
    padding: 0;
}

/* Widget Search ---------------------------------------- */

	#searchform {
    width: 100%;
}

/* Widget Calendar -------------------------------------- */

	.calendar_wrap {
    max-width: 98%;
    margin: 0 0.4rem 0.4rem 0.2rem;
}

#wp-calendar tfoot #next a {
    right: 1rem;
}

/* This CSS apply only to a specific Widget Area -------- */

	.topmain-widget-area .widget {
    padding-bottom: 0;
    margin-bottom: 3.5rem;
}

.topmain-widget-area .widget:last-child {
    margin-bottom: 0;
}

.topmain-widget-area .widget_archive select[name=archive-dropdown],
	.topmain-widget-area .widget_categories select.postform {
    background-position: right 12% center;
}

.main-content-site .post-sitemap-list ul,
	.topmain-widget-area .widget_archive ul,
	.topmain-widget-area .widget_categories ul,
	.topmain-widget-area .widget_nav_menu ul,
	.topmain-widget-area .widget_pages ul,
	.topmain-widget-area .widget_meta ul,
	.topmain-widget-area .widget_recent_comments ul,
	.footer-widget-area .widget_archive ul,
	.footer-widget-area .widget_categories ul,
	.footer-widget-area .widget_nav_menu ul,
	.footer-widget-area .widget_pages ul,
	.footer-widget-area .widget_meta ul {
    border: none;
}

.main-content-site .post-sitemap-list ul li,
	.topmain-widget-area .widget_archive ul li,
	.topmain-widget-area .widget_categories ul li,
	.topmain-widget-area .widget_nav_menu ul li,
	.topmain-widget-area .widget_pages ul li,
	.topmain-widget-area .widget_meta ul li,
	.footer-widget-area .widget_archive ul li,
	.footer-widget-area .widget_categories ul li,
	.footer-widget-area .widget_nav_menu ul li,
	.footer-widget-area .widget_pages ul li,
	.footer-widget-area .widget_meta ul li {
    padding: 0 0 0.8rem 0;
    border: none;
}

.topmain-widget-area .widget_recent_comments ul li {
    padding: 0 0 1.5rem 3rem;
    border: none;
}

.main-content-site .post-sitemap-list .children,
	.topmain-widget-area .widget_nav_menu .sub-menu,
	.topmain-widget-area .widget_pages .children,
	.topmain-widget-area .widget_categories .children,
	.footer-widget-area .widget_nav_menu .sub-menu,
	.footer-widget-area .widget_pages .children,
	.footer-widget-area .widget_categories .children {
    margin-left: 2rem;
    margin-top: 0.8rem;
}

.topmain-widget-area .widget_recent_entries .post-date,
	.topmain-widget-area .widget_catposts .post-date {
    width: 19%;
    float: left;
    margin-bottom: 0;
    padding-right: 1rem;
}

.topmain-widget-area .widget_recent_entries .post-title,
	.topmain-widget-area .widget_catposts .post-title {
    display: block;
    width: 81%;
    float: left;
}

.topmain-widget-area .widget_tagposts ul,
	.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_tagpages ul,
	.topmain-widget-area .widget_tagpages ul li,
	.topmain-widget-area .widget_recent_entries ul,
	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul,
	.topmain-widget-area .widget_catposts ul li {
    border: none;
}

.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_tagpages ul li:last-child,
	.topmain-widget-area .widget_recent_entries ul li:last-child,
	.topmain-widget-area .widget_catposts ul li:last-child,
	.topmain-widget-area .widget_recent_comments ul li:last-child {
    padding-bottom: 0;
}

.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul li {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_tagpages ul li {
    padding-top: 0;
    padding-bottom: 3rem;
}

.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_tagpages ul li:last-child {
    padding-bottom: 0.3rem;
}

.topmain-widget-area .widget_tagposts ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts_none,
	.topmain-widget-area .widget_tagpages ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagpages ul li div.img_tag_posts_none {
    display: block;
    width: 29%;
    float: left;
    margin-bottom: 0;
}

.topmain-widget-area .widget_tagposts ul li div.ex_tag_posts,
	.topmain-widget-area .widget_tagpages ul li div.ex_tag_posts {
    padding-left: 2rem;
    display: block;
    width: 71%;
    float: left;
}

.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 0.2rem;
    width: 100%;
}

.topmain-widget-area .widget_tagposts ul li .ex_tag_button,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_button {
    background-color: #1177ba;
    margin-top: 1rem;
    display: block;
    text-align: center;
    width: 12%;
}

.topmain-widget-area .widget_tagposts ul li .ex_tag_button a,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_button a {
    color: #fff;
    display: block;
    padding: 0.5rem 0.5rem 0.3rem;
    font-size: 1.2rem;
}

.topmain-widget-area .widget_tagposts ul li .ex_tag_button a:hover,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_button a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.topmain-widget-area .widget_framedtext {
    padding-bottom: 1.2rem;
}

.topmain-widget-area .widget_framedtext .widget-title {
    font-size: 1.4rem;
    font-weight: bold;
}

.topmain-widget-area .calendar_wrap {
    max-width: 99%;
}

#footer-widget-area-1 #wp-calendar tfoot #next a,
	#footer-widget-area-2 #wp-calendar tfoot #next a {
    right: 3.2rem;
}

.sidebar-left #wp-calendar,
	.sidebar-right #wp-calendar {
    width: 100.2%;
}

.sidebar-left #wp-calendar caption,
	.sidebar-right #wp-calendar caption {
    padding: 0.8rem 1.5rem;
}

.sidebar-left #wp-calendar thead th,
	.sidebar-left #wp-calendar thead td,
	.sidebar-right #wp-calendar thead th,
	.sidebar-right #wp-calendar thead td,
	.sidebar-left #wp-calendar tbody th,
	.sidebar-left #wp-calendar tbody td,
	.sidebar-right #wp-calendar tbody th,
	.sidebar-right #wp-calendar tbody td {
    padding: 0.6rem 0.5rem;
}

}

/* Minimum width of 1218 pixels.
 * Width including the scroll bar of the browser.
 */

@media screen and (min-width:1218px) {

}

/******tuiki20250829******/
.wp-block-file:not(.wp-element-button) {
    font-size: 1.0em;
}

.wp-block-file:not(.wp-element-button) {
    margin-bottom: 0.75em;
    font-size: 1.6rem;
}

:where(.wp-block-file__button) {
    border-radius: 0.25em;
    display: inline-block;
    padding: 0.1rem 1rem;
    font-size: 90%;
}

a[rel*="category"], a[rel*="tag"] {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.5rem;
    background-color: #1177ba;
    color: #fff;
    padding: 0.1rem 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.4rem;
}

/* Site customizations: site-specific customizations */

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
    antialiased: 0 0 1px rgba(0, 0, 0, 0.5);
}

a[rel*="category"], a[rel*="tag"] {
    background-color: #333;
}

.topmain-welcome-area a, .textwidget a, .entry-content a, .comment-content a, .mu_register p {
    font-size: 100%;
}

.clr {
    clear: both;
    height: 0px;
}

.nav-previous a::before, .nav-next a::after {
    background-color: #333;
}

.site-header-area {
    border-top-style: none;
}
@media only screen and (max-width: 780px) {.widget {
    border: none;
}

.widget_text .textwidget {
    padding: 20px;
}
}

.attachment {
    display: none;
}

.component-inner {
    margin: 0 auto;
    max-width: 100rem;
    padding: 0;
}

/* □消す */
.hw_link1 a::before, .hw_link2 a::before, .post-sitemap-list ul li::before, .widget_archive ul li::before, .widget_categories ul li::before, .widget_nav_menu ul li::before, .widget_pages ul li::before, .widget_meta ul li::before {
    position: absolute;
    content: none;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
}

.post-sitemap-list ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_meta ul li a {
    display: block;
    padding: 0px;
}

#pagetop {
    background-color: #fff;
    color: #1177ba;
    border: 1px solid #ccc;
}

/* 引用 */
blockquote {
    border-left: 3px solid #CCCCCC;
    padding: 0.25em 1em;
}

.w450 {
    width: 450px;
}
@media only screen and (max-width: 780px) {.w450 {
    width: 90%;
}
}

/* ヘッダータイトル見出し *******************************************************/
.sub-img_midashi {
    line-height: normal;
    display: block;
    height: 220px;
    background-image: url(img/common/sub-title_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sub-img_midashi h2 {
    font-size: 380%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: white;
    letter-spacing: -1px;
    padding-top: 50px;
}

#execphp-11 {
    margin-bottom: 0px;
}

/* メインメニュー ***************************************************************************************/
.menu-none {
    display: none;
}

/* サブタイトル下ページナビ（利用したい、参加したい、知りたい） *******************************************************/
.sub-navi-menu-bc {
    line-height: normal;
    background-color: #dcdca0;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 780px) {#custom_html-8 .widget_text, #custom_html-8 .textwidget, #custom_html-9 .widget_text, #custom_html-9 .textwidget, #custom_html-10 .widget_text, #custom_html-10 .textwidget {
    padding: 0px;
}
}

.sub-navi-menu {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 910px) {.sub-navi-menu {
    max-width: 900px;
    margin-left: 20px;
    margin-right: 20px;
}
}

.sub-navi-menu ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-navi-menu ul li {
    display: block;
    width: 30%;
    list-style: none;
    margin: 0px;
    border: 1px solid #ccc;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
}

.sub-navi-menu ul li a {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
@media only screen and (max-width: 910px) {.sub-navi-menu ul li a {
    display: block;
    width: 100%;
    height: 80px;
}
}
@media only screen and (max-width: 780px) {.sub-navi-menu ul li a {
    display: block;
    width: 100%;
    height: 160px;
    background-position: center;
}
}
@media only screen and (max-width: 550px) {.sub-navi-menu ul li a {
    display: block;
    width: 100%;
    height: 130px;
    background-position: center;
}
}
@media only screen and (max-width: 430px) {.sub-navi-menu ul li a {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center;
}
}

.sn-1 a, .sn-2 a, .sn-3 a {
    background-image: url(img/common/sn-m-01.png);
    background-repeat: no-repeat;
}

.sn-2 a {
    background-image: url(img/common/sn-m-02.png);
}

.sn-3 a {
    background-image: url(img/common/sn-m-03.png);
}

.sn-1-o a, .sn-2-o a, .sn-3-o a {
    background-image: url(img/common/sn-m-01-o.png);
    background-repeat: no-repeat;
}

.sn-2-o a {
    background-image: url(img/common/sn-m-02-o.png);
}

.sn-3-o a {
    background-image: url(img/common/sn-m-03-o.png);
}
@media only screen and (max-width: 780px) {.sn-1 a, .sn-2 a, .sn-3 a {
    background-image: url(img/common/sn-m-01_smt.png);
    background-repeat: no-repeat;
}

.sn-2 a {
    background-image: url(img/common/sn-m-02_smt.png);
}

.sn-3 a {
    background-image: url(img/common/sn-m-03_smt.png);
}

.sn-1-o a, .sn-2-o a, .sn-3-o a {
    background-image: url(img/common/sn-m-01-o_smt.png);
    background-repeat: no-repeat;
}

.sn-2-o a {
    background-image: url(img/common/sn-m-02-o_smt.png);
}

.sn-3-o a {
    background-image: url(img/common/sn-m-03-o_smt.png);
}
}

/* ページナビタイトル（利用したい、参加したい、知りたい） *******************************************************/
#post-75 .entry-content, #post-210 .entry-content, #post-212 .entry-content {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.midashi-navi-01 h2, .midashi-navi-02 h2, .midashi-navi-03 h2 {
    font-size: 240%;
    display: block;
    max-width: 600px;
    background-image: url(img/common/sn-m-t01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 55px;
    border: none;
}

.midashi-navi-02 h2 {
    background-image: url(img/common/sn-m-t02.jpg);
}

.midashi-navi-03 h2 {
    background-image: url(img/common/sn-m-t03.jpg);
}
@media only screen and (max-width: 780px) {.midashi-navi-01 h2, .midashi-navi-02 h2, .midashi-navi-03 h2 {
    background-size: 45px auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 40px;
}
}
@media only screen and (max-width: 620px) {.midashi-navi-01 h2, .midashi-navi-02 h2, .midashi-navi-03 h2 {
    margin-top: 40px;
    font-size: 200%;
    height: auto;
}
}
@media only screen and (max-width: 425px) {.midashi-navi-01 h2, .midashi-navi-02 h2, .midashi-navi-03 h2 {
    margin-top: 20px;
    font-size: 160%;
    padding-left: 45px;
}
}
@media only screen and (max-width: 375px) {.midashi-navi-01 h2, .midashi-navi-02 h2, .midashi-navi-03 h2 {
    background-size: 35px auto;
    font-size: 140%;
    padding-left: 35px;
}
}

/* サブメニューリスト（利用したい、参加したい、知りたい） *******************************************************/
.sub_menu-list {
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    margin: 0px;
    padding: 0px;
    height: 550px;
}
@media only screen and (max-width: 780px) {.sub_menu-list {
    display: block;
    height: auto;
}
}

.sub_menu-list section {
    width: 40%;
}
@media only screen and (max-width: 780px) {.sub_menu-list section {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
}

.sub_menu-list h4 {
    font-size: 200%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: normal;
}
@media only screen and (max-width: 780px) {.sub_menu-list h4 {
    font-size: 160%;
}
}

#execphp-13 h4 {
    display: none;
}

.sub_menu-list ul {
    padding-bottom: 25px;
    padding-right: 25px;
}

.sub_menu-list ul li a {
    display: block;
    width: 95%;
    border-bottom: 1px dotted #ccc;
    font-size: 140%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 5%;
    background-image: url(img/common/arrow-gray.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
@media only screen and (max-width: 780px) {.sub_menu-list ul li a {
    padding-left: 20px;
    font-size: 120%;
}
}

/* パンくず非表示 *******************************************************/
#post-75 #breadcrumb, #post-210 #breadcrumb, #post-212 #breadcrumb, #post-225 #breadcrumb {
    display: none;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

/* 一部ページ非表示 *******************************************************/
#post-75 .main-content-header h1, #post-210 .main-content-header h1, #post-212 .main-content-header h1, #post-225 .main-content-header h1, #post-2 .main-content-header h1 {
    display: none;
    padding: 0px;
    margin: 0px;
}

#post-75 .main-content-header, #post-210 .main-content-header, #post-212 .main-content-header, #post-225 .main-content-header, #post-2 .main-content-header {
    display: none;
    padding: 0px;
    margin: 0px;
}

/* タグ一覧非表示 *******************************************************/
.tag .entry-meta {
    display: none;
}

/* 記事ページ見出し *******************************************************/
.main-content-header .main-content-title, .topmain-widget-area .widget-title {
    position: relative;
    background: none;
    color: #333;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid #ccc;
}

.main-content-header .main-content-title::before, .topmain-widget-area .widget-title::after {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: 2;
    content: '';
    width: 27.5%;
    height: 0.3rem;
    background-color: #0c8a41;
}

.main-content-header .main-content-title {
    margin-bottom: 2rem;
}

/* 記事ページ中面 *******************************************************/
.entry-content h2 {
    font-size: 180%;
    padding-left: 5px;
    border-left: 5px solid #0c8a41;
    border-bottom: 1px dotted #ccc;
}

.entry-content h3 {
    font-size: 140%;
    color: #f15a24;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.entry-content h4 {
    font-size: 110%;
    color: #1b1464;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.topmain-welcome-area p, .textwidget p, .entry-content p, .comment-content p, .mu_register p {
    font-size: 1.6rem;
    margin: 1rem 0 1.5rem;
    line-height: 1.8;
}

.entry-content ol, .entry-content ul {
    margin-left: 10px;
}

.entry-content li {
    font-size: 1.6rem;
    line-height: 1.8;
}

topmain-welcome-area table, .textwidget table, .entry-content table, .comment-content table {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 100%;
    line-height: 2;
    margin-bottom: 2.5rem;
    width: auto;
}

.topmain-welcome-area table caption, .textwidget table caption, .entry-content table caption, .comment-content table caption {
    font-size: 100%;
    margin: 1rem 0;
}

.topmain-welcome-area th, .textwidget th, .entry-content th, .comment-content th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #ffffc0;
    padding: 0.5rem;
    font-weight: bold;
}

.topmain-welcome-area th a, .textwidget th a, .entry-content th a, .comment-content th a {
    color: #000;
}

.topmain-welcome-area td, .textwidget td, .entry-content td, .comment-content td {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0.5rem;
}

.middle {
    vertical-align: middle;
}

.kaiin-b {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #B3B3B3;
    margin-bottom: 30px;
    border-radius: 5px;
}

.kaiin-b h2 {
    color: #ffffff;
    background-color: #0c8a41;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 210%;
}

.kaiin-b img {
    margin-top: 20px;
}

.p20 {
    padding: 20px;
}

.goukei {
    background-color: #edbba1;
}

.s-menu ul {
    list-style: none;
    max-width: 780px;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.s-menu ul li {
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30%;
    height: 55px;
    background-color: #333;
}
@media only screen and (max-width: 780px) {.s-menu ul li {
    width: 45%;
}
}
@media only screen and (max-width: 450px) {.s-menu ul li {
    width: 70%;
}
}

.s-menu ul li a {
    padding: 10px;
    padding-left: 25px;
    padding-right: 0px;
    display: block;
    color: white;
    line-height: 115%;
    width: 100%;
    height: 100%;
    background-image: url(img/common/arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.s-menu-t10 {
    display: block;
    padding-top: 20px;
}

.s-m {
    text-align: right;
}

.s-m a {
    color: black;
    text-align: right;
}

.k-t {
    font-size: 180%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
    color: #ff0046;
    font-weight: bold;
}

.kk-area {
    display: flex;
    flex-wrap: wrap;
}

.kk-area img {
    margin: 0 50px;
}
@media only screen and (max-width: 780px) {.kk-area img {
    margin: 0;
}
}

.md-area {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}

.md-area h2 {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    border: none;
}

.md-area h4 {
    margin-top: 5px;
}

.md-area p {
    padding: 0px;
    margin: 0px;
    border: none;
}

.md-area table {
    margin: 0px;
    margin-bottom: 5px;
}

.machi-shien-area {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.machi-shien-area section {
    width: 47%;
}

.machi-shien-area img {
    float: right;
    margin-top: 20px;
    margin-right: 40px;
}

.machi-jirei-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {.machi-jirei-area, .machi-shien-area {
    display: block;
}
}

.machi-jirei-area section {
    border: 1px solid #CCCCCC;
    max-width: 30%;
    margin-right: 20px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 780px) {.machi-jirei-area section {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.machi-shien-area section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 425px) {.machi-shien-area img {
    float: none;
    margin: 10px;
}
}

.machi-jirei-area section h4 {
    margin: 0px;
    font-size: 120%;
    background-color: #ccc;
    color: black;
    text-align: center;
}

.machi-jirei-area img {
    margin-top: 10px;
    margin-left: 10px;
}

.machi-jirei-area p {
    margin: 10px;
    line-height: 110%;
}

.famisapo-nagare {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.famisapo-nagare seciton {
    display: block;
    max-width: 450px;
    margin-right: 20px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 780px) {.famisapo-nagare seciton {
    margin-top: 20px;
}
}

.famisapo-nagare ul {
    list-style-type: none;
    margin: 0px;
}

.famisapo-nagare li {
    margin: 0px;
}

.famisapo-nagare span {
    display: block;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.buss-area {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.buss-area img {
    margin-right: 20px;
}

.buss-area dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    max-width: 600px;
}

.buss-area dt, .buss-area dd {
    font-size: 110%;
    padding: 10px 0;
    border-bottom: 1px dotted #333333;
}

.buss-area dt {
    margin: 0;
    width: 20%;
    color: #2e3192;
    box-sizing: border-box;
}

.buss-area dd {
    margin: 0;
    width: 80%;
    box-sizing: border-box;
}

.buss-area dd p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.buss-area dd ul {
    list-style: decimal;
    margin-top: 0px;
    margin-bottom: 5px;
}
@media screen and (max-width: 780px) {.buss-area dl {
    flex-flow: column nowrap;
}

.buss-area dt, .buss-area dd {
    width: 100%;
    padding: 0px;
}

.buss-area dt {
    border-bottom-style: none;
}

.buss-area dd {
    border-left: none;
}
}

.wp-block-separator {
    border: none;
    border-top: dashed 1px #ccc;
    height: 1px;
    background-color: white;
}

.wp-block-column {
    margin: 0px;
}

.pp-area {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pp-area p {
    margin-left: 20px;
    margin-right: 20px;
}

.column {
    border: 2px solid #B3B3B3;
    margin-bottom: 30px;
    border-radius: 5px;
}

.column h2 {
    color: #ffffff;
    background-color: #0c8a41;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 210%;
}

/* ページナビ *******************************************************/
.pagenavi-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    background-color: #FFF;
    border: none;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}

.wp-pagenavi span.current {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    font-weight: bold;
}

/* footer-submenu *******************************************************/
.footer-submenu-bc {
    line-height: normal;
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {.footer-submenu-bc {
    /*padding: 10px 20px;
    */
        padding: 5px;
    margin: 0px;
}
}

.footer-submenu {
    list-style: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.footer-submenu ul li {
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
}

.footer-submenu ul li a {
    color: white;
}

.f-s-m1 ul {
    border-left: 1px solid #fff;
}

.f-s-m1 ul li a {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.f-s-m2 ul li a {
    padding-left: 10px;
    margin-right: 10px;
    background-image: url(img/common/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-widget-area {
    background-color: #0c8a41;
}

#footer-widget-area-1 {
    width: 49%;
    border-right-style: none;
    padding-right: 10px;
}

#footer-widget-area-2 {
    width: 25%;
    border-right-style: none;
    padding-right: 10px;
}

#footer-widget-area-3 {
    width: 26%;
}

#footer-widget-area-1 h3, #footer-widget-area-2 h3, #footer-widget-area-3 h3 {
    background-color: white;
    font-size: 120%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    padding-bottom: 0px;
}

#footer-widget-area-1 h4, #footer-widget-area-2 h4, #footer-widget-area-3 h4 {
    font-size: 105%;
    color: yellow;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: normal;
}

#footer-widget-area-1 ul {
    margin-bottom: 10px;
}
@media only screen and (max-width: 780px) {.f-s-m1, .f-s-m2 {
    display: none;
}

#footer-widget-area-1, #footer-widget-area-2, #footer-widget-area-3 {
    display: none;
}
}

#footer-widget-area-1 ul li a, #footer-widget-area-2 ul li a, #footer-widget-area-3 ul li a {
    display: block;
    width: 95%;
    padding-left: 5%;
    color: white;
	line-height: 104%;
    border-bottom: 1px dotted white;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(img/common/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#footer-widget-area-1 .execphpwidget {
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    margin: 0px;
    padding: 0px;
    height: 340px;
}

#footer-widget-area-1 section {
    width: 48%;
}

.footer-contents-area {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-bottom: 30px;
}

.footer-area {
    list-style: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}
@media only screen and (max-width: 780px) {.footer-area {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-area img {
    margin-bottom: 10px;
}
}

.footer-prf {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 78%;
    line-height: 160%;
}

.footer-prf img {
    margin-top: 5px;
    margin-right: 20px;
    align-self: flex-start;
}

.footer-copy_n {
    padding-top: 30px;
    font-size: 90%;
}

.footer-copy_n a {
    color: #333;
}

/* mainimg-変更 *******************************************************/
.header-image-area {
    padding-top: 0px;
}

.header-image-area .component-inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.main_slider_one {
    background-image: url(img/top/main-backimg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main_slider_one {
    height: 445px;
}

.main_slider_one ul li {
    display: block;
    max-width: 1400px;
    height: 445px;
    background-image: url(/wp-content/uploads/2018/12/main-img01.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

.main_slider_one ul li img {
    display: none;
}
@media only screen and (max-width: 780px) {.main_slider_one {
    height: 350px;
}

.main_slider_one ul li {
    background-image: url(/wp-content/uploads/2018/12/smt-img.png);
    background-size: cover;
    height: 350px;
}
}
@media only screen and (max-width: 620px) {.main_slider_one {
    height: 300px;
}

.main_slider_one ul li {
    background-image: url(/wp-content/uploads/2018/12/smt-img.png);
    background-size: cover;
    height: 300px;
}
}
@media only screen and (max-width: 500px) {.main_slider_one {
    height: 250px;
}

.main_slider_one ul li {
    background-image: url(/wp-content/uploads/2018/12/smt-img.png);
    background-size: cover;
    height: 250px;
}
}
@media only screen and (max-width: 450px) {.main_slider_one {
    height: 200px;
}

.main_slider_one ul li {
    background-image: url(/wp-content/uploads/2018/12/smt-img.png);
    background-size: contain;
    height: 200px;
}
}
@media only screen and (max-width: 375px) {.main_slider_one {
    height: 160px;
}

.main_slider_one ul li {
    background-image: url(/wp-content/uploads/2018/12/smt-img.png);
    background-size: contain;
    height: 160px;
}
}

/* mainimg-変更_終了 */
/* 全体ヘッダー *******************************************************/
.site-header-area .component-inner {
    padding: 0px;
}

#header-title-area {
    width: 30%;
    padding: 1rem 0.5rem 1rem 0;
}

#header-widget-area {
    float: right;
    text-align: inherit;
    margin-top: 0;
    padding: 0rem;
    width: 70%;
}

#header-widget-area ul li {
    margin-right: 1em;
}

#execphp-15 {
    padding: 0px;
    margin: 0px;
}
@media only screen and (max-width: 780px) {#header-title-area {
    width: 100%;
}

.header-title-only .site-title-img, .header-title-area .site-title-img {
    margin: 0 0;
    padding-left: 10px;
}

#header-widget-area {
    display: none;
}
}
@media only screen and (max-width: 320px) {.site-title-img {
    width: 80%;
}
}

#header-widget-area .widget_custom_html {
    margin: 0px;
}

.pc-menu-back {
    background-color: #0c8a41;
}

.pc-menu-back .widget {
    margin: 0px;
}
@media only screen and (max-width: 780px) {.pc-menu-back {
    display: none;
}
}

#pc-menu .widget_nav_menu ul {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
}

#pc-menu .widget_nav_menu ul li {
    display: inline-block;
    line-height: normal;
    border-width: 0px;
    padding: 0px;
}

#menu-item-208 {
    width: 160px;
}

#menu-item-422 {
    width: 150px;
}

#menu-item-218 {
    width: 170px;
}

#menu-item-219 {
    width: 130px;
}

#menu-item-2021 {
    float: right;
    width: 100px;
    font-size: 80%;
    margin-top: 5px;
}

#pc-menu .widget_nav_menu ul li a {
    width: 100%;
    text-align: center;
    font-size: 160%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    color: white;
    background-image: url(img/common/menu-side-line.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#menu-item-2021 a {
    background-image: url(img/common/arrow.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

/*  ヘッダーライト エリア *******************************************************/
#header-menu {
    margin-top: 10px;
}

#header-menu ul {
    display: flex;
    /* フレックスボックスにする */
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /* 要素の並び順 */;
}

.h-3 {
    margin: 0px;
    padding: 0px;
}

input[type="text"] {
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 175px;
}
/* 社協からのお知らせ *******************************************************/
@media only screen and (max-width: 780px) {.nrabe1 section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}

#oshirase-area h3 {
    font-size: 180%;
    width: 100%;
    margin-bottom: 4px;
    display: table;
    white-space: nowrap;
    background-image: url(img/common/news-title-line.png);
    background-repeat: repeat-x;
    background-position: center center;
}

#oshirase-area h3 span {
    font-size: 100%;
    color: #333;
    background-color: white;
    padding-right: 10px;
}
@media only screen and (max-width: 780px) {#oshirase-area h3 {
    font-size: 140%;
    padding: 0px;
    margin-bottom: 10px;
    border: none;
}
}

#oshirase-area ul {
    margin-bottom: 30px;
}

#oshirase-area ul li {
    margin-bottom: 10px;
}

#oshirase-area ul li a {
    color: #ec6c00;
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
    padding-bottom: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 780px) {#oshirase-area ul li {
    margin-bottom: 5px;
}

#oshirase-area ul li a {
    display: block;
    width: 100%;
    margin-left: 0px;
}
}

.top-news-area {
    margin-top: 90px;
    line-height: normal;
}
@media only screen and (max-width: 780px) {.top-news-area {
    margin-top: 30px;
}
}

.top-news-area h2 {
    display: block;
    max-width: 440px;
    height: 55px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 70px;
    font-size: 310%;
    background-image: url(img/top/t-oshirase.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
@media only screen and (max-width: 780px) {.top-news-area h2 {
    display: block;
    max-width: 50%;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 200%;
    background-size: contain;
}
}
@media only screen and (max-width: 650px) {.top-news-area h2 {
    max-width: 60%;
    font-size: 200%;
}
}
@media only screen and (max-width: 470px) {.top-news-area h2 {
    max-width: 60%;
    height: 25px;
    padding-left: 30px;
    font-size: 160%;
}
}
@media only screen and (max-width: 425px) {.top-news-area h2 {
    max-width: 100%;
    margin-left: 20px;
}
}

.nrabe2 {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.nrabe2 section {
    width: 48%;
}
@media only screen and (max-width: 780px) {.nrabe2 section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}

#news-area h3 {
    font-size: 180%;
    width: 100%;
    margin-bottom: 4px;
    display: table;
    white-space: nowrap;
    background-image: url(img/common/news-title-line.png);
    background-repeat: repeat-x;
    background-position: center center;
}

#news-area h3 a {
    color: #333;
    background-color: white;
    padding-right: 10px;
}
@media only screen and (max-width: 780px) {#news-area h3 {
    font-size: 140%;
    padding: 0px;
    margin-bottom: 10px;
    border: none;
}

#news-area #feedzy_wp_widget-3 {
    display: none;
}
}

.top-news-area01 ul li {
    margin: 0px;
    margin-bottom: 21px;
}

.top-news-area01 .specialheaderimage, .top-news-area01 .specialheaderimage_noimg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-position: center top;
    background-size: 110% auto;
}

.top-news-area01 .specialheaderimage_noimg {
    background-color: #cccccc;
    background-image: url(img/top/blogmews-none.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
}
@media only screen and (max-width: 425px) {.top-news-area01 .specialheaderimage_noimg {
    background-size: 40px auto;
}
}

.top-news-area01 .top-news-img {
    display: block;
    width: 155px;
    height: 110px;
    float: left;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}
@media only screen and (max-width: 425px) {.top-news-area01 .top-news-img {
    width: 100px;
    height: 60px;
}
}

.top-news-area01 .top-news-title a {
    color: #ec6c00;
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
    padding-bottom: 10px;
}

.top-news-area01 .top-news-hizuke {
    display: block;
    padding-bottom: 5px;
}

.top-news-area01 .top-news-area01 ul li p {
    line-height: 140%;
}

/* 追記:20250901 社協だよりコンテンツ *******************************************************/
#blog-area h3 {
    font-size: 180%;
    width: 100%;
    background-color: #0c8b40;
    padding: 0.25em;
}

#blog-area h3 a {
    color: #fff;
}
@media only screen and (max-width: 780px) {#blog-area h3 {
    font-size: 140%;
    border: none;
}
}

#blog-area .top-news-area02 ul {
    border: 1px solid #CCCCCC;
    height: 100%;
}

.top-news-area02 ul li {
    margin: 0px;
    margin-bottom: 21px;
    text-align: center;
}

.top-news-area02 .specialheaderimage, .top-news-area02 .specialheaderimage_noimg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
    background-position: center top;
    background-size: 110% auto;
}

.top-news-area02 .specialheaderimage_noimg {
    background-color: #cccccc;
    background-image: url(img/top/blogmews-none.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
}
@media only screen and (max-width: 425px) {.top-news-area02 .specialheaderimage_noimg {
    background-size: 40px auto;
}
}

.top-news-area02 .top-news-img {
    display: block;
    width: 400px;
    height: 200px;
    margin: 25px auto 10px;
    padding: 0px;
}
@media only screen and (max-width: 520px) {.top-news-area02 .top-news-img {
    width: 320px;
    height: 175px;
}
}
@media only screen and (max-width: 378px) {.top-news-area02 .top-news-img {
    width: 260px;
    height: 150px;
}
}

.top-news-area02 .top-news-title a {
    color: #ec6c00;
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
    padding-bottom: 10px;
}

/* ************************************************************/
/* 追記:20250901 社協だよりコンテンツ-end *******************************************************/
#custom_html-11, #custom_html-11 h3 {
    margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {#custom_html-11 .textwidget, #custom_html-11 .custom-html-widget {
    padding: 0px;
}
}

.rss_image {
    width: 165px;
    height: 110px;
}
@media only screen and (max-width: 425px) {.rss_image {
    width: 100px;
    height: 60px;
}
}

.rss_item {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.feedzy-rss .rss_item .rss_image {
    margin-top: 0px;
}

.rss_item .title a {
    color: #ec6c00;
    font-size: 140%;
    line-height: 110%;
}
@media only screen and (max-width: 780px) {.rss_item .title a {
    font-size: 120%;
}
}

.feedzy-rss .rss_item {
    border: 0px none;
}

/* 社協からのお知らせ_終了 */
/* トップバナー *******************************************************/
.top-banner ul {
    max-width: 985px;
    list-style: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
}

.top-banner li {
    margin: 0px;
    margin-bottom: 20px;
}

.top-banner li a {
    display: block;
    width: 315px;
    height: 85px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 940px) {.top-banner ul {
    max-width: 650px;
    margin: 0 auto;
}

.top-banner li {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 580px) {.top-banner ul {
    max-width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}
}
@media only screen and (max-width: 690px) {.top-banner li a {
    width: 260px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

.top-b-1 a, .top-b-2 a, .top-b-3 a, .top-b-4 a, .top-b-5 a, .top-b-6 a {
    background-image: url(img/top/t-b01-n1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /*margin: 10px;
    */;
}

.top-b-2 a {
    background-image: url(img/top/t-b02-n.jpg);
}

.top-b-3 a {
    background-image: url(img/top/t-b03-n.jpg);
}

.top-b-4 a {
    background-image: url(img/top/t-b04-n.jpg);
}

.top-b-5 a {
    background-image: url(img/top/t-b05-n.jpg);
}

.top-b-6 a {
    background-image: url(img/top/t-b06-n1.jpg);
}
@media only screen and (max-width: 780px) {.top-b-1 a, .top-b-2 a, .top-b-3 a, .top-b-4 a, .top-b-5 a, .top-b-6 a {
    margin: 5px;
}
}

/* どのような情報をお探しですか？ *******************************************************/
#custom_html-7 h2 {
    display: block;
    max-width: 700px;
    height: 55px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0px;
    padding-left: 70px;
    font-size: 310%;
    background-image: url(img/top/t-search-category.png);
    background-repeat: no-repeat;
    background-position: left center;
}
@media only screen and (max-width: 780px) {#custom_html-7 h2 {
    display: block;
    max-width: 90%;
    background-size: 40px auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 50px;
    font-size: 240%;
    border-bottom-style: none;
}
}
@media only screen and (max-width: 570px) {#custom_html-7 h2 {
    padding-top: 10px;
    padding-left: 45px;
    font-size: 200%;
}
}
@media only screen and (max-width: 490px) {#custom_html-7 h2 {
    padding-top: 13px;
    padding-left: 35px;
    font-size: 160%;
    background-size: 35px auto;
}
}
@media only screen and (max-width: 375px) {#custom_html-7 h2 {
    padding-top: 13px;
    padding-left: 37px;
    font-size: 150%;
    background-size: 35px auto;
}
}

#custom_html-7 {
    background-color: #dcdca0;
    line-height: normal;
}

.search-category {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#custom_html-7 ul {
    list-style: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

#custom_html-7 li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    width: 30%;
}

#custom_html-7 li a {
    display: block;
    width: 100%;
    height: 230px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-size: cover;
}
@media only screen and (max-width: 680px) {#custom_html-7 li a {
    height: 200px;
}
}
@media only screen and (max-width: 560px) {#custom_html-7 li a {
    height: 150px;
}
}
@media only screen and (max-width: 400px) {#custom_html-7 li a {
    height: 120px;
}
}
@media only screen and (max-width: 400px) {#custom_html-7 li a {
    height: 100px;
}
}

.s_c01 a, .s_c02 a, .s_c03 a {
    background-image: url(img/top/t-sc01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s_c02 a {
    background-image: url(img/top/t-sc02.png);
}

.s_c03 a {
    background-image: url(img/top/t-sc03.png);
}

/* トップページ編集 *******************************************************/
#post-2 h2 {
    display: block;
    max-width: 360px;
    height: 55px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 70px;
    font-size: 310%;
    background-image: url(img/top/t-kouhou_media.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
}
@media only screen and (max-width: 780px) {#post-2 .entry-content {
    padding: 0px;
}

#post-2 h2 {
    display: block;
    max-width: 90%;
    background-size: 35px auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 40px;
    font-size: 160%;
    border-bottom-style: none;
}
}

#post-2 ul {
    list-style: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

#post-2 ul li img {
    margin-left: auto;
    margin-right: auto;
}

#post-2 ul li {
    display: block;
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 425px) {#post-2 ul {
    display: block;
}

#post-2 ul li {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#post-2 ul li img {
    display: block;
    width: 40%;
}
}
@media only screen and (max-width: 375px) {#post-2 ul li img {
    display: block;
    width: 40%;
}
}

#post-2 span {
    display: block;
    margin-top: 5px;
    font-size: 140%;
    line-height: 105%;
    width: 100%;
}

/* sns追加20220609 *******************************************************/
.sns-area {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sns-area section {
    width: 48%;
}

.sns-area section h3 {
    background-color: #ccc;
    font-size: 140%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 1000px) {.sns-area {
    display: block;
}

.sns-area section {
    width: 97%;
    padding-right: 3%;
}

.sns-area section h3 {
    margin-top: 50px;
}
}

/* sns変更追加20230804 *******************************************************/
.widget_instagram-feed-widget h3 {
    background-color: #ccc;
    font-size: 140%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    padding-bottom: 0px;
    margin: 0;
    border-left-style: none;
}
@media only screen and (max-width: 780px) {.widget_instagram-feed-widget {
    padding: 0 20px;
}
}

.sns-button-area ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 3rem auto;
}
@media only screen and (max-width: 830px) {.sns-button-area ul {
    max-width: 250px;
}
}

.sns-button-area ul li {
    list-style: none;
    width: 250px;
    margin: 0;
}
@media only screen and (max-width: 830px) {.sns-button-area ul li {
    display: block;
    margin: 0 auto 1rem;
}
}

.sns-button-area ul li a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 140%;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 10px 20px 70px;
    color: white;
    border-radius: 5px;
}

.sns-button-area ul li a:hover {
    text-decoration: none;
    animation-name: snsbtanime;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes snsbtanime {0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}25%, 25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
}

.bt-sns01 a,.bt-sns02 a,.bt-sns03 a {
    background-repeat: no-repeat;
    background-image: url(img/sns/top-area-sns01.png);
    background-position: 15px center;
    background-color: #3D62AD;
}

.bt-sns02 a {
    background-image: url(img/sns/top-area-sns02.png?20250901);
    background-color: #000;
}

.bt-sns03 a {
    background-image: url(img/sns/top-area-sns03.png),
        linear-gradient(90deg, #e6002a, #b800b3);
    background-color: #e6002a;
}

/* 追記:20250819 テーマ（メインビジュアル）死んだので変更 *******************************************************/
.main-image-area {
    position: relative;
    background: center / cover no-repeat url("img/top/main-backimg.jpg");
    /* 端末に合わせて高さ可変（最小～最大をクランプ） */
    min-height: clamp(200px, 25vh, 445px);
    padding-block: clamp(10px, 4vw, 20px);
    /* 上下の余白を可変 */;
}
@media only screen and (max-width: 600px) {.main-image-area {
    min-height: clamp(100px, 25vh, 100px);
}
}

/* 中身（ロゴ等）を中央・最大幅管理 */
.main-image-area .inner {
    width: min(92vw, 1400px);
    margin-inline: auto;
    padding-inline: clamp(12px, 3vw, 32px);
}
@media only screen and (max-width: 600px) {.main-image-area .inner {
    width: min(100vw, 1400px);
}
}

/* 内部の画像（ロゴ等）がある場合の基本 */
.main-image-area img {
    display: block;
    /* ← margin: auto で中央寄せするために必須 */
    width: 100%;
    height: auto;
    max-width: 1400px;
    /* 必要なら上限 */
    margin-inline: auto;
}
/* スマホで見せたい位置・画像を切替 */
@media (max-width: 768px) {.main-image-area {
    background-position: 50% 40%;
    /* 見せたいポイントに調整 */;
}
}

/* Slider styles previously loaded separately */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* FSVBASIC overwrite stylesheet previously loaded separately */


/* BX Slider Overwrite */
.bx-wrapper {
    margin: 0 auto 3.5rem;
    border: 0.2rem solid #fff;
}

@media all and (-ms-high-contrast:none) {.bx-wrapper li {
    margin-right: 1px;
    left: 1px;
}

}

.main_slider_one .bx-wrapper {
    margin: 0 auto 0.5rem;
}

.main_slider_one .bx-wrapper .bx-pager-item {
    display: none;
}

.bx-wrapper .bx-caption span {
    font-size: 1.4rem;
    padding: 1.5rem;
}

/* Desktop header menu, desktop header menu */
@media screen and (min-width: 780px) {
/* CSS Document */

.drawer-toggle {display: none;}

/************ヘッダーメニュー設定************/
.right-sidemenu {
    display: none;
}

/************ ヘッダーメニュー設定-end ************/
}

/* Smartphone drawer base, smartphone drawer base */
@media screen and (max-width: 780px) {/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.right-sidemenu {
    line-height: normal;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
    overflow: hidden;
}

.drawer-nav {
    position: fixed;
    z-index: 10000;
    top: 0;
    overflow: hidden;
    width: 22rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222;
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
}

/*! overlay */

.drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.drawer-open .drawer-overlay {
    display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
    top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
    left: -22rem;
    -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 22rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
    right: -22rem;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 22rem;
    margin: 0px;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: white;
}

.menu-name {
    display: block;
    margin-top: 10px;
    font-size: 80%;
    font-weight: bold;
}

.drawer-open .menu-name {
    display: none;
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 100%;
    height: 4px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #227324;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
}

.drawer-hamburger-icon:after {
    top: 10px;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
    background-color: #fff;
}

.drawer--sidebar .drawer-contents {
    background-color: #fff;
}

@media (min-width: 64em) {.drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
}

.drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
}

/*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ccc;
}

.drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
}

/*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ccc;
}

.drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
}

/*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
}
}

@media (min-width: 75em) {.drawer--sidebar .drawer-nav {
    width: 16.25rem;
}

.drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
}

.drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
}

/*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
}
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
    padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
    position: fixed;
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent;
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
}

@media (min-width: 64em) {.drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
}

.drawer-navbar .drawer-menu--right {
    float: right;
}

.drawer-navbar .drawer-menu li {
    float: left;
}

.drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
}

.drawer-navbar .drawer-hamburger {
    display: none;
}

.drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drawer-navbar .drawer-menu {
    padding: 0;
}

/*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 22rem;
    border: 1px solid #ddd;
}

.drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
}
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 64em) {.drawer-container {
    max-width: 60rem;
}
}

@media (min-width: 75em) {.drawer-container {
    max-width: 70rem;
}
}

/*!------------------------------------*\
    追加
\*!------------------------------------*/
#menu-main_menu {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

#menu-main_menu a {
    color: white;
    display: block;
    padding-left: 10px;
    background-image: url(img/common/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
}

/* Smartphone header menu, smartphone header menu */
@media screen and (max-width: 780px) {
/* CSS Document */




.menu-main-menu-container {
	margin: 10px
}

.drawer-nav {
    background-color: rgba(12,138,65,0.9);
    border-left: 1px solid rgba(333,333,333,1.00);
}

.drawer-open button {
    display: block;
    height: 100%;
    background-color: rgba(12,138,65,0.9);
    border-radius: 0px;
}

.drawer-open .drawer-hamburger span {
    position: fixed;
    width: 3rem;
    top: 10px;
    padding: 5px;
}

/* 追加スマホメニュー */
.smt-side-menu {
    margin: 10px;
    font-size: 170%;
}

.smt-side-menu a {
    color: white;
    padding-left: 20px;
    background-image: url(img/common/arrow-white.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.smt-side-menu li {
    display: block;
    margin-bottom: 10px;
}

.smt-side-menu li ul li {
    margin-bottom: 0px;
}

.mokuteki {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.mokuteki a {
    color: #f15a24;
    display: block;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
    background-image: url(img/common/arrow-green.png);
    background-repeat: no-repeat;
    background-position: right center;
}
}

/* Category template styles migrated from category template */
/* 記事ページ見出し *******************************************************/

body.category .main-content-title {
    position: relative;
    background: none;
    color: #333;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid #ccc;
}

body.category .main-content-title::before {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: 2;
    content: '';
    width: 27.5%;
    height: 0.3rem;
    background-color: #0c8a41;
}

body.category .main-content-title {
    margin-bottom: 2rem;
}

@media screen and (max-width: 780px) {
    body.category .main-content-title {
        margin: 2rem;
    }
}

body.category .clr30 {
    clear: both;
    height: 50px;
}

body.category .main-breadcrumb {
    font-size: 100%;
}

body.category .entry-content h2 {
    font-size: 140%;
    padding-left: 0px;
    border-left: none;
    border-bottom: 1px dotted #ccc;
}

body.category .specialheaderimage {
    height: 170px;
    width: 230px;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 110% auto;
}

body.category .specialheaderimage {
    float: left;
    width: 25%;
}

body.category .specialtext {
    margin-left: 20px;
    width: 70%;
    float: left;
}

@media screen and (max-width: 425px) {
    body.category .specialheaderimage {
        width: 70%;
        float: none;
    }

    body.category .specialtext {
        margin: 10px;
        width: 100%;
        float: none;
        padding-bottom: 5px;
        border-bottom: 1px solid #CCCCCC;
    }
}

body.category .specialtext h2 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 425px) {
    body.category .specialtext h2 {
        border-bottom: 0px dotted #cccccc;
    }
}

body.category .specialtext h2 a {
    font-size: 100%;
    color: #ec6c00;
}

body.category .post-meta a {
    background-color: transparent;
}

body.category .news-category1 {
    color: #333333;
    padding-left: 30px;
    margin-right: 10px;
    background-image: url(img/common/news-category01.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.category .news-category1 a {
    padding: 0px;
    margin: 0px;
    color: #333333;
}

body.category .news-category2 {
    color: #333333;
    padding-left: 25px;
    background-image: url(img/common/news-category02.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Fixed colors migrated from Customizer output */
#wp-calendar td,
.topmain-welcome-area th,
.textwidget th,
.entry-content th,
.comment-content th,
.widget_framedtext {
    background-color: #bcbcbc;
}

@media screen and (min-width: 786px) {
    .footer-widget-area {
        background-color: #0c8a41;
    }
}
