/* --------------------------------------------------------------
テーマ独自のCSS
-------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    color: #000000;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content-Wrap {
    position: relative;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

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

.hide,
body .is-layout-flex.hide {
    display: none;
}

.fit-Content {
    width:-moz-fit-content;
    width:fit-content;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
        -webkit-backface-visibility: hidden;
    }
}

/* ---------- 詩的リード文 ---------- */
.wp-block-image.smoke-Image-01,
.wp-block-image.smoke-Image-02 {
    margin: 0;
    position: relative;
}

.wp-block-image.smoke-Image-01 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 1332px;
}

.wp-block-image.smoke-Image-02 img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 50%;
    max-width: 707px;
}

.wp-block-image.poetic-Lead {
    margin: auto;
    padding: 0 4vw;
    position: relative;
}

@media (min-width: 1280px) {
    .wp-block-image.poetic-Lead {
        padding: 0;
    }
}

/* ---------- タイトル見出しの画像 ---------- */
.title-Heading-Image,
body .is-layout-constrained > .title-Heading-Image {
    position: relative;
    width: 70vw;
    max-width: 405px;
}

/* ---------- くわ焼きとは ---------- */
.wp-block-cover.about-Lead {
    margin: auto;
    padding: 4vw;
    height: auto;
    max-width: 800px;
}

@media (min-width: 768px) {
    .wp-block-cover.about-Lead {
        padding: 80px;
    }
}

/* ---------- ムービー ---------- */
.movie-Wrap {
    padding: 0 8vw;
}

/* ---------- お知らせ ---------- */
body .is-layout-constrained > .news {
    padding: 0 8vw;
    max-width: 700px;
}

.news ul {
    padding: 0;
    width: 100%;
}

.news ul li {
    list-style: none;
    padding-bottom: 4.2vw;
}

.news ul li:last-child {
    padding-bottom: 0;
}

.news ul li a {
    border-bottom: 1px solid #999;
    color: #302112;
    display: block;
    text-decoration: none;
    padding: 8px;
}

.news ul li a span {
    display: block;
    padding-bottom: 2.08vw;
    margin-right: 40px;
}

.news .news-Summary {
    margin-top: 8vw;
    text-align: right;
}

.news .news-Summary a {
    color: #302112;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    body .is-layout-constrained > .news {
        padding: 0 40px;
    }

    .news ul li {
        padding-bottom: 32px;
    }

    .news .news-Summary {
        margin-top: 80px;
    }
}

/* ---------- 定番メニュー ---------- */
.menu-Wrap {
    padding-left: 8vw!important;
    padding-right: 8vw!important;
    position: relative;
}

.wp-block-image.smoke-Image-03 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    max-width: 1190px;
}

.wp-block-image.smoke-Image-04 img {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 60%;
    max-width: 747px;
    z-index: -1;
}

.menu-List {
    margin: auto;
    padding: 0;
    overflow-y: scroll;
}

h3.menu-Cat-Title {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 40px;
}

.wp-block-image.menu-Item-Image {
    margin: 0;
}

.wp-block-image.menu-Item-Image img {
    width: 100%;
}

.wp-block-cover.menu-Item-Text {
    padding: 4vw!important;
}

.wp-block-cover.menu-Item-Text .menu-Name {
    margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
    .wp-block-cover.menu-Item-Text {
        padding: 24px!important;
    }

    .wp-block-cover.menu-Item-Text .menu-Name {
        margin-bottom: 8px;
    }
}

/* ---------- 採用情報、アクセス ---------- */
.wp-block-cover.full-Width-Container {
    padding: 0;
}

.map {
    height: 45vh;
    width: 100%;
}

.recruit-Wrap {
    position: relative;
}

.recruit-Wrap .wp-block-media-text__media {
    box-shadow: 3px 3px 6px rgba(0 ,0, 0, .3);
    position: absolute;
    top: 18vw;
    right: 42vw;
    max-width: 640px;
    z-index: 10;
}

.recruit-Wrap .wp-block-media-text__content {
    padding: 0;
}

.recruit-Title {
    margin: 0 auto;
}

.recruit-Link-Wrap {
    height: 45vw;
    max-height: 250px;
    margin-top: 24vw;
}

@media screen and (min-width: 782px) {
    .recruit-Wrap .wp-block-media-text__media {
        top: 12vw;
    }

    .recruit-Link-Wrap {
        margin-top: 16vw;
    }

    .map {
        height: 560px;
    }
}

@media (min-width: 992px) {
    .recruit-Wrap .wp-block-media-text__media {
        top: 0;
    }

    .recruit-Title {
        margin: 0 0 1em 10vw;
    }

    .recruit-Link-Wrap {
        margin-top: 4vw;
    }
}

/* ---------- 近日オープン ---------- */
.comingsoon-Title img {
    position: relative;
    left: 50%;
    width: 88%;
    max-width: 737px;
    transform: translateX(-50%);
}

