@charset "utf-8";

/*
Theme Name: khp013
Theme URI: https://www.en-fudosan.jp/cms/wp-content/themes/khp013/
Author: kumamoto-hp
Author URI: https://www.kumamoto-hp.com/
Description: 熊本ホームページ制作センターのオリジナルデザイン親テーマ
Version: 2.0.0
License:
License URI:
Text Domain:
Tags:
*/

/* --------------------------------------------------------
/* WordPress WYSIWYG Editor Styles
/* WordPress CSS - Miscellaneous Styles
/* WordPress CSS - Page Listings
/* WordPress CSS - Default WordPress Widgets
/* WordPress CSS - Comment Styles
/* WordPress CSS - body_class()
/* WordPress CSS - post_class()
/* WordPress CSS - カスタムスタイルオプション
/* .archive
/* .category
/* .front-page
/* .search-results
/* .post
/* .post-meta
/* .post-alert
/* .post-tag
/* .tagcloud
/* .pagepost（アイキャッチ出力なし対応）
/* .pagepost（アイキャッチ出力あり対応）
/* .pagenavi
/* .code-toolbar（サンプルコード）
/* .hdr-box-custom（カスタムメニュー）
/* .ftr-box-custom（カスタムメニュー）
/* .sbr-box-custom（カスタムメニュー）
/* .scroll-nav-custom（カスタムメニュー）
/* .posts-parent
/* .posts-children
/* .posts-list
/* .popular-list（.posts-list）
/* .wp_social_bookmarking_light
/* .wpcf7（Contact Form 7）
/* .mw_wp_form（MW WP Form）
/* #ez-toc-container（Easy Table of Contents）
/* #toc_container（Table of Contents Plus）
/* #biz_calendar（Biz Calendar）
/* #wpmem_*（WP-Members Membership）
/* .wpmem-count
/* .preface-count
/* .introit-count
-------------------------------------------------------- */


/* WordPress WYSIWYG Editor Styles
-------------------------------------------------------- */
.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}
.alignleft,
img.alignleft {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}
.alignright,
img.alignright {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}
.aligncenter,
img.aligncenter {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
}
.type-post img[class*="wp-image-"],
.type-post img[class*="attachment-"] {
    margin-bottom: 1.5em;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    padding: 5px;
    max-width: 100%;
    background: #eee;
    background: rgba(0, 0, 0, .1);
    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
.wp-smiley {
    margin: 0;
    max-height: 1em;
}
blockquote.left {
    float: left;
    margin-right: 1.5em;
    margin-left: 0;
    width: 33%;
    text-align: right;
}
blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 1.5em;
    width: 33%;
    text-align: left;
}

/* .gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}*/


/* WordPress CSS - Miscellaneous Styles
-------------------------------------------------------- */
/* category links */
/* li.categories {}
li.cat-item {}
li.cat-item-{id} {}
li.current-cat {}
li.current-cat-parent {}
ul.children {} */

/* blogroll links */
/* .linkcat {}
.blogroll {} */

/* readmore links */
/* .more-link {} */


/* WordPress CSS - Page Listings
-------------------------------------------------------- */
/* .pagenav {} */ /* outermost list item */
/* .page_item {} */ /* any page item */
/* .page-item-{id} {} */ /* specific page id */
/* .current_page_item {} */ /* current page */
/* .current_page_parent {} */ /* parent of current page */
/* .current_page_ancestor {} */ /* any ancestor of current page */

/* .pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {} */


/* WordPress CSS - Default WordPress Widgets
-------------------------------------------------------- */
/* .widget {} */

.widget-ttl {
    position: relative;
    margin: 0 auto 0;
    /* border-radius: 3px; */
    padding: .5em .5em .5em 1em;
    border-left: 8px solid rgba(0, 47, 119, 1);
    /* background: linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, .05) 25%, rgba(5, 70, 95, .05) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, .05) 75%, rgba(5, 70, 95, .05));
    background-size: 4px 4px; */
    background: rgba(1, 92, 172, 1);
    /* border: 1px solid #eee; */
    color: #fff;
    /* background: #f3f3f3; */
    text-align: left;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.9rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
}

/* .widget-ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    border-radius: 2px;
    background: #ff7d05;
    content: "";
} */

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    .widget-ttl {
        font-size: 1.8rem;
    }
}

/* links widget */
/* .widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {} */

/* meta widget */
/* .widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {} */

/* pages widget */
/* .widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {} */


/* recent-posts widget, category widget, archives widget */
.widget_recent_entries,
.widget_archive,
.widget_categories,
.widget_nav_menu,
.widget_tag_cloud {
    margin-bottom: 25px;
    /* background: #fff; */
    /* border-top: 1px solid #e6e6e6; */
    padding: 0;
    background: #fff;
}
.widget_tag_cloud {
    background: transparent;
}

/* .widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_tag_cloud ul {} */

.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_tag_cloud ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 1.5rem;
}
.widget_recent_entries ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_tag_cloud ul li:last-child {
    border-bottom: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_tag_cloud ul li a {
    position: relative;
    display: block;
    padding: .8em .8em .8em 2.5em;
    line-height: 1.6;
    transition: all .2s ease;
}
.widget_nav_menu ul.menu li a {
    padding: 1em 1em 1em 2.5em;
}
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_tag_cloud ul li a:hover {
    background: #fff;
    color: #fc993f;
    text-decoration: none;
}
.widget_tag_cloud ul li a:hover {
    background: transparent;
}
.widget_recent_entries ul li a::before,
.widget_archive ul li a::before,
.widget_categories ul li a::before,
.widget_nav_menu ul li a::before,
.widget_tag_cloud ul li a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    margin-top: -9px;
    color: #0070c0;
    content: "\e88a";
    font-weight: 700;
    font-size: 1.3rem;
    font-family: "webfont";
}

/* .widget_recent_entries ul li a:hover::before,
.widget_archive ul li a:hover::before,
.widget_categories ul li a:hover::before,
.widget_nav_menu ul li a:hover::before,
.widget_tag_cloud ul li a:hover::before {
    left: 11px;
    transform: translate(1px, 0);
} */

/* ウィジェットにてドロップダウンにした場合のラベル表示削除 */
.wp-block-archives-dropdown.wp-block-archives label {
    display: none;
}

/* sub-menu */
.widget_nav_menu ul.sub-menu {
    margin: 0 6px 0 18px;
}
.widget_nav_menu ul.sub-menu li a {
    padding: 3px 0 3px 28px;
}
.widget_nav_menu ul.sub-menu li a:hover {
    background: #fdf0e7;
    color: #fc993f;
    /* text-decoration: none; */
}
.widget_nav_menu ul.sub-menu li a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    margin-top: -9px;
    color: #ccc;
    content: "\e842";
    font-weight: 700;
    font-size: 1.3rem;
    font-family: "webfont";
}
.widget_nav_menu ul.sub-menu li {
    border-bottom: none;
}
.widget_nav_menu ul.sub-menu li:last-child {
    padding: 0 0 12px 0;
}

/* .sub-menu-btn */
.widget_nav_menu ul li .sub-menu-btn {
    position: absolute;
    top: 9px;
    right: 6px;
    z-index: 1;
    display: block;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2;
    cursor: pointer;
}
.widget_nav_menu ul li .sub-menu-btn::before {
    display: inline-block;
    color: #0070c0;
    content: "\e897";
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "webfont";
    transition: transform .25s;
}
.widget_nav_menu ul li .sub-menu-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(234, 234, 234, 1);
    content: "";
}
.widget_nav_menu ul li .sub-menu-btn:hover {
    background: rgba(255, 255, 255, 1);
}
.widget_nav_menu ul li .sub-menu-btn:hover::before {
    color: #fc993f;
    /* transform: scale(1.3); */
}
.widget_nav_menu ul li.open .sub-menu-btn::before {
    /* content: "\e89a";
    font-family: "webfont"; */
    transform: rotate(180deg);
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .widget_recent_entries ul li,
    .widget_archive ul li,
    .widget_categories ul li,
    .widget_nav_menu ul li,
    .widget_tag_cloud ul li {
        font-size: 1.4rem;
    }
    .widget_recent_entries ul li a:hover,
    .widget_archive ul li a:hover,
    .widget_categories ul li a:hover,
    .widget_nav_menu ul li a:hover,
    .widget_tag_cloud ul li a:hover {
        text-decoration: underline;
    }
}

/* archives widget */
.widget_archive label.screen-reader-text {
    display: none;
}
.widget_archive select {
    padding: 5px;
    width: 100%;
}

/* .widget_archive option {} */

/* category widget */
.widget_categories label.screen-reader-text {
    display: none;
}

/* .widget_categories ul ul.children {}
.widget_categories a {} */

.widget_categories select {
    padding: 5px;
    width: 100%;
}

/* .widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {} */

/* tag-cloud widget */
/* .widget_links {}
.widget_links li::after {}
.widget_links li::before {} */

.widget_tag_cloud {
    font-size: 0;
}
.widget_tag_cloud a {
    display: inline-block;
    margin: 0 .5em .5em 0;
    padding: .1em .6em;
    border-radius: 13px;
    background: rgba(255, 96, 16, 1);
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem !important;
}

/* .widget_tag_cloud a::after {} */

