/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2025 | 06:51:22 */
@charset "utf-8";
* {
    font-feature-settings: "palt";
}
html {
    scroll-behavior: smooth;
}
/* --- Link --- */
a {
    color: #1a0dab;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #F58A15;
    text-decoration: none;
    left: 1px !important;
    bottom: -1px !important;
}
a:visited {
    color: inherit;
    text-decoration: inherit;
}
a img {
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
a:hover img {
    opacity: 0.7;
}
a[target="_blank"]::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 1px 1px 0 2px;
}
/* BACK TO TOP */
.c-page-top a,
.c-page-top a:visited {
    color: white !important;
}
.c-page-top a:hover {
    background-color: #0047B8;
}
.c-page-top a:active {
    background-color: #ED4545;
    left: 0 !important;
    bottom: 0 !important;
}
/* --- Header --- */
/* Menu 2line fullwidth */
.c-fluid-container {
    padding-left: 0;
    padding-right: 0;
}
.l-header {
    border-top: 6px solid;
    border-image: linear-gradient(to right,
            #FF63B0,
            /* Pink */
            #4A49AE,
            /* Purple */
            #FFEF67,
            /* Yellow */
            #46B9FF,
            /* Blue */
            #4BEBDB,
            /* Green-blue */
            #C43BF2,
            /* Violet */
            #FDA73F
            /* Orange */
        ) 1;
}
/* --- Logo link --- */
img.custom-logo {
    margin: -8px 0 -8px 40px;
}
.custom-logo-link:hover img {
    opacity: 0.7;
    box-shadow: none;
}
/* --- Header content right --- */
.c-row__col.u-invisible-md-down {
    border: none;
}
.image-row-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: -2px;
    margin-right: 24px;
    margin-bottom: -8px;
}
.image-row-right a:first-child img {
    margin-top: 20px;
}
/* --- Menu --- */
.p-global-nav {
    margin: -8px 0;
}
.p-global-nav li {
    position: relative;
}
.p-global-nav a {
    font-size: 15px !important;
    letter-spacing: 0.1rem !important;
    font-weight: 500 !important;
    color: black !important;
}
.p-global-nav a:hover {
    text-decoration: none;
    color: #E8275C !important;
    transition: 0.3s !important;
    transform: scale(1.0);
}
.c-navbar__item a[aria-current="page"] {
    color: #E8275C !important;
}



