.elementor-kit-8{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#1A1A1A;--e-global-color-accent:#1A1A1A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */@media screen and (min-width: 834px){		
  .br-pc { display:block; }	
  .br-sp { display:none; }	
}		
@media screen and (max-width: 834px){		
  .br-pc { display:none; }	
  .br-sp { display:block; }	
}		
		


.icon-white svg * {
  stroke: #fff;
}

.icon-black svg * {
  stroke: #000;
}

.haji .qodef-m-text-holder{
    width: 100%;
    justify-content: space-between;
}

.haji .qodef-m-subtext{
    display: block;
    width: 100%;
    text-align: center;
}

.haji .qodef-m-icon svg * {
  stroke: #111 !important;
}

.haji:hover .qodef-m-icon svg * {
  stroke: #fff !important;
}

.haji .qodef-m-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.slide-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #E74B0B;
    z-index: 1;
    cursor: pointer;
    isolation: isolate;
}

.slide-box::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background-color: #DF7A5C;
    z-index: -1;
    transition: transform 0.4s ease-out;
}

.slide-box:hover::before {
    transform: translateX(0);
}

/* テキスト */
.slide-box,
.slide-box * {
    color: #F9F8F5 !important;
    position: relative;
    z-index: 2;
}

/* ===============================
   qodef-e-content-inner フォント設定
================================ */

/* PC */
.qodef-e-content-inner {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* スマホ */
@media (max-width: 767px) {
  .qodef-e-content-inner {
    font-size: 13px;
  }
}

/* Q（質問） */
.qodef-qi-accordion .qodef-e-title {
  position: relative;
  padding-left: 28px;
}

.qodef-qi-accordion .qodef-e-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

/* A（回答） */
.qodef-qi-accordion .qodef-e-content-inner p {
  position: relative;
  padding-left: 28px;
}

.qodef-qi-accordion .qodef-e-content-inner p::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}/* End custom CSS */