.widget_tag_cloud a::before {
    display: inline-block;
    margin-right: 2px;
    content: "#";
}
.widget_tag_cloud a:hover {
    color: #fff;
    opacity: .6;
}

/* calendar widget */
/* .widget_calendar {} */

.widget_calendar table {
    width: 100%;
    text-align: center;
}

/* #calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {} */

/* recent-commments widget */
/* .recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {} */

/* search widget */
#searchform {
    position: relative;
}
#searchform div {
    display: flex;

    justify-content: space-between;
}
#searchform .searchfield {
    margin: 0;
    padding: 7px 5px;
    width: calc(100% - 65px);
    height: 38px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: 1px;
    font-size: 1.4rem;
}
#searchform .searchsubmit {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    padding: 7px 0;
    width: 60px;
    border: 0;
    border-radius: 3px;
    background: #ff7d05;
    box-shadow: 0 3px 0 #8c4202;
    color: #fff;
    text-indent: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    #searchform .searchsubmit:hover {
        opacity: .8;
    }
}

.widget_search {
    margin: 0 0 20px 0;
}
.widget_search input[type=text] {
    width: 65%;
}

/* Googleカスタム検索 */
.gsc-control-cse {
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}
.gsc-control-cse th,
.gsc-control-cse td {
    padding: 0;
    border: 0;
}
.gsc-control-cse form.gsc-search-box {
    margin-bottom: 0;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box {
    margin-bottom: 0;
    width: calc(100% - 44px);
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding: 0 8px 0 0;
    width: calc(100% - 0px);
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
    padding: 0;
    height: 44px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #fff;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box table.gsc-input {
    padding: 0;
    width: calc(100% - 40px) !important;
    height: 100%;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_a {
    margin: 0;
    padding: 1px 6px;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_a input.gsc-input {
    display: block;
    height: 100% !important;
    box-shadow: none;
    font-size: 1.4rem;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_b {
    height: 100%;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_b .gsst_b {
    padding: 0;
    height: 100%;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_b .gsst_a {
    display: block;
    padding: 0;
    height: 100%;
    text-decoration: none;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsib_b .gsst_a .gscb_a {
    display: flex;
    width: 40px;
    height: 100%;
    color: #020202;
    font-size: 2.4rem;
    line-height: 1;

    align-items: center;
    justify-content: center;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button {
    width: auto;
    height: 100%;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    display: flex;
    margin-left: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: #000;

    align-items: center;
    justify-content: center;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:hover {
    background: #000;
    opacity: .5;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:focus {
    outline: none;
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: none;
}
.gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    display: block;
    width: 13px;
    height: 13px;
}
.gsc-control-cse div.gsc-results-wrapper-overlay {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

/* .screen-reader-text {} */

/* text widget */
/* .textwidget {}
.widget_text {}
.textwidget p {} */


/* WordPress CSS - Comment Styles
-------------------------------------------------------- */
/* .commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {} */


/* WordPress CSS - body_class()
-------------------------------------------------------- */
/* .rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {} */


/* WordPress CSS - post_class()
-------------------------------------------------------- */
/* .post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.format-aside {}
.format-gallery {}
.format-link {}
.format-image {}
.format-quote {}
.format-status {}
.format-video {}
.format-audio {}
.format-chat {} */


/* WordPress CSS - カスタムスタイルオプション
-------------------------------------------------------- */
/* ulのスタイル */
.is-style-list-none,
.is-style-list-disc,
.is-style-list-circle,
.is-style-list-square {
    padding-left: 1.5em; /* インデントを統一 */
}
.is-style-list-none {
    list-style-type: none; /* リストスタイルなし */
}
.is-style-list-disc {
    list-style-type: disc; /* 黒丸 */
}
.is-style-list-circle {
    list-style-type: circle; /* 白丸 */
}
.is-style-list-square {
    list-style-type: square; /* 黒四角 */
}

/* olのスタイル */
.is-style-list-decimal,
.is-style-list-lower-roman,
.is-style-list-upper-roman,
.is-style-list-lower-greek,
.is-style-list-decimal-leading-zero,
.is-style-list-lower-latin,
.is-style-list-upper-latin,
.is-style-list-cjk-ideographic,
.is-style-list-hiragana,
.is-style-list-katakana,
.is-style-list-hiragana-iroha,
.is-style-list-katakana-iroha {
    padding-left: 2em; /* インデントを統一 */
}
.is-style-list-decimal {
    list-style-type: decimal; /* 算用数字 */
}
.is-style-list-lower-roman {
    list-style-type: lower-roman; /* 小文字のローマ数字 */
}
.is-style-list-upper-roman {
    list-style-type: upper-roman; /* 大文字のローマ数字 */
}
.is-style-list-lower-greek {
    list-style-type: lower-greek; /* 小文字のギリシャ文字 */
}
.is-style-list-decimal-leading-zero {
    list-style-type: decimal-leading-zero; /* 先頭に0をつけた算用数字 */
}
.is-style-list-lower-latin {
    list-style-type: lower-latin; /* 小文字のアルファベット */
}
.is-style-list-upper-latin {
    list-style-type: upper-latin; /* 大文字のアルファベット */
}
.is-style-list-cjk-ideographic {
    list-style-type: cjk-ideographic; /* 漢数字 */
}
.is-style-list-hiragana {
    list-style-type: hiragana; /* ひらがなのあいうえお順 */
}
.is-style-list-katakana {
    list-style-type: katakana; /* カタカナのアイウエオ順 */
}
.is-style-list-hiragana-iroha {
    list-style-type: hiragana-iroha; /* ひらがなのいろはにほへと順 */
}
.is-style-list-katakana-iroha {
    list-style-type: katakana-iroha; /* カタカナのイロハニホヘト順 */
}

/* テキストの配置スタイル */
@media (min-width: 782px) {
    .is-style-text-left {
        text-align: left;
    }
    .is-style-text-center {
        text-align: center;
    }
    .is-style-text-right {
        text-align: right;
    }

    /* フレックスボックスを使用した配置スタイル */
    .is-style-flex-justify-start,
    .is-style-flex-justify-end,
    .is-style-flex-justify-center,
    .is-style-flex-justify-around,
    .is-style-flex-justify-between,
    .is-style-flex-align-stretch,
    .is-style-flex-align-center,
    .is-style-flex-align-baseline,
    .is-style-flex-align-start,
    .is-style-flex-align-end,
    .is-style-flex-nowrap,
    .is-style-flex-direction-column,
    .is-style-flex-direction-row,
    .is-style-flex-direction-column-reverse,
    .is-style-flex-direction-row-reverse {
        display: flex;
    }
    .is-style-flex-justify-start {
        justify-content: flex-start;
    }
    .is-style-flex-justify-end {
        justify-content: flex-end;
    }
    .is-style-flex-justify-center {
        justify-content: center;
    }
    .is-style-flex-justify-around {
        justify-content: space-around;
    }
    .is-style-flex-justify-between {
        justify-content: space-between;
    }
    .is-style-flex-align-stretch {
        align-items: stretch;
    }
    .is-style-flex-align-center {
        align-items: center;
    }
    .is-style-flex-align-baseline {
        align-items: baseline;
    }
    .is-style-flex-align-start {
        align-items: flex-start;
    }
    .is-style-flex-align-end {
        align-items: flex-end;
    }
    .is-style-flex-nowrap {
        flex-wrap: nowrap;
    }
    .is-style-flex-direction-column {
        flex-direction: column;
    }
    .is-style-flex-direction-row {
        flex-direction: row;
    }
    .is-style-flex-direction-column-reverse {
        flex-direction: column-reverse;
    }
    .is-style-flex-direction-row-reverse {
        flex-direction: row-reverse;
    }
}


/* .archive
-------------------------------------------------------- */
.archive {
    width: 100%;
}

/* .archive-list */
.archive-list {
    overflow: hidden;
}
.archive-list-item {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.archive-list-item-img {
    margin-bottom: 20px;
}
.archive-list-item-ttl {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
}
.archive-list-item-catch {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
}
.archive-list-item-txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
}

/* .archive-thumbnail */
.archive-thumbnail {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    /* border: 1px solid #ccc9c8; */
    text-align: center;
}
.archive-thumbnail > img {
    display: inline;
}

/* .archive-detail */
.archive-detail {
    overflow: visible;
}
.archive-detail > :last-child {
    margin-bottom: 0;
}
.archive-detail-ttl {
    margin: 0 0 1em;
    padding: 0 0 0;
    /* border-bottom: 2px solid #e5e5e5; */
    /* background-color: #e5e5e5; */
    background-color: transparent;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.6;
}
.archive-detail-ttl a {
    color: #0070c0 !important;
    text-decoration: none !important;
}
.archive-detail-ttl a:hover {
    color: #0070c0;
    text-decoration: none;
}
.archive-detail-meta {
    margin: 0 0 20px 0;
    color: #020202;
    text-align: left;
    font-size: .8em;
}
.realestate-archive.realestatecategory-archive .archive-detail-meta {
    margin: 0 0 0 0;
}
.archive-detail-meta a {
    color: #020202;
}
.archive-detail-meta .ttl {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 7.5rem;
    font-weight: 700;
}
.archive-detail-meta .ttl::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "：";
}
.archive-detail-meta-date {
    display: block;
    color: #666;
}
.archive-detail-meta-date .price {
    color: #bf0000;
    font-weight: 700;
    font-size: 200%;
    line-height: 170%;
}
.archive-detail-meta-date .high {
    color: #bf0000;
    font-weight: 700;
    font-size: 120%;
}

/* .archive-detail-meta-date {} */

.archive-detail-meta-year {
    display: block;
}
.archive-detail-meta-mileage {
    display: block;
}
.archive-detail-meta-category {
    display: inline-block;
}
.archive-detail-meta-category {
    margin: 0 4px 4px 0;
    padding: 0;
    border-radius: 4px;
    background: #0070c0;
    color: #fff !important;
    font-weight: 500;
    /* border: 1px solid #ccc;
    background: #fcfcfc; */
    font-size: 1.1rem;
}
.archive-detail-meta-category a {
    display: block;
    padding: .2em 1em .3em;
    color: #fff !important;
    text-decoration: none !important;
}
.archive-detail-meta-category a:hover {
    text-decoration: none;
}
.archive-detail-txt {
    margin: 0 0 0;
    font-size: 1.4rem;
}
.archive-detail-table {
    margin-bottom: 1.0em;
    width: 100%;
    border-spacing: 0 4px;
    border-collapse: separate;
}
.archive-detail-tr {
    background-color: transparent;
}
.archive-detail-th,
.archive-detail-td {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.3;
}
.archive-detail-th {
    width: 60px;
    color: #8a8154;
    font-weight: 600;
}
.archive-detail-td {
    color: #666;
}
.archive-detail-more {
    text-align: right;
}
.archive-detail-more a {
    color: #0070c0 !important;
}
.archive-detail-more a:hover {
    text-decoration: none;
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .archive-thumbnail {
        width: 100%;
    }
    .archive-thumbnail > img {
        display: block;
    }
    .archive-detail {
        width: 100%;
    }
    .archive-detail-meta {
        text-align: left;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .archive-thumbnail {
        width: 100%;
    }
    .archive-thumbnail > img {
        display: block;
    }
    .archive-thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover; object-position: 0 100%;"; /* IE対策 */
        transition: all .3s ease;

        -o-object-position: 0 100%;
           object-position: 0 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .archive-thumbnail:hover img {
        transform: scale(1.1);
    }
    .archive-detail {
        width: 100%;
    }
    .archive-detail-meta {
        text-align: left;
    }
}


/* .category
-------------------------------------------------------- */
.category {
    width: 100%;
}

/* .category-thumbnail */
.category-thumbnail {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.category-thumbnail > img {
    display: inline;
}

/* .category-detail */
.category-detail {
    overflow: visible;
}
.category-detail > :last-child {
    margin-bottom: 0;
}
.category-detail-meta {
    margin: 0 0 10px 0;
    color: #020202;
    text-align: left;
    font-size: .8em;
}
.category-detail-meta a {
    color: #020202;
}

/* .category-detail-meta-time {}
.category-detail-meta-date {}
.category-detail-meta-category {}
.category-detail-txt {} */

.category-detail-more {
    text-align: right;
}
.category-detail-more a {
    color: #0070c0;
    text-decoration: none;
}


/* .front-page
-------------------------------------------------------- */
.front-page {
    width: 100%;
}

/* .front-page-thumbnail */
.front-page-thumbnail {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.front-page-thumbnail > img {
    display: inline;
}

/* .front-page-detail */
.front-page-detail {
    overflow: visible;
}
.front-page-detail > :last-child {
    margin-bottom: 0;
}
.front-page-detail-meta {
    margin: 0 0 10px 0;
    color: #020202;
    text-align: left;
    font-size: .8em;
}
.front-page-detail-meta a {
    color: #020202;
}

/* .front-page-detail-meta-time {}
.front-page-detail-meta-date {}
.front-page-detail-meta-category {}
.front-page-detail-txt {} */

.front-page-detail-more {
    text-align: right;
}
.front-page-detail-more a {
    color: #0070c0;
    text-decoration: none;
}


/* .search-results
-------------------------------------------------------- */
/* .search-results {} */

.search-results-hdr-ttl {
    margin: 0 0 10px;
    padding: 5px 16px 5px 0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
}
.search-results-body-thumbnail {
    margin-bottom: 10px;
}
.search-results-body-txt {
    margin: 0;
}
.search-results-body-url a {
    color: #999;
}
.search-results-body-more {
    text-align: right;
}


/* .post
-------------------------------------------------------- */
/* .post {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #b2b2b2;
}
.post-ttl {
    margin: 0 0 12px;
} */

.post-body {
    margin: 0;
}

/* img */
.post-body img {
    max-width: 100%;
    height: auto;
}
.post-body .size-auto,
.post-body .size-full,
.post-body .size-large,
.post-body .size-medium,
.post-body .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* txt */
/* .post .post-body p {
    margin: 0 0 1.6em;
    line-height: 1.7;
}
.post .post-body p:last-child {
    margin: 0;
} */

.post-body strong {
    font-weight: 700;
}
.post-body em {
    font-style: italic;
}
.post .post-body h1 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0 0 .6em 0;
    color: rgba(1, 92, 172, 1);
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.6;
}
.post .post-body h1:first-child {
    margin-top: 0;
}
.post .post-body h1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
}
.post .post-body h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 2px;
    background-color: rgba(1, 92, 172, 1);
    content: "";
}
.post .post-body h2 {
    position: relative;
    margin: 2em 0 1em;
    padding: .75em .75em .75em 1.5em;
    /* border-bottom: 1px solid #e5e5e5; */
    background-color: #f7f7f7;
    color: #020202;
    text-align: left;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.6;
}
.post .post-body h2:first-child {
    margin-top: 0;
}
.post .post-body h2::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: .2em;
    height: 1.5em;
    border-radius: 0;
    background-color: rgba(1, 92, 172, 1);
    content: "";
    transform: translateY(-50%);
}
.post .post-body h2 span a {
    color: #ff7d05;
}
.post .post-body h3 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0 0 .6em .8em;
    border-bottom: 1px solid #e5e5e5;
    /* background-color: #f3f3f3; */
    color: #020202;
    text-align: left;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 2.4rem;
}
.post .post-body h3:first-child {
    margin-top: 0;
}
.post .post-body h3::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: .2em;
    height: 1em;
    border-radius: 0;
    background-color: rgba(1, 92, 172, 1);
    content: "";
}
.post .post-body h4 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0 0 .6em 1em;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 2.2rem;
}
.post .post-body h4::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: .5em;
    height: .5em;
    border-radius: 0;
    background-color: rgba(1, 92, 172, 1);
    content: "";
}
.post .post-body h5 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0 0 .6em 1em;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    font-size: 2.0rem;
}
.post .post-body h5::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: .5em;
    height: .2em;
    border-radius: 0;
    background-color: rgba(1, 92, 172, 1);
    content: "";
}
.post .post-body h6 {
    margin: 2em 0 1em;
    padding: 0 0 0 .7em;
    border-left: 2px solid rgba(1, 92, 172, 1);
    font-weight: 700;
    font-size: 1.8rem;
}

/* .ul, .ol */
/* .post .post-body ol {
    display: block;
    list-style-type: decimal;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}
.post .post-body ul {
    display: block;
    list-style-type: disc;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}
.post-body ol li,
.post-body ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.post-body ol ol ul,
.post-body ol ul ul,
.post-body ul ol ul,
.post-body ul ul ul {
    list-style-type: square;
}
.post-body ol ul,
.post-body ul ul {
    list-style-type: circle;
} */

/* table */
.post-body table {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.post-body table th {
    background: transparent;
}
.post-body table th,
.post-body table td {
    border: 0;
}
.post-body table > thead > tr > th,
.post-body table > thead > tr > td,
.post-body table > tbody > tr > th,
.post-body table > tbody > tr > td,
.post-body table > tfoot > tr > th,
.post-body table > tfoot > tr > td {
    padding: 20px 15px;
    /* border-top: 1px solid #e6e6e6; */
    border: 1px solid #e6e6e6;
    vertical-align: top;
    /* line-height: 1.8; */
}
.post-body table > thead {
    background-color: #ff7d05;
}
.post-body table > thead > tr > th {
    /* border-bottom: 2px solid #e6e6e6;
    vertical-align: bottom; */
    vertical-align: middle;
}
.post-body table > caption + thead > tr:first-child > th,
.post-body table > caption + thead > tr:first-child > td,
.post-body table > colgroup + thead > tr:first-child > th,
.post-body table > colgroup + thead > tr:first-child > td,
.post-body table > thead:first-child > tr:first-child > th,
.post-body table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

/* .post-body table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
} */

/* blockquote */
.post-body blockquote {
    position: relative;
    overflow: auto;
    margin: 0 8px 24px 8px;
    padding: 2em;
    background-color: rgba(240, 240, 240, .8);
    color: #555;
    font-size: 95%;
}
.post-body blockquote::before {
    position: absolute;
    top: 10px;
    left: 8px;
    color: gainsboro;
    content: "“";
    font-size: 200%;
    line-height: 1;
}
.post-body blockquote::after {
    position: absolute;
    right: 8px;
    bottom: 10px;
    color: gainsboro;
    content: "”";
    font-size: 200%;
    line-height: 1;
}
.post-body blockquote p {
    font-style: italic;
}

/* bg-* */
.post-body .bg-deepblue {
    padding: 3px 6px;
    background-color: #337ab7;
    color: #fff;
}
.post-body .bg-green {
    padding: 3px 6px;
    background-color: #dff0d8;
}
.post-body .bg-blue {
    padding: 3px 6px;
    background-color: #d9edf7;
}
.post-body .bg-yellow {
    padding: 3px 6px;
    background-color: #fcf8e3;
}
.post-body .bg-red {
    padding: 3px 6px;
    background-color: #f2dede;
}
.post-body a {
    color: #2a8dc0;
    text-decoration: underline;
}


/* .post-meta
-------------------------------------------------------- */
.post-meta {
    margin: 0 3px 20px 3px;
    text-align: right;
    font-size: 0;
}
.post-meta span {
    display: inline-block;
    margin: 0 .5em .5em 0;
    color: #999;
    font-size: 1.4rem;
}
.post-meta span .ico {
    margin: 0 6px;
    color: #999;
    font-size: 1.2rem;
    line-height: 1.8;
}
.post-meta span a {
    color: #999;
}


/* .post-alert
-------------------------------------------------------- */
.post-alert {
    margin-bottom: 30px;
    padding: .5em .5em;
    background-color: #fcf8e3;
    font-size: 1.5rem;
    line-height: 1.8;
}
.post-alert span {
    font-weight: 600;
}


/* .post-tag
-------------------------------------------------------- */
.post-tag {
    /* text-align: right; */
}
.post-tag ul {
    margin: 30px 0 0;
    font-size: 0;
}
.post-tag ul li {
    display: inline-block;
    margin: 0 .5em .5em 0;
    padding: 0;
    font-size: 1.1rem;
}
.post-tag ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    /* height: 24px;
    line-height: 24px;
    padding: 0 1em; */
    padding: .3em .6em .3em 2em;
    max-width: 160px;
    /* border: 1px solid #bfbfbf; */
    background-color: #333;
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border-radius: 3px; */
    font-weight: 700;
    font-size: 1.2rem;
    transition: .2s;
}
.post-tag ul li a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    display: inline-block;
    margin-top: -7px;
    padding-left: 1px;
    color: #fff;
    content: "\e821";
    font-weight: 700;
    font-size: 1.1rem;
    font-family: "webfont";
}
.post-tag ul li a:hover {
    /* border: 1px solid #ff7400; */
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}
.post-tag ul li a:hover::before {
    color: #fff;
}


/* .tagcloud
-------------------------------------------------------- */
.tagcloud {
    margin: 15px 0 0 0;
}
.tagcloud ul {
    margin: 0;
    font-size: 0;
}
.tagcloud ul li {
    display: inline-block;
    margin: 0 .5em .5em 0;
    padding: 0;
    font-size: 1.3rem;
}
.tagcloud ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: .3em .6em .3em 2em;
    max-width: 160px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    color: #020202;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* height: 24px;
    line-height: 24px;
    padding: 0 1em; */
    /* border-radius: 3px; */
    font-weight: 400;
    font-size: 1.3rem;
    transition: .2s;
}
.tagcloud ul li a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    margin-top: -9px;
    color: #777;
    content: "\e821";
    font-weight: 700;
    font-size: 1.3rem;
    font-family: "webfont";
}
.tagcloud ul li a:hover {
    border: 1px solid #ff7400;
    background-color: #ff7400;
    color: #fff;
}
.tagcloud ul li a:hover::before {
    color: #fff;
}


