/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.33.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Lightning WordPress theme, Copyright (C) 2015-2026 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/


.container {
	max-width : 100%;
}

.roundtitle_wrap {
    background: -webkit-repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 8px, #f0f0f0 8px, #f0f0f0 18px);
    background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 8px, #f0f0f0 8px, #f0f0f0 18px);
    height: 230px;
    overflow: hidden;
    margin-bottom: 60px;
}

.roundtitle_inner {
    width: 100%;
    max-width: 1024px;
    background: #fff;
    position: relative;
    top: 70px;
    text-align: center;
    width: 290px;
    padding-top: 14em;
    margin: 0 auto;
    border-left: 0;
    border-radius: 50% 50% 0 0;
}

.main-section h2.roundtitle {
    text-align: center;
    margin: 0 auto;
    border-left: 0;
    position: relative;
    top: -6em;
    font-weight: bold;
    color: #009fe6;
    font-size: 24px;
    /* font-size: 2.4rem; */
    line-height: 1.4;
    border-top: unset;
}

.main_col_wrap {
	max-width: 1024px;
    margin: 0 auto;
}




.mt0 {
    margin-top: 0px !important;
}

.btn_cv {
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 434px;
    color: #fff;
    background: #009fe6;
    margin: 2em auto 3em;
    padding: 8px 1em 6px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.3;
    text-decoration: none;
}

.btn_cv span {
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.btn_cv span::before {
    right: -32px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 50%;
}

.btn_cv span::before, .btn_cv span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn_cv span::after {
    right: -31px;
    content: "";
    border: 5px solid #009fe6;
    height: 0;
    width: 0;
    border-color: transparent;
    border-top-color: #009fe6;
    -webkit-transform: rotate(45deg);
    transform: rotate(-90deg);
}




.economicalWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.economicalPanel {
    width: 49%;
    padding: 54.7px 20px 30px;
    margin-top: 74px;
    background-color: #e5e9ec;
}

.economicalPanel-heading {
    display: flex;
}

.economicalPanel-heading picture {
    width: 100%;
    max-width: none;
    margin-right: 0;
    transform: translateY(-88px);
    margin-bottom: -88px;
    display: block;
}

.economicalPanel-heading picture img {
    width: 100%;
}

.economicalPanel-body {
    margin-top: 30px;
}

.economicalPanel-contents
 {
    width: 100%;
    display: block;
}

.economicalPanel-detail {
    display: flex;
    justify-content: space-between;
}

.economicalPanel-icon {
    display: block;
    width: 15%;
}

.economicalPanel-detail p.text {
    color: #333;
    font-size: 15px;
    line-height: 2;
    width: 82%;
}

.economicalPanel-detail p {
    text-align: left;
    margin-bottom: 40px;
}

.economicalPanel-detail:last-child {
    display: none;
}

.economicalPanel-contents p.annotation {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
}

.economicalPanel-contents a {
    margin: 30px auto 0;
}

.economicalBtn {
    width: 295px;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #009dff;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 295px;
    font-size: 16px;
    line-height: 1.25;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
}

img, video, object, canvas, svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}




h3:where(:not(.wp-block-post-title)) {
	border-bottom: unset;
}

h3:where(:not(.wp-block-post-title)):after {
    content: "";
    display: none;
}


.catalogs .bg {
    background: url(images/top/sp_bg.png) no-repeat center 210px;
    background-size: contain;
}

header .head-cover {
    margin: auto;
}

@media screen and (min-width: 768px) {
    .logo, #head-band-in, div[id*="head-band"] .band-menu, #site-header .head-cover, #site-header #gnavi, #foot-in {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .logo, #head-band-in, div[id*="head-band"] .band-menu, #site-header .head-cover, #site-header #gnavi, #foot-in {
        max-width: 960px;
    }
}
@media screen and (min-width: 768px) {
    .logo, #head-band-in, div[id*="head-band"] .band-menu, #site-header .head-cover, #site-header #gnavi, #foot-in {
        max-width: 1024px;
    }
}

.site-header-logo {
    padding: 20px 10px 20px 10px;
}

.site-header-logo {
    padding: 20px 10px 20px 10px;
    max-width: 458px;
    margin: 0;
}

@media (min-width: 1023px) {
    .site-header-logo {
        float: left;
        padding: 30px 10px 27px 10px;
        /* padding: 45px 10px 27px 10px; */
    }
}

#head-login-button {
    width: 100%;
    margin-top: 4px;
}

@media (min-width: 768px) {
    #head-login-button {
        width: 100%;
        overflow: hidden;
        float: right;
        max-width: 200px;
        margin-top: 19px;
        margin-left: 16px;
    }
}


#head-login-button a {
    padding: 3px;
}
#head-login-button a {
    color: #333;
    display: block;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    width: 100%;
    padding: 0px;
}

#head-login-button a i {
    color: #0091d2;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#head-login-button .text {
    font-size: 16px;
    font-weight: normal;
}
#head-login-button a .banner {
    font-size: 13px;
    color: #FFF;
    line-height: 1.1;
    font-weight: bold;
    background: linear-gradient(45deg, #f39cbe 0%, #f39cbc 48.04%, #31c9f1 48.05%, #32c8f3 100%);
    padding: 7px;
    position: relative;
}

