:root {
    /* Font */
    --global--font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --global--font-size: 1.6rem;
    --global--font-weight: 600;
    --global--font-line-height: 1.2;
    --global--font-letter-spacing: 0;
    /* Colors */
    --global--color-primary: #226399;
    --global--color-secondary: #003366;
    --global--color-menu: #222222;
    --global--color-link: #226399;
    --global--color-link-hover: #003366;
    --global--color-black: #191a1f;
    --global--color-white: #fff;
    --global--color-gray: #e6e6e6;
    --global--color-body: #444;
    --global--color-entry: #444;
    --global--color-background: #e6e6e6;
    --global--color-border: #ededed;
    --global--color-footer: #fff;
    --global--color-footer-bg: #222222;
    --global--color-footer-link: #fff;
    --global--color-footer-hover: #e6e6e6;
}
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: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: 1px dotted #c1c1c1;
}
.menu-content a:focus {
    outline: none;
}
article,
aside,
footer,
header,
nav {
    display: block;
}
.site-title-description {
    display: inline-block;
    padding: 20px 50px;
    float: none;
    font-size: 38px;
    font-weight: normal;
    /*color: #444444;*/
    color: #FFFFFF;
    line-height: 1.4;
}
.site-title-description a {
    /*color: #444444;*/
    color: #FFFFFF;
    text-decoration: none;
}
.site-title-description a:hover {
    /*color: #111111;*/
    color: #F1F1F1;
    text-decoration: none;
}
.site-title {
    font-family: var(--global--font-family);
    font-size: 38px;
    font-weight: bold;
    /*color: #444444;*/
    color: #FFFFFF;
}
.site-description {
    font-size: 14px;
    /*color: #888888;*/
    color: #F1F1F1;
}
@media screen and (max-width: 768px) {
    .site-description {
        display: none;
    }
}
del {
    color: #333;
}
ins {
    background: none;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
}
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;
}
/* Add rounded corners to social media icons */
/* Logo responsiveness in case of big logos */
/* Clearing floats */
.clear:after,
.wrapper:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
    display: table;
    content: "";
}
.wrapper {
    border: none;
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.entry-content th {
    background: #f1f1f1;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 2.181818182;
    font-weight: bold;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #636363;
}
/* Shared Post Format styling */
/* Form fields, general styles first */
button,
input {
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: inherit;
    margin-right: 0%;
    margin-bottom: 7px;
    padding: 8px 10px;
}
button,
input {
    line-height: normal;
}
/* Reset non-text input types */
/* Buttons */
/* Responsive images */
.entry-content img,
.widget img {
    max-width: 100%;
}
img[class*="align"],
img[class*="image-"],
img[class*="attachment-"] {
    height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.post-image {
    max-width: 100%;
    height: auto;
}

/* Make sure videos fit max width of parent container */
/* Images */

.alignleft {
    float: left;
    /*margin-right: 18px;*/
}
.alignright {
    float: right;
    /*margin-left: 18px;*/
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.widget img,
img.header-image,
.author-avatar img,
img.post-image {
    margin-bottom: 10px;
}
.site-caption {
    max-width: 100%;
    padding: 4px;
}
.site-caption .caption-text,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    line-height: 1.4;
    color: #666666;
}

/* Navigation for posts and pages*/
.site-content nav {
    border: none;
    background: #f9f9f9;
    clear: both;
    line-height: 2;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 2%;
}
.nav-single {
    font-size: 14px;
}
.nav-single .meta-nav {
    font-size: 16px;
    line-height: 2.181818182;
    font-weight: bold;
    padding-bottom: 7px;
}
.nav-previous a, .nav-next>a {
    color: #444444;
    text-decoration: none;
}
.nav-previous {
    float: left;
    padding-bottom: 7px;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single+.comments-area {
    margin: 48px 0;
}

/* =Page Navigation
-------------------------------------------------------------- */
.pager {
  margin: 20px 0;
}
.pager .pagination {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  background: #f3f3f3;
}
.pager .radius10 li,
.pager .radius10 li a {
  border-radius: 10px;
}
.pager .radius50 li,
.pager .radius50 li a {
  border-radius: 50px;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color: #444444;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a.active {
  color: #fff;
  background: var(--global--color-link);
}
.pager .pagination li a:hover {
  color: #fff;
  background: var(--global--color-link-hover);
}


.pager .pagination li {
  display: none;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  display: inline-block;
  width: 40%;
  height: 50px;
  text-align: center;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
  width: 100%;
  text-align: center;
}
.pager .pagination li.pre span::after{
  content: "　前の10件へ";
}
.pager .pagination li.next span::before{
  content: "次の10件へ　";
}



/* Author profiles */
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
    font-size: 100%;
}
body {
    font-size: 16px;
    font-family: var(--global--font-family);
    text-rendering: optimizeLegibility;
    color: var(--global--color-body);
}
a {
    outline: none;
    color: var(--global--color-link);
    text-decoration: none;
}
a:hover {
    color: var(--global--color-link-hover);
    text-decoration: underline;
}
.entry-content a {
    text-decoration: underline;
}
/* Assistive text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 14px 22px 14px;
    text-decoration: none;
    top: 5px;
    z-index: 100000;
}
/* Page structure */
.site {
    padding: 0;
    background-color: #fff;
}
.site-content {
    margin: 0 14px;
}
.widget-area {
    margin-top: 10px;
}
/* Header */
.site-header {
    background: var(--global--color-primary);
    height: auto;
    margin-bottom: 24px;
    text-align: center;
}
/* Navigation Menu and icons*/
.site-nav {
    text-align: center;
    float: left;
    width: 100%;
}
.site-nav li {
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    width: auto;
    transition: .3s ease 0s;
}
.site-nav li:hover {
    display: inline-block;
    text-decoration: none;
    background: var(--global--color-menu);
    width: auto;
}
.site-nav li:hover>a {
    color: #ffffff;
}
.site-nav li a {
    padding: 0 20px;
}
/* These are used for Themonic Main Nav Bar li background colors - for colorful menu */
/* Banner */
/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    line-height: 1.4;
    word-wrap: break-word;
}
.widget.widget_search {
    margin-bottom: 14px;
}
.widget-area .widget .block-heading {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    margin-bottom: 14px;
    border-bottom: 6px solid var(--global--color-gray);
}
.widget-area .widget .block-heading:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: var(--global--color-primary);
}
.widget-area .widget .block-heading0 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    margin-bottom: 14px;
    border-bottom: 6px solid var(--global--color-gray);
}
.widget-area .widget .block-heading1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    background: var(--global--color-primary);
}
.widget-area .widget .block-heading1:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: var(--global--color-primary) transparent transparent transparent;
}
.widget-area .widget .block-heading2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    position: relative;
    padding: 15px 10px;
}
.widget-area .widget .block-heading2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.widget-area .widget .block-heading3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    padding: 10px 20px;
    color: #fff;
    background: var(--global--color-primary);
    -webkit-box-shadow: 5px 5px 0 var(--global--color-secondary);
    box-shadow: 5px 5px 0 var(--global--color-secondary);
}
.widget-area .widget li {
    font-size: 16px;
    line-height: 1.646153846;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0;
}
.widget-area .widget a {
    color: #757575;
    text-decoration: none;
    font-size: 98%;
}
.widget-area .widget a:hover {
    color: #4F5254;
}

#site-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.846153846;
    color: #686868;
}
/*#site-calendar th,
#site-calendar td,
#site-calendar caption {
    text-align: left;
}*/
#site-calendar #next {
    padding-right: 24px;
    text-align: right;
}
#site-calendar td#today {
    font-weight: bold;
    background: #F6F6F6;
    /*color: #0099ff;*/
}
#calendar_wrap {
    padding: 15px;
    border: 1px solid #f1f1f1;
    font-family: var(--global--font-family);
}
#site-calendar caption {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
#calendar_wrap a {
    color: #0099ff;
}
#site-calendar td {
    border: 1px solid #f1f1f1;
    display: table-cell;
    text-align: center;
}
#site-calendar tr {
    border: 1px solid #f1f1f1;
}
#site-calendar th {
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
.calendar-nav {
    margin: 5px 0;
}
span.calendar-nav-prev {
    line-height: 2;
}
span.calendar-nav-next {
    line-height: 2;
}
#site-calendar thead {
    background: #f7f7f7;
}
#site-calendar a {
    color: var(--global--color-link);
    text-decoration: none;
}
#site-calendar a:hover {
    color: var(--global--color-link-hover);
    text-decoration: underline;
}

/* Footer box-shadow: 4px 1px 10px 1px #F1F1F1;*/
footer[role="content-info"] {
    background: var(--global--color-footer-bg);
    width: 100%;
    clear: both;
    font-size: 14px;
    height: auto;
    line-height: 2;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 10px 0;
}
/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */
.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 20px;
}
.entry-header img.post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.entry-header .entry-title a {
	color: #444444;
	text-decoration: none;
}
.entry-header .entry-title a:hover{
	color: #111111;
}
.entry-meta a {
    color: #757575;
}
.entry-meta a:hover {
    color: #333;
}
.entry-meta .meta-category {
    color: #444444;
}
.entry-meta .meta-category a {
    font-size: 12px;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 6px;
    line-height: 1;
    text-decoration: none;
    color: #888888;
    background-color: #fff;
    border: 1px solid #888888;
    border-left: 5px solid #888888;
    border-radius: 6px;
}
.entry-meta .meta-category a:hover {
    color: var(--global--color-link-hover);
    border: 1px solid var(--global--color-link-hover);
    border-left: 5px solid var(--global--color-link-hover);
}
.entry-meta .meta-tags {
    color: #444444;
}
.entry-meta .meta-tags a {
    font-size: 12px;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 8px;
    line-height: 1;
    text-decoration: none;
    color: #888888;
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 6px;
}
.entry-meta .meta-tags a:before {
    content: "# ";
}
.entry-meta .meta-tags a:hover {
    color: var(--global--color-link-hover);
    border: 1px solid var(--global--color-link-hover);
}
.post-date {
    text-align: right;
    font-size: 12px;
    margin: 15px 5px 5px 5px;
    padding: 0;
    text-decoration: none;
    color: #888888;
}
.site-content article.sticky  {
    background: #F8F8F8;
    border-color: #DDDDDD;
    border-style: solid solid double;
    border-width: 1px 1px 1px 7px;
    box-shadow: 0.01em 0.1em 0.1em 0.1em #EEEEEE;
	clear: both;
    font-size: 13px;
    line-height: 1.19231;
    margin-bottom: 24px;
	margin-top: -6px;
    padding: 17px;
    text-align: left;
}
.site-content article.article-heading {
    border: none;
    margin-bottom: 14px;
    padding-bottom: 10px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.entry-content {
    font-size: 18px;
    line-height: 1.7;
}
.entry-summary {
    font-size: 18px;
    line-height: 1.7;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 24px 0;
    line-height: 1.7;
}
.entry-content h1 {
    font-size: 24px;
    line-height: 1.4;
}
.entry-content h2 {
    font-size: 21px;
    line-height: 1.5;
}
.entry-content h3 {
    font-size: 18px;
    line-height: 1.8;
}
.entry-content h4 {
    font-size: 16px;
    line-height: 1.8;
}
.entry-content h5 {
    font-size: 16px;
    line-height: 1.8;
}
.entry-content h6 {
    font-size: 16px;
    line-height: 1.8;
}
.entry-content .headline-style {
    color: var(--global--color-black);
    background: var(--global--color-border);
    border-left: solid 5px var(--global--color-primary);
    padding: 0.4em 0.5em;
}
.entry-content .headline-style0 {
    color: var(--global--color-black);
    background: var(--global--color-border);
    border-left: solid 3px var(--global--color-gray);
    padding: 0.5em;
    border-radius: 0.5em;
}
.entry-content .headline-style1 {
    color: var(--global--color-black);
    background: var(--global--color-border);
    border-left: solid 5px var(--global--color-primary);
    padding: 0.4em 0.5em;
}
.entry-content .headline-style2 {
    padding: 10px 15px 5px 15px;
    border-bottom: 6px double #111;
    background: #f4f4f4;
}
.entry-content .headline-style3 {
    position: relative;
    padding: 5px 10px 10px 10px;
    background: var(--global--color-border);
}
.entry-content .headline-style3:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #111;
}
.entry-content p {
    margin: 20px 0;
    line-height: 1.7;
}
.entry-summary p {
    margin: 20px 0;
    line-height: 1.7;
}
.entry-content blockquote p {
    margin: 0;
}
.entry-content ol,
.entry-content ul {
    margin: 0 0 24px;
    line-height: 1.7;
}
.entry-content ul ul,
.entry-content ol ol {
    margin-bottom: 0;
}
.entry-content ul {
    list-style: square outside;
}
.entry-content ol {
    list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 0 36px;
}
.entry-content blockquote {
    background: #FAFAFA;
    border-left: 4px solid #D6D6D6;
    border-right: 4px solid #D6D6D6;
    border-radius: 14px;
    margin-bottom: 24px;
    padding: 24px;
    font-style: italic;
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code {
    font-family: var(--global--font-family);
    font-size: 16px;
    line-height: 2;
}
.entry-content pre {
    border: 1px solid #ededed;
    border-radius: 20px;
    color: #666;
    font-family: var(--global--font-family);
    font-size: 14px;
    line-height: 1.514285714;
    margin: 24px 0;
    overflow: auto;
    padding: 24px;
}
.entry-content abbr,
.entry-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address {
    display: block;
    line-height: 1.5;
    margin: 0 0 24px;
}
img.alignleft {
    margin: 4px 24px 12px 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
}
img.aligncenter {
    margin-top: 12px;
    margin-bottom: 12px;
}
.entry-content dl {
    margin: 0 24px;
}
.entry-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
}
.entry-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 24px;
    width: 100%;
}
.entry-content td {
    border: 1px solid #c1c1c1;
    padding: 14px 14px;
}
.site-content article {
    border-bottom: 2px double #F3F3F3;
    margin-bottom: 28px;
    padding-bottom: 24px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
footer.entry-meta {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.846153846;
    color: #757575;
}
.entry-meta>span a {
    color: #333333;
    padding: 2px;
    text-decoration: none;
}
/* =Archives
-------------------------------------------------------------- */
/* =Post formats
-------------------------------------------------------------- */
/* =Comments
-------------------------------------------------------------- */
/* =Widgets
-------------------------------------------------------------- */
.widget_search label {
    display: block;
    font-size: 13px;
    line-height: 1.846153846;
}
.entry-summary .read-more {
    display: inline-block;
}
/*Below title meta styling */
.below-title-meta {
    background: #F7F7F7;
    padding-bottom: 26px;
    color: #a2a2a2;
    line-height: 1.8;
    width: 106.3%;
    margin-left: -3.1%;
}
.below-title-meta a {
    color: #666666;
    text-decoration: none;
}
.below-title-meta a:hover {
    color: #444444;
}
.adt {
    float: left;
    padding-left: 22px;
}
.adt-comment {
    float: right;
    padding-right: 16px;
}
.site-info {
    color: var(--global--color-footer);
    font-size: 14px;
}
.site-info a {
    color: var(--global--color-footer-link);
    text-decoration: none;
}
.site-info a:hover {
    color: var(--global--color-footer-hover);
}
.footer-copy {
    padding-left: 20px;
    float: left;
}
.footer-credit {
    padding-right: 20px;
    margin-left: 20px;
    float: right;
}
.site-footer {
    padding: 10px 2px;
    float: right;
}
.site-copy {
    text-align: center;
}
/* =Plugins
----------------------------------------------- */
/* Woo styles */
/* new responsive */
/* Small menu. */
.menu-btn {
    display: none;
}
#menu-btn-check {
    display: none;
}
@media screen and (min-width: 768px) {
    .menu-btn {
        display: none;
    }
    #menu-btn-check {
        display: none;
    }
    .site-nav ul {
        display: flex;
    }
}
/* mobile menu styling */
/* working mode ..when to trigger the select menu.js #menu-top { 
	display: inline!important; 
}*/
@media screen and (max-width: 768px) {
/* Navigation
--------------------------------------------- */
    .site-nav {
        display: block;
    }
    .site-nav ul {
        margin: 0;
        padding-left: 0;
    }
    .site {
        padding: 0px;
    }
    .site-header {
        text-align: center;
        height: auto;
        border: none;
        margin-bottom: 0;
    }
    .link-comments {
        display: none;
    }
    .entry-header .entry-title {
        margin-top: 20px;
    }

    .site-content article.sticky  {
        margin-top: 20px;
    }

    .wrapper {
        border: none;
    }
    .widget-area {
        margin: 10px 14px;
    }
    .menu-btn {
        position: fixed;
        /*position: absolute;*/
        top: 5px;
        /*top: 30px;*/
        right: 5px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 9990;
        background-color: var(--global--color-primary);
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        /*display: none;*/
    }
    #menu-btn-check:checked~.menu-content {
        left: 0;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 9980;
        background-color: var(--global--color-primary);
        transition: all 0.5s;
    }
    .menu-content ul.nav-menu {
        padding: 70px 0 10px 0;
        /*padding: 95px 0 10px 0;*/
    }
    .menu-content ul.nav-menu li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul.nav-menu li:hover {
        background-color: var(--global--color-link-hover);
    }
    .menu-content ul.nav-menu li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul.nav-menu li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    .menu-content ul.nav-menu ul {
        display: none;
    }
    .menu-content ul.nav-menu ul ul {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .site-header {
        height: auto;
        border: none;
    }
    .entry-header .entry-title {
        font-size: 20px;
    }
}
/* =Media queries
-------------------------------------------------------------- */
/* =Links
-------------------------------------------------------------- */
.links-area {
    padding: 5px 15px 5px 15px;
    border: none;
    background: #f9f9f9;
    clear: both;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
}
.links-area .links-info {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #999999;
}
.links-area p {
    margin: 15px 0;
    font-size: 14px;
    color: #444444;
    background: #f9f9f9;
}
.links-area .links-title {
    font-size: 16px;
}
.links-area a {
    color: var(--global--color-link);
    text-decoration: none;
}
.links-area a:hover {
    color: var(--global--color-link-hover);
    text-decoration: underline;
}
/* =PR
-------------------------------------------------------------- */
.pr-label {
    margin: 10px 0;
    padding: 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.8;
}
.below-title-meta .pr-meta {
    color: #888888;
    font-size: 12px;
    line-height: 1.8;
}
.pr-area {
    position: relative;
    margin: 10px 0;
    padding: 0;
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 1.8;
}
.pr-area .pr-info {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #666666;
    background: #F1F1F1;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}
.pr-area .pr-info::after{
    content: "PR";
}
.pr-area .pr-item {
    padding: 20px 10px 10px 10px;
}
.pr-area .pr-item-image {
    display: inline-block;
}
.pr-area .pr-item-title {
    font-size: 18px;
    font-weight: bold;
    word-wrap:break-word;
}
.pr-area .pr-item-title img {
    margin-right: 5px;
    vertical-align: bottom;
}
.pr-area .pr-item-text {
    /*margin: 15px 0;*/
    margin-left: 5px;
    font-size: 16px;
    line-height: 1.8;
    vertical-align: top;
    display: inline-block;
    width: 320px;
}
.pr-area .pr-item-text a {
    color: #444444;
    text-decoration: none;
}
.pr-area .pr-item-text a:hover {
    color: var(--global--color-link-hover);
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    .pr-area .pr-item-image {
        display: flex;
        justify-content: center;
    }
    .pr-area .pr-item-text {
        display: inline;
        width: auto;
        margin-top: 10px;
        margin-left: 0;
    }
    .pr-area .pr-item-btn {
        display: flex;
        justify-content: center;
    }
}
.pr-link {
    position: relative;
    padding-left: 80px;
    padding-right: 20px;
    margin-bottom: 20px;
    width: auto;
    text-align: center;
}
.pr-link span {
    position: absolute;
    padding: 0 10px;
    margin-top: 3px;
    margin-left: -70px;
    font-size: 14px;
    color: #e3f5d8;
    background: #444444;
}
.pr-link span:after {
    position: absolute;
    top: calc(50% - 7px);
    right: -11px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #444444;
}
.pr-link a {
    color: var(--global--color-link);
    text-decoration: none;
}
.pr-link a:hover {
    color: var(--global--color-link-hover);
    text-decoration: underline;
}
.pr-area .pr-item-btn {
    /*padding: 10px;*/
    margin-top: 20px;
}
.pr-area .pr-btn, .pr-area a.pr-btn, .pr-area button.pr-btn {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    color: #FFFFFF;
    /*border: 1px solid #444444;
    background: #444444;*/
    border: 1px solid #bf0000;
    background-color: #bf0000;
}
.pr-area a.pr-btn:hover {
    color: #FFFFFF;
    border: 1px solid #dd0000;
    background: #dd0000;
    text-decoration: none;
}
.pr-area a.pr-btn-radius5 {
    border-radius: 5px;
}
.pr-area a.pr-btn-radius25 {
    border-radius: 25px;
}
.pr-area .pr-btn--radius, .pr-area a.pr-btn--radius {
    border-radius: 100vh;
}
.pr-area .pr-btn--orange, .pr-area a.pr-btn--orange {
    color: #FFFFFF;
    border: 1px solid #eb6100;
    background-color: #eb6100;
}
.pr-area .pr-btn--orange:hover, .pr-area a.pr-btn--orange:hover {
    color: #FFFFFF;
    border: 1px solid #f56500;
    background: #f56500;
}
.pr-area .pr-btn--red, .pr-area a.pr-btn--red {
    color: #FFFFFF;
    border: 1px solid #bf0000;
    background-color: #bf0000;
}
.pr-area .pr-btn--red:hover, .pr-area a.pr-btn--red:hover {
    color: #FFFFFF;
    border: 1px solid #dd0000;
    background: #dd0000;
}
.pr-area .pr-btn--black, .pr-area a.pr-btn--black {
    color: #FFFFFF;
    border: 1px solid #444444;
    background-color: #444444;
}
.pr-area .pr-btn--black:hover, .pr-area a.pr-btn--black:hover {
    color: #FFFFFF;
    border: 1px solid #111111;
    background: #111111;
}
.pr-area .pr-btn--gray, .pr-area a.pr-btn--gray {
    color: #666666;
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}
.pr-area .pr-btn--gray:hover, .pr-area a.pr-btn--gray:hover {
    color: #666666;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
}

/* =Tags
-------------------------------------------------------------- */
.block-tag-cloud {
    font-size: 12px;
}
.block-tag-cloud a.tag-cloud-link {
    display: inline-block;
    margin: 2px 2px;
    padding: 5px 8px;
    line-height: 1;
    text-decoration: none;
    color: #888888;
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 6px;
}
.block-tag-cloud a.tag-cloud-link:before {
    content: "# ";
}
.block-tag-cloud a.tag-cloud-link:hover {
    color: var(--global--color-link-hover);
    border: 1px solid var(--global--color-link-hover);
}
.block-tag-cloud a.tag-size1 {
    font-size: 12px;
}
.block-tag-cloud a.tag-size2 {
    font-size: 15px;
}
.block-tag-cloud a.tag-size3 {
    font-size: 18px;
}
.block-tag-cloud a.tag-size4 {
    font-size: 21px;
}
.block-tag-cloud a.tag-size5 {
    font-size: 24px;
}


/* ---------------------------------------------------------------
 * MOBILE CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */
/* Minimum width of 768pixels. */
@media screen and (min-width: 768px) {
    .site {
        margin: 0 auto;
        max-width: 1040px;
    }
    .site-content {
        border-right: 1px solid #F1F1F1;
        float: left;
        margin: 0px 1%;
        padding: 30px 2% 0 1%;
        width: 63.2%;
    }
    .widget-area {
        float: right;
        margin: 24px 0;
        padding: 0 2% 0 0;
        width: 28.7%;
    }
    .site-nav ul.nav-menu {
        background: none repeat scroll 0 0 #F3F3F3;
        border-bottom: 5px solid var(--global--color-menu);
        border-top: 1px solid #ededed;
        display: inline-block !important;
        font-size: 0;
        text-align: left;
        width: 100%;
    }
    .site-nav ul {
        margin: 0;
        text-indent: 0;
    }
    .site-nav li a,
    .site-nav li {
        display: inline-block;
        text-decoration: none;
    }
    .site-nav li a {
        border-bottom: 0;
        color: #6a6a6a;
        line-height: 3.692307692;
        padding: 0 20px;
        text-transform: uppercase;
        white-space: nowrap;
        transition: .3s ease 0s;
    }
    .site-nav li a:hover {
        color: #fff;
    }
    .site-nav li {
        position: relative;
    }
    .site-nav li ul {
        border-top: 5px solid transparent;
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 9999;
    }
    .site-nav li ul ul {
        top: 0;
        left: 100%;
        border-top: 0;
    }
    .site-nav ul li:hover>ul {
        border-left: 0;
        display: block;
    }
    .site-nav li ul li a {
        background: #EFEFEF;
        border-bottom: 1px solid #F9F9F9;
        display: block;
        font-size: 11px;
        line-height: 2.181818182;
        padding: 8px 10px;
        width: 160px;
        white-space: normal;
    }
    .site-nav li ul li:hover a {
        background: #e9e9e9;
        color: #444444;
    }
    .entry-header .entry-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: var(--global--color-background);
    }
    body .site {
        padding: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .site-nav ul {
        position: absolute;
        width: 100%;
    }
    .site-nav ul ul a {
        width: auto;
        border-left: 10px solid #333333;
        border-right: 10px solid #333333;
    }
    .site-nav li:hover {
        display: inline-block;
        text-decoration: none;
        background: #333333;
        width: 100%;
    }
    .site-nav li a {
        padding: 0 20px;
        font-size: 14px;
        padding: 5px;
        border-bottom: 1px solid #333333;
        color: #ffffff;
        line-height: 2;
    }
    .entry-summary .read-more {
        height: auto;
    }
    .site-header {
        background: var(--global--color-footer-bg);
        margin-bottom: 0;
    }
    .site-nav {
        height: auto;
    }
    .wrapper {
        width: 100%;
    }
    .site-title-description {
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 0 60px;
        font-size: 30px;
        color: #FFFFFF;
    }
    .site-title-description a {
        color: #FFFFFF;
    }
    .site-title-description a:hover {
        color: #F1F1F1;
    }
    .site-title {
        font-size: 30px;
        font-weight: bold;
        color: #FFFFFF;
    }
}
@media screen and (max-width: 440px) {
    .site {
        padding: 0px;
    }
    .widget-area {
        padding: 0 10px;
    }
    .entry-header {
        margin-bottom: 10px;
    }
    .entry-header .entry-title {
        margin-bottom: 10px;
    }
    .alignleft.post-image {
        width: 100%;
        float:none;
    }
    img.alignleft {
        margin: 8px 0 0 0;
    }
    .entry-summary {
        text-align:left;
        /*text-align:center;*/
    }
    .entry-summary p{
        text-align:left;
    }
    .footer-copy {
        float: none;
        padding-right: 20px;
        text-align: center;
    }
    .footer-credit {
        float: none;
        margin-left: 0;
        margin-top: 10px;
        padding: 0 20px;
        text-align: center;
    }
    .site-footer {
        width: 100%;
        text-align: center;
    }
    .below-title-meta {
        width: 108.2%;
        margin-left: -4.1%;
    }
}
/*block styles*/
.block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.block-search__input {
    border: 1px solid #e1e1e1;
    flex-grow: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    min-width: 3em;
    padding: 8px;
}
.block-search__button {
    background: var(--global--color-primary);
    border: 1px solid #f1f1f1;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-left: -0.1em;
    padding: 0.375em 0.625em;
    word-break: normal;
    width: 35%;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
    .block-search__button {
        width: 46%;
        font-size: 12px;
    }
}
/* Print styles
----------------------------------------------- */
@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    a {
        text-decoration: none;
    }
    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.post-image {
        border-radius: 0;
        box-shadow: none;
    }
    .socialmedia img {
        display:none;
    }
    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    .site-header {
        margin-bottom: 72px;
        text-align: left;
    }
    #colophon,
    .site-content nav,
    .widget-area,
    .site-nav {
        display: none;
    }
    .wrapper {
        border-top: none;
        box-shadow: none;
    }
    .site-content {
        margin: 0;
        width: auto;
    }
    .entry-header .entry-title,
    .entry-title {
        font-size: 21pt;
    }
    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }
}
-------------------------------------------------------------- */
/* =toggle
-------------------------------------------------------------- */
.toggle-area {
}
.toggle-area label {
  color: #B2B2B2;
  font-size: 11px;
  margin: 5px 0;
  padding: 3px 10px;
  border: 1px solid #B2B2B2;
  border-radius: 6px;
}
.toggle-area p {
  color: #888888;
  font-size: 12px;
  padding: 5px 10px;
  /*background-color: #FCFCFC;*/
  border: 1px solid #F1F1F1;
  border-radius: 6px;
}
.toggle-check {
  display: none;
}
.toggle-inner {
   display: none; 
  /*visibility: hidden;*/
  /*transition: 1s;
  opacity: 0;*/
}
#toggle1 {
   display: none; 
  /*visibility: hidden;*/
  /*opacity: 0;
  transition: 2s;*/
}
#toggle1:checked ~ .toggle-inner {
   display: block; 
  /*visibility: visible;*/
  /*opacity: 1;
  transition: 1s;*/
}
#toggle2 {
   display: none; 
  /*visibility: hidden;*/
  /*opacity: 0;
  transition: 2s;*/
}
#toggle2:checked ~ .toggle-inner {
   display: block; 
  /*visibility: visible;*/
  /*opacity: 1;
  transition: 1s;*/
}
-------------------------------------------------------------- */
/* =click-view
-------------------------------------------------------------- */
.click-view {
}
.click-view label {
  color: #888888;
  font-size: 11px;
  margin: 5px 0;
  padding: 3px 10px;
  border: 1px solid #888888;
  border-radius: 6px;
}
.click-view p {
  padding: 0;
}
.view-check {
  display: none;
}
.view-inner {
   display: none; 
}
#view1 {
   display: none; 
}
#view1:checked ~ .view-inner {
   display: block; 
}
#view2 {
   display: none; 
}
#view2:checked ~ .view-inner {
   display: block; 
}
#view3 {
   display: none; 
}
#view3:checked ~ .view-inner {
   display: block; 
}
#view4 {
   display: none; 
}
#view4:checked ~ .view-inner {
   display: block; 
}
-------------------------------------------------------------- */
/* =MAIN BOX
-------------------------------------------------------------- */
#main-box {
    /*margin: 0 0 20px 0;*/
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
}
.main-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 0;
}
-------------------------------------------------------------- */
/* =[Custom] entry
-------------------------------------------------------------- */
/*色を指定します*/
.aka { color: #FF3333; }
.aka2 { color: #CC0000; }
.ao { color: #3333FF; }
.ao2 { color: #0000CC; }
.tya { color: #CC6600; }
.gray { color: #777777; }
.orange { color: #FF8800; }
.pink { color: #FF6666; }
.purple { color: #993399; }
/*文字を太くします*/
.b { font-weight: bold; }
/*文字のフォントを指定します*/
.big { font-size: 150%; }
.big1 { font-size: 120%; }
.big2 { font-size: 110%; }
/*最初の文字だけ大きくする*/
p.fl:first-letter { font-size: 150%; font-weight: bold; }
p.fl-1:first-letter { font-size: 120%; font-weight: bold; }
p.fl-2:first-letter { font-size: 110%; font-weight: bold; }
/*最初の文字の色を指定します*/
p.fl-aka:first-letter { color: #FF3333; }
p.fl-aka2:first-letter { color: #CC0000; }
p.fl-ao:first-letter { color: #3333FF; }
p.fl-ao2:first-letter { color: #0000CC; }
p.fl-tya:first-letter { color: #CC6600; }
p.fl-gray:first-letter { color: #777777; }
p.fl-orange:first-letter { color: #FF8800; }
p.fl-pink:first-letter { color: #FF6666; }
p.fl-purple:first-letter { color: #993399; }
/*文字を装飾します*/
.line { background-color: #FFFF66; }
.y-line { background: linear-gradient(transparent 10%, #FFFF66 0%); }
.y-line10 { background: linear-gradient(transparent 10%, #FFFF66 0%); }
.y-line30 { background: linear-gradient(transparent 30%, #FFFF66 0%); }
.y-line50 { background: linear-gradient(transparent 50%, #FFFF66 0%); }
.y-line60 { background: linear-gradient(transparent 60%, #FFFF66 0%); }
.p-line { background: linear-gradient(transparent 10%, #FFAACC 0%); }
.p-line10 { background: linear-gradient(transparent 10%, #FFAACC 0%); }
.p-line30 { background: linear-gradient(transparent 30%, #FFAACC 0%); }
.p-line50 { background: linear-gradient(transparent 50%, #FFAACC 0%); }
.p-line60 { background: linear-gradient(transparent 60%, #FFAACC 0%); }
.b-line { background: linear-gradient(transparent 10%, #A8EAFF 0%); }
.b-line10 { background: linear-gradient(transparent 10%, #A8EAFF 0%); }
.b-line30 { background: linear-gradient(transparent 30%, #A8EAFF 0%); }
.b-line50 { background: linear-gradient(transparent 50%, #A8EAFF 0%); }
.b-line60 { background: linear-gradient(transparent 60%, #A8EAFF 0%); }
/*文字にアンダーライン*/
.uline { line-height:200%; border-bottom:dotted 2px #999999; }
.uline1 { line-height:200%; border-bottom:dotted 2px #999999; }
.uline2 { line-height:200%; border-bottom:dotted 3px #999999; }
.uline3 { line-height:200%; border-bottom:dotted 5px #999999; }
.uline-tya { line-height:200%; border-bottom:dotted 2px #CC6600; }
.uline1-tya { line-height:200%; border-bottom:dotted 2px #CC6600; }
.uline2-tya { line-height:200%; border-bottom:dotted 3px #CC6600; }
.uline3-tya { line-height:200%; border-bottom:dotted 5px #CC6600; }
.uline-orange { line-height:200%; border-bottom:dotted 2px #FF8800; }
.uline1-orange { line-height:200%; border-bottom:dotted 2px #FF8800; }
.uline2-orange { line-height:200%; border-bottom:dotted 3px #FF8800; }
.uline3-orange { line-height:200%; border-bottom:dotted 5px #FF8800; }
.uline-pink { line-height:200%; border-bottom:dotted 2px #FF6666; }
.uline1-pink { line-height:200%; border-bottom:dotted 2px #FF6666; }
.uline2-pink { line-height:200%; border-bottom:dotted 3px #FF6666; }
.uline3-pink { line-height:200%; border-bottom:dotted 5px #FF6666; }
.uline-purple { line-height:200%; border-bottom:dotted 2px #993399; }
.uline1-purple { line-height:200%; border-bottom:dotted 2px #993399; }
.uline2-purple { line-height:200%; border-bottom:dotted 3px #993399; }
.uline3-purple { line-height:200%; border-bottom:dotted 5px #993399; }
/*文字列の位置を指定します*/
.goto { margin:10px 0; text-align: right; }
.goto img { vertical-align: bottom; }
.goto span { font-size: 110%; font-weight: bold; }
/*ボタン*/
.link-button {
    margin: 30px auto;
}
.link-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #888888;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    text-decoration:none;
}
.link-button-radius5 a { /*シンプルボタン(四角)*/
    border-radius: 5px;
}
.link-button-radius25 a { /*シンプルボタン(角丸)*/
    border-radius: 25px;
}
div.link-button a {
    color: #fff;
}
.link-button a:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.link-button a:hover {
    background-color: #999999;
}
.link-button-pr {
    font-size:60%;
}
.link-button-aka a { background-color: #FF3333; }
.link-button-aka a:hover { background-color: #EF2323; }
.link-button-aka2 a { background-color: #CC0000; }
.link-button-aka2 a:hover { background-color: #BC0000; }
.link-button-ao a { background-color: #3333FF; }
.link-button-ao a:hover { background-color: #2323EF; }
.link-button-ao2 a { background-color: #0000CC; }
.link-button-ao2 a:hover { background-color: #0000BC; }
.link-button-tya a { background-color: #CC6600; }
.link-button-tya a:hover { background-color: #BC5600; }
.link-button-gray a { background-color: #777777; }
.link-button-gray a:hover { background-color: #676767; }
.link-button-orange a { background-color: #FF8800; }
.link-button-orange a:hover { background-color: #EF7800; }
.link-button-pink a { background-color: #FF6666; }
.link-button-pink a:hover { background-color: #EF5656; }
.link-button-purple a { background-color: #993399; }
.link-button-purple a:hover { background-color: #892389; }