.comingsoon-Image img {
    position: relative;
    left: 50%;
    width: 88%;
    max-width: 1097px;
    transform: translateX(-50%);
}

@media (min-width:782px) {
    .comingsoon-Title img {
        left: 8vw;
        width: 120%;
        transform: none;
    }
    
    .comingsoon-Image img {
        left: auto;
        right: 0;
        width: 120%;
        transform: none;
    }
}

/* ---------- 通信販売バナー ---------- */
.banner-Container {
    overflow: initial;
    min-height: auto;
}

.banner-Container .wp-block-columns,
.banner-Container .wp-block-image {
    margin: 0;
}

.mailorder-Title img {
    width: 100%;
    max-width: 581.5px;
}

.mailorder-Image {
    position: relative;
}

.mailorder-Image img {
    position: absolute;
    top: -12.5vw;
    width: 100%;
    max-width: 800px;
}

@media (min-width:768px) {
    .mailorder-Image img {
        top: -16vw;
    }
}

@media (min-width:1150px) {
    .banner-Container {
        min-height: 160px;
    }

    .mailorder-Image img {
        top: -200px;
    }
}

@media (min-width:1300px) {
    .banner-Container {
        min-height: 240px;
    }
}

/* ---------- お知らせ一覧、アーカイブページ、投稿ページ ---------- */
.content {
    padding: 45px 8vw;
    max-width: 1200px;
}

.blog .content-Wrap,
.archive .content-Wrap,
.single-post .content-Wrap,
.search .content-Wrap,
.error404 .content-Wrap {
    background: url(../img/bg.jpg) left top no-repeat;
    background-size: cover;
}

.blog .main,
.archive .main,
.single-post .main {
    margin-bottom: 8vw;
}

.module-Article_Item {
    border-bottom: 1px dotted #000000;
}

.module-Article_Item:first-of-type {
    border-top: 1px dotted #000000;
}

.module-Article_Item_Link {
    display: flex;
    text-decoration: none;
    color: #43413B;
    padding-top: 30px;
    padding-bottom: 30px;
}

.module-Article_Item_Img {
    width: 30%;
    margin-right: 15px;
}

.module-Article_Item_Body {
    flex: 1;
    font-size: 0.9375rem;
}

.module-Article_Item_Body p {
    line-height: 1.7;
}

.module-Article_Item_Title {
    margin-bottom: .5em;
    color: #000000;
    font-size: 1.125rem;
}

.module-Article_Item_Meta {
    color: #43413B;
    margin-top: 2em;
}

.module-Article_Item_Meta li {
    display: inline-block;
}

.module-Article_Item_Cat:after {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-right: .3em;
    margin-left: .5em;
    content: "";
    transform: skew(-10deg) translateY(0.1em);
    background-color: #43413B;
}

ul.module-Article_Item_Meta {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .content {
        padding: 60px 40px;
    }
}




/* --------------------------------------------------------------
WordPress Core
from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignwide {
    max-width: 1200px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

body .is-layout-constrained > .alignwide {
    max-width: 1200px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ol[class],
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */

html {
    font-family: "Noto Serif JP", system-ui, -apple-system, sans-serif;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    transition: all .2s ease-in-out;
}

body:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    transition: background-color .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
    clear: both;
}

img {
    height: auto;
}

address,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="search"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="search"] {
    margin-bottom: 1em;
    width: 100%;
    max-width: 500px;
}

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




/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.header {
    background: url(../img/bg.jpg) left top no-repeat;
    background-size: auto;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    align-items: flex-end;
}

.header-SiteName {
    margin-left: 16px;
    margin-bottom: 16px;
    margin-bottom: 0;
}

.header-SiteName_Link {
    display: block;
    width: 150px;
    text-decoration: none;
    color: #43413B;
}

.header-Tagline {
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    color: #43413B;
    font-size: 0.625rem;
    margin-top: 8px;
}

.header-NavToggle {
    position: absolute;
    top: 0;
    right: 100%;
    width: 45px;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: none;
    background-color: #000000;
}

.header-NavToggle_Bar {
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    transition: all .2s ease-in-out;
    background-color: #FFFFFF;
}

.header-NavToggle_Bar::before,
.header-NavToggle_Bar::after {
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    transition: all .2s ease-in-out;
    background-color: #FFFFFF;
}

.header-NavToggle_Bar:before {
    transform: translateY(-9px);
}