#head-login-button a .banner:before {
    content: "\f138";
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.rightbar {
    max-width: 210px;
    margin: 20px 0 0;
}
.head-cover .rightbar {
    display: none;
    float: right;
}
@media (min-width: 1023px) {
    .head-cover .rightbar {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.head-cover .rightbar .btn_guide {
    display: block;
    width: 100%;
    padding: 2px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #0091d2;
    background: -webkit-gradient(-14deg, linear, left top, left bottom, from(#0091d2), color-stop(0.5, #0091d2), color-stop(0.5, #009fe6), to(#009fe6));
    background: -moz-linear-gradient(-14deg, #0091d2 0%, #0091d2 50%, #009fe6 50%, #009fe6);
    background: linear-gradient(-14deg, #0091d2 0%, #0091d2 50%, #009fe6 50%, #009fe6);
}
.head-cover .rightbar a {
    position: relative;
}
a, a:hover {
    transition: .4s ease 0s;
}
a {
    word-break: break-all;
    color: #4169e1;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

div#head-search {
    position: relative;
    margin-top: 3px;
    width: 100%;
}
#head-search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

#head-search input[type="text"], #head-search button[type="submit"] {
    background: none;
    border: 0;
    height: 24px;
}
input.head-search-field {
    padding: 5%;
    border: solid #f0f0f0 3px !important;
}
.head-search-form {
    width: 100%;
    margin-top: -15px;
}
#head-search button[type="submit"] {
    font-size: 1rem;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0;
    margin: 0 0 0 -30px;
    width: 30px;
    color: #bbb;
}

#head-search input[type="text"], #head-search button[type="submit"] {
    background: none;
    border: 0;
    height: 24px;
}
#head-search button[type="submit"]:before {
    font-family: Fontawesome;
    content: "\f002";
}




@media screen and (max-width: 767px) {
    .economicalWrap {
        display: block;
        justify-content: space-between;
        margin-bottom: 90px;
    }
    
    .economicalPanel {
        width: 100%;
        padding: 54.7px 20px 30px;
        margin-top: 74px;
        background-color: #e5e9ec;
    }
}











@media (min-width: 1023px) {
    #nav {
        border: none;
    }
}


@media (min-width: 1023px) {
    #nav, #gnavi li a {
        background: rgba(255, 255, 255, 0);
    }
}

#nav, #gnavi li a, .mobile-nav {
    color: rgb(17, 17, 17);
    background: rgb(255, 255, 255);
}


#nav {
    position: relative;
    z-index: 20;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}

#nav {
    border: none;
}

#gnavi {
    margin: auto;
}

.menu-global_menu-container {
    font-size: 16px;
}

@media (min-width: 1023px) {
    .menu-global_menu-container {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}


#gnavi ul {
    text-indent: 0px;
    margin: 0px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    #gnavi ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1023px) {
    #gnavi ul {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}


@media (min-width: 1023px) {
    .current-menu-item, .current_page_item, .current-page-ancestor {
        background-color: #009fe6;
    }
}

#gnavi li, #gnavi li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

#gnavi li {
    float: left;
    position: relative;
    list-style-type: none;
}

@media (min-width: 992px) {
    #gnavi li {
        min-width: 1px;
        flex: 0 0 auto;
        background: rgb(0, 153, 255);
    }
}

@media (min-width: 1023px) {
    #gnavi li {
        background: none;
        width: 20%;
    }
}

#nav, #gnavi li a, .mobile-nav {
    color: rgb(17, 17, 17);
    background: rgb(255, 255, 255);
}

#gnavi li, #gnavi li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

#gnavi li a {
    transition: 0.4s;
    border-bottom: 0px;
    padding: 16px 18px;
}

@media (min-width: 1023px) {
    #nav, #gnavi li a {
        background: rgba(255, 255, 255, 0);
    }
}

#gnavi .current-menu-item > a, #gnavi .current-menu-ancestor > a, #gnavi .current_page_item > a, #gnavi .current_page_ancestor > a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
}

.page-id-141 #gnavi li.menu-item-29 > a, .category #gnavi li.menu-item-38 > a, .single #gnavi li.menu-item-38 > a, #gnavi .current-menu-item > a, #gnavi .current-menu-ancestor > a, #gnavi .current_page_item > a, #gnavi .current_page_ancestor > a, #gnavi .current-page-ancestor > a {
    background: none repeat scroll 0 0 #009fe6;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 1023px) {
    #gnavi li a span {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: 4em;
        position: relative;
        top: .5em;
    }
}

