/* テキスト均等配置 */
.justify {
    text-align: justify;
}

/* リスト色 */
.wp-block-list.is-style-sme-list-check :where(li):before {
    border-color: var(--accent-color);
}

/* 表上線 */
@media screen and (min-width: 640px) {
    .is-style-RJE_R001CORP_infomation
    .smb-information__item:first-child > .c-row > .c-row__col:first-child {
        border-top: 1px solid #595757;
    }
        .is-style-RJE_R001CORP_infomation .smb-information__item:first-child>.c-row>.c-row__col:last-child {
        border-top: 1px solid #cfcfcf;
    }
}
@media screen and (max-width: 639px) {
    .is-style-RJE_R001CORP_infomation
    .smb-information__item:first-child > .c-row > .c-row__col:first-child {
        border-top: 1px solid #cfcfcf;
    }
}

/* コピー */
@media screen and (min-width: 1024px) {
    body:not([data-has-sidebar=true]) .is-style-RJE_R001CORP_layered2:not(:root)>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.smb-section__body>.smb-section>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col:last-child {
        display: flex;
        align-items: center;
    }
}

/* ドロワー背景色 */
.c-drawer {
    background-color: #ffffff;
    color: var(--accent-color);
}
.custom-drawer-image {
    width: 200px;
    margin-bottom: 20px;
}
/* ドロワーメニュー中央寄せ*/
.c-drawer--overall .c-drawer__inner {
    text-align: center;
}
/* ハンバーガー色 */
.c-drawer .c-hamburger-btn__bar {
    background-color: var(--accent-color)
}

/* ヘッダータイトル */
.page .c-entry__title, .blog .c-entry__title, .archive .c-entry__title{
    font-size: 1rem;
    margin-bottom: -1rem;
    color: var(--accent-color)
}
.page .c-entry__title__subtitle, .blog .c-entry__title__subtitle, .archive .c-entry__title__subtitle {
    font-size: 4rem;
    font-weight: bold;
    color: var(--accent-color)
}
.page .c-entry__body {
    padding-top: 0;
}
.section-minus {
    margin-top: -70px;
}
.section-minus .smb-section__background {
    z-index: -99;
}

.section-minus .is-style-RJE_R002LP_section1:not(:root)>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.smb-section__header+.smb-section__body, .is-style-RJE_R002LP_section1:not(:root)>.smb-section__inner>.c-container>.smb-section__lede-wrapper+.smb-section__body, .is-style-RJE_R002LP_section1:not(:root)>.smb-section__inner>.c-container>.smb-section__title+.smb-section__body {
    margin-top: 2rem;
}

@media screen and (max-width: 639px) {
    .section-minus .smb-section-break-the-grid__figure{
        position: static;
    }
	.page .c-entry__title__subtitle, .blog .c-entry__title__subtitle, .archive .c-entry__title__subtitle {
		font-size: 3.4rem;
	}
}


/* お問い合わせフォーム */
.snow-monkey-form input.smf-text-control__control {
    width: 100%;
}
.snow-monkey-form {
    padding-left: 5px;
    padding-right: 5px;
}
.smf-error-messages {
    color: #f20c10;
    margin-top: var(--_margin-2);
}
.smf-form [data-invalid="1"] {
    border-color: red;
}
[data-screen="confirm"] .input {
    display:none;
}
[data-screen="input"] .confirm,
[data-screen="invalid"] .confirm {
    display:none;
}
.smf-form--business .smf-item__col--label {
    background-color: transparent;
    border-right: none;
}
.smf-form--business .smf-item {
    border: 1px solid #c1c1c1;
    border-left: none;
    border-right: none;
}
.smf-form--business .smf-item:last-child {
    border: none;
}
.smf-form--business .smf-item__col--label {
    border-bottom: none;
}
.checkboxes-policy .smf-item__controls {
    text-align: center;
}
.checkboxes-policy .smf-item__controls p.has-text-align-left.input {
    text-align: center;
}
.address .smf-placeholder{
    width: 100%;
}
.snow-monkey-form .smf-action .smf-button-control__control {
    border-radius: 50px;
    padding: 7px 60px 7px 50px;
    background: #ffffff;
    border: 1px solid  #333333;
    font-weight: bold;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.smf-button-control__control  {
    margin-left: -1rem;
}
.smf-button-control {
    position: relative;
    transition: 0.3s ease-in-out;
}
.smf-button-control:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 2rem;
    display: flex;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.smf-button-control:hover:after {
    right: 1.4rem;
}
[data-screen="confirm"] .input {
    display:none;
}

/* ------------------------------
    フッター
------------------------------ */
/* フッターの上の線消す */
.l-footer {
    border-top: 0px;
    overflow: hidden;
}

/* コピーライト色 */
.c-copyright--inverse {
    background-color: var(--accent-color);
}

/* フッターナビ上余白 */
.l-footer--default .l-footer-widget-area {
    padding-bottom: 10px;
}

/* フッターナビ */
.p-footer-sub-nav .c-navbar {
    color: #092944;
    justify-content: center;
}

/* フッター下余白 */
.p-footer-sub-nav {
    padding-bottom: 20px;
}

/* 下層ページフッター上余白 */
.page:not(.home) .l-footer--default .l-footer-widget-area, .archive .l-footer--default .l-footer-widget-area, .blog .l-footer--default .l-footer-widget-area, .single .l-footer--default .l-footer-widget-area{
    padding-top: 0;
}

/* フッターウィジェット左右余白なし */
.l-footer-widget-area .c-fluid-container {
    padding: 0;
}

/* cta非表示 */
.page-id-110 .section-cta{
    display: none;
}

/* メッセージアクセント */
.is-style-message_accent:not(:root) {
    border: 1px solid #999;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 3rem 1rem;
    position: relative
}
.is-style-message_accent:not(:root):after,.is-style-message_accent:not(:root):before {
    background-color: #999;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(-60deg);
    width: 3.75rem;
    z-index: 2
}
.is-style-message_accent:not(:root):before {
    left: -1.425rem;
    top: .8rem
}
.is-style-message_accent:not(:root):after {
    bottom: .8rem;
    right: -1.425rem
}
@media screen and (min-width: 640px) {
    .is-style-message_accent:not(:root) {
        margin-bottom:6rem;
        margin-top: 5rem;
        padding: 5rem;
    }
    .is-style-message_accent:not(:root):after,.is-style-message_accent:not(:root):before {
        width: 6.25rem;
    }
    .is-style-message_accent:not(:root):before {
        left: -2.2rem;
        top: 1.7rem;
    }
    .is-style-message_accent:not(:root):after {
        bottom: 1.7rem;
        right: -2.2rem
    }

}