/* .pagepost（アイキャッチ出力なし対応）
-------------------------------------------------------- */
/* .pagepost {
    margin: 0 0 40px 0;
}
.pagepost-list {
    display: table;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
}
.pagepost-list li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.pagepost-list li + li {
    border-left: 1px dotted #999;
}
.pagepost-list li.prev {
    padding: 0 20px 0 0;
    text-align: left;
}
.pagepost-list li.next {
    padding: 0 0 0 20px;
    text-align: right;
}
.pagepost-list li .ico {
    margin: 0;
    color: #777;
    font-size: 1.2rem;
    line-height: 1.8;
} */


/* .pagepost（アイキャッチ出力あり対応）
-------------------------------------------------------- */
.pagepost {
    margin: 20px auto 40px;
}
.pagepost-list {
    display: flex;
    width: 100%;

    justify-content: space-between;
    flex-wrap: wrap;
}
.pagepost-list li {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    color: #020202;
}
.pagepost-list li a {
    color: #4da2f7;
    /* text-decoration: none; */
    text-decoration: underline;
    transition: .3s ease-in-out;
}
.pagepost-list li p {
    margin: 0;
    padding: 4px;
    color: #020202;
    font-weight: 700;
    font-size: 1.2rem;
}
.pagepost-list li p .ico {
    margin: 0;
    color: #020202;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
}
.pagepost-list li .box {
    display: flex;
    width: 100%;
    /* border-radius: 2px; */
    border: 1px solid #ccc9c8;
    background: #fff;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .2); */

    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
}
.pagepost-list li.prev {
    margin: 15px 0;
    text-align: left;
}
.pagepost-list li.next {
    margin: 15px 0;
    text-align: left;
}
.pagepost-list li.prev .box {
    flex-direction: row;
}
.pagepost-list li.next .box {
    flex-direction: row-reverse;
}
.pagepost-list li .box figure {
    padding: 0;
    width: 100px;
}
.pagepost-list li.prev .box figure {
    border-right: 1px solid #ccc9c8;
}
.pagepost-list li.next .box figure {
    border-left: 1px solid #ccc9c8;
}
.pagepost-list li .box figure img {
    width: 100%;
}
.pagepost-list li .box .txt {
    display: flex;
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.4;

    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .pagepost-list li.prev,
    .pagepost-list li.next {
        max-width: 550px;
        width: 49%;
    }
    .pagepost-list li.prev {
        margin: 15px 0;
        text-align: left;
    }
    .pagepost-list li.next {
        margin: 15px 0;
        text-align: right;
    }
}