@media (min-width: 1023px) {
    .menu-item-20 a:hover span::before, .current-menu-item.menu-item-20 a span::before, .current_page_item.menu-item-20 a span::before {
        content: url(images/common/icon_home_white.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
        font-weight: normal;
    }
}

@media (min-width: 1023px) {
    .menu-item-20 a span::before {
        content: url(images/common/icon_home.png);
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
    }
}

@media (min-width: 1023px) {
    .page-id-141 .menu-item-29::after, .category .menu-item-38::after, .single .menu-item-38::after, .current-menu-item::after, .current_page_item::after, .current-page-ancestor::after {
        content: "";
        border: 10px solid #009fe6;
        height: 0;
        width: 0;
        margin-left: -10px;
        border-color: transparent;
        border-top-color: #009fe6;
        position: absolute;
        left: 50%;
        bottom: -20px;
    }
}

@media (min-width: 1023px) {
    .menu-item-38 a span::before {
        content: url(images/common/icon_news.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
    .current-menu-item.menu-item-38 a span::before, .current_page_item.menu-item-38 a span::before {
        content: url(images/common/icon_news_white.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
}

@media (min-width: 1023px) {
    .menu-item-28 a span::before {
        content: url(images/common/icon_catalogs.png);
        display: inline-block;
        height: 40%;
        vertical-align: middle;
    }
    .current-menu-item.menu-item-28 a span::before, .current_page_item.menu-item-28 a span::before {
        content: url(images/common/icon_catalogs_white.png);
        display: inline-block;
        height: 40%;
        vertical-align: middle;
    }
}

@media (min-width: 1023px) {
    .menu-item-29 a span::before, current-page-ancestor.menu-item-29 a span::before {
        content: url(images/common/icon_jkk.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
    .current-menu-item.menu-item-29 a span::before, .current_page_item.menu-item-29 a span::before {
        content: url(images/common/icon_jkk_white.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
}

@media (min-width: 1023px) {
    .menu-item-33 a span::before {
        content: url(images/common/icon_contact.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
    .current-menu-item.menu-item-33 a span::before, .current_page_item.menu-item-33 a span::before {
        content: url(images/common/icon_contact_white.png);
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
}



.top_mv {
    width: 100%;
    background: url(images/top/mv.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -1.6rem;
}

.top_mv h2 {
    max-width: 600px;
    margin: 0 auto;
    padding: 5em 0.5em;
    text-align: center;
}

@media (min-width: 1023px) {
    .top_mv h2 {
        padding: 9em 2em;
    }
}






#copyright {
    display: block !important;
    visibility: visible !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    text-align: center !important;
    color: white !important;
}

.row {
    margin: 0;
}

#copyright .row {
    padding: 40px 0 20px;
}


#copyright p {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    text-align: right;
}

.dispF {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.jcSb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fwW {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


#copyright .row li {
    list-style: none;
    text-align: left;
    font-size: 14px;
}


#copyright .row li:first-child {
    font-size: 18px;
    font-weight: bold;
}

#copyright .row li a {
    display: block;
    color: #fff;
    padding: 6px 0;
}

#copyright {
    background: #444444;
}

#copyright .fl_about {
    min-width: 245px;
    text-align: left;
}

#copyright .fl_about figure {
    width: 216px;
    margin-top: .6em;
}

#copyright .fl_about .f_title {
    background: #fff;
    color: #000000;
    min-width: 74px;
    display: inline-block;
    text-align: center;
    margin-top: 2em;
}

#copyright p {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    text-align: right;
}

#copyright p {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    text-align: right;
}

#copyright .fl_about p {
    text-align: left;
    line-height: 1.8;
    margin-top: .6em;
}

#copyright .fl_about .f_organization {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 1.0em;
}

#copyright .fl_about p {
    text-align: left;
    line-height: 1.8;
    margin-top: .6em;
}

roundtitle_wrap {
    background: -webkit-repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 8px, #f0f0f0 8px, #f0f0f0 18px);
    background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 8px, #f0f0f0 8px, #f0f0f0 18px);
    height: 230px;
    overflow: hidden;
    margin-bottom: 60px;
}

.roundtitle_inner {
    width: 100%;
    max-width: 1024px;
    background: #fff;
    position: relative;
    top: 70px;
    text-align: center;
    width: 290px;
    padding-top: 14em;
    margin: 0 auto;
    border-left: 0;
    border-radius: 50% 50% 0 0;
}

section h2.roundtitle {
    text-align: center;
    margin: 0 auto;
    border-left: 0;
    position: relative;
    top: -6em;
    font-weight: bold;
    color: #009fe6;
    font-size: 24px;
    /* font-size: 2.4rem; */
    line-height: 1.4;
    border-top: unset;
}
section.news .list, section.news .list li, section.news .list .post-categories, section.news .list .post-categories li {
    list-style: none;
}
section.news .list {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1023px) {
    section.news .list {
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-top: 3.5rem;
    }
}
.list > li {
    padding: .7em 0;
    font-size: 14px;
}
.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}
.list li .post-categories {
    display: inline-block;
    float: left;
    width: auto;
}
.list li .post-categories li {
    margin-right: 1em;
}
.list > li a {
    color: #111;
}
.list li .post-categories li a[href*="jkk-news/"] {
    background-color: #343434;
}
.list li .post-categories li a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 150px;
    text-align: center;
    padding: 3px 0px 2px;
    color: #fff;
    font-size: 10px;
    float: left;
}
.list li .post-categories li a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 150px;
    text-align: center;
    padding: 3px 0px 2px;
    color: #fff;
    font-size: 10px;
    float: left;
}
.list li .post-categories li a[href*="notice/"] {
    background-color: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 2px 0px 1px;
}
.list li .list_time {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-top: 3px;
    margin-right: 1em;
}
.list li .list_title {
    display: inline-block;
    float: left;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
section .list li .list_title {
    width: -webkit-calc(100% - 378px);
    width: calc(100% - 378px);
}
.list li .list_detail {
    display: inline-block;
    float: right;
    color: #fff;
    background: #009fe6;
    text-align: center;
    font-size: 12px;
    padding: 3px 8px 2px;
    margin: 0;
}
.list li .post-categories li a {
    display: inline-block;
    box-sizing: border-box;
    min-width: 150px;
    text-align: center;
    padding: 3px 0px 2px;
    color: #fff;
    font-size: 10px;
    float: left;
}
pre, ul, ol {
    margin: 0 0 1.6em;
}
body.home ul {
    margin: 0 0 1.6em !important;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.about .dispF {
    flex-direction: column;
    -webkit-flex-direction: column;
}
@media (min-width: 1023px) {
    .about .dispF {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-box-align: flex-start;
        align-items: flex-start;
    }
}

.about img, .about .disc {
    margin-top: 2em;
}
@media (min-width: 1023px) {
    .about img {
        margin-right: 3em;
        margin-left: 1em;
    }
}

body:not(.home) .head-search-form {
    margin-top: 0px;
}

/* Ensure menu-item-20 uses normal icon when not active */
@media (min-width: 1023px) {

    /* Ensure menu-item-20 only shows white icon when it has active classes */
    .menu-item-20.current-menu-item a span::before,
    .menu-item-20.current_page_item a span::before {
        content: url(images/common/icon_home_white.png) !important;
        display: inline-block;
        vertical-align: middle;
        height: 40%;
        font-weight: normal;
    }
}
@media (min-width: 1023px) {
    .inwrap.main_col_wrap, .inwrap.main_col_wrap, .main_col_wrap {
        width: 100%;
    }
}















.breadcrumb_wrap {
    background: #fafafa;
    height: 3.4em;
    position: relative;
}


#breadcrumb {
    margin: 30px 10px 25px 10px;
}
@media (min-width: 1023px) {
    #breadcrumb, .chatch01 {
        width: 100%;
    }
}
#breadcrumb {
    width: 94%;
    max-width: 1024px;
    margin: 1em auto;
    position: relative;
    top: .9em;
}
@media (min-width: 992px) {
    #breadcrumb, .head-cover {
        display: block !important;
    }
}
#breadcrumb, #breadcrumb a {
    color: #111;
    text-decoration: none;
}