/* Vertical line for all li except the last */
.p-global-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #eee;
}
/* Menu top bottom */
.u-invisible-md-down {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

/* --- Submenu --- */
.c-navbar__submenu {
    padding: 20px 0;
}
.c-navbar__submenu li a {
    color: white !important;
}
.c-navbar__submenu li a:hover {
    color: yellow !important;
}
.c-navbar__submenu li:not(:last-child)::after {
    width: 0 !important;
}
.c-navbar__submenu li a[aria-current="page"] {
    color: yellow !important;
}
/* --- Scroll menu --- */
[data-scrolled="true"] .l-header {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
[data-scrolled="true"] .p-global-nav li {
    position: relative;
}
[data-scrolled="true"] .p-global-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #DEDEDE;
}
/* --- Catch copy, Title --- */
.page.type-page h1.c-entry__title {
    display: none;
}
/* --- Button --- */
.smb-buttons a {
    color: white !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.smb-buttons a:hover {
    filter: brightness(1.2);
}
.full-width .smb-buttons a:hover {
    filter: brightness(1.2);
    text-decoration: none !important;
    color: white !important;
}
.is-style-ghost a {
    box-shadow: none !important;
}
/* --- Footer --- */
.l-footer {
    border-top: none;
}
.full-width,
.l-footer-widget-area {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 !important;
    margin-top: 0px !important;
}
.full-width a {
    color: white;
    text-decoration: none;
    position: relative;
}
.full-width a:hover {
    color: #DF94B2 !important;
    transition: color 0.3s;
    text-decoration: underline;
}
.full-width a:active {
    color: #74A4BC !important;
    left: 1px !important;
    bottom: -1px !important;
}
.full-width a:visited {
    color: white;
    text-decoration: none;
}
.full-width a[target="_blank"]::after {
    display: none;
}
.footer-btn a:hover {
    color: white !important;
    text-decoration: none;
}
p.copyright {
    text-align: center;
    font-size: 12px;
    opacity: 1;
    letter-spacing: 0.2em;
    color: white;
    font-weight: 100;
    margin: 0 !important;
    padding: 6px 0;
    /* =PageToTop */
}
/* --- Post --- */
/* Home recently post */
.snow-monkey-recent-posts .c-entries__item {
    margin-bottom: -12px;
    border: none;
}
.snow-monkey-recent-posts .c-entries__item a:hover {
    text-decoration: inherit;
    color: #E8275C;
}
.snow-monkey-recent-posts h3.c-entry-summary__title {
    margin-top: -5px;
    margin-bottom: -20px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.6;
}
.snow-monkey-recent-posts .c-entry-summary__figure {
    width: 120px !important;
    height: 74px !important;
    margin-bottom: -4px;
    margin-right: 3% !important;
}
.c-meta__item--published time {
    font-size: 12px !important;
    font-weight: 400;
    margin-left: 2px;
}
/* Category */
.c-entry-summary__term {
    font-size: 10px;
    font-weight: 500;
    padding: 2px 4px;
    opacity: 0.8;
}
.c-entry-summary__term--category-slug-news {
    background: #32BDA7;
}



/* Panel Blog */
.c-entries--panel {
    margin: 0;
}
.c-entries--panel .c-entry-summary__figure {
    width: 100% !important;
    height: 214px !important;
    margin-bottom: 0px;
}
.c-entries--panel .c-entry-summary__title {
    font-weight: 500;
    font-size: 18px !important;
    margin-top: 0px !important;
    padding-bottom: 12px !important;
    line-height: 1.6;
    margin-bottom: -12px;
}
.c-entries--panel .c-entry-summary__body {
    padding: 16px 20px !important;
    background-color: white;
}
.c-entries--panel .c-meta {
    margin-top: -6px;
}
.c-entries--panel a:hover,
.c-entries--panel a:visited {
    text-decoration: inherit;
    color: inherit;
}
/* Single Post Blog */
.c-page-header__bgimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.c-meta__item--categories .fa-folder,
.c-meta__item--categories a {
    font-size: 12px;
    font-weight: 500;
    margin-right: 0;
    color: white !important;
}
.p-breadcrumbs-wrapper {
    margin-bottom: -44px !important;
    padding: 8px 0 8px 0 !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: #F4F5F5 !important;
}
.c-breadcrumbs {
    width: 958px !important;
    /* Fix */
    margin: 0 auto;
}
.c-breadcrumbs__item:first-child a ::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
    margin-top: -20px !important;
}
.c-breadcrumbs__item a {
    text-decoration: none;
    color: #2D3436 !important;
    /* Fix */
}
.c-breadcrumbs__item a:hover {
    text-decoration: none;
    color: black !important;
    /* Fix */
}
.c-breadcrumbs__item a:active {
    text-decoration: none;
    color: #02B09C !important;
    /* Fix */
}
.c-breadcrumbs__item a:visited {
    text-decoration: none;
    color: black !important;
    /* Fix */
}
.single-post a {
    color: #1a0dab;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
}
.single-post .c-entry__body {
    width: 960px !important;
    margin: 0 auto;
    padding-top: 40px;
}
.single-post h2 {
    font-size: 1.2rem;
    padding-top: 16px;
    padding-bottom: 14px;
}
.single-post h3 {
    font-size: 1.2rem;
}
.single-post h4 {
    font-size: 1.2rem;
}
.c-prev-next-nav {
    margin-bottom: 56px !important;
}
.c-prev-next-nav a {
    color: white !important;
}
.c-prev-next-nav a:hover {
    text-decoration: none;
}
ul.c-entries--simple {
    border: none;
}
.wp-profile-box__title {
    border-bottom: 1px solid;
}
.wp-profile-box__archives-btn {
    color: black !important;
    border: solid 1px black;
}
.wp-profile-box__archives-btn:hover {
    text-decoration: inherit !important;
    background-color: #FA356B;
    color: white !important;
}
.wp-profile-box__sns-accounts a,
.wp-profile-box__sns-accounts a:visited {
    color: inherit;
}
.wp-profile-box__sns-accounts a:hover {
    color: #96BB38;
}
.p-comments,
.p-trackbacks {
    display: none;
}
/* Bug */
.single-post .c-page-top a {
    padding: 16px;
    color: white;
}
/* Related post */
.p-related-posts {
    margin-bottom: 60px;
}
.p-related-posts a {
    color: black !important;
}
.p-related-posts a:hover {
    text-decoration: inherit;
}
.c-meta__item--published .fa-clock,
.c-meta__item--published time,
.c-meta__item--modified .fa-rotate,
.c-meta__item--modified time,
.c-meta__item--author {
    font-size: 12px;
    font-weight: 500;
}
.p-related-posts .c-meta {
    color: #433333 !important;
    margin-top: -14px;
}
/* Bug */
.single-post .full-width a {
    color: white;
}
/* Bug */
.full-width .wp-block-columns {
    gap: 0;
}
/* Recently post */
.home-recently time {
    font-size: 12px;
    color: #9CA3AF !important;
    font-weight: 500;
}
.snow-monkey-recent-posts .c-entry-summary__figure:hover {
    filter: brightness(1.1);
    opacity: 0.8;
}
/* Hashtag */
.c-entry-tags a,
.c-entry-tags a:visited {
    border: 1px solid #333333;
    color: #333333 !important;
    border-radius: 40px;
    padding: 0px 16px 0 16px;
    margin: 0px;
    line-height: 2.4rem;
    display: inline-block;
    /* Fix width text */
    transition: none;
}
.c-entry-tags a:hover {
    text-decoration: none;
    background-color: #E8275C;
    /* Fix */
    color: white !important;
    transition: none;
}
.tag-cloud-link::before {
    margin-right: -4px !important;
    color: #333333;
}
.tag-cloud-link:hover::before {
    margin-right: -4px !important;
    color: white;
}
/* Category pages */
.category .p-breadcrumbs-wrapper {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 8px;
    margin-bottom: -36px !important;
    background-color: white;
}
.archive h1.c-entry__title {
    font-size: 2rem;
	margin-top: 80px!important;
    text-align: center;
}

.p-archive ul.c-entries--simple {
    border: none;
    padding-top: 8px;
    width: 82vw;
    margin: 0 auto !important;
}
.c-entry-summary__figure {
    width: 160px !important;
    height: 120px !important;
}
h2.c-entry-summary__title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 -4px 0;
    font-weight: 500;
    color: black;
}
.c-entry-summary__content {
    color: black;
}
.p-archive a:hover {
    color: inherit;
    text-decoration: inherit;
}
.p-archive .fa-clock,
.p-archive time,
.p-archive .fa-rotate,
.p-archive time,
.p-archive {
    color: inherit !important;
    margin-top: -14px;
}
.p-archive .c-meta__item--published {
    color: black;
    font-weight: 400;
}
.c-copyright {
    display: none !important;
}
/* --- Icon faq&contact --- */
.fa-circle-right {
    margin-top: 2px;
}
.fa-envelope {
    margin-bottom: -3px;
    margin-right: 6px;
}
/*  Calender  */
.calendars-footer {
    display: none;
}
.calender-notice .fa-triangle-exclamation {
    display: block;
    margin: 0 auto -14px auto;
}
/* --- FAQ --- */
.wp-block-snow-monkey-blocks-faq,
.smb-faq__item,
.smb-faq__item__question {
    border: none !important;
}
.smb-faq__item__question__label,
.smb-faq__item__answer__label {
    display: none;
}
.faq1 .smb-faq__item__question__body {
    background-color: #444;
    padding: 16px 46px 16px 20px;
    color: white;
    font-weight: 400;
    margin-bottom: -24px !important;
    position: relative;
}
/* Icon */
.faq1 .smb-faq__item__question__body::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: white;
}
.faq1 .smb-faq__item__answer__body {
    padding: 20px 18px 16px 18px;
    border: solid 1px #444 !important;
    background-color: white;
    box-sizing: border-box;
}
/* Close */
.smb-faq__item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
/* Open */
.smb-faq__item.is-open .smb-faq__item__answer {
    max-height: 1234px;
    transition: max-height 1s cubic-bezier(0.77, 0, 0.175, 1);
}
/* カーソル変化（クリックできる感） */
.smb-faq__item__question {
    cursor: pointer;
}
.smb-box--has-link img:hover {
    filter: brightness(1.2);
}
/* Flow */
.smb-step__item__number {
    margin-right: -8px !important;
}
.smb-step__item__number::before {
    font-size: 24px;
    margin-left: -2px !important;
    font-style: italic;
    font-family: "Quicksand", sans-serif;
    margin-bottom: -2px;
}
.flow-step-last .smb-step__item__title {
    position: relative;
}
.smb-step__item__title::after {
    margin-left: -8px;
}
.flow-step-last .smb-step__item__title::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #FA8801;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}
.smb-step__item__body img {
    margin-bottom: -12px;
}
.wp-image-648 {
    margin: 0 4px 5px 0;
}
.wp-image-734 {
    margin: 0 6px 3px 0;
}
.wp-image-830 {
    margin: 0 6px 5px 0;
}
em .sme-font-size {
    position: relative;
    top: 2px;
}
.badge-recommend .sme-font-size {
    font-weight: 100;
    padding: 1px 0 2px 3px;
    margin: -4px 0;
}