/* .pagenavi
-------------------------------------------------------- */
.pagenavi {
    padding: 20px 0 0;
    text-align: center;
}


/* .code-toolbar（サンプルコード）
-------------------------------------------------------- */
.code-toolbar {
    position: relative;
    overflow-x: auto;
    margin: 40px 0 40px;
}
.code-toolbar:first-child {
    margin-top: 0;
}
.code-toolbar .where {
    position: absolute;
    z-index: 2;
    padding: .6em;
    background: #f7790b;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;

    user-select: none;
}
.code-toolbar .where.where-html {
    background: #1b63a7;
}
.code-toolbar .where.where-css {
    background: rgba(255, 96, 16, 1);
}
.code-toolbar .where.where-js {
    background: #bf1517;
}
.code-toolbar .where.where-php {
    background: #69b000;
}
.code-toolbar > pre {
    position: relative;
    z-index: 1;
    display: block;
    overflow: auto;
    padding: 2.5em 1em 1em 1em;
    /* padding: 2em 1em 2em 3.8em; */
    border: 1px solid #dadada;
    background: #f3f5f6;
    /* background: #fff; */
    counter-reset: linenumber;
    font-size: 1.6rem;
}
.code-toolbar > pre > code {
    position: relative;
    background: none;
    color: black;
    text-align: left;
    text-shadow: 0 1px white;
    white-space: pre;
    word-spacing: normal;
    word-wrap: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}

/* .line-num */
.code-toolbar > pre > code .line-num {
    position: absolute;
    top: 0;
    left: -3.8em;
    width: 3em;
    border-right: 1px solid #999;
    letter-spacing: -1px;
    font-size: 100%;
    line-height: 1.75;
    pointer-events: none;

    user-select: none;
}
.code-toolbar > pre > code .line-num > span {
    display: block;
    pointer-events: none;
}
.code-toolbar > pre > code .line-num > span::before {
    display: block;
    padding-right: .8em;
    color: #999;
    content: counter(linenumber);
    counter-increment: linenumber;
    text-align: right;
}
.code-toolbar > code {
    display: inline-block;
    margin-right: .5em;
    padding: 0 .5em;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #f3f5f6;
}


/* .hdr-box-custom（カスタムメニュー）
-------------------------------------------------------- */
.hdr-box-custom {
    margin: 0;
    padding: 0;
}


/* .ftr-box-custom（カスタムメニュー）
-------------------------------------------------------- */
.ftr-box-custom {
    margin: 0;
    padding: 0;
}