.main-section {
    width: 100%;
}



#primary {
    border: 1px solid transparent;
}
@media (min-width: 992px) {
    #primary, #field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
#primary, #pnavi, #section, .grid {
    border: 1px solid transparent;
}
#primary, #pnavi, #section, .grid {
    border: 1px solid transparent;
}
#primary, #pnavi, #section, .grid {
    border: none;
}
#primary {
    position: relative;
}

.titlewrap {
    background: #f0f0f0;
}

.titleinner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.titlewrap .entry-title, .chatch01 {
    width: 94%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.3;
    padding: 2.7rem 0;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
@media (min-width: 1023px) {
    #breadcrumb, .chatch01 {
        width: 100%;
    }
}
@media (min-width: 1023px) {
    .titlewrap .entry-title, .chatch01 {
        width: 100%;
    }
}
@media (min-width: 1023px) {
    .chatch01 {
        text-align: left;
    }
}

#main {
    -webkit-box-flex: 0 1 772px;
    -webkit-flex: 0 1 772px;
    -ms-flex: 0 1 772px;
    flex: 0 1 772px;
    max-width: 772px;
    min-width: 1px;
    float: left;
}
@media (min-width: 1023px) {
    #main {
        float: left;
    }
}
#main {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    float: none;
}
.home #main, .page #main, .error404 #main {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    padding: 0;
}
.home #main, .page #main, .error404 #main {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    padding: 0;
}

ul {
	list-style : none;
}
.archive .list > li:not(:last-child), .inwrap .list > li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.list li .post-categories {
    display: inline-block;
    float: left;
    width: auto;
}

.list li .list_time {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-top: 3px;
    margin-right: 1em;
}

.page-template-news .list li .list_title, .archive .list li .list_title, .aboutpage .list li .list_title, .frontpage .list li .list_title
Specificity: (0,3,1)
 {
    width: -webkit-calc(100% - 378px);
    width: calc(100% - 378px);
}

.list li .list_title, .archive .list li .list_title, .aboutpage .list li .list_title, .frontpage .list li .list_title {
    width: -webkit-calc(100% - 378px);
    width: calc(100% - 378px);
}

.list li .post-categories li a[href*="event/"] {
    background-color: #bedb37;
}
.list li .post-categories li a[href*="catalogs_tokubetu/"] {
    background-color: #e89f5e;
}
.list li .post-categories li a[href*="catalogs_sougou/"] {
    background-color: #5dbce6;
}


#side {
    -webkit-box-flex: 0 0 366px;
    -webkit-flex: 0 0 366px;
    -ms-flex: 0 0 366px;
    flex: 0 0 366px;
    width: 366px;
    min-width: 1px;
    float: right;
}
@media (min-width: 992px) {
    #side {
        -ms-flex-preferred-size: 366px;
        -webkit-flex-basis: 366px;
        flex-basis: 366px;
        width: 366px;
    }
}
@media (min-width: 992px) {
    #side {
        -ms-flex-preferred-size: 366px;
        -webkit-flex-basis: 366px;
        flex-basis: 366px;
        width: 366px;
    }
}
#side {
    width: 100%;
}
@media (min-width: 1023px) {
    #side {
        width: 230px;
    }
}

#main {
    -webkit-box-flex: 0 1 772px;
    -webkit-flex: 0 1 772px;
    -ms-flex: 0 1 772px;
    flex: 0 1 772px;
    max-width: 772px;
    min-width: 1px;
    float: left;
}
#main {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    float: none;
}
@media (min-width: 1023px) {
    #main {
        float: left;
    }
}
.home #main, .page #main, .error404 #main {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    padding: 0;
}
.home #main, .page #main, .error404 #main {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    padding: 0;
}
.inwrap.main_col_wrap #main, .main_col_wrap.main_col {
    width: 100%;
    margin: 1em 0;
}
@media (min-width: 1023px) {
    .inwrap.main_col_wrap #main, .main_col_wrap.main_col, .main_content {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        margin: 3.5em 0;
    }
}
div[id*="side-"], #col3 {
    padding: 20px 0;
    border: 1px solid #ddd;
    background: #fff;
}
div[id*="side-"], #col3 {
    border: 1px solid transparent;
}
div[id*="side-"], #col3 {
    border: 1px solid transparent;
}

