@charset "UTF-8";
/*
Theme Jp Name: ウォーム V2.1
Theme En Name: warm_v2_1
Description: ウォームのテーマCSSです（TCC対応パッチ版）
Version: 2.1
*/

/* ------------------------------------------
共通要素指定
------------------------------------------ */
body {
    background-color: #f9f2ea;
    --block-bg-color: #f9f2ea;
    color: #401e04;
}

/* フォントの共通設定 */
.template-theme-warm_v2_1.fp_default .c-heading h2,
.template-theme-warm_v2_1:not([class*="fp_"]) .c-heading h2 {
    font-family: "MotoyaBirchStd-W3";
}
.template-theme-warm_v2_1.fp_default,
.template-theme-warm_v2_1:not([class*="fp_"]) {
    font-family: "TsukuARdGothicStd-M";
}

/* 見出しの共通設定 */
h2 {
    color: #7abb27;
}

/* ボタンの共通設定 */
.c-btn a,
.c-btn input,
.c-btn .btn-customform-submit,
.c-btn button {
    color: #fff;
    background-color: #f47e00;
    border-radius: 100px;
    transition-duration: .4s;
}

.c-btn a:hover,
.c-btn input:hover,
.btn-customform-submit:hover,
.c-btn button:hover {
    transform: scale(1.1);
    opacity: 1 !important;
}

.c-btn--ghost a,
.c-btn--ghost input,
.c-btn--ghost .btn-customform-submit,
.c-btn--ghost button {
    background-color: transparent;
    border: 2px solid #f47e00;
}

/* ------------------------------------------
ブロックで使用されているカラーをテーマのカラーに変更
------------------------------------------ */
/* 共通設定 */

.c-border,
.c-heading {
    border-color: #7abb27;
}

.c-img-icon {
    background-color: #7abb27;
}

.c-hr-solid,
.c-hr-dashed,
.c-hr-dotted,
.c-hr-double {
    border-color: #7abb27;
}

.c-bg-grad {
    background-image: -webkit-linear-gradient(right, rgba(170, 162, 35, 0.9), rgba(66, 170, 35, 0.9));
    background-image: linear-gradient(to left, rgba(170, 162, 35, 0.9), rgba(66, 170, 35, 0.9));
}

.c-symbol {
    background-color: #7abb27;
}

.c-form .file-upload-btn {
    border-color: #f47e00;
    color: #f47e00;
}

/* ブロックごとの個別設定 */

/* ヘッダーの背景色をテーマの背景色にする */
.p-header-nav-floating-btn,
.p-m_navigation,
.p-header-nav-floating-btn__bottom .p-m_navigation,
.p-header-floating-btn,
.p-header-nav-floating-btn--fixed-sp-menu-scroll {
    background-color: #f9f2ea;
}

/* メイン */
div[data-structure="b-main-set-3--center"] .p-main-set-3--center {
    border: 10px solid #7abb27;
}

div[data-structure="b-main-set-3--center"] .p-main-set-3--center__subhead {
    color: #fff;
    background-color: #f47e00;
}

div[data-structure="b-main-set-3--center"] .p-main-set-3--center__period {
    border: 2px solid #7abb27;
    color: #7abb27;
}

div[data-structure="b-main-set-3--center"] .p-main-set-3--center__main {
    color: #7abb27;
}

div[data-structure="b-main-campaign"] .p-main-campaign__tag {
    background: #7abb27;
}

/* 見出し */
div[data-structure="b-header-logo-img-2"] .p-header--theme-color,
div[data-structure="b-heading-marker"] .p-heading-marker:after,
div[data-structure="b-heading-put-on-bdr"] .p-heading-put-on-bdr__inner:before,
div[data-structure="b-heading-put-on-bdr"] .p-heading-put-on-bdr__inner:after,
div[data-structure="b-heading-balloon--invert"] .p-heading-balloon--invert,
div[data-structure="b-heading-arrow"] .p-heading-arrow--v2,
div[data-structure="b-heading-arrow--has-subtext"] .p-heading-arrow--v2,
div[data-structure="b-premium-heading-grad"] .p-premium-heading-grad__inner,
div[data-structure="b-premium-heading-icon"] .p-heading-put-on-bdr__inner:before,
div[data-structure="b-premium-heading-icon"] .p-heading-put-on-bdr__inner:after {
    background-color: #7abb27;
}

div[data-structure="b-heading-arrow--has-subtext"] .p-heading-arrow--v2:before,
div[data-structure="b-heading-balloon--invert"] .p-heading-balloon--invert:after,
div[data-structure="b-heading-arrow"] .p-heading-arrow--v2:before {
    border-top-color: #7abb27;
}

div[data-structure="b-heading-btm-bdr"] .p-heading-btm-bdr:after {
    border-top: 2px solid #7abb27;
}

div[data-structure="b-heading-has--accent"] .p-heading-has--accent-subtitle:before {
    background: #7abb27;
}

div[data-structure="b-heading-has--accent"] .p-heading-has--accent-subtitle {
    color: #401e04;
}

div[data-structure="b-heading-accent"] .p-heading-accent:before {
    background: #7abb27;
}

div[data-structure="b-heading-accent"] .p-heading-accent:after {
    background: #e6f6d2;
}