/* .ftr-box-custom-tag */
.ftr-box-custom-tag {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ftr-box-custom-tag .ftr-box-custom-list > li {
    padding: 1.6em 0;
    border-top: 1px solid #666;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .menu-link > a {
    display: inline-block;
    margin-bottom: .2em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.2;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .menu-link > a:not([href]) {
    cursor: auto;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .menu-link > a:hover {
    color: #fff;
    text-decoration: underline;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .menu-link > a:hover:not([href]) {
    text-decoration: none;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .sub-menu {
    display: flex;

    flex-wrap: wrap;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .sub-menu > li {
    display: inline;
    margin-right: 2em;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .sub-menu > li .menu-link > a {
    color: #bbb;
    text-decoration: none;
    font-size: 1.2rem;
}
.ftr-box-custom-tag .ftr-box-custom-list > li > .sub-menu > li .menu-link > a:hover {
    color: #fff;
    text-decoration: underline;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .ftr-box-custom-tag .ftr-box-custom-list > li > .sub-menu > li .menu-link > a {
        font-size: 1.2rem;
    }
}


/* .sbr-box-custom（カスタムメニュー）
-------------------------------------------------------- */
.sbr-box-custom {
    margin: 0;
    padding: 0;
}


/* .scroll-nav-custom（カスタムメニュー）
-------------------------------------------------------- */
.scroll-nav-custom {
    margin: 0;
    padding: 0;
}
.scroll-nav-custom-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0;
    width: auto;
    background: linear-gradient(#2d3a60, #384878);
    white-space: nowrap;

    align-items: center;
}
.scroll-nav-custom-list > li {
    padding: .5em .2em;
}
.scroll-nav-custom-list > li a {
    display: block;
    padding: .5em 1em;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all .1s ease;
}
.scroll-nav-custom-list > li a:hover {
    background-color: #fff;
    color: #2d3a60;
    opacity: 1;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .scroll-nav-custom-list {
        padding: 0 .5em;
    }
    .scroll-nav-custom-list > li a {
        font-size: 1.2rem;
    }
}


/* .posts-parent
-------------------------------------------------------- */
.posts-parent {
    margin: 50px 0 0;
    border: 1px solid rgba(2, 2, 2, 1);
    border-bottom: none;
}
.posts-parent-ttl a {
    display: block;
    padding: .5em 1.5em;
    border-bottom: 1px solid rgba(2, 2, 2, 1);
    background: rgba(2, 2, 2, 1);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.6rem;
}
.posts-parent-ttl a:hover {
    color: #fff;
    opacity: .8;
}
.posts-parent-list li a {
    position: relative;
    display: block;
    padding: .6em 2.2em;
    border-bottom: 1px solid rgba(2, 2, 2, 1);
    color: #020202;
    text-decoration: none;
    font-size: 1.6rem;
}
.posts-parent-list li a:hover {
    background: #fff3e7;
}
.posts-parent-list li a::before {
    position: absolute;
    top: 50%;
    left: 1.4em;
    display: inline-block;
    margin-top: -12px;
    color: rgba(2, 2, 2, 1);
    content: "\e848";
    font-weight: 700;
    font-size: 1.3rem;
    font-family: "webfont";
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .posts-parent-ttl a {
        font-size: 2.0rem;
    }
}


/* .posts-children
-------------------------------------------------------- */
.posts-children {
    margin: 0 auto;
}
.posts-children-list {
    display: flex;
    padding: 0;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.posts-children-list li {
    display: flex;
    margin: 1%;
    padding: 0;
    width: 48%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    /* background: url(./assets/img/common/bg_posts-children-list_01.jpg) no-repeat;
    background-size: cover; */
    text-align: center;
    word-break: break-all;
    line-height: 1;
    transition: opacity .4s ease;

    justify-content: center;
    align-items: center;
}
.posts-children-list li a {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all .5s ease;

    justify-content: center;
    align-items: center;
}
.posts-children-list li a::before,
.posts-children-list li a::after {
    position: absolute;
    display: block;
    content: "";
}
.posts-children-list li a::before {
    top: calc(50% - 12px);
    right: 18px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.posts-children-list li a::after {
    top: calc(50% - 2px);
    right: 29px;
    width: 4px;
    height: 4px;
    border-right: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    transform: rotate3d(0, 0, 1, -45deg);
}
.posts-children-list li a:hover {
    text-decoration: none;
    opacity: 1;
}

/* .posts-children-list li.list-01 {
    background: url(./assets/img/common/bg_posts-children-list_01.jpg) no-repeat;
    background-size: cover;
}
.posts-children-list li.list-02 {
    background: url(./assets/img/common/bg_posts-children-list_02.jpg) no-repeat;
    background-size: cover;
} */

.posts-children-list li .box {
    padding: 10px 40px 10px 10px;
    width: 100%;
}
.posts-children-list li .box dt {
    padding: 0;
    color: #020202;
    /* text-align: center; */
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
}
.posts-children-list li .box dd.en {
    margin: .5em 0 0;
    color: rgba(223, 0, 58, 1);
    /* text-align: center; */
    text-align: left;
    letter-spacing: -.02em;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.posts-children-list li .box dd.txt {
    margin: 0 auto;
    padding: 0;
    width: 88%;
    color: #020202;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
}

/* .posts-children-btn */
.posts-children-btn .btn-more {
    display: flex;
    margin: 40px auto 0;
    padding: 10px 20px;
    max-width: 320px;
    width: 80%;
    border: 2px solid #e5e5e5;
    background-color: transparent;
    color: #020202;
    text-align: center;
    transition: .4s;

    justify-content: space-between;
    align-items: center;
}
.posts-children-btn .btn-more span {
    padding: 0 1em;
}
.posts-children-btn .btn-more .ico {
    font-size: 1.2rem;
}
.posts-children-btn .btn-more:hover {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .posts-children-list li {
        width: 31.333333333333332%;
    }
    .posts-children-list li a:hover {
        background-color: rgba(0, 0, 0, .05);
        opacity: .8;
        transition: all .5s ease;
    }
    .posts-children-list li .box dt {
        font-size: 2.0rem;
    }
    .posts-children-list li .box dd.en {
        font-size: 1.8rem;
    }
}


/* .posts-list
-------------------------------------------------------- */
.posts-list li {
    overflow: hidden;
}
.posts-list li a {
    display: flex;
    padding: .8em 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    color: #020202;
    text-decoration: none;

    justify-content: space-between;
    align-items: center;
}
.posts-list li a:hover {
    background: transparent;
}
.posts-list li a .thumbnail {
    position: relative;
    overflow: hidden;
    width: 124px;
    /* border: 1px solid #e5e5e5; */
    background: #fff;

    flex-shrink: 0;
}
.posts-list li a .thumbnail img {
    opacity: 1.0;
    transition: .3s ease;
}
.posts-list li a:hover .thumbnail img {
    opacity: .75;
    cursor: pointer;
    transition: .3s ease;
    transform: scale(1.1);
}
.posts-list li a .box {
    padding: 0 0 0 15px;
    width: 57%;
    width: calc(100% - 124px);
}
.posts-list li a .box-ttl {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
}
.posts-list li a:hover .box-ttl {
    color: #fc993f;
    text-decoration: underline;
}
.posts-list li a .box-lead {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.8;
}
.posts-list li a .box-meta {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 1.2rem;
    line-height: 1.0;
}
.posts-list li a:hover .box-meta {
    color: #fc993f;
    text-decoration: underline;
}


/* .popular-list（.posts-list）
-------------------------------------------------------- */
.posts-list.popular-list {
    counter-reset: li;
}
.posts-list.popular-list li a .thumbnail {
    position: relative;
}
.posts-list.popular-list li a .thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    font-weight: 700;
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5em;
}

/* .posts-list.popular-list li a .thumbnail::before {
            box-shadow: 0 1px 10px -5px #000;
} */

.posts-list.popular-list li:nth-child(1) a .thumbnail::before {
    background-color: rgba(230, 180, 34, .9);
}
.posts-list.popular-list li:nth-child(2) a .thumbnail::before {
    background-color: rgba(192, 192, 192, .9);
}
.posts-list.popular-list li:nth-child(3) a .thumbnail::before {
    background-color: rgba(196, 112, 34, .9);
}

/* .box-view */
.posts-list.popular-list li a .box-view {
    color: #cd162c;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
}


/* .wp_social_bookmarking_light
-------------------------------------------------------- */
.wp_social_bookmarking_light {
    margin: 0 !important;
    padding: 10px 0 20px 0 !important;
    border: 0 !important;
}
.wp_social_bookmarking_light div {
    float: left !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    min-height: 30px !important;
    border: 0 !important;
    text-indent: 0 !important;
    line-height: 18px !important;
}
.wp_social_bookmarking_light img {
    margin: 0;
    padding: 0;
    border: 0 !important;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear {
    clear: both !important;
}

#fb-root {
    display: none;
}
.wsbl_twitter {
    width: 100px;
}
.wsbl_facebook_like iframe {
    max-width: none !important;
}
.wsbl_pinterest a {
    border: 0 !important;
}
.wsbl_line {
    width: 88px;
}
.wp_social_bookmarking_light {
    margin: 60px 0 10px 0 !important;
    padding: 15px 15px 7px 15px !important;
    border-radius: 3px;
    background-color: #f4f4f4;
}
.wp_social_bookmarking_light_clear {
    display: none;
}
.wsbl_twitter {
    width: 67px;
}


/* .wpcf7（Contact Form 7）
-------------------------------------------------------- */
.wpcf7 {
    width: 100%;
}
.wpcf7 form.sent table {
    display: none;
}
.wpcf7 table.mailform-table {
    margin-bottom: 40px;
    width: 100%;
}
.wpcf7 table th .attention {
    display: inline-block;
    margin-left: 10px;
    padding: 3px;
    padding: 1px 5px;
    border-radius: 3px;
    background: #f33;
    color: #fff;
    vertical-align: middle;
    text-shadow: none;
    font-size: 70%;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.wpcf7-list-item.last {
    margin: 0;
}

/* selectカスタマイズ */
.wpcf7-form-control-wrap[data-name="your-hour"],
.wpcf7-form-control-wrap[data-name="your-hourfirst"],
.wpcf7-form-control-wrap[data-name="your-hoursecond"],
.wpcf7-form-control-wrap[data-name="your-hourthird"] {
    margin: 0 0 0 1em;
}
.wpcf7-form-control-wrap[data-name="your-pref"],
.wpcf7-form-control-wrap[data-name="your-hour"],
.wpcf7-form-control-wrap[data-name="your-hourfirst"],
.wpcf7-form-control-wrap[data-name="your-hoursecond"],
.wpcf7-form-control-wrap[data-name="your-hourthird"] {
    position: relative;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name="your-pref"]::before,
.wpcf7-form-control-wrap[data-name="your-hour"]::before,
.wpcf7-form-control-wrap[data-name="your-hourfirst"]::before,
.wpcf7-form-control-wrap[data-name="your-hoursecond"]::before,
.wpcf7-form-control-wrap[data-name="your-hourthird"]::before {
    position: absolute;
    top: 13px;
    right: .8em;
    z-index: 1;
    display: block;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(1, 92, 172, 1);
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}
.wpcf7-form-control-wrap[data-name="your-pref"]::after,
.wpcf7-form-control-wrap[data-name="your-hour"]::after,
.wpcf7-form-control-wrap[data-name="your-hourfirst"]::after,
.wpcf7-form-control-wrap[data-name="your-hoursecond"]::after,
.wpcf7-form-control-wrap[data-name="your-hourthird"]::after {
    position: absolute;
    top: 24px;
    right: .8em;
    z-index: 1;
    display: block;
    border-top: 6px solid rgba(1, 92, 172, 1);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}

/* sp（0px～480px未満の場合に適用） */
@media (min-width: 0) and (max-width: 480px) {
    .wpcf7-form-control-wrap[data-name="your-hour"],
    .wpcf7-form-control-wrap[data-name="your-hourfirst"],
    .wpcf7-form-control-wrap[data-name="your-hoursecond"],
    .wpcf7-form-control-wrap[data-name="your-hourthird"] {
        margin: 1em 0 0 0;
    }
}

/* 画像クリック対応 */
.your-document {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.your-document .wpcf7-list-item {
    margin: 0 1em 1em 0;
}
.your-document .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    /* font-size: 0; */
}
.your-document .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 5px;
}
.your-document .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_01_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}
.your-document .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_02_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}
.your-document .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_03_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .your-document .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_01_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
    .your-document .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_02_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
    .your-document .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_03_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
}

/* 必須項目の入力欄 */
/* .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: rgba(255, 255, 142, .46);
} */

/* エラーメッセージ */
/* .wpcf7 .wpcf7-not-valid {
    background: pink;
} */
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: #eb1010;
    font-weight: 600;
}
.wpcf7 .wpcf7-not-valid-tip {
    position: relative;
    display: flex;
    margin-top: 10px;
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #e30c10;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;

    align-items: center;
}
.wpcf7 .wpcf7-not-valid-tip::before {
    display: inline-block;
    margin-right: .5em;
    color: #fff;
    content: "\e891";
    vertical-align: middle;
    font-weight: 700;
    font-size: 2.0rem;
    font-family: "webfont";
    line-height: 1;
}

/* .wpcf7 .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #ff5d00;
    border-radius: 4px;
    background-color: #ffebb6;
    color: #ff5d00;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.wpcf7 .wpcf7-mail-sent-ok {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #3a87ad;
    border-radius: 4px;
    background-color: #d9edf7;
    color: #3a87ad;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
} */

/* 送信ボタン */
.wpcf7-submit:disabled {
    opacity: .5;
}
.wpcf7-spinner {
    display: block;
}


/* .mw_wp_form（MW WP Form）
-------------------------------------------------------- */
.mw_wp_form {
    width: 100%;
}
.mw_wp_form table.mailform-table {
    margin-bottom: 40px;
    width: 100%;
}
.mw_wp_form table th .attention {
    display: inline-block;
    margin-left: 10px;
    padding: 3px;
    padding: 1px 5px;
    border-radius: 3px;
    background: #f33;
    color: #fff;
    vertical-align: middle;
    text-shadow: none;
    font-size: 70%;
}
.mw_wp_form .horizontal-item {
    margin-right: 15px;
    white-space: nowrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.mw_wp_form .horizontal-item:last-child {
    margin-right: 0;
}

/* エラーメッセージ */
.mw_wp_form .error {
    font-weight: 600;
}


/* #ez-toc-container（Easy Table of Contents）
-------------------------------------------------------- */
#ez-toc-container {
    margin: 2em 0;
    padding: 0; /*余白いらない*/
    width: 100%;
    border: 0; /*囲い枠を非表示*/
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05); /*影*/
}

/*タイトル*/
div#ez-toc-container p.ez-toc-title {
    padding: 20px 0;
    font-weight: 900;
}

/*タイトル全体*/
.ez-toc-title-container {
    background: #212121;
}

/*タイトルを太文字&中央寄せ*/
div#ez-toc-container p.ez-toc-title {
    color: #fff;
    text-align: center;
    font-weight: 900;
}

/*webfont*/
div#ez-toc-container p.ez-toc-title::before {
    margin-right: .5em;
    content: "\e837";
    font-weight: 900;
    font-family: "webfont";
}

/*表示・非表示ボタン*/
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle {
    margin-right: 30px;
    margin-left: 30px;
    padding: 1em;
    border: 0;
    border-radius: 50%; /* ボタンを丸く */
    box-shadow: none;
}

/*見出しリスト全体*/
#ez-toc-container ul.ez-toc-list {
    margin-left: 1em;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
.ez-toc-widget-container,
.ez-toc-widget-container li {
    line-height: 2.0;
}

/*下層リスト*/
#ez-toc-container ul > li > ul > li {
    position: relative;
    padding-left: 1.3em;
}