/* --- Laptop (max-width: 1280px) --- */
@media (max-width: 1280px) {}



/* --- Tablet (max-width: 1024px) --- */
@media (max-width: 1024px) {
    /* --- LINKS --- */
    a {
        color: #1a0dab;
    }
    a:hover,
    a:visited,
    a:active {
        color: inherit;
        background-color: inherit;
        text-decoration: none;
    }
    /* --- HEADER --- */
    .l-header {
        border-top: 4px solid;
    }
    .custom-logo-link {
        width: 50%;
        /* link */
        display: block;
        margin-top: -2px !important;
        margin-left: -5% !important;
        margin-bottom: 4px;
    }
    /* --- MENU --- */
    /* Hamburger */
    .c-hamburger-btn__bars {
        position: fixed;
        top: 15px;
        right: 17px;
        width: 40px;
        height: 20px;
    }
    .c-hamburger-btn__bar {
        height: 2px;
        width: 100%;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }
    .c-hamburger-btn__bar:nth-of-type(2) {
        top: 9px;
    }
    .c-hamburger-btn__bar:nth-of-type(3) {
        top: 18px;
    }
    .c-hamburger-btn__label {
        position: fixed;
        top: 42px !important;
        right: 16px;
        font-size: 14px;
    }
    /* Scroll */
    [data-scrolled="true"] .l-header {
        background-color: rgba(255, 255, 255, 0.8) !important;
        backdrop-filter: blur(4px) !important;
    }
    [data-scrolled="true"] .c-hamburger-btn__bars {
        position: fixed;
        top: 11px;
        right: 17px;
        /* Fix */
    }
    [data-scrolled="true"] .c-hamburger-btn__label {
        top: 38px !important;
        right: 16px;
        /* Fix */
    }
    /* Open */
    .c-drawer {
        background-color: rgba(232, 39, 92, 0.80);
        backdrop-filter: blur(8px);
        text-align: right;
    }
    .c-drawer a {
        font-size: 0.96rem;
    }
    .c-drawer__item--has-submenu a {
        padding: 0;
    }
    .c-drawer__toggle {
        margin-left: -18px !important;
        margin-right: -6px;
    }
    .menu-estimate {
        margin: 4px -50px 0 -20px !important;
    }
    .menu-estimate a {
        padding: 20px 50px 22px 0 !important;
        background-color: #9F1548;
        color: white !important;
    }
    .menu-tel {
        margin: -21px -50px 2px -20px !important;
    }
    .menu-tel a {
        padding: 18px 32px 16px 0 !important;
        background-color: #06C755;
    }
    /* --- Catch --- */
    .home-cover {
        padding: 32px 3% 0 3% !important;
    }
    .moving-persons {
        width: 92%;
    }
    h2.catch-h2 {
        font-size: 1.2rem !important;
    }
    /* --- TITLE --- */
    h2, h2 .sme-font-size {
        font-size: 1.2rem !important;
    }
    h3, h3 .sme-font-size {
        font-size: 18px !important;
        font-weight: 400;
    }
    h4 .sme-font-size {
        font-size: 0.88rem !important;
    }
    .section-header {
        margin: 0 auto !important;
        display: block !important;
        width: 322px;
    }
    /* --- MAIN --- */
    /* Common */
    .tx-left {
        text-align: left !important;
    }
    .smb-section {
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 40px !important;
        padding-bottom: 100px !important;
    }
    .home-box {
        margin-top: -12px;
        padding: 32px 6% !important;
    }
    .smb-box li {
        font-size: 15px !important;
        margin-left: -3% !important;
    }
    .smb-box h3 {
        margin-bottom: -18px !important;
        line-height: 1.6;
		font-weight: 500!important;
    }
    /* Calender */
    .home-section-calender {
        padding: 48px 3% 110px 3% !important;
    }
    .calender-notice .fa-triangle-exclamation {
        margin: 0 auto -16px auto;
    }
    .calender-notice {
        padding-bottom: 4px !important;
    }
	    .calender-notice .sme-font-size {
		font-size: 0.8rem!important;
    }
    /* Plans */
    .home-section-plans {
        padding: 0px 6% 128px 6% !important;
    }
    .smb-grid1 {
        margin-top: -12px !important;
        --smb-grid--columns: 1 !important;
        gap: 4% !important;
		padding-bottom: 24%!important;
    }
    .smb-grid2 {
        --smb-grid--columns: 1 !important;
        gap: 9% !important;
    }
/* Options */
    .home-section-options {
        padding: 24px 6% 0 6% !important;
    }
    .smb-grid1-options {
        margin-top: -12px !important;
        --smb-grid--columns: 1 !important;
        gap: 4% !important;
		padding-bottom: 24%!important;
    }
    .smb-grid2-options {
        margin-top: -12px !important;
        --smb-grid--columns: 1 !important;
        gap: 4% !important;
		padding-bottom: 88px!important;
    }
    /* Points */
    .home-section-points {
        padding: 24px 6% 60px 6% !important;
    }
    .home-section-points h2 {
        margin-bottom: 24px !important;
    }
    .home-section-points p {
        margin-left: 0 !important;
        margin-top: -32px !important;
    }
    .home-section-points h3 {
        margin-left: 0 !important;
        margin-bottom: 24px !important;
    }
    .home-section-points .reverse p {
        margin-left: 0 !important;
        margin-top: -32px !important;
        margin-bottom: -8px !important;
    }
    .home-section-points .reverse h3 {
        margin-left: 0 !important;
        margin-bottom: 24px !important;
    }
    .point8 img {
        margin-top: -22px !important;
    }
    .point8 p {
        margin-top: 0px !important;
    }
    /* Reverse */
    .reverse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    /* Btn */
    .smb-btn-wrapper--little-wider,
    .smb-btn--little-wider,
    .smb-btn--wider {
        width: 100% !important;
    }
    .smb-btn {
        text-align: center;
        padding: 19px 0 18px 0 !important;
    }
    .smb-btn .sme-font-size {
        font-size: 1.04rem !important;
        font-weight: 500;
    }
    .section-contact .smb-btn .sme-font-size {
        font-size: 1.04rem !important;
        font-weight: 600;
    }
    .wp-image-648 {
        width: 20px !important;
        margin-bottom: 4px;
    }
    /* Flow */
    .home-section-flow {
        padding: 60px 6% 110px 6% !important;
    }
    .smb-step__item__number::before {
        font-size: 22px;
        font-weight: 600;
    }
    .smb-step__item__title {
        font-size: 1.02rem;
    }
    .flow-step-last .smb-step__item__title::after {
        padding-left: 2px;
        line-height: 24px;
    }
    /* Reviews */
    .home-section-reviews {
        padding: 0 0 60px 0 !important;
    }
    .grid-reviews {
        --smb-grid--columns: 1 !important;
        padding: 0 6% !important;
        margin-bottom: 72px !important;
    }
    .grid-reviews h3 {
        margin-bottom: 4px !important;
    }
    .grid-reviews img {
        margin-bottom: -16px;
    }
    .grid-reviews .wp-block-columns {
        margin-bottom: -40px !important;
    }
    .home-section-reviews .smb-btn-wrapper--little-wider,
    .home-section-reviews .smb-btn--little-wider {
        width: 88% !important;
    }
    .smb-accordion__item__body {
        margin-top: -6px;
    }
    /* Company */
    .home-section-company {
        padding: 80px 6% 110px 6% !important;
    }
    .company-img img {
        margin-bottom: -20px;
    }
    /* Post */
    .home-section-post {
        padding: 0px 3% 60px 3% !important;
    }
    .home-box-post {
        margin-top: -12px !important;
        padding: 44px 3% 32px 6% !important;
    }
    .btn-post {
        margin-top: 28px !important;
    }
    /* --- FOOTER --- */
    .section-copyright {
        padding: 3px 0 3px 0 !important;
        /* =PageToTop */
    }
    .section-copyright p {
        letter-spacing: 0.1rem !important;
    }
    /* FAQ */
    .section-faq {
        padding: 40px 0% 16px 0% !important;
    }
    .box-faq {
        margin-bottom: 48px !important;
        padding: 40px 6% 32px 6% !important;
    }
    .box-faq img {
        margin-bottom: -20px;
    }
    .quicksand-faq {
        padding-bottom: 6px !important;
    }
    .faq1 .smb-faq__item__question__body {
        line-height: 1.4;
        padding: 16px 44px 16px 3%;
    }
    .faq1 .smb-faq__item__answer__body {
        padding: 16px 3% 12px 3%;
    }
    .wp-block-list {
        margin-left: 2% !important;
    }
    /* --- PRIVACY POLICY --- */
    .section-privacy {
        padding: 40px 3% 40px 3% !important;
    }
    .section-privacy .smb-box {
        padding: 24px 6% !important;
    }


    /* --- RECENTLY POST --- */
.snow-monkey-recent-posts ul.c-entries--simple {
			margin-bottom: 0px!important;
    }
    /* --- SINGLE POST --- */    
    /* Bread */
    .p-breadcrumbs-wrapper {
        background: #F4F5F5;
        margin: 0 -4%;
    }
    .c-breadcrumbs {
        width: 100% !important;
        padding-left: 3%;
        padding-right: 2%;
        line-height: 1.6;
    }
    /* Title */
    .single-post h1 {
        font-size: 22px;
        line-height: 1.6;
        width: 100%;
        margin-bottom: -4px;
    }
    .single-post .post h2 {
        font-size: 18px;
    }
    .post h2 {
        font-size: 16px;
    }
    .p-archive ul.c-entries--simple h2 {
        font-size: 14px !important;
        line-height: 1.6;
    }
    ul.c-entries--simple h3 {
        font-size: 14px !important;
    }
    /* Main */
    ul.c-entries--simple {
        margin-top: -20px;
    }
    ul.c-entries--simple a,
    .wp-profile-box__buttons a,
    .wp-profile-box__sns-accounts a {
        color: #2D3436 !important;
    }
    ul.c-entries--simple time {
        font-size: 12px;
    }
    .l-contents__container, .p-archive, .l-contents__container {
        padding: 0 3% !important;
    }
    .p-archive ul.c-entries--simple {
        padding-top: 0px;
        width: 100%;
    }
 /* Old-New articles */
	.c-prev-next-nav {
margin-bottom: -12px!important;
	}
    /* Related articles */
    ul.c-entries--simple {
        margin-top: -30px;
			margin-bottom: -64px!important;
    }
    ul.c-entries--simple h3 {
        font-size: 0.88rem !important;
        line-height: 1.4 !important;
			margin-top: -3px!important;
    }
    ul.c-entries--simple time {
        font-size: 12px;
    }
    ul.c-entries--simple a,
    .wp-profile-box__buttons a,
    .wp-profile-box__sns-accounts a {
        color: #2D3436 !important;
    }
    .wp-profile-box__buttons a:hover {
        color: white !important;
    }
    .c-entry-summary__figure {
        margin-right: 3% !important;
    }
    /* Hashtag */
    .c-entry-tags a,
    .c-entry-tags a:visited {
        margin-bottom: 10px;
    }
/* Category pages */
.archive h1.c-entry__title {
    font-size: 1.6rem;
	margin-top: 68px!important;
}
		.p-archive h2 {
margin-bottom: -12px!important;
	}
.p-archive .fa-clock,
.p-archive .fa-rotate {
    margin-top: 0px;
}
.p-archive time {
    margin-top: -2px;
}

    /* --- PANEL POST --- */
    /* Bread */
    .c-entries--panel {
        gap: 40px !important;
    }
    .c-entries--panel h3.c-entry-summary__title {
        font-size: 1rem !important;
        font-weight: 600;
    }
    .c-prev-next-nav__item-title {
        font-size: 18px !important;
    }
    /* --- SUB --- */
    .section-plans {
        padding: 50px 6% 96px 6% !important;
    }
    .section-options {
        padding: 50px 6% 36px 6% !important;
    }
    .section-points {
        padding-top: 40px !important;
        padding-bottom: 56px !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .section-points p {
        margin-left: 0 !important;
        margin-top: -32px !important;
        margin-bottom: -4px !important;
        margin-right: 0 !important;
    }
    .section-points .reverse p {
        margin-left: 0 !important;
        margin-top: -32px !important;
        margin-bottom: -4px !important;
        margin-right: 0 !important;
        line-height: -10px !important;
    }
    .section-points h3 {
        margin-left: 0 !important;
        margin-bottom: 28px !important;
        margin-right: 0 !important;
    }
    .section-points .reverse h3 {
        margin-left: 0 !important;
        margin-bottom: 30px !important;
        margin-right: 0 !important;
    }
    .section-points .point8 img {
        margin-top: 56px !important;
    }
    .point8 h3 {
        margin-bottom: 2px !important;
    }
    .point8 p {
        margin-top: 0 !important;
    }
    .section-points .has-sm-2-xl-font-size+em>span.sme-font-size {
        display: inline-block;
        margin-bottom: -2px;
        vertical-align: bottom;
        font-size: 1.6rem !important;
        margin-top: -8px;
        margin-right: -2px;
    }
    .section-flow {
        padding: 40px 0% 40px 0% !important;
    }
    .section-flow-option {
        padding: 12px 0% 40px 0% !important;
    }
    .section-flow-option h2 {
        margin-top: -8px !important;
    }
    .box-flow {
        margin-top: -16px !important;
        padding: 16px 6% 32px 6% !important;
    }
    .badge-recommend .sme-font-size {
        font-size: 0.8rem !important;
        font-weight: 100;
        padding: 0px 0 1px 3px;
        margin: -4px 0;
    }
    .section-reviews {
        padding: 12px 0% 8px 0% !important;
    }
    .section-company {
        padding: 40px 3% 40px 3% !important;
    }
    .box-company {
        padding: 40px 6% 40px 6% !important;
    }
    .section-company img {
        margin-bottom: -36px;
    }
    .history {
        display: none;
    }
    .section-company .sme-badge {
        margin-bottom: 4px;
    }
    /* Table js-scrollable */
    .wp-block-flexible-table-block-table {
        width: auto !important;
        word-break: break-word;
    }
    th, td {
        letter-spacing: 0;
        white-space: nowrap;
    }
    .js-scrollable .scroll-hint-icon {
        width: 180px;
    }
    .scroll-hint-text {
        font-size: 12px;
        margin-top: 0;
    }
    .js-scrollable img {
        margin: 0 auto;
    }
    .section-contact {
        padding: 40px 0% 0px 0% !important;
    }
    .section-contact img {
        margin-bottom: -16px;
    }
    .box-contact {
        padding: 40px 6% 40px 6% !important;
        margin-bottom: 40px !important;
    }
    .section-estimate {
        padding: 50px 6% 40px 6% !important;
    }
    .section-plan-each {
        padding: 40px 6% 40px 6% !important;
    }
    .box-junk-removal {
        padding: 32px 6% 32px 6% !important;
    }
    .box-junk-removal-list {
        padding: 6% !important;
    }
    .box-junk-removal h3 .sme-font-size {
        font-size: 1rem !important;
        line-height: 0;
    }
    .box-junk-removal h3 {
        margin-bottom: -8px !important;
    }
    .img-new-life {
        margin-bottom: -24px !important;
    }
    .img-if-buy {
        margin-bottom: -8px !important;
    }
    /* Calender */
	.home-box-calender {
		margin-top: -12px!important;
		padding: 20px 6% 32px 6%!important;
	}
    .xo-simple-calendar .calendars {
        display: flex !important;
    }
    .xo-simple-calendar .calendars .calendar {
        display: none;
    }
    .xo-simple-calendar .calendars .calendar:first-child {
        display: block;
    }


    /* ERROR */
    .box-error {
        padding-left: 6% !important;
        padding-right: 6% !important;
		margin-left: 3%!important;
		margin-right: 3%!important;
			margin-bottom: -60px!important;
			padding-bottom: 40px!important;
			padding-top: 32px!important;
    }

	.box-freight {
		padding: 32px 6%!important;
	}


}



/* --- SP (max-width: 640px) --- */
@media screen and (max-width: 640px) {}