.widget_categories, .widget_archive {
    margin-bottom: 5px;
}
#side .widget, #side .about {
    margin: 3.5rem 0 0 0;
    padding: 0;
}
#side .widget, #col3 .widget {
    word-break: break-all;
    margin: 0 6px;
    padding: 20px 7px;
    border: 1px solid transparent;
}




#side h3, #col3 h3, #side h4, #col3 h4 {
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold;
    color: #111;
    margin: 4px 0 20px 0;
    padding: 4px 0;
}

#side h3 {
    background-color: #5dbce6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1.2em 1em 1em;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
}
#side h3::before {
    content: url(images/common/side_logo.png);
    position: absolute;
    top: -0.95em;
    right: 0;
}

#side ul li, #col3 ul li {
    list-style-type: none;
    line-height: 2;
    margin: 0;
    padding: 0;
}
#side ul li a {
    padding: 1.5em 1rem;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    width: 100%;
    background-color: #f6f6f6;
    color: #343434;
}
#sidebar li a::before {
    content: "";
    padding-left: 1.2rem;
    border-left: solid 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
#sidebar li a[href*="event/"]::before {
    border-color: #bedb37;
}
#sidebar li a[href*="notice/"]::before {
    border-color: #d9d9d9;
}
#sidebar li a[href*="catalogs_tokubetu/"]::before {
    border-color: #e89f5e;
}
#sidebar li a[href*="catalogs_sougou/"]::before {
    border-color: #5dbce6;
}
#sidebar li a[href*="government_info/"]::before {
    border-color: #7b7b7b;
}

.c-catalog-mv {
    padding-top: 82px;
    padding-bottom: 212px;
    text-align: center;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background-repeat: no-repeat;
    background-position: bottom center, top center;
    background-size: auto, cover;
}

.c-catalog-mv__box {
    border: 3px solid #fff;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
}
.c-catalog-mv__box__title {
    font-size: 24px;
    letter-spacing: 0.1em;
    /* font-weight: bold; */
    margin-bottom: 10px;
}
.c-catalog-mv__box__text {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .catalogs_wrap {
        background: url(images/top/sp_bg.png) no-repeat center 100%;
        background-size: contain;
    }
}
@media (min-width: 1023px) {
    .inwrap.main_col_wrap, .inwrap.main_col_wrap, .main_col_wrap {
        width: 100%;
    }
}

.inwrap.main_col_wrap, .post_wrap, .main_col_wrap {
    width: 94%;
    max-width: 1024px;
    margin: 0 auto;
}

.inwrap .main_col {
    margin-top: 3em;
}
@media (min-width: 1023px) {
    .inwrap .main_col {
        margin-top: 3em;
        margin-bottom: 2.5em;
    }
}