#ez-toc-container ul > li > ul > li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ddd;
    content: "┣ ";
    font-weight: 600;
}

#ez-toc-container ul > li > ul > li:last-of-type::before {
    content: "┗ ";
}

/*タイトル下の部分*/
#ez-toc-container nav {
    padding: 20px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


/* #toc_container（Table of Contents Plus）
-------------------------------------------------------- */
#toc_container {
    position: relative;
    display: table;
    margin: 2.5em auto 2.5em 0;
    padding: 20px 15px;
    min-width: 68%;
    border-top: 5px solid #00428c;
    border-radius: 3px;
    background-color: rgba(249, 249, 249, 1);
    box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, .15);
}

/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    background: none;
    box-shadow: none;
    content: none;
}

/* 目次の見出しタイトル */
#toc_container .toc_title {
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
}

/* 見出しタイトル左のアイコン */
#toc_container .toc_title::before {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 66, 140, 1);
    color: #fff;
    content: "\e837";
    vertical-align: baseline;
    font-size: 1.4rem;
    font-family: "webfont";
    line-height: 30px;

    speak: none;
    -webkit-font-smoothing: antialiased;
}

/* 表示／非表示トグル */
#toc_container .toc_toggle a {
    padding: 2px 4px;
    font-weight: 400;
    font-size: 1.4rem;
}

/* 目次エリア */
#toc_container p.toc_title + ul.toc_list {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* 目次のリストの共通スタイル */
#toc_container ul.toc_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 目次のリンク */
#toc_container ul.toc_list li a {
    position: relative;
    display: inline-block;
    margin: 7px 0;
    padding: 3px 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 94%;
    line-height: 1.6;
    transition: all .3s ease;
}

/* 目次のリンクカラー */
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited {
    color: #555;
}

/* マウスオーバー時 */
#toc_container ul.toc_list a:hover {
    text-decoration: none;
    opacity: .88;
}

/* 親の目次 */
#toc_container ul.toc_list > li > a {
    margin-left: 40px;
    font-weight: 700;
    font-size: 1.6rem;
}

/* 番号振り用のスタイル */
#toc_container .toc_number {
    display: inline-block;
    margin-right: 5px;
    background-color: rgba(0, 66, 140, .52);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: "Avenir Next", "Helvetica Neue", Arial, "Meiryo", "Yu Gothic", san-serif;
}

/* 親の目次の番号 */
#toc_container .toc_number.toc_depth_1 {
    position: absolute;
    top: 0;
    left: -40px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
}

/* 子の目次の番号 */
#toc_container .toc_number:not(.toc_depth_1) {
    padding: 0 5.43px;
    border-radius: 15px;
    line-height: 30px;
}

/* 子の目次 */
#toc_container ul.toc_list > li > ul {
    margin-left: 40px;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    #toc_container {
        padding: 20px 3vw;
        min-width: auto;
        width: 100% !important;
    }

    #toc_container p.toc_title + ul.toc_list {
        padding: 20px 0 0;
    }

    #toc_container ul.toc_list > li > ul {
        margin-left: 30px;
    }
}


/* #biz_calendar（Biz Calendar）
-------------------------------------------------------- */
/* カレンダー */
#biz_calendar,
#biz_calendar a {
    color: #3b3b3b;
}

#biz_calendar {
    margin: auto;
    max-width: 100%;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