div[data-structure="b-heading-double-bdr--updown"] .p-heading-double-bdr--updown:before {
    border-top: 2px solid #7abb27;
    border-bottom: 1px solid #7abb27;
}

div[data-structure="b-heading-double-bdr--updown"] .p-heading-double-bdr--updown:after {
    border-top: 1px solid #7abb27;
    border-bottom: 2px solid #7abb27;
}

div[data-structure="b-heading-origin-bdr--updown"] .c-hr-origin--2 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E")
}

div[data-structure="b-heading-dogear"] .p-heading-dogear,
div[data-structure="b-heading-balloon"] .p-heading-balloon {
    background-color: #daf1bd;
}

div[data-structure="b-heading-dogear"] .p-heading-dogear:after {
    border-color: #f9f2ea #f9f2ea #7abb27 #7abb27;
}

div[data-structure="b-heading-balloon--ghost"] .p-heading-balloon--ghost:before {
    border-top: 15px solid #7abb27;
}

div[data-structure="b-heading-balloon"] .p-heading-balloon:after {
    border-top: 15px solid #daf1bd;
}

div[data-structure="b-heading-ribbon"] .p-heading-ribbon {
    background-image: -webkit-linear-gradient(transparent 8%, #b7e47e 8%, #b7e47e 14%, transparent 14%, transparent 86%, #b7e47e 86%, #b7e47e 92%, transparent 92%), -webkit-linear-gradient(rgba(249, 242, 234, 0.75), rgba(249, 242, 234, 0)), -webkit-linear-gradient(45deg, transparent 40%, #daf1bd 40%, #daf1bd 60%, transparent 60%), -webkit-linear-gradient(white, white);
    background-image: linear-gradient(transparent 8%, #b7e47e 8%, #b7e47e 14%, transparent 14%, transparent 86%, #b7e47e 86%, #b7e47e 92%, transparent 92%), linear-gradient(rgba(249, 242, 234, 0.75), rgba(249, 242, 234, 0)), linear-gradient(45deg, transparent 40%, #daf1bd 40%, #daf1bd 60%, transparent 60%), linear-gradient(white, white);
}

div[data-structure="b-heading-ribbon"] .p-heading-ribbon:before {
    border-top-color: #daf1bd;
    border-right-color: #daf1bd;
    border-bottom-color: #daf1bd;
}

div[data-structure="b-heading-ribbon"] .p-heading-ribbon__body:before,
div[data-structure="b-heading-ribbon"] .p-heading-ribbon__body:after {
    border-color: #94d73e transparent transparent transparent;
}

div[data-structure="b-heading-ribbon"] .p-heading-ribbon:after {
    border-left-color: #daf1bd;
    border-top-color: #daf1bd;
    border-bottom-color: #daf1bd;
}

div[data-structure="b-heading-ribbon--flat"] .p-heading-ribbon--flat {
    background: #7abb27;
}

div[data-structure="b-heading-ribbon--flat"] .p-heading-ribbon--flat:before {
    border-top-color: #72ae24;
    border-right-color: #72ae24;
    border-bottom-color: #72ae24;
}

div[data-structure="b-heading-ribbon--flat"] .p-heading-ribbon__body:before,
div[data-structure="b-heading-ribbon--flat"] .p-heading-ribbon__body:after {
    border-color: #94d73e transparent transparent transparent;
}

div[data-structure="b-heading-ribbon--flat"] .p-heading-ribbon--flat:after {
    border-left-color: #72ae24;
    border-top-color: #72ae24;
    border-bottom-color: #72ae24;
}

div[data-structure="b-premium-heading-grad"] .p-premium-heading-grad {
    background-color: #7abb27;
}

div[data-structure="b-premium-heading-grad"] .p-premium-heading-grad:before,
div[data-structure="b-premium-heading-grad"] .p-premium-heading-grad:after {
    background: rgba(0, 0, 0, 0.3);
}

div[data-structure="b-premium-heading-frame"] .p-premium-heading-frame {
    background-color: #7abb27;
    box-shadow: inset 0 0 0 5px #7abb27, inset 0 0 0 6px #fff;
}
div[data-structure="b-heading-arrow--bg"] .p-heading-arrow:not(.p-heading-arrow--v2):before,
div[data-structure="b-heading-arrow--bg"] .p-heading-arrow:not(.p-heading-arrow--v2):after {
    background-color: #f9f2ea;
}

/* 背景色のついている見出しの文字色を白にする */
div[data-structure="b-heading-balloon--invert"] h2,
div[data-structure="b-heading-arrow--has-subtext"] h2,
div[data-structure="b-heading-arrow"] h2,
div[data-structure="b-premium-heading-frame"] h2,
div[data-structure="b-premium-profile-set2"] h2,
div[data-structure="b-sentence-caution"] h2,
div[data-structure="b-premium-contact-set"] h2,
div[data-structure="b-premium-btn-set-3"] h2,
div[data-structure="b-premium-btn-set-2"] h2,
div[data-structure="b-heading-ribbon--flat"] h2,
div[data-structure="b-premium-interview"] h2,
div[data-structure="b-premium-profile-set"] h2,
div[data-structure="b-article-point"] h2,
div[data-structure="b-reservation-application--reserve"] h2 {
    color: #fff;
}

div[data-structure="b-heading-background-text"] .p-heading-background-text__sub {
    color: #fff;
}

/* 文章+画像 */
div[data-structure="b-article-has-number"] .p-article-has-number__ribbon,
div[data-structure="b-article-has-number"] .p-article-has-number__circle {
    background: #7abb27;
}

div[data-structure="b-article-has-number"] .p-article-has-number__ribbon:after {
    border-color: transparent #f9f2ea transparent transparent;
    border-color: transparent var(--block-bg-color, #f9f2ea) transparent transparent;
}

div[data-structure="b-article-has-tags"] .p-article-has-tags__tag,
div[data-structure="b-article-point"] .p-article-point__header,
div[data-structure="b-premium-cards-img-left"] .p-premium-cards-img-left__label,
div[data-structure="b-premium-profile-set"] .p-premium-profile__heading,
div[data-structure="b-premium-profile-set2"] .p-premium-profile__heading,
div[data-structure="b-premium-interview"] .p-premium-interview__heading {
    background-color: #7abb27;
}

div[data-structure="b-premium-profile-set"] .p-premium-profile__name {
    border-bottom: 1px solid #7abb27;
}

div[data-structure="b-premium-profile-set"] .p-premium-profile__subHeading,
div[data-structure="b-premium-profile-set2"] .p-premium-profile__subHeading {
    color: #7abb27;
}

div[data-structure="b-premium-interview"] .p-premium-interview__bottom {
    background-color: #daf1bd;
}

/* 文章+画像(複数) */
div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered__img img,
div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered__img .pera1-clip-image {
    border: 3px solid #7abb27;
}

div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered {
    border-top: 4px solid #7abb27;
}

div[data-structure="b-premium-steps"] .p-premium-steps__item-header {
    background: #7abb27;
}

div[data-structure="b-premium-steps"] .p-premium-steps__item-num {
    color: #7abb27;
}

div[data-structure="b-premium-steps"] .p-premium-steps__item-img {
    box-shadow: #7abb27 0 0 0 3px;
}

div[data-structure="b-premium-steps"] .p-premium-steps__arrow:after {
    border-left: 15px solid #7abb27;
}
@media only screen and (min-width: 1px) and (max-width: 480px) {
    div[data-structure="b-premium-steps"] .p-premium-steps__arrow:after {
        border-left: 10px solid transparent;
        border-top: 15px solid #7abb27;
    }
}
div[data-structure="b-cards-img-left--with-table-2col"] .p-cards-img-left--with-table-2col__table {
    border: solid 1px #7abb27;
}

div[data-structure="b-cards-img-left--with-table-2col"] .p-cards-img-left--with-table-2col__table tr {
    border-bottom: dashed 1px #7abb27;
}

div[data-structure="b-cards-img-left--with-table-2col"] .p-cards-img-left--with-table-2col__table tr th:before {
    color: #7abb27;
}

/* ボタン */
div[data-structure="b-btn-set-3"] .u-color-theme-main {
    color: #7abb27;
}

div[data-structure="b-premium-btn"] .p-premium-btn a,
div[data-structure="b-premium-btn--type-2"] .p-premium-btn a,
div[data-structure="b-premium-btn--type-3"] .p-premium-btn a,
div[data-structure="b-premium-contact-set"] .p-premium-contact-set__btn a {
    background-color: #f47e00;
}

div[data-structure="b-premium-btn-set-3"] .p-premium-btn-set-3__wrapper {
    background-color: #7abb27;
}

div[data-structure="b-premium-contact-set"] .p-premium-contact-set {
    border: 1px solid #7abb27;
    background-color: #7abb27;
}

div[data-structure="b-btn-contact"] .p-btn-contact.c-bg-img {
    background-color: #7abb27;
}

div[data-structure="b-btn-contact"] .p-btn-contact__contact-area-inner h2 {
    color: #7abb27;
}

div[data-structure="b-btn-contact"] .p-btn-contact__tel-wrapper {
    background-color: #daf1bd;
}

/* 決済 */
div[data-structure="b-order-ticket-2"] .u-color-theme-main,
div[data-structure="b-order-ticket-2"] .p-order-ticket-2__price,
div[data-structure="b-order-ticket"] .u-color-theme-main {
    color: #7abb27;
}

div[data-structure="b-order-cards-bordered--3col"] .p-order-card-bordered {
    border-top: 4px solid #7abb27;
}

div[data-structure="b-order-countdown"] .p-order-countdown.c-bg-img,
div[data-structure="b-order-countdown-button"] .p-order-countdown-button.c-bg-img  {
    background-color: #7abb27;
}
div[data-structure="b-order-countdown"] .p-order-countdown__countdown-area-inner h2,
div[data-structure="b-order-countdown-button"] .p-order-countdown-button__countdown-area-inner h2 {
    color: #7abb27;
}

/* 区切り線 */
div[data-structure="b-hr-origin"] .c-hr-origin {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

div[data-structure="b-hr-svg--2"] .c-hr-origin--2 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

div[data-structure="b-hr-origin--3"] .c-hr-origin--3 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

div[data-structure="b-hr-origin--4"] .c-hr-origin--4 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

div[data-structure="b-hr-origin--5"] .c-hr-origin--5 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

div[data-structure="b-hr-origin--6"] .c-hr-origin--6 {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(122, 187, 39, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

/* リスト */
div[data-structure="b-list-step-has-img"] .p-list-step-has-img:not(:last-child) .c-border:before {
    border-top: solid 20px #7abb27;
}

div[data-structure="b-list-faq-accordion"] .p-list-faq-accordion__title-area,
div[data-structure="b-list-faq-accordion-has-img"] .p-list-faq-accordion-has-img__title-area {
    border-bottom: solid 2px #7abb27;
}

div[data-structure="b-list-faq-accordion"] .p-list-faq-accordion__title-area:after,
div[data-structure="b-list-faq-accordion-has-img"] .p-list-faq-accordion-has-img__title-area:after,
div[data-structure="b-list-step"] .p-list-step {
    color: #7abb27;
}

div[data-structure="b-list-step"] .p-list-step__body {
    border-left: 1px solid #7abb27;
}

div[data-structure="b-premium-faq"] .p-premium-faq__icon--q {
    background-color: #daf1bd;
}

div[data-structure="b-premium-faq"] .p-premium-faq__icon--a {
    background-color: #7abb27;
}

div[data-structure="b-list-step-laterally"] .p-list-step-laterally__item {
    background: #7abb27;
}
div[data-structure="b-list-step-laterally"] .p-list-step-laterally__item:after {
    border-left: 29px solid #7abb27;
}
@media all and (min-width: 1px) and (max-width: 480px) {
    div[data-structure="b-list-step-laterally"] .p-list-step-laterally__item:after {
        border-top: 49px solid #7abb27;
        border-left: 179px solid transparent;
    }
}

/* 表 */
.c-thead--color thead th,
.c-thead--color thead td {
    background-color: #7abb27;
}

div[data-structure="b-table-comparison"] .p-table-comparison__th--accent {
    border: solid 2px #7abb27;
    background-color: #7abb27;
}

div[data-structure="b-table-comparison"] .p-table-comparison__td--accent {
    border: solid 2px #7abb27;
    background-color: #ebf7da;
}

/* その他 */
div[data-structure="b-before-after"] .p-before-after__arrow-element:after {
    border-left: 26px solid #7abb27;
}

div[data-structure="b-before-after"] .p-before-after__arrow-element:before {
    border-left: 35px solid #7abb27;
}

div[data-structure="b-rectangle"] .p-others-rectangle__item-inner {
    color: #fff;
    background-color: #7abb27;
}

div[data-structure="b-shop-menu"] .p-others-shop-menu__label {
    background-color: #7abb27;
}

div[data-structure="b-timeline"] .p-others-timeline__date {
    color: #7abb27;
}

div[data-structure="b-premium-btn-set-2"] .p-premium-btn-set-2__heading {
    background-color: #7abb27;
}

div[data-structure="b-timetable"] .p-timetable-item:nth-child(odd) .p-timetable-item__time,
div[data-structure="seminar/b-timetable"] .p-timetable-item:nth-child(odd) .p-timetable-item__time {
    background-color: #f6ebde;
}

div[data-structure="b-timetable"] .p-timetable-item__subhead,
div[data-structure="seminar/b-timetable"] .p-timetable-item__subhead {
    border-bottom: 1px solid #ccc;
    background-color: #f2fae7;
}

div[data-structure="b-others-price-guide"] .p-others-price-guide__card {
    border: 3px solid #7abb27;
}
  div[data-structure="b-others-price-guide"] .p-others-price-guide__plus-element {
    color: #7abb27;
}
  div[data-structure="b-others-price-guide"] .p-others-price-guide__circle {
    background-color: #7abb27;
}
  div[data-structure="b-others-conversational-text"] .p-others-conversational-text__myself-voice {
    background-color: #e6f6d2;
    border: solid 1px #e6f6d2;
}
  div[data-structure="b-others-conversational-text"] .p-others-conversational-text__myself-voice:before {
    border-left: 10px solid #e6f6d2;
}
  div[data-structure="b-others-conversational-text"] .p-others-conversational-text__myself-voice:after {
    border-left: 10px solid #e6f6d2;
}

/* 文章 */
div[data-structure="b-sentence-card"] .p-sentence-card {
    background-color: #e6f6d2;
    border: 1px solid #7abb27;
}

div[data-structure="b-premium-sentence-merit"] .p-premium-sentence-merit__header {
    border-bottom: 1px solid #7abb27;
}

div[data-structure="b-premium-sentence-merit"] .p-premium-sentence-merit__label {
    background-color: #7abb27;
}
div[data-structure="b-sentence-caution"] .p-sentence-caution__content-wrapper {
    background-color: #e6f6d2;
}
div[data-structure="b-sentence-caution"] .p-sentence-caution__content-inner {
    background-color: #7abb27;
}
/* 地図 */
div[data-structure="b-map-and-table-2rows"] .p-map-and-table-2rows__content-wrapper .c-heading {
    border-bottom: solid 2px #7abb27;
}
/* 予約 */
div[data-structure="b-reservation-application--reserve"] .p-reservation-application--reserve__wrapper {
    box-shadow: 0 0 3px rgb(0 0 0 / 60%);
    background-color: #7abb27;
    padding: 0 10px 10px;
}
div[data-structure="b-reservation-application--reserve"] .p-reservation-application--reserve__body {
    background-color: #fff;
}
div[data-structure="b-reservation--diagonal-stripe"] .u-color-theme-main {
    color: #7abb27;
}

/* ------------------------------------------
ブロックに対するあしらいの設定
------------------------------------------ */
/*● headerのボタンに余白を追加
フローティングメニュー（PC上部固定/スマホ上下固定）
フローティングヘッダー（PC上部固定/スマホ上下固定）
フローティングメニュー（スマホメニュー横スクロール）
*/
div[data-structure="b-premium-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn,
div[data-structure="b-premium-header-floating-btn--fixed"] .p-header-floating-btn__editable-btn .c-btn,
div[data-structure="b-header-nav-floating-btn--fixed-sp-menu-scroll"] .p-header-nav-floating-btn--fixed-sp-menu-scroll__editable-btn .c-btn,
div[data-structure="b-header-nav-floating-btn--fixed--img-large"] .p-header-nav-floating-btn__editable-btn .c-btn,
div[data-structure="b-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn,
div[data-structure='b-premium-header-floating-btn--fixed-v2'] .p-premium-header-floating-btn--fixed-v2__editable-btn .p-premium-header-floating-btn--fixed-v2__btn-item {
    margin-right: 8px;
}
/* タブレットとSPはボタンを角丸にしない */
@media all and (min-width: 1px) and (max-width: 768px) {
    div[data-structure="b-premium-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn,
    div[data-structure="b-premium-header-floating-btn--fixed"] .p-header-floating-btn__editable-btn .c-btn,
    div[data-structure="b-header-nav-floating-btn--fixed-sp-menu-scroll"] .p-header-nav-floating-btn--fixed-sp-menu-scroll__editable-btn .c-btn,
    div[data-structure="b-header-nav-floating-btn--fixed--img-large"] .p-header-nav-floating-btn__editable-btn .c-btn,
    div[data-structure="b-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn,
    div[data-structure='b-premium-header-floating-btn--fixed-v2'] .p-premium-header-floating-btn--fixed-v2__editable-btn .p-premium-header-floating-btn--fixed-v2__btn-item {
        margin-right: 0px;
    }
    div[data-structure="b-premium-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn a,
    div[data-structure="b-premium-header-floating-btn--fixed"] .p-header-floating-btn__editable-btn .c-btn a,
    div[data-structure='b-premium-header-floating-btn--fixed-v2'] .p-premium-header-floating-btn--fixed-v2__editable-btn .p-premium-header-floating-btn--fixed-v2__btn-item a,
    div[data-structure="b-header-nav-floating-btn--fixed-sp-menu-scroll"] .p-header-nav-floating-btn--fixed-sp-menu-scroll__editable-btn .c-btn a,
    div[data-structure="b-header-nav-floating-btn--fixed--img-large"] .p-header-nav-floating-btn__editable-btn .c-btn a,
    div[data-structure="b-header-nav-floating-btn--fixed"] .p-header-nav-floating-btn__editable-btn .c-btn a {
        border-radius: 0;
    }
}
/*
● チェックの背景をつける
左フル画像
右フル画像
上画像(丸・2列)
上画像(丸・3列)
上画像(丸・4列)
上画像(丸・5列)
上画像(丸・6列)
上画像(2列)
上画像(3列)
上画像(4列)
上画像(5列)
上画像(6列)
メリット
お申込みボックス
お客様の声
お客様の声(2列)
お悩み
右画像
左画像
特典

● ブロック内の一部にチェックの背景をつける
お申込みボタン
お申込みボックス(画像つき)
*/
div[data-structure="b-article-img-full-left"],
div[data-structure="b-article-img-full-right"],
div[data-structure="b-cards-img-circle--2col"],
div[data-structure="b-cards-img-circle--3col"],
div[data-structure="b-cards-img-circle--4col"],
div[data-structure="b-cards-img-circle--5col"],
div[data-structure="b-cards-img-circle--6col"],
div[data-structure="b-cards--2col"],
div[data-structure="b-cards--3col"],
div[data-structure="b-cards--4col"],
div[data-structure="b-cards--5col"],
div[data-structure="b-cards--6col"],
div[data-structure="b-cards-img--m-size--3col"],
div[data-structure="b-cards-img-circle--m-size--3col"] {
    background-image: linear-gradient(-90deg, rgba(248, 230, 212, 0.5) 50%, transparent 50%), linear-gradient(rgba(248, 230, 212, 0.5) 50%, transparent 50%);
    background-size: 25px 25px;
}
.c-bg-color {
    background-color: #f9f2ea;
    background-image: linear-gradient(-90deg, rgba(248, 230, 212, 0.5) 50%, transparent 50%), linear-gradient(rgba(248, 230, 212, 0.5) 50%, transparent 50%);
    background-size: 25px 25px;
}

/*
● hover時の下線を破線に変更
フローティングメニュー（PC上部固定/スマホ上下固定）
フローティングメニュー（スマホメニュー横スクロール）
左テキスト+右メニュー
左画像+右メニュー
左テキスト+右メニュー(上部固定)
左画像+右メニュー(上部固定)
フッターメニュー
*/
div[data-structure="b-premium-header-nav-floating-btn--fixed"] .p-m_navigationMenu a:hover,
div[data-structure="b-header-nav-floating-btn--fixed-sp-menu-scroll"] .p-m_navigationMenu a:hover,
div[data-structure="b-header-nav-logo-text"] .p-m_navigationMenu a:hover,
div[data-structure="b-header-nav-logo-img"] .p-m_navigationMenu a:hover,
div[data-structure="b-header-nav-logo-img--fixed"] .p-m_navigationMenu a:hover,
div[data-structure="b-header-nav-logo-text--fixed"] .p-m_navigationMenu a:hover,
div[data-structure="b-nav-sp-unfold"] .p-m_navigationMenu a:hover{
    text-decoration: dashed underline #f47e00;
}
/* hover時のカラーをテーマに沿ったものに変更 */
div[data-structure="b-list-faq-accordion"] .p-list-faq-accordion__checkbox:hover + .p-list-faq-accordion__title-area,
div[data-structure="b-list-faq-accordion-has-img"] .p-list-faq-accordion-has-img__checkbox:hover + .p-list-faq-accordion-has-img__title-area  {
    background-color: #f47e00;
}

/*
● 付箋風のあしらいをつける
メイン(左寄せ+ボタン)
メイン(右寄せ+ボタン)
*/
div[data-structure=b-main-set-2--left] .c-inner,
div[data-structure=b-main-right-text] .c-inner {
    padding: 3.5rem;
    margin: 5em auto;
    background: #fbf6b2;
    color: #000;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 3%);
    transform: rotate(-2deg);
    word-break: break-all;
}
div[data-structure=b-main-set-2--left] .c-inner::before,
div[data-structure=b-main-right-text] .c-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 35px;
    margin: -25px auto 0;
    background: #494141;
    transform: rotate(-3deg);
    opacity: 0.1;
}
/* タブレットのサイズ調整 */
@media all and (min-width: 480px) and (max-width: 768px) {
    div[data-structure=b-main-set-2--left] .col-sm-6,
    div[data-structure=b-main-right-text] .col-sm-6 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
/* SPのサイズ調整 */
@media all and (max-width: 480px) {
    div[data-structure=b-main-set-2--left] .col-xs-12,
    div[data-structure=b-main-right-text] .col-xs-12 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

/*　メイン(写真複数)のあしらい変更 */
div[data-structure="b-main-multi-photo"] .p-main-multi-photo__heading {
    text-shadow: none; /* 見出しの青影をなくす */
}
div[data-structure="b-main-multi-photo"] .p-main-multi-photo__text-bg {
    background-color: #fff;
    color: #401e04;
    background-image: linear-gradient(-90deg, rgba(248, 230, 212, 0.5) 50%, transparent 50%), linear-gradient(rgba(248, 230, 212, 0.5) 50%, transparent 50%); /* テキストの背景をチェック柄に変更 */
    background-size: 25px 25px;
}

/*
● テーマに合わせたカラーに変更
メイン(左寄せ+ボタン透かし)
メイン(中央寄せ・枠付)
*/
div[data-structure="b-main-set-2--left-overlay"] .p-main-set-2--left-overlay:before {
    background: rgba(249, 242, 234, 0.8);
}
div[data-structure="b-main-set-4--center"] .p-main-set-4--center {
    background: rgba(249, 242, 234, 0.8);
}
div[data-structure="b-main-set-4--center"] .p-main-set-4--center:after {
    border: 1px solid #f9f2ea;
}

/* 見出し(二重線)を点線にする */
div[data-structure="b-heading-double-bdr"] .p-heading-double-bdr {
    border: 3px dotted #7abb27;
}

/*
● 画像に写真っぽいあしらいをつける
左画像
右画像
左画像+リスト
右画像+リスト
*/
div[data-structure=b-article-img-left] .c-img,
div[data-structure=b-article-img-right] .c-img {
	width:300px;
    height:auto;
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:relative;
    margin: 10px;
}
div[data-structure=b-list-has-img] .basis-auto-sm,
div[data-structure=b-list-has-img--reverse] .basis-auto-sm {
	width:300px;
    height:auto;
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:relative;
    margin-right: 25px;
    margin-left: 25px;
}
div[data-structure=b-article-img-left] .c-img:before,
div[data-structure=b-article-img-left] .c-img:after,
div[data-structure=b-article-img-right] .c-img:before,
div[data-structure=b-article-img-right] .c-img:after,
div[data-structure=b-list-has-img] .basis-auto-sm:before,
div[data-structure=b-list-has-img] .basis-auto-sm:after,
div[data-structure=b-list-has-img--reverse] .basis-auto-sm:before,
div[data-structure=b-list-has-img--reverse] .basis-auto-sm:after {
	content:"";
	display:block;
	width:100%;height:100%;
	border:1px solid #ddd;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
div[data-structure=b-article-img-left] .c-img:before,
div[data-structure=b-article-img-right] .c-img:before,
div[data-structure=b-list-has-img] .basis-auto-sm:before,
div[data-structure=b-list-has-img--reverse] .basis-auto-sm:before {
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
div[data-structure=b-article-img-left] .c-img:after,
div[data-structure=b-article-img-right] .c-img:after,
div[data-structure=b-list-has-img] .basis-auto-sm:after,
div[data-structure=b-list-has-img--reverse] .basis-auto-sm:after {
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
}
/* タブレットとSPのサイズ調整（画像付き） */
@media all and (min-width: 480px) and (max-width: 768px) {
    div[data-structure=b-article-img-right] .row-item-gutter--lg {
        margin-left: -7rem;
        margin-right: 0rem;
        padding: 0 8rem;
    }
    div[data-structure=b-article-img-left] .row-item-gutter--lg {
        margin-left: -3rem;
        margin-right: 1rem;
        padding: 0;
    }
    div[data-structure=b-article-img-left] .row-item-gutter--lg > [class*='col-'] {
        padding-left: 20px;
        padding-right: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media all and (min-width: 1px) and (max-width: 480px) {
    div[data-structure=b-article-img-left] .c-img,
    div[data-structure=b-article-img-right] .c-img {
        margin: 1rem auto;
    }
}
/* タブレットとSPのサイズ調整（リスト） */
@media all and (min-width: 1px) and (max-width: 768px) {
    div[data-structure=b-list-has-img] .basis-auto-sm,
    div[data-structure=b-list-has-img--reverse] .basis-auto-sm {
        margin-right: 0;
        margin-left: 0;
    }
    div[data-structure=b-list-has-img] .row-item-gutter--lg,
    div[data-structure=b-list-has-img--reverse] .row-item-gutter--lg {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

/*　左（右）フル画像のあしらい　*/
div[data-structure=b-article-img-full-left] .c-img--full img {
    padding: 50px;
    border-radius: 80px;/* 角丸にする　*/
    transform: rotate(-2deg);/* 傾きをつける　*/
}
div[data-structure=b-article-img-full-right] .c-img--full img {
    padding: 50px;
    border-radius: 80px;/* 角丸にする　*/
    transform: rotate(2deg);/* 傾きをつける　*/
}
/* タブレットとSPの画像サイズ調整 */
@media all and (min-width: 1px) and (max-width: 768px) {
    div[data-structure=b-article-img-full-left] .c-img--full img,
    div[data-structure=b-article-img-full-right] .c-img--full img {
        padding: 30px;
    }
}
/*　画像にマスキングテープをつける　*/
div[data-structure=b-article-img-full-left] .c-img--full::before {
    content: "";
    display: block;
    position: absolute;
    left: 15%;
    width: 18%;
    height: 40px;
    margin: 33px auto 0;
    background: #948d8d;
    transform: rotate(-3deg);
    opacity: 0.2;
    z-index: 10;
}
div[data-structure=b-article-img-full-right] .c-img--full::before {
    content: "";
    display: block;
    position: absolute;
    right: 15%;
    width: 18%;
    height: 40px;
    margin: 33px auto 0;
    background: #948d8d;
    transform: rotate(3deg);
    opacity: 0.2;
    z-index: 10;
}
/* タブレットでのマスキングテープの位置調整 */
@media all and (min-width: 480px) and (max-width: 768px) {
    div[data-structure=b-article-img-full-left] .c-img--full::before,
    div[data-structure=b-article-img-full-right] .c-img--full::before {
        margin: 12px auto 0;
    }
}
/* SPでのマスキングテープの位置調整 */
@media all and (max-width: 480px) {
    div[data-structure=b-article-img-full-left] .c-img--full::before,
    div[data-structure=b-article-img-full-right] .c-img--full::before {
    margin: 12px auto 0;
        width: 35%;
    }
    div[data-structure=b-article-img-full-left] .c-img--full::before {
        left: 30%;
    }
    div[data-structure=b-article-img-full-right] .c-img--full::before {
        right: 30%;
    }
}

/*　左（右）寄せ(背景画像あり)のボタンをテーマに合ったカラーに変更 */
div[data-structure="b-article-body-left"] .c-btn a,
div[data-structure="b-article-body-right"] .c-btn a {
    color: #f47e00;
}

/*　左（右）寄せ(背景画像あり)の文字周りのあしらい　*/
div[data-structure="b-article-body-left"] .p-article-body__pane,
div[data-structure="b-article-body-right"] .p-article-body__pane {
    background-color: #fff;
    background-image: linear-gradient(-90deg, rgba(248, 230, 212, 0.5) 50%, transparent 50%), linear-gradient(rgba(248, 230, 212, 0.5) 50%, transparent 50%);
    background-size: 25px 25px;
    border-radius: 50px;
    margin: 20px;
}
/* タブレットとSPの調整 */
@media all and (min-width: 1px) and (max-width: 768px) {
    div[data-structure="b-article-body-left"] .p-article-body--blur-left:before,
    div[data-structure="b-article-body-right"] .p-article-body--blur-right:before {
        content: none;
    }
}

/* お客様の声(2列)+ボーダーのあしらい変更 */
div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered__heading {
    background-color: #fff;
}
div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered {
    border: 4px solid #7abb27;
}
div[data-structure="b-cards-voice-bordered"] .p-card-voice-bordered__img + .p-card-voice-bordered__heading {
    padding: 20px 10px 10px 6rem;
}

/* よくある質問のあしらい変更 */
div[data-structure="b-premium-faq"] .p-premium-faq__icon--q {
    background-color: #7abb27;
    border-radius: 50% 0 0 50%;
    color: #fff;
}
div[data-structure="b-premium-faq"] .p-premium-faq__icon--a {
    background-color: #f47e00;
    border-radius: 50% 0 0 50%;
    color: #fff;
}
div[data-structure="b-premium-faq"] .p-premium-faq__body {
    background-color: #f9f2ea;
    border-bottom: dashed #ccc;
}

/* ステップのあしらい変更 */
div[data-structure="b-list-step"] .p-list-step__body {
    border-left: none;
}
div[data-structure="b-list-step"] .p-list-step__num{
    display: flex;
    justify-content: end;
    align-items: flex-start;
}
div[data-structure="b-list-step"] .p-list-step__num div[data-structure="e-text"] {
    position: relative;
    display: inline-block;
    padding: 1px 16px;
    max-width: 100%;
    color: #fff;
    background: #f47e00;
    border-radius: 30px;
}

/* よくある質問（折りたたみ）のホバー時の色をテーマに合ったものに変更 */
div[data-structure="b-list-faq-accordion"] .p-list-faq-accordion__checkbox:hover + .p-list-faq-accordion__title-area,
div[data-structure="b-list-faq-accordion-has-img"] .p-list-faq-accordion-has-img__checkbox:hover + .p-list-faq-accordion-has-img__title-area {
    background-color: #f5eadd;
}

/* 表の線を罫線にする　*/
.c-tr--bdr th, .c-tr--bdr td {
    border-bottom-style: solid;
}

/* フォームにオレンジの枠をつける　*/
.c-form {
    background-color: #fff;/* 背景の色　*/
    border: solid 2px #f47e00;/* 枠の色　*/
    border-radius: 25px;/* 枠を角丸にする　*/
    padding: 40px;
}
div[data-structure="b-premium-form"] .p-premium-form__inner {
    border: 5px solid #f47e00;
}
div[data-structure="b-premium-form"] .c-form {
    border: none;
    padding: 0;
}
/* フォーム入力欄のあしらい */
.p-form-simple input[type="text"],
.p-form-simple input[type="email"],
.p-form-simple input[type="tel"],
.p-form-simple input[type="number"],
.c-form input:placeholder-shown,
.c-form textarea:placeholder-shown {
    box-shadow: none;
    border-bottom: solid 1px #ccc;
    border-bottom-style: dashed;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form input[type="date"],
.c-form input[type="number"]{
    border: none;
    border-bottom: solid 1px #ccc;
    border-bottom-style: dashed;
}
.p-premium-form .c-form div .form-group:nth-child(even) {
    background-color: #fff;
}
/* SPの余白調整 */
@media all and (max-width: 480px) {
    .c-form {
        padding: 20px;
    }
}

/* ブロックの微調整 */
div[data-structure="b-order-sets--2col"] .c-btn button {
    margin: 0;
}
div[data-structure="b-reservation-application--reserve"] .c-btn--full a,
div[data-structure="b-order-set-has-label"] .c-btn--full button,
div[data-structure="b-order-set"] .c-btn--full button,
div[data-structure="b-order-sets--2col"] .c-btn--full button,
div[data-structure="b-premium-btn-set-3"] .c-btn--full a,
div[data-structure="b-btn-set-2"] .c-btn--full a,
div[data-structure="b-header-logo-text-2"] .c-btn--full a {
    width: 90%;
}
div[data-structure="b-article-img-right--bdr"] .c-btn a,
div[data-structure="b-article-img-right--bg-dark"] .c-btn a,
div[data-structure="b-article-img-right--bg-light"] .c-btn a,
div[data-structure="b-article-img-right"] .c-btn a,
div[data-structure="b-article-has-tags"] .c-btn a {
    margin-left: 10px;
}
div[data-structure="b-article-has-number"] .c-btn a {
    margin: 0 0 3px 13px;
}
div[data-structure="b-header-logo-text-2"] .c-btn a {
    margin: 3px 15px 3px 0;
}
@media all and (max-width: 480px) {
    
}
.p-cards-voice--circle-img--3col__item--num [data-structure=e-heading]{
    border-color: #7abb27;
}
/* ビフォーアフター(リスト) */
.p-article-before-after-list__arrow--active .p-article-before-after-list__item{
    border-color: #f47e00;
}
.p-article-before-after-list__arrow--active .p-article-before-after-list__icon svg{
    fill: #f47e00;
}
.p-article-before-after-list__arrow::after{
    border-left-color: #f47e00;
}
.p-article-before-after-list__item,
.p-article-before-after-list__arrow--active .p-article-before-after-list__item {
    background-color: #e6f6d2;
}

[data-structure="b-cards-numbers--big"] .u-color-theme-main {
    color: #f47e00;
}
@media(max-width:480px){
    .p-article-before-after-list__arrow::after{
        border-top-color: #f47e00;
        border-left-color: transparent;
    }
}
/* 商品+決済用ボタン(タグ付) */
.p-order-has-tags__item {
    background-color: #f47e00;
}
/* 吹き出し */
.p-cards-balloon-circle-img .p-cards-balloon-circle-img__card-text,
.p-cards-balloon-circle-img .p-cards-balloon-circle-img__card-dot {
    background-color: #e6f6d2;
}