@media screen and (min-width: 768px) {
    .catalogs_list, .catalogs_sub_list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

.catalogs_list li h2 {
    border-left: #009fe6 4px solid;
    padding-top: 0.2em;
    padding-left: 1.6em;
    font-size: 22px;
    font-size: 1.4rem;
    margin-bottom: 1.4em;
}
.catalogs_list li h2.gr-title {
    border-left: #72706f 4px solid !important;
}
.catalogs_list li figure {
    float: left;
    width: 144px;
    margin-bottom: 28px;
}
.catalogs_list li .read {
    padding-left: 164px;
}



.catalogs_list li {
    list-style: none;
    margin-bottom: 4em;
}
@media (min-width: 1023px) {
    .catalogs_list li {
    }
}

@media screen and (min-width: 768px) {
    .catalogs_list li {
        width: 46%;
        margin-bottom: 5em;
    }
}
@media screen and (min-width: 768px) {
    .catalogs_list li:nth-child(even) {
        margin-left: 8%;
    }
}
.catalogs_list li .btn_cv {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 0 12px;
}
.c-page-mv {
    padding: 62px 42px;
    color: #fff;
}

.c-page-mv.is-about {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 12vw;
    padding-bottom: 12vw;
    text-align: center;
    color: #333;
}


.c-page-mv.is-about .c-page-mv__titleimg {
    margin-bottom: 24px;
}



.c-page-mv__title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c-page-mv.is-about .c-page-mv__title {
    font-size: 32px;
}


.c-page-mv__text {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c-page-mv.is-about .c-page-mv__text {
    font-size: 19px;
}

.inwrap.main_col_wrap, .post_wrap, .main_col_wrap {
    width: 94%;
    max-width: 1024px;
    margin: 0 auto;
}
@media (min-width: 1023px) {
    .inwrap.main_col_wrap, .inwrap.main_col_wrap, .main_col_wrap {
        width: 100%;
    }
}



.column_2box {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}


@media (min-width: 1023px) {
    .column_2box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.c-boxlist {
    display: flex;
    flex-wrap: wrap;
}
.column_2box a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
}
.coverimg {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #e1f1ff;
    overflow: hidden;
    position: relative;
}
.coverimg img {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50%;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.column_2box a .disc {
    background-color: #45b3e5;
    position: relative;
    padding: 2.2em 1em 0;
    color: #fff;
    text-decoration: none;
    width: 50%;
}
.column_2box a .disc::before {
    content: "";
    border: 10px solid #45b3e5;
    height: 0;
    width: 0;
    border-color: transparent;
    border-top-color: #45b3e5;
    position: absolute;
    top: 30%;
    left: -1.25em;
    transform: rotate(90deg);
}
.column_2box a .disc h2 {
    font-size: 1rem;
    margin-bottom: 1.8rem;
    text-align: center;
}
@media (min-width: 1023px) {
    .box_left {
        margin-left: 0px !important;
        margin-right: 30px !important;
    }
}
.dispF {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.mb30 {
    margin-bottom: 30px !important;
}
.column_2box > div {
    max-width: 496px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 1023px) {
    .column_2box > div {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .column_2box > div {
        width: calc(50% - 30px);
    }
}


.column_2box a .disc p, .column_2box a .disc span, .column_2box a .disc a {
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: bold;
 }
 .column_2box a .disc p, .column_2box a .disc span, .column_2box a .disc a {
    font-size: 0.7rem;
}
.wpcf7 {
    width: 94%;
    max-width: 1024px;
    margin: 0 auto;
}
@media (min-width: 1023px) {
    .wpcf7 {
        width: 100%;
    }
}
.wpcf7-form {
    padding: 1.5em 1.5em 0;
    border: 1px solid #ddd;
    background: #fafafa;
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
}
.wpcf7-form p {
    margin-bottom: 1em;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
@media (max-width: 767px) {
.list_title{
        width: 100% !important;
        float: none;
        white-space: normal;
        margin-right: 0;
        overflow: inherit;
        -o-text-overflow: clip;
        text-overflow: clip;
        -webkit-backface-visibility: inherit;
        backface-visibility: inherit;
    }
}
@media (max-width: 767px) {
    .list li .list_detail {
        display: none;
    }
}


.c-page-mv {
    padding: 62px 42px;
    color: #fff;
}

@media (max-width: 768px) {
    .c-page-mv {
        padding: 42px 22px;
        background-size: cover;
        background-position: center center;
    }
}


.chatch04 {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem 0.7rem;
    margin: 5rem 0 1rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    background: #e1f1ff;
    background: -webkit-gradient(-14deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.5, #e1f1ff), color-stop(0.5, #89b9e6), to(#89b9e6));
    background: -moz-linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
    background: linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
}
@media (max-width: 768px) {
    .l-post-content h2 {
        background: #e1f1ff;
        background: -webkit-gradient(-40deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.12, #e1f1ff), color-stop(0.12, #89b9e6), to(#89b9e6));
        background: -moz-linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
        background: linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
    }
}
@media (max-width: 768px) {
    .l-post-content h2 {
        background: #e1f1ff;
        background: -webkit-gradient(-40deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.12, #e1f1ff), color-stop(0.12, #89b9e6), to(#89b9e6));
        background: -moz-linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
        background: linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
    }
}
.l-post-content h2 {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem 0.7rem;
    margin: 5rem 0 1rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    background: #e1f1ff;
    background: -webkit-gradient(-14deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.5, #e1f1ff), color-stop(0.5, #89b9e6), to(#89b9e6));
    background: -moz-linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
    background: linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
}
@media (max-width: 767px) {
    .chatch04 {
        background: #e1f1ff;
        background: -webkit-gradient(-40deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.12, #e1f1ff), color-stop(0.12, #89b9e6), to(#89b9e6));
        background: -moz-linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
        background: linear-gradient(-40deg, #e1f1ff 0%, #e1f1ff 12%, #89b9e6 12%, #89b9e6);
    }
}
.border_box {
    border: #f4f4f4 solid 5px;
    padding: 3rem 2.5rem 2.5rem;
}


.chatch05 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.l-post-content h3 {
    font-weight: bold;
    margin-top: 2.0em;
    margin-bottom: .5em;
}
.chatch08 span {
    color: #009fe6;
    padding-right: 0.5em;
    font-weight: normal;
}



.c-login-items {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .c-login-items {
        flex-wrap: wrap;
    }
}


.c-login-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
    flex-basis: calc(50% - 16px);
    padding: 40px 40px 20px;
}
.c-login-item.is-kyozai {
    background: #00B9EE;
    color: #FFF;
}
@media (max-width: 768px) {
    .c-login-item {
        margin-bottom: 10px;
        margin-top: 10px;
        flex-basis: calc(100%);
    }
}
.c-login-item span:first-child {
    min-height: 70px;
    margin-bottom: 12px;
}

.c-login-item span {
    display: block;
    text-align: center;
    width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
img, video, object, canvas, svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.c-login-item span:last-child {
    font-size: 20px;
}

.c-login-item span {
    display: block;
    text-align: center;
    width: 100%;
}



.c-login-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
    flex-basis: calc(50% - 16px);
    padding: 40px 40px 20px;
}
.c-login-item.is-hoken {
    background: #ED86AE;
    color: #FFF;
}
@media (max-width: 768px) {
    .c-login-item {
        margin-bottom: 10px;
        margin-top: 10px;
        flex-basis: calc(100%);
    }
}
.c-login-item span:last-child {
    font-size: 20px;
}







.l-post-content p {
    font-size: 16px;
    font-size: 1.2rem;
    margin: 0 0 1.6em;
}
.mb60 {
    margin-bottom: 60px !important;
}
.catalogs_sub_list li {
    position: relative;
    list-style: none;
    padding: 20px 4% 100px;
    margin-bottom: 4%;
    box-shadow: 3px 3px 26px 0px rgba(173, 177, 175, .35);
}


.btn_cv {
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 434px;
    color: #fff;
    background: #009fe6;
    margin: 2em auto 3em;
    padding: 8px 1em 6px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.3;
    text-decoration: none;
}
.catalogs_sub_list li .btn_cv {
    position: absolute;
    bottom: 34px;
    left: 0;
    margin: 0 5.8%;
    width: 88.4%;
    max-width: 88.4%;
}

.post a {
    text-decoration: underline;
}

.btn_cv {
    text-decoration: none;
}

.jkkletter-new {
    width: 100%;
    height: auto;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    padding: 0;
    border-left: none;
}
@media (max-width: 767px) {
    .entry-title, #front-page-title, .post h2, .post h3, .related, .discussion, .tb {
        font-size: 24px;
    }
}
.jkkletter-new h2 {
    margin-bottom: 0;
    border-bottom: 3px solid #111;
    font-weight: bold;
    font-size: 3rem;
}
.post h2:first-child, .post h3:first-child {
    margin-top: 30px;
}

.jkkletter-new__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .jkkletter-new__container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.jkkletter-new__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.jkkletter-newt a {
    text-decoration: underline;
}
.jkkletter-new__container--image {
    display: block;
    width: 50%;
    height: auto;
}
.jkkletter-new__container--image img {
    width: 100%;
    height: auto;
    border: 1px solid;
}
.jkkletter-new__container--block {
    width: 50%;
    height: auto;
}
.jkkletter-new h3:first-child {
    margin-top: 0;
}
.jkkletter-new__container--block .jkkletter-new__container--list {
    width: 100%;
    height: auto;
}
.jkkletter-new p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1.6em;
}
.jkkletter-new__container--block .jkkletter-new__container--list p {
    font-size: 2.4rem;
    margin-bottom: 0;
}
.jkkletter-new__container--block .jkkletter-new__container--list ul {
    width: 100%;
    height: auto;
}

.jkkletter-new ul, .jkkletter-new ol {
    padding: 0 0 0 30px;
}
.jkkletter-new__container--block .jkkletter-new__container--list ul li {
    list-style: square;
}

.jkkletter-new__container--block .jkkletter-new__container--list-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: auto;
    border: 3px solid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    margin: 0 auto;
    min-width: 375px;
}
@media (max-width: 768px) {
    .jkkletter-new__container--block .jkkletter-new__container--list-download {
        width: 90%;
        margin: 0 auto;
        min-width: auto;
    }
}

.jkkletter-new__container--block .jkkletter-new__container--list-download p {
    font-size: 1.2em;
    margin: 0;
}
@media (max-width: 768px) {
    .jkkletter-new__container--block .jkkletter-new__container--list-download p {
        font-size: 1rem;
    }
}


.jkkletter-new__container--block .jkkletter-new__container--list-download img {
    max-width: 70px;
    height: auto;
    border: none;
}
@media (max-width: 768px) {
    .jkkletter-new__container--block .jkkletter-new__container--list-download img {
        max-width: 50px;
    }
}

.jkkletter-backnumber {
    width: 100%;
    height: auto;
    margin-top: 7rem;
}


.jkkletter-backnumber h2 {
    margin-bottom: 0;
    border-bottom: 3px solid;
    font-size: 3rem;
    font-weight: bold;
}
.post h2:first-child, .post h3:first-child {
    margin-top: 30px;
}
.post p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1.6em;
}



.jkkletter-backnumber__container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px dotted;
}
@media (max-width: 768px) {
    .jkkletter-backnumber__container {
        width: 90%;
        margin: 3rem auto 0;
    }
}
@media (max-width: 480px) {
    .jkkletter-backnumber__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.jkkletter-backnumber__container--link {
    width: 20%;
    height: auto;
    display: block;
}
@media (max-width: 480px) {
    .jkkletter-backnumber__container--link {
        width: 30%;
        margin: 1rem auto;
    }
}


.jkkletter-backnumber__container--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    margin-left: 3rem;
}
@media (max-width: 480px) {
    .jkkletter-backnumber__container--text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        margin-left: 0;
    }
}


.jkkletter__sp {
    display: none;
}
@media (max-width: 768px) {
    .jkkletter__sp {
        display: block;
    }
}
.jkkletter-backnumber__container--text ul {
    padding: 0 3rem;
}
.jkkletter-backnumber__container--text ul li {
    list-style: square;
}

.jkkletter-backnumber__container--download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    border: 3px solid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}
@media (max-width: 480px) {
    .jkkletter-backnumber__container--download {
        width: 90%;
        margin: 0 auto;
    }
}



#side h3, #col3 h3, #side h4, #col3 h4 {
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #111;
    margin: 4px 0 20px 0;
    padding: 4px 0;
}
#side h3 {
    background-color: #5dbce6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1.2em 1em 1em;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
}


.catalogs_all {
    margin-top: 3em;
}
@media screen and (min-width: 768px) {
    .catalogs_all {
        margin-top: 5em;
    }
}
.catalogs_all figure {
    float: left;
    width: 48%;
    box-sizing: border-box;
    max-width: 354px;
    padding: 4.14%;
    border: #dddddd 1px solid;
}
.catalogs_all .categorybox {
    padding-left: 53%;
}
.catalogs_wrap02 .read {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .catalogs_all .detailbox {
        padding-left: 53%;
    }
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
.catalogs_all .btn_cv {
    width: 100%;
    max-width: 100%;
    margin: 1em 0 0;
}

.type-post h2 {
    display: inline-block;
    background: linear-gradient(transparent 65%, #a7d6ff 50%);
}

.post p {
    font-size: 16px;
    font-size: 1.2rem;
    margin: 0 0 1.6em;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
    line-height: 1.4;
    margin-top: 35px;
    margin-bottom: 30px;
}
#psnavi .prev {
    width: 16%;
    text-align: center;
    display: inline-block;
}

#psnavi .prev a, #psnavi .next a {
    color: #111;
}
#psnavi .prev-arrow {
    position: relative;
    padding-left: -1.5em;
}
#psnavi .prev a .prev-arrow::after {
    position: absolute;
    top: 0;
    left: -1.5em;
    content: "<<";
}
#psnavi .back {
    width: 48%;
}
#psnavi .back .btn_cv {
    width: 100%;
    margin: 0;
}
.type-post h1:first-child, .type-post h2.chatch02, .type-post h3.chatch02, .type-post h4.chatch02, .type-post h5.chatch02, .type-post h6.chatch02, .chatch02 {
    border-left: 8px solid #5dbce6;
    padding: .3em 0 0 .3em;
    margin-bottom: .5em;
}
.veu_followSet {
	display : none;
}
.veu_adminEdit {
	display : none;
}
.veu_socialSet {
	display : none;
}
#psnavi .next {
    width: 16%;
    text-align: center;
    display: inline-block;
}
#psnavi .next a .next-arrow::after {
    position: absolute;
    top: 0;
    right: -1.5em;
    content: ">>";
}
#psnavi .next-arrow {
    position: relative;
    padding-right: -1.5em;
}

