.elementor-kit-6{--e-global-color-primary:#00853C;--e-global-color-secondary:#54595F;--e-global-color-text:#3A3A3A;--e-global-color-accent:#FF9400;--e-global-color-312784d:#F9F3E7;--e-global-color-c7e9c19:#EEE7D3;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.9em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-312784d );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==共通==*/
/** ゆっくりスクロールする **/
html {
    scroll-behavior: smooth;
  }
p {
    margin-block-end: 0;
    font-feature-settings: "palt";
}
a{
    transition: all 0.2s ease-in;
    color: #348046;
}
a:hover {
    opacity: 0.7;
}
.a-2 a:hover {
    opacity: 1;
}

ul {
    margin-block: 0em;
    padding-inline-start: 20px;
}
li{
    margin-bottom: 10px;
}


/** 本文を強調 **/
.marker{
    background: linear-gradient(transparent 60%, rgba(246, 232, 33, 0.6) 60%);
}
.bold{
    font-weight: 600;
}
.red{
    color:#d31e1a;
}

/** footerを最下部に固定 **/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.elementor.elementor-7{
    flex: 1;
}
.elementor-location-footer {
    margin-top: auto;
}

/*==top==*/
.link-area{
    transition: all 0.2s ease-in;
    color: #333;
}
.link-area:hover {
    opacity: 0.7;
}
/* 複数カラムのボタンを下にそろえる */
.top_service_col {
    flex-direction: column;
}
.top_service_col_icon {
    margin-top: auto;
}

/*==reason==*/
.reason_h2{
    padding: 10px 20px 15px;
    border-left: solid 5px #00853C;
    border-bottom: solid 1px #00853C; 
}

/*==Service==*/
/** ページ内遷移のボタン調整 **/
.service_btn .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/** アイコンリストのテキストline-heightによるアイコンとテキストのズレ調整 **/
span.elementor-icon-list-text {
    margin-top: -0.2em;
}/* End custom CSS */