#biz_calendar table.bizcal {
    margin: 0 0 10px;
    width: 100%;
    /* border: 1px solid #b5b5b6; */
    border: 0;
    /* background-color: #fbf7f6; */
    background: rgba(255, 255, 255, 1);
    table-layout: fixed;
    vertical-align: middle;
    text-align: center;
    letter-spacing: normal;
    font-weight: normal;
    line-height: 1.6;
    cursor: default;
}

/* 曜日 */
#biz_calendar table.bizcal tr {
    background-color: transparent;
}

#biz_calendar table.bizcal th {
    padding: 7px 0 6px;
    border-width: 0;
    background: transparent;
    background: rgba(0, 0, 0, .09);
    color: #020202;
    text-align: center;
    font-weight: 600;
}

#biz_calendar table.bizcal th:first-child {
    color: #cb2339;
}

#biz_calendar table.bizcal th:last-child {
    color: #238dcb;
}

/* 日付 */
#biz_calendar table.bizcal td {
    padding: 7px 0 6px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

#biz_calendar table.bizcal td.calmonth {
    font-family: inherit;
}

/* 休業日 */
#biz_calendar table.bizcal .holiday,
#biz_calendar p span.boxholiday {
    background-color: #cb2339 !important;
}

/* イベント日 */
#biz_calendar table.bizcal .eventday,
#biz_calendar p span.boxeventday {
    background-color: #238dcb !important;
}

/* 当日 */
#biz_calendar table.bizcal .today {
    position: relative;
    color: #333952;
    text-decoration: none;
    font-weight: 700;
}

#biz_calendar table.bizcal .today::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2.0em;
    height: 2.0em;
    border: 1px solid #333952;
    border-radius: 50%;
    content: "";
}

/* 色キャプション */
#biz_calendar p {
    /* display: inline-block; */
    /* margin-right: 1.5em; */
    font-size: 1.3rem;
}

#biz_calendar p a {
    text-decoration: underline;
}

#biz_calendar p a:hover {
    color: #666;
    text-decoration: none;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    /* カレンダー */
    #biz_calendar table.bizcal {
        margin: 0 auto 1.0em;
        width: 100%;
    }

    /* 曜日 */
    #biz_calendar table.bizcal th {
        padding: .5em 0;
    }

    /* 日付 */
    #biz_calendar table.bizcal td {
        padding: .5em 0;
    }

    /* 色キャプション */
    #biz_calendar p {
        display: block;
        margin-right: 0;
        font-size: 90%;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    /* 色キャプション */
    #biz_calendar p {
        display: block;
        margin-right: 0;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
}


/* #wpmem_*（WP-Members Membership）
-------------------------------------------------------- */
/* フォームの全体レイアウト */
#wpmem_login,
#wpmem_reg,
#wpmem_msg,
.wpmem_msg {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    border-radius: 0;
    background: transparent;
    color: #020202 !important;
    font-size: 1.7rem !important;
    font-family: "Noto Sans JP", sans-serif !important;
}

/* フォームの共通スタイル */
#wpmem_login button,
#wpmem_login input,
#wpmem_login select,
#wpmem_login textarea,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
    /* display: block; */
    margin-bottom: 0;
    padding: .5em !important;
    border: 1px solid #ddd;
    /* width: 100%;
    height: 45px; */
    border: 1px solid #ddd;
    border-radius: 4px !important;
    /* background-color: #fff; */
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .05);
    vertical-align: middle;
    /* font-size: 1em; */
    /* line-height: 45px; */
    transition: background-color .24s ease-in-out;
}
#wpmem_login .button_div input.buttons,
#wpmem_reg .button_div input.buttons {
    margin-top: 1em;
    padding: 15px 30px !important;
    border: 2px solid #333 !important;
    font-size: 1.8rem;
}
#wpmem_login .button_div input.buttons:hover,
#wpmem_reg .button_div input.buttons:hover {
    border: 2px solid rgba(1, 92, 172, 1) !important;
}
#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
    border-radius: 4px !important;
    font-size: 1.6rem;
}
#wpmem_login label,
#wpmem_login p,
#wpmem_reg label,
#wpmem_reg p {
    font-size: 1.6rem;
}

/* チェックボックス */
#wpmem_login input[type="checkbox"] {
    margin: 2px 2px !important;
    vertical-align: middle;
}

/* 見出し */
#wpmem_login legend,
#wpmem_reg legend {
    position: relative;
    margin-bottom: 10px !important;
    padding: 2px 2px 2px 22px;
    color: #020202;
    font-size: 2.0rem !important;
    line-height: 1.6 !important;
}
#wpmem_login legend::before,
#wpmem_reg legend::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: rgba(1, 92, 172, 1);
    content: "";
    transform: translateY(-50%);
}

/* フォーカス時 */
#wpmem_login input:focus,
#wpmem_login select:focus,
#wpmem_login textarea:focus,
#wpmem_reg input:focus,
#wpmem_reg select:focus,
#wpmem_reg textarea:focus {
    outline: none;
    /* box-shadow: 0 0 8px rgba(102, 175, 233, .6); */
    border: 2px solid #101010 !important;
    border-color: #101010;
}

/* エラーメッセージ（任意で「.wpmem_error」クラスを利用する場合） */
.wpmem_error {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    background: #f2dede;
    color: #d9534f;
}