.history_table tr:nth-child(odd) td {
    background: #f3f3f3;
}
.history_table td:last-child {
}
.history_table td {
    border: #cccccc 1px solid;
    padding: .5em;
}
.history_table th:first-child {
    width: 8em;
}

.history_table th {
    background: #3fa9f5;
    border: #cccccc 1px solid;
    color: #fff;
    letter-spacing: .5em;
    text-align: center;
    padding: .5em;
}
.history_table dt {
    float: left;
    width: 6em;
    margin-bottom: 0;
}
.history_table dl {
    clear: both;
}
.simple_table {
    width: 100%;
    box-sizing: border-box;
}
.simple_table tr {
    border-bottom: 1px solid #bebebe;
}
.simple_table th {
    width: 175px;
}

.simple_table th, .simple_table td {
    padding: 0.4em 0.3em 0.3em;
    vertical-align: top;
    box-sizing: border-box;
}
.btn_txt {
    display: inline-block;
    color: #fff;
    background: #009fe6;
    text-align: center;
    font-size: 12px;
    padding: 3px 10px 2px;
    margin: 0;
    min-width: 60px;
}
a:focus, a:hover {
    color: #4169e1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    opacity: 0.8;
    transition: color 0.2s ease-out 0s, background-color 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
    text-decoration: none;
}
.simple_table dt {
    float: left;
    width: 6em;
}