.header-NavToggle_Bar:after {
    transform: translateY(7px);
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar {
    background-color: transparent !important;
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar:before {
    transform: translateY(0) rotate(45deg);
    background-color: #FFFFFF;
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar:after {
    transform: translateY(-2px) rotate(-45deg);
    background-color: #FFFFFF;
}

body.is-DrawerActive {
    position: relative;
}

body.is-DrawerActive:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(67, 65, 59, 0.3);
}

.header-Nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    transition: margin-right .2s ease-in-out;
    background-color: #F7F6F5;
}

body.is-DrawerActive .header-Nav {
    margin-right: 0;
}

.header-Nav_Items {
    overflow-y: auto;
}

.header-Nav li {
    border-bottom: 1px dashed #000000;
}

.header-Nav a {
    position: relative;
    display: block;
    padding: 0.7em 15px;
    text-decoration: none;
    color: #43413B;
    overflow-wrap: break-word;
}

.sp-widget-area {
    display: block;
    padding: 15px;
}

.pc-widget-area {
    display: block;
}

@media screen and (min-width: 992px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .header-NavToggle {
        display: none;
    }

    .header-Nav {
        position: inherit;
        width: auto;
        margin-right: auto;
        background-color: transparent;
    }
    
    .header-Nav_Items {
        display: flex;
        flex-direction: row;
        height: auto;
        margin-bottom: 0;
        flex: 1;
        justify-content: flex-end;
    }
    
    .header-Nav li {
        position: relative;
        border-bottom: none;
    }
    
    .header-Nav a {
        padding: .5em 1em;
        text-align: center;
    }
    
    .header-Nav a:hover,
    .header-Nav a:focus {
        outline: none;
    }
    
    .header-Nav a:hover:after,
    .header-Nav a:focus:after {
        width: 100%;
    }

    .header-Nav a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 2px;
        content: "";
        transition: all .2s ease-in-out;
        background-color: #000000;
    }
    
    .footer-Widgets {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .pagination .page-numbers {
        font-size: 1rem;
    }
    
    .header-Nav .search-form {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 0;
        width: 260px;
    }
    
    .header-Nav .search-field {
        min-width: 12em;
    }

    .sp-widget-area {
        display: none;
    }
    
    .pc-widget-area {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }
}




/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.footer {
    background: url(../img/bg_black.jpg) left top no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.footer-Nav {
    margin: auto;
    padding: 8vw;
    max-width: 1200px;
}

.footer-Nav_Items {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.footer-Nav_Items .menu-item a {
    border-bottom: 1px dashed #FFFFFF;
    color: #FFFFFF;
    display: block;
    padding: 8px;
    text-decoration: none;
}

.footer-Widgets {
    padding-top: 30px;
}

.footer-Copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .footer-Nav {
        padding: 8vw 8vw 2vw;
    }

    .footer-Nav_Items {
        flex-flow: row;
    }

    .footer-Nav_Items .menu-item a {
        border-bottom: none;
    }
}




/* --------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------- */
.breadCrumb {
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 0.875rem;
}

.breadCrumb a {
    text-decoration: none;
    color: #FFFFFF;
}

.breadCrumb a:hover,
.breadCrumb a:focus {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}




/* --------------------------------------------------------------
ページネーション
-------------------------------------------------------------- */
.pagination {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.pagination .nav-links {
    font-family: "Noto Serif JP", sans-serif, sans-serif;
}

.pagination .page-numbers {
    display: inline-block;
    padding: .5em 1em;
    text-decoration: none;
    color: #3B4043;
    border: 2px solid #edeceb;
    border-radius: 0.2em;
    background-color: #F7F6F5;
    font-size: 0.875rem;
}

.pagination .page-numbers:hover {
    border-color: #000000;
}

.pagination .page-numbers.current {
    color: #FFFFFF;
    border-color: #000000;
    background-color: #000000;
}

.pagination .page-numbers.dots {
    padding: 0 .5em;
    border: none;
    background-color: transparent;
}




/* --------------------------------------------------------------
Search
-------------------------------------------------------------- */
p.search-ResultNum,
p.search-NoResult {
    margin-bottom: 1em;
}

input[type="search"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

.search-field {
    min-height: 1.5em;
    padding: .2em;
    border: 1px solid #43413B;
    border-radius: 0.2em;
}

.search-submit {
    min-height: 1.5em;
    padding: .2em .7em;
    color: #FFFFFF;
    border: 1px solid #43413B;
    border-radius: 0.2em;
    background-color: #43413B;
}




/* --------------------------------------------------------------
ウィジェット
-------------------------------------------------------------- */
.widget_block {
    margin-bottom: 2em;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
    border-bottom: 2px solid #000000;
    font-size: 1.125rem;
}

.widget_block a {
    text-decoration: none;
    color: #3B4043;
}

.widget_block a:hover,
.widget_block a:focus {
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
}

.widget_block ul:not([class]) {
    padding-left: 1.2em;
}

.widget_block iframe {
    max-width: 100%;
}

.widget_block select {
    max-width: 100%;
    display: inline-block;
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Earw-down%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2024l-14.7-14.7%201.3-1.3%2013.4%2013.4%2013.4-13.4%201.3%201.3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center right 8px;
    background-color: #FFFFFF;
    border-radius: 0;
    border: 1px solid #43413B;
    padding: .3em 1.5em .3em .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1rem;
}

.widget_block select::-ms-expand {
    display: none;
}

.widget_block .wp-block-button__link {
    color: #000000;
}

.widget_block .wp-block-button__link:hover {
    text-decoration: none;
}

.widget_nav_menu ul.menu {
    padding-left: 0;
    list-style-type: none;
}

.widget_nav_menu ul.menu li {
    padding: .5em 0;
}

.widget_nav_menu ul.menu li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.widget_nav_menu ul.menu a {
    text-decoration: none;
    color: #3B4043;
}

.widget_nav_menu ul.menu a:hover,
.widget_nav_menu ul.menu a:focus {
    text-decoration: underline;
    border-bottom: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
}

.widget_nav_menu ul.sub-menu {
    padding-left: 1em;
}

.widget_nav_menu ul.sub-menu li {
    padding-bottom: 0;
}

/* ---------- Header Instaアイコン ---------- */
.widget_block.widget_media_image {
    margin-bottom: 0;
}

.header-Insta-Icon {
    margin-bottom: 0;
}

.header-Insta-Icon img,
.footer-Insta-Icon img {
    height: 36px;
    width: auto;
}

.pc-widget-area {
    align-items: center;
}

.pc-widget-area .header-Insta-Icon {
    margin: 0 0 0 1em;
}

.sp-widget-area .header-Insta-Icon a {
    padding: 1em 0;
}

.footer-Insta-Icon {
    margin: 0 auto 1em;
    width: fit-content;
}




/* --------------------------------------------------------------
Block
-------------------------------------------------------------- */
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
    text-align: center;
}

.has-x-small-font-size {
    font-size: 0.63636rem;
}

.has-small-font-size {
    font-size: 0.72727rem;
}

.has-normal-font-size {
    font-size: 0.81818rem;
}

.has-large-font-size {
    font-size: 1.09091rem;
}

.has-huge-font-size {
    font-size: 1.63636rem;
}

.wp-block-button__link {
    text-decoration: none;
    border-radius: 0.2em;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    font-family: "Noto Serif JP", sans-serif;
    padding: 1em;
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
    background-color: #000000;
    color: #FFFFFF;
}

.wp-block-button__link:visited {
    color: #000000;
    background-color: #FFFFFF;
}

.wp-block-button__link:hover {
    background-color: #000000;
    color: #FFFFFF;
    filter: contrast(150%);
}

.wp-block-button.is-style-fill .wp-block-button__link {
    text-decoration: none;
    border-radius: 0.2em;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    font-family: "Noto Serif JP", sans-serif;
    padding: 1em;
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-button.is-style-fill .wp-block-button__link:visited {
    background-color: #000000;
    color: #FFFFFF;
}

.wp-block-button.is-style-fixed .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #000000;
    padding: 1em;
}

.wp-block-button.is-style-fixed .wp-block-button__link:hover,
.wp-block-button.is-style-fixed .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: #000000;
    color: #FFFFFF;
    filter: contrast(100%);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
    color: #000000;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):focus {
    color: #FFFFFF;
}

.wp-block-button.is-style-arrow .wp-block-button__link {
    display: flex;
    align-items: center;
    background-color: #000000;
    color: #FFFFFF;
}

.wp-block-button.is-style-arrow .wp-block-button__link::after {
    content: '';
    margin-left: 0.5em;
    width: 10px;
    height: 18px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15a1 1 0 01-.77-1.64L5.71 8 1.39 2.63a1 1 0 01.15-1.41A1 1 0 013 1.37l4.83 6a1 1 0 010 1.27l-5 6A1 1 0 012 15z' fill='%23fff'/%3E%3C/svg%3E");
}

.wp-block-button.is-style-fixed .wp-block-button__link {
    width: 80vw;
    max-width: 20em;
    font-size: 1rem;
}

ul.content-CreditList {
    padding: 1em;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: smaller;
}

ul.content-CreditList > li {
    display: flex;
}

ul.content-CreditList > li > * {
    flex-basis: 7.2em;
}

ul.content-CreditList > li > strong {
    font-weight: 400;
}

ul.content-CreditList > li > em {
    font-style: normal;
}

ul.wp-block-social-links li {
    padding: 0;
}

ul.wp-block-social-links a {
    color: inherit;
    fill: inherit;
}

.wp-block-latest-posts__post-excerpt {
    clear: both;
    margin-bottom: 0;
    color: #43413B;
    font-size: 0.875rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li {
    padding: .5em 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.wp-block-tag-cloud a.tag-cloud-link {
    font-size: .875rem !important;
    display: inline-block;
    margin-bottom: .5em;
    padding: .3em .7em;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 1em;
}

.wp-block-tag-cloud a.tag-cloud-link:hover,
.wp-block-tag-cloud a.tag-cloud-link:focus {
    color: #FFFFFF;
    background-color: #000000;
}

.wp-block-archives-list.wp-block-archives {
    list-style-type: none;
    padding-left: 0;
}

.wp-block-archives-list.wp-block-archives li {
    padding: .5em 0;
}

.wp-block-archives-list.wp-block-archives li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.wp-block-categories-list,
.wp-block-categories__list {
    padding-left: 0;
    list-style-type: none;
}

.wp-block-categories-list li,
.wp-block-categories__list li {
    padding: .5em 0;
}

.wp-block-categories-list li:not(:last-child),
.wp-block-categories__list li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.wp-block-page-list {
    list-style-type: none;
    padding-left: 0;
}

.wp-block-page-list li {
    padding: .5em 0;
}

.wp-block-page-list li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    speak: none;
}

.content-Header {
    margin-bottom: 45px;
}

.content-Title {
    font-size: 1.875rem;
}

.content-SubTitle {
    color: #FFFFFF;
    display: block;
    width: 12em;
    text-align: center;
    background-color: #000000;
    margin-bottom: 0.3em;
    font-size: 0.875rem;
}

.content-EyeCatch {
    margin-bottom: 30px;
}

.content-Meta {
    color: #43413B;
    font-size: 0.875rem;
}

.content-Meta a {
    text-decoration: none;
    color: #43413B;
    display: inline-block;
    margin-top: 15px;
}

.content-Meta a:hover {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

.content-Meta .content-Meta_Date:before {
    content: "/";
}

.content-Body {
    line-height: 2;
    margin-bottom: 45px;
}

.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6,
.content-Body hr {
    clear: both;
}

.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6 {
    margin-bottom: 1em;
}

.content-Body p,
.content-Body ul,
.content-Body ol,
.content-Body dl,
.content-Body figure {
    margin-bottom: 1.5em;
}

.content-Body h2 {
    font-size: 1.5rem;
}

.content-Body h3 {
    font-size: 1.375rem;
}

.content-Body h4 {
    font-size: 1.25rem;
}

.content-Body h5 {
    font-size: 1.125rem;
}

.content-Body h6 {
    font-size: 1rem;
}

.content-Body a {
    color: #000000;
}

.content-Footer {
    margin-top: 45px;
    margin-bottom: 45px;
}

ul.content-Tags {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-Tags {
    font-size: 0.875rem;
}

.content-Tags li {
    display: inline-block;
    margin-right: .3em;
}

.content-Tags a {
    display: block;
    padding: .3em .7em;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 1em;
}

.content-Nav {
    color: #43413B;
    border-top: 1px dotted #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.content-Nav a {
    text-decoration: none;
    color: #43413B;
}

.content-Nav a:hover,
.content-Nav a:focus {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

.content-Nav_Prev,
.content-Nav_Next {
    margin-bottom: 15px;
}

.content-Nav_Next {
    text-align: right;
}

.content-Body > table {
    margin-bottom: 1.5em;
    width: 100%;
}

.content-Body > table td {
    border: 1px solid black;
    padding: 0.5em;
}

.content-Body > table.table-striped td {
    border: none;
}

.content-Body > table.table-striped tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

@media (prefers-reduced-motion: reduce) {

* {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}

}

@media (min-width: 576px) {

.container {
    max-width: 540px;
}

.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-sm-first {
    order: -1;
}

.order-sm-last {
    order: 13;
}

.order-sm-0 {
    order: 0;
}

.order-sm-1 {
    order: 1;
}

.order-sm-2 {
    order: 2;
}

.order-sm-3 {
    order: 3;
}

.order-sm-4 {
    order: 4;
}

.order-sm-5 {
    order: 5;
}

.order-sm-6 {
    order: 6;
}

.order-sm-7 {
    order: 7;
}

.order-sm-8 {
    order: 8;
}

.order-sm-9 {
    order: 9;
}

.order-sm-10 {
    order: 10;
}

.order-sm-11 {
    order: 11;
}

.order-sm-12 {
    order: 12;
}

.offset-sm-0 {
    margin-left: 0;
}

.offset-sm-1 {
    margin-left: 8.33333%;
}

.offset-sm-2 {
    margin-left: 16.66667%;
}

.offset-sm-3 {
    margin-left: 25%;
}

.offset-sm-4 {
    margin-left: 33.33333%;
}

.offset-sm-5 {
    margin-left: 41.66667%;
}

.offset-sm-6 {
    margin-left: 50%;
}

.offset-sm-7 {
    margin-left: 58.33333%;
}

.offset-sm-8 {
    margin-left: 66.66667%;
}

.offset-sm-9 {
    margin-left: 75%;
}

.offset-sm-10 {
    margin-left: 83.33333%;
}

.offset-sm-11 {
    margin-left: 91.66667%;
}

.d-sm-none {
    display: none !important;
}

.d-sm-inline {
    display: inline !important;
}

.d-sm-inline-block {
    display: inline-block !important;
}

.d-sm-block {
    display: block !important;
}

.d-sm-table {
    display: table !important;
}

.d-sm-table-row {
    display: table-row !important;
}

.d-sm-table-cell {
    display: table-cell !important;
}

.d-sm-flex {
    display: flex !important;
}

.d-sm-inline-flex {
    display: inline-flex !important;
}

.flex-sm-row {
    flex-direction: row !important;
}

.flex-sm-column {
    flex-direction: column !important;
}

.flex-sm-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-sm-wrap {
    flex-wrap: wrap !important;
}

.flex-sm-nowrap {
    flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-sm-fill {
    flex: 1 1 auto !important;
}

.flex-sm-grow-0 {
    flex-grow: 0 !important;
}

.flex-sm-grow-1 {
    flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-sm-start {
    justify-content: flex-start !important;
}

.justify-content-sm-end {
    justify-content: flex-end !important;
}

.justify-content-sm-center {
    justify-content: center !important;
}

.justify-content-sm-between {
    justify-content: space-between !important;
}

.justify-content-sm-around {
    justify-content: space-around !important;
}

.align-items-sm-start {
    align-items: flex-start !important;
}

.align-items-sm-end {
    align-items: flex-end !important;
}

.align-items-sm-center {
    align-items: center !important;
}

.align-items-sm-baseline {
    align-items: baseline !important;
}

.align-items-sm-stretch {
    align-items: stretch !important;
}

.align-content-sm-start {
    align-content: flex-start !important;
}

.align-content-sm-end {
    align-content: flex-end !important;
}

.align-content-sm-center {
    align-content: center !important;
}

.align-content-sm-between {
    align-content: space-between !important;
}

.align-content-sm-around {
    align-content: space-around !important;
}

.align-content-sm-stretch {
    align-content: stretch !important;
}

.align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-sm-start {
    align-self: flex-start !important;
}

.align-self-sm-end {
    align-self: flex-end !important;
}

.align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-sm-baseline {
    align-self: baseline !important;
}

.align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

}

@media (min-width: 768px) {

.container {
    max-width: 720px;
}

.col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-md-first {
    order: -1;
}

.order-md-last {
    order: 13;
}

.order-md-0 {
    order: 0;
}

.order-md-1 {
    order: 1;
}

.order-md-2 {
    order: 2;
}

.order-md-3 {
    order: 3;
}

.order-md-4 {
    order: 4;
}

.order-md-5 {
    order: 5;
}

.order-md-6 {
    order: 6;
}

.order-md-7 {
    order: 7;
}

.order-md-8 {
    order: 8;
}

.order-md-9 {
    order: 9;
}

.order-md-10 {
    order: 10;
}

.order-md-11 {
    order: 11;
}

.order-md-12 {
    order: 12;
}

.offset-md-0 {
    margin-left: 0;
}

.offset-md-1 {
    margin-left: 8.33333%;
}

.offset-md-2 {
    margin-left: 16.66667%;
}

.offset-md-3 {
    margin-left: 25%;
}

.offset-md-4 {
    margin-left: 33.33333%;
}

.offset-md-5 {
    margin-left: 41.66667%;
}

.offset-md-6 {
    margin-left: 50%;
}

.offset-md-7 {
    margin-left: 58.33333%;
}

.offset-md-8 {
    margin-left: 66.66667%;
}

.offset-md-9 {
    margin-left: 75%;
}

.offset-md-10 {
    margin-left: 83.33333%;
}

.offset-md-11 {
    margin-left: 91.66667%;
}

.d-md-none {
    display: none !important;
}

.d-md-inline {
    display: inline !important;
}

.d-md-inline-block {
    display: inline-block !important;
}

.d-md-block {
    display: block !important;
}

.d-md-table {
    display: table !important;
}

.d-md-table-row {
    display: table-row !important;
}

.d-md-table-cell {
    display: table-cell !important;
}

.d-md-flex {
    display: flex !important;
}

.d-md-inline-flex {
    display: inline-flex !important;
}

.flex-md-row {
    flex-direction: row !important;
}

.flex-md-column {
    flex-direction: column !important;
}

.flex-md-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-md-wrap {
    flex-wrap: wrap !important;
}

.flex-md-nowrap {
    flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
    flex: 1 1 auto !important;
}

.flex-md-grow-0 {
    flex-grow: 0 !important;
}

.flex-md-grow-1 {
    flex-grow: 1 !important;
}

.flex-md-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-md-start {
    justify-content: flex-start !important;
}

.justify-content-md-end {
    justify-content: flex-end !important;
}

.justify-content-md-center {
    justify-content: center !important;
}

.justify-content-md-between {
    justify-content: space-between !important;
}

.justify-content-md-around {
    justify-content: space-around !important;
}

.align-items-md-start {
    align-items: flex-start !important;
}

.align-items-md-end {
    align-items: flex-end !important;
}

.align-items-md-center {
    align-items: center !important;
}

.align-items-md-baseline {
    align-items: baseline !important;
}

.align-items-md-stretch {
    align-items: stretch !important;
}

.align-content-md-start {
    align-content: flex-start !important;
}

.align-content-md-end {
    align-content: flex-end !important;
}

.align-content-md-center {
    align-content: center !important;
}

.align-content-md-between {
    align-content: space-between !important;
}

.align-content-md-around {
    align-content: space-around !important;
}

.align-content-md-stretch {
    align-content: stretch !important;
}

.align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-md-start {
    align-self: flex-start !important;
}

.align-self-md-end {
    align-self: flex-end !important;
}

.align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-md-baseline {
    align-self: baseline !important;
}

.align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

}

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

.has-x-small-font-size {
    font-size: 0.875rem;
}

.has-small-font-size {
    font-size: 1rem;
}

.has-normal-font-size {
    font-size: 1.125rem;
}

.has-large-font-size {
    font-size: 1.5rem;
}

.has-huge-font-size {
    font-size: 2.25rem;
}

.content-Nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-Nav_Prev,
.content-Nav_Next {
    width: 50%;
}

}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {

.container {
    max-width: 960px;
}

.col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-lg-first {
    order: -1;
}

.order-lg-last {
    order: 13;
}

.order-lg-0 {
    order: 0;
}

.order-lg-1 {
    order: 1;
}

.order-lg-2 {
    order: 2;
}

.order-lg-3 {
    order: 3;
}

.order-lg-4 {
    order: 4;
}

.order-lg-5 {
    order: 5;
}

.order-lg-6 {
    order: 6;
}

.order-lg-7 {
    order: 7;
}

.order-lg-8 {
    order: 8;
}

.order-lg-9 {
    order: 9;
}

.order-lg-10 {
    order: 10;
}

.order-lg-11 {
    order: 11;
}

.order-lg-12 {
    order: 12;
}

.offset-lg-0 {
    margin-left: 0;
}

.offset-lg-1 {
    margin-left: 8.33333%;
}

.offset-lg-2 {
    margin-left: 16.66667%;
}

.offset-lg-3 {
    margin-left: 25%;
}

.offset-lg-4 {
    margin-left: 33.33333%;
}

.offset-lg-5 {
    margin-left: 41.66667%;
}

.offset-lg-6 {
    margin-left: 50%;
}

.offset-lg-7 {
    margin-left: 58.33333%;
}

.offset-lg-8 {
    margin-left: 66.66667%;
}

.offset-lg-9 {
    margin-left: 75%;
}

.offset-lg-10 {
    margin-left: 83.33333%;
}

.offset-lg-11 {
    margin-left: 91.66667%;
}

.d-lg-none {
    display: none !important;
}

.d-lg-inline {
    display: inline !important;
}

.d-lg-inline-block {
    display: inline-block !important;
}

.d-lg-block {
    display: block !important;
}

.d-lg-table {
    display: table !important;
}

.d-lg-table-row {
    display: table-row !important;
}

.d-lg-table-cell {
    display: table-cell !important;
}

.d-lg-flex {
    display: flex !important;
}

.d-lg-inline-flex {
    display: inline-flex !important;
}

.flex-lg-row {
    flex-direction: row !important;
}

.flex-lg-column {
    flex-direction: column !important;
}

.flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-lg-wrap {
    flex-wrap: wrap !important;
}

.flex-lg-nowrap {
    flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-lg-fill {
    flex: 1 1 auto !important;
}

.flex-lg-grow-0 {
    flex-grow: 0 !important;
}

.flex-lg-grow-1 {
    flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-lg-start {
    justify-content: flex-start !important;
}

.justify-content-lg-end {
    justify-content: flex-end !important;
}

.justify-content-lg-center {
    justify-content: center !important;
}

.justify-content-lg-between {
    justify-content: space-between !important;
}

.justify-content-lg-around {
    justify-content: space-around !important;
}

.align-items-lg-start {
    align-items: flex-start !important;
}

.align-items-lg-end {
    align-items: flex-end !important;
}

.align-items-lg-center {
    align-items: center !important;
}

.align-items-lg-baseline {
    align-items: baseline !important;
}

.align-items-lg-stretch {
    align-items: stretch !important;
}

.align-content-lg-start {
    align-content: flex-start !important;
}

.align-content-lg-end {
    align-content: flex-end !important;
}

.align-content-lg-center {
    align-content: center !important;
}

.align-content-lg-between {
    align-content: space-between !important;
}

.align-content-lg-around {
    align-content: space-around !important;
}

.align-content-lg-stretch {
    align-content: stretch !important;
}

.align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-lg-start {
    align-self: flex-start !important;
}

.align-self-lg-end {
    align-self: flex-end !important;
}

.align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-lg-baseline {
    align-self: baseline !important;
}

.align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

}

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

body:after {
    content: none;
}



.content-Title {
    font-size: 2.25rem;
}

.content-Body h2 {
    font-size: 1.75rem;
}

.content-Body h3 {
    font-size: 1.625rem;
}

.content-Body h4 {
    font-size: 1.5rem;
}

.content-Body h5 {
    font-size: 1.375rem;
}

.content-Body h6 {
    font-size: 1.25rem;
}

}

@media (min-width: 1200px) {

.container {
    max-width: 1140px;
}

.col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-xl-first {
    order: -1;
}

.order-xl-last {
    order: 13;
}

.order-xl-0 {
    order: 0;
}

.order-xl-1 {
    order: 1;
}

.order-xl-2 {
    order: 2;
}

.order-xl-3 {
    order: 3;
}

.order-xl-4 {
    order: 4;
}

.order-xl-5 {
    order: 5;
}

.order-xl-6 {
    order: 6;
}

.order-xl-7 {
    order: 7;
}

.order-xl-8 {
    order: 8;
}

.order-xl-9 {
    order: 9;
}

.order-xl-10 {
    order: 10;
}

.order-xl-11 {
    order: 11;
}

.order-xl-12 {
    order: 12;
}

.offset-xl-0 {
    margin-left: 0;
}

.offset-xl-1 {
    margin-left: 8.33333%;
}

.offset-xl-2 {
    margin-left: 16.66667%;
}

.offset-xl-3 {
    margin-left: 25%;
}

.offset-xl-4 {
    margin-left: 33.33333%;
}

.offset-xl-5 {
    margin-left: 41.66667%;
}

.offset-xl-6 {
    margin-left: 50%;
}

.offset-xl-7 {
    margin-left: 58.33333%;
}

.offset-xl-8 {
    margin-left: 66.66667%;
}

.offset-xl-9 {
    margin-left: 75%;
}

.offset-xl-10 {
    margin-left: 83.33333%;
}

.offset-xl-11 {
    margin-left: 91.66667%;
}

.d-xl-none {
    display: none !important;
}

.d-xl-inline {
    display: inline !important;
}

.d-xl-inline-block {
    display: inline-block !important;
}

.d-xl-block {
    display: block !important;
}

.d-xl-table {
    display: table !important;
}

.d-xl-table-row {
    display: table-row !important;
}

.d-xl-table-cell {
    display: table-cell !important;
}

.d-xl-flex {
    display: flex !important;
}

.d-xl-inline-flex {
    display: inline-flex !important;
}

.flex-xl-row {
    flex-direction: row !important;
}

.flex-xl-column {
    flex-direction: column !important;
}

.flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-xl-wrap {
    flex-wrap: wrap !important;
}

.flex-xl-nowrap {
    flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-xl-fill {
    flex: 1 1 auto !important;
}

.flex-xl-grow-0 {
    flex-grow: 0 !important;
}

.flex-xl-grow-1 {
    flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-xl-start {
    justify-content: flex-start !important;
}

.justify-content-xl-end {
    justify-content: flex-end !important;
}

.justify-content-xl-center {
    justify-content: center !important;
}

.justify-content-xl-between {
    justify-content: space-between !important;
}

.justify-content-xl-around {
    justify-content: space-around !important;
}

.align-items-xl-start {
    align-items: flex-start !important;
}

.align-items-xl-end {
    align-items: flex-end !important;
}

.align-items-xl-center {
    align-items: center !important;
}

.align-items-xl-baseline {
    align-items: baseline !important;
}

.align-items-xl-stretch {
    align-items: stretch !important;
}

.align-content-xl-start {
    align-content: flex-start !important;
}

.align-content-xl-end {
    align-content: flex-end !important;
}

.align-content-xl-center {
    align-content: center !important;
}

.align-content-xl-between {
    align-content: space-between !important;
}

.align-content-xl-around {
    align-content: space-around !important;
}

.align-content-xl-stretch {
    align-content: stretch !important;
}

.align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-xl-start {
    align-self: flex-start !important;
}

.align-self-xl-end {
    align-self: flex-end !important;
}

.align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-xl-baseline {
    align-self: baseline !important;
}

.align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

}

@media print {

.d-print-none {
    display: none !important;
}

.d-print-inline {
    display: inline !important;
}

.d-print-inline-block {
    display: inline-block !important;
}

.d-print-block {
    display: block !important;
}

.d-print-table {
    display: table !important;
}

.d-print-table-row {
    display: table-row !important;
}

.d-print-table-cell {
    display: table-cell !important;
}

.d-print-flex {
    display: flex !important;
}

.d-print-inline-flex {
    display: inline-flex !important;
}

}