/* .wpmem-count
-------------------------------------------------------- */
.wpmem-count {
    width: 100%;
}
.wpmem-count-table {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 1);
    border-collapse: collapse;
    background: #fff;
    line-height: 1.6;
}
.wpmem-count-table th,
.wpmem-count-table td {
    padding: 1em;
    border: 1px solid rgba(224, 224, 224, 1);
    vertical-align: middle;
}
.wpmem-count-table th {
    width: 35%;
    background: #f0f0f0;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
}
.wpmem-count-table th .count-ttl {
    font-weight: 600;
}
.wpmem-count-table td {
    background: #fff;
}
.wpmem-count-table td .count-list {
    display: flex;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.wpmem-count-table td .count-list .number {
    padding: 0;
    width: auto;
    font-weight: 500;
    font-size: 1.6rem;
}
.wpmem-count-table td .count-list .number strong {
    margin: 0 .25em .25em 0;
    color: #dc000c;
    font-weight: 700;
    font-size: 140%;
}
.wpmem-count-table td .count-list .txt {
    text-align: center;
    font-size: 1.4rem;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .wpmem-count-table th,
    .wpmem-count-table td {
        padding: .75em;
    }
    .wpmem-count-table td .count-list .txt {
        display: none;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .wpmem-count-table td .count-list .txt {
        display: none;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .wpmem-count-table th {
        padding: .75em;
        width: 20%;
        font-size: 1.5rem;
    }
    .wpmem-count-table td {
        padding: .75em;
    }
    .wpmem-count-table td .count-list {
        display: flex;

        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }
    .wpmem-count-table td .count-list .number {
        padding: 0 10px 0 10px;
        min-width: 100px;
    }
    .wpmem-count-table td .count-list .number strong {
        font-size: 150%;
    }
    .wpmem-count-table td .count-list .txt {
        display: inline-block;
        text-align: left;
        font-size: 1.4rem;
    }
}


/* .preface-count
-------------------------------------------------------- */
.preface-count {
    width: 100%;
    /* background: #fff; */
}
.preface-count-inner {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 1360px;
    width: 100%;

    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

/* .preface-count-main */
.preface-count-main {
    display: flex;
    width: 100%;

    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

/* .preface-count-main .main-catch */
.preface-count-main .main-catch {
    margin: 0;
    padding: 0 0 0;
    width: auto;
    color: #020202;
    text-align: center;
    letter-spacing: .12em;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.6;
}
.preface-count-main .main-catch span {
    /* margin: 0 .5em 0 0; */
    color: #020202;
    font-size: 130%;
}

/* .preface-count-main .main-box */
.preface-count-main .main-box {
    display: flex;
    margin: 0 auto;
    padding: .2em .2em .2em;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: 0 .2em .2em rgba(0, 0, 0, .03); */

    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

/* .preface-count-main .main-box-catch */
.preface-count-main .main-box-catch {
    margin: 0;
    padding: 10px 0 0;
    width: auto;
    color: #020202;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.6;
}
.preface-count-main .main-box-catch span {
    margin: 0 .3em 0 0;
    color: #020202;
    font-size: 120%;
}

/* .preface-count-main .main-box-total */
.preface-count-main .main-box-total {
    display: flex;
    margin: 0;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.preface-count-main .main-box-total .ttl {
    margin: 6px 0 0;
    padding: .5em .55em .55em .5em;
    border: 1px solid #00397a;
    background: #00397a;
    color: #fff;
    letter-spacing: .12em;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1;

    writing-mode: vertical-lr;
}
.preface-count-main .main-box-total .count {
    color: #00397a;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: 9.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.preface-count-main .main-box-total .txt {
    display: flex;

    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.preface-count-main .main-box-total .txt-status {
    display: flex;
    padding: .5em .8em;
    border-radius: 6px;
    background: #dc000c;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.preface-count-main .main-box-total .txt-number {
    display: flex;
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 1;

    flex-flow: column;
    justify-content: center;
    align-items: baseline;
}

/* .preface-count-main .main-box-info */
.preface-count-main .main-box-info {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    font-size: 1.4rem;
}

/* .preface-count-sub */
.preface-count-sub {
    display: flex;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 0;
}
.preface-count-sub .sub-member {
    display: flex;
    margin: 0;
    padding: .5em .5em .6em;
    width: 100%;
    background: #dc000c;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.preface-count-sub .sub-member-txt {
    color: #fff;
    text-indent: .2em;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}
.preface-count-sub .sub-member-txt strong {
    margin: 0 .3em;
    color: #fff;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: 140%;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.preface-count-sub .sub-bnr {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: #fff5f4;
    /* background: #fff5f4 url(./assets/img/common/bg_overlay_22.png) repeat 0 0; */

    justify-content: center;
    align-items: center;
    gap: 14px;
}
.preface-count-sub .sub-bnr-inner {
    position: relative;
    display: flex;
    padding: 1.2em .9em 1.2em;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.preface-count-sub .sub-bnr-box {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 380px;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.preface-count-sub .sub-bnr-box .ttl {
    margin-bottom: .1em;
    color: #020202;
    text-align: center;
    letter-spacing: .04em;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6;
    /* text-shadow: 0 0 10px rgba(255, 255, 255, .6); */
}
.preface-count-sub .sub-bnr-box .link {
    display: flex;
    margin-bottom: 0;
    padding: .8em .8em;
    min-height: 100%;
    max-width: 380px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    background: #fff;
    box-shadow: rgba(235, 235, 235, .7) 0 -2px 0 inset;
    color: #000;
    text-decoration: none;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.preface-count-sub .sub-bnr-box .link .ico {
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: #cd162c;
    font-size: 120%;
}
.preface-count-sub .sub-bnr-label {
    position: absolute;
    top: 60px;
    left: 9px;
    z-index: 2;
    display: flex;
    width: 64px;
    height: 64px;
    border: 1px solid #dc000c;
    border-radius: 50%;
    background: #dc000c;
    color: #fff;
    text-align: center;
    text-shadow: none;
    letter-spacing: .01rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.preface-count-sub .sub-bnr-label .lead,
.preface-count-sub .sub-bnr-label .time,
.preface-count-sub .sub-bnr-label .finish {
    margin-bottom: .4em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
.preface-count-sub .sub-bnr-label .lead {
    font-size: 1.0rem;
}
.preface-count-sub .sub-bnr-label .time {
    font-weight: 500;
    font-size: 1.5rem;
}
.preface-count-sub .sub-bnr-label .finish {
    margin-bottom: 0;
    font-size: 1.0rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .preface-count-inner {
        top: 0;
        display: flex;
        margin: 0 auto;
        padding: 35px 35px 35px;
        width: 100%;
        /* background: #fff; */

        flex-flow: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
    }
    .preface-count-main .main-box-catch {
        font-size: 2.0rem;
    }
    .preface-count-main .main-box-total .ttl {
        font-size: 1.2rem;
    }
    .preface-count-main .main-box-total .count {
        font-size: 10.5rem;
    }
    .preface-count-main .main-box-total .txt-status {
        font-size: 1.6rem;
    }
    .preface-count-main .main-box-total .txt-number {
        font-size: 4.6rem;
    }
    .preface-count-sub .sub-member {
        padding: .5em .5em .6em;
    }
    .preface-count-sub .sub-member-txt {
        font-size: 2.3rem;
    }
    .preface-count-sub .sub-bnr-box .ttl {
        font-size: 1.4rem;
    }
    .preface-count-sub .sub-bnr-box .link {
        font-size: 2.1rem;
    }
    .preface-count-sub .sub-bnr-label {
        top: -18px;
        left: 9px;
        width: 94px;
        height: 94px;
        border: 3px solid #fff5f4;
        font-size: 1.4rem;
        line-height: 1;
    }
    .preface-count-sub .sub-bnr-label .lead {
        font-size: 1.2rem;
    }
    .preface-count-sub .sub-bnr-label .time {
        font-size: 2.2rem;
    }
    .preface-count-sub .sub-bnr-label .finish {
        font-size: 1.2rem;
    }
}


/* .introit-count
-------------------------------------------------------- */
.introit-count {
    width: 100%;
    /* background: #fff; */
}
.introit-count-inner {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 1360px;
    width: 100%;

    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

/* .introit-count-main */
.introit-count-main {
    display: flex;
    width: 100%;

    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

/* .introit-count-main .main-catch */
.introit-count-main .main-catch {
    margin: 0;
    padding: 0 0 0;
    width: auto;
    color: #020202;
    text-align: center;
    letter-spacing: .12em;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.6;
}
.introit-count-main .main-catch span {
    /* margin: 0 .5em 0 0; */
    color: #020202;
    font-size: 130%;
}

/* .introit-count-sub */
.introit-count-sub {
    display: flex;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 0;
}
.introit-count-sub .sub-member {
    display: flex;
    margin: 0;
    padding: .5em .5em .6em;
    width: 100%;
    background: #dc000c;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.introit-count-sub .sub-member-txt {
    color: #fff;
    text-indent: .2em;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
}
.introit-count-sub .sub-member-txt strong {
    margin: 0 .3em;
    color: #fff;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: 140%;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.introit-count-sub .sub-bnr {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    /* background: #fff5f4 url(./assets/img/common/bg_overlay_22.png) repeat 0 0; */

    justify-content: center;
    align-items: center;
    gap: 14px;
}
.introit-count-sub .sub-bnr-inner {
    position: relative;
    display: flex;
    padding: .9em .9em .9em;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.introit-count-sub .sub-bnr-box {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 380px;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.introit-count-sub .sub-bnr-box .ttl {
    margin-bottom: .5em;
    color: #020202;
    text-align: left;
    letter-spacing: .04em;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
    /* text-shadow: 0 0 10px rgba(255, 255, 255, .6); */
}
.introit-count-sub .sub-bnr-box .link {
    display: flex;
    margin-bottom: 0;
    padding: .8em .8em;
    min-height: 100%;
    max-width: 380px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    background: #fff;
    box-shadow: rgba(235, 235, 235, .7) 0 -2px 0 inset;
    color: #000;
    text-decoration: none;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.introit-count-sub .sub-bnr-box .link .ico {
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: #cd162c;
    font-size: 120%;
}
.introit-count-sub .sub-bnr-label {
    position: absolute;
    top: 60px;
    left: 9px;
    z-index: 2;
    display: flex;
    width: 64px;
    height: 64px;
    border: 1px solid #dc000c;
    border-radius: 50%;
    background: #dc000c;
    color: #fff;
    text-align: center;
    text-shadow: none;
    letter-spacing: .01rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.introit-count-sub .sub-bnr-label .lead,
.introit-count-sub .sub-bnr-label .time,
.introit-count-sub .sub-bnr-label .finish {
    margin-bottom: .4em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
.introit-count-sub .sub-bnr-label .lead {
    font-size: 1.0rem;
}
.introit-count-sub .sub-bnr-label .time {
    font-weight: 500;
    font-size: 1.5rem;
}
.introit-count-sub .sub-bnr-label .finish {
    margin-bottom: 0;
    font-size: 1.0rem;
}

/* .introit-count-sub .sub-bnr-total */
.introit-count-sub .sub-bnr-total {
    display: flex;
    margin: 0 auto 15px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.introit-count-sub .sub-bnr-total .ttl {
    margin: 6px 0 0;
    padding: .5em .55em .55em .5em;
    border: 1px solid #00397a;
    background: #00397a;
    color: #fff;
    letter-spacing: .12em;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;

    writing-mode: vertical-lr;
}
.introit-count-sub .sub-bnr-total .count {
    color: #dc000c;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: 6.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.introit-count-sub .sub-bnr-total .txt {
    display: flex;
    padding: .3em 0 0 0;

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}
.introit-count-sub .sub-bnr-total .txt-status {
    display: flex;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #020202;
    letter-spacing: .08em;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.introit-count-sub .sub-bnr-total .txt-number {
    display: flex;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.4;

    flex-flow: column;
    justify-content: center;
    align-items: baseline;
}

/* .introit-count-sub .sub-bnr-info */
.introit-count-sub .sub-bnr-info {
    margin-top: 20px;
    font-size: 1.2rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .introit-count-inner {
        top: 0;
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        /* background: #fff; */

        flex-flow: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
    }
    .introit-count-main {
        width: 100%;

        flex: none;
    }
    .introit-count-main .main-box-catch {
        font-size: 1.5rem;
    }
    .introit-count-sub {
        width: 100%;

        flex: none;
    }
    .introit-count-sub .sub-member {
        padding: .5em .5em .6em;
    }
    .introit-count-sub .sub-member-txt {
        font-size: 1.8rem;
    }
    .introit-count-sub .sub-bnr-box .ttl {
        font-size: 1.3rem;
    }
    .introit-count-sub .sub-bnr-box .link {
        font-size: 1.6rem;
    }
    .introit-count-sub .sub-bnr-label {
        top: -18px;
        left: 9px;
        width: 94px;
        height: 94px;
        border: 3px solid #fff5f4;
        font-size: 1.4rem;
        line-height: 1;
    }
    .introit-count-sub .sub-bnr-label .lead {
        font-size: 1.2rem;
    }
    .introit-count-sub .sub-bnr-label .time {
        font-size: 2.2rem;
    }
    .introit-count-sub .sub-bnr-label .finish {
        font-size: 1.2rem;
    }
}