.simple_table dt, .simple_table dd {
    padding-bottom: 0.5em;
}
dt{
	margin-bottom : 0;
}
#gnavi li a:hover, div.mobile-nav:hover, ul.mobile-nav li:hover {
    color: #fff;
    background: #009fe6;
}

.menu-item-20 a:hover span::before, .current-menu-item.menu-item-20 a span::before, .current_page_item.menu-item-20 a span::before {
    content: url(images/common/icon_home_white.png) !important;
    display: inline-block;
    vertical-align: middle;
}
.menu-item-38 a:hover span::before, .current-menu-item.menu-item-38 a span::before, .current_page_item.menu-item-38 a span::before {
    content: url(images/common/icon_news_white.png) !important;
    display: inline-block;
    vertical-align: middle;
}
.menu-item-28 a:hover span::before, .current-menu-item.menu-item-28 a span::before, .current_page_item.menu-item-28 a span::before {
    content: url(images/common/icon_contact_white.png) !important;
}

.menu-item-29 a:hover span::before, .current-menu-item.menu-item-29 a span::before, .current_page_item.menu-item-29 a span::before {
    content: url(images/common/icon_jkk_white.png) !important;
    display: inline-block;
    vertical-align: middle;
}
.menu-item-33 a:hover span::before, .current-menu-item.menu-item-33 a span::before, .current_page_item.menu-item-33 a span::before {
    content: url(images/common/icon_contact_white.png) !important;
    display: inline-block;
    vertical-align: middle;
}
.l-post-content h2 {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem 0.7rem;
    margin: 5rem 0 1rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    background: #e1f1ff;
    background: -webkit-gradient(-14deg, linear, left top, left bottom, from(#e1f1ff), color-stop(0.5, #e1f1ff), color-stop(0.5, #89b9e6), to(#89b9e6));
    background: -moz-linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
    background: linear-gradient(-14deg, #e1f1ff 0%, #e1f1ff 35%, #89b9e6 35%, #89b9e6);
}
.l-post-content h3 {
    font-weight: bold;
    margin-top: 2.0em;
    margin-bottom: .5em;
    font-size: 1.3rem;
}