@charset "utf-8";
/*--------- MS_INS-425 ---------*/
:root {
  --base-contractor-button-height: 62px;
  --base-contractor-button-height-sp: 47px;
  --base-contractor-button-height-sp-2: 71px;
  --base-contractor-button-height-sp-2-small: 65px;  
  --base-contractor-summary-height: 55px;
  --base-contractor-button-height-2: 78px;
  --base-contractor-summary-height-2: 76px;
  --base-contractor-summary-height-sp-2: 68px;
  --base-contractor-summary-height-sp-2-small: 63px;
}
.m-button--forground-dark , .m-button--forground-dark:visited {
  color: var(--COLOR_FOREGROUND_DARK);
  font-size: 1.8rem;
}
.m-button--line-2 {
  flex-direction: column;
  align-items: flex-start;
}
.m-button.m-button--height-button {
  color: var(--local-titleForegroundActive);
  height: var(--base-contractor-button-height);
  font-size: 1.8rem;  
}
.disclosure-button-small {
  font-size: 1.4rem;
}
.disclosure-button-small-pc-sp {
  font-size: 1.4rem;
}
.disclosure-small-pc {
  font-size: 1.4rem;
}
.m-button.m-button--height-button-2 {
  color: var(--local-titleForegroundActive);
  height: var(--base-contractor-button-height-2);
  font-size: 1.8rem;  
}
.m-widget-disclosure__head.m-widget-disclosure__head--list {
  height: var(--base-contractor-summary-height);
  display: flex;
  align-items: center;
}
.m-widget-disclosure__head.m-widget-disclosure__head--list .m-widget-disclosure__title {
  width: 100%;
}
.m-widget-disclosure.is-disclosure-open .m-widget-disclosure__head.m-widget-disclosure__head--list em u {
  color: var(--local-titleForegroundActive);
  text-decoration-line:none;
}
.m-widget-disclosure__head.m-widget-disclosure__head--list-2 {
  height: var(--base-contractor-summary-height-2);
}
.m-widget-disclosure.is-disclosure-open .m-link-list > * {
  height: auto;
}
.m-widget-disclosure__title--flex {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.m-text.m-text--link-list {
  padding-left: 26px;
}
.m-list-description__title.m-list-description__title--point {
  display: flex;
  font-size: 1.6rem;
  gap: 8px;
  align-items: center;
}
.m-list-description__title.m-list-description__title--point::before {
  background-image: url(/shared/v2/images/icon/icon-lightbulb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 36px;
  width: 21px;
}
.m-list-description__title--point-text {
  font-size: 1.6rem;
}
.m-list-description__title.m-list-description__title--check {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.6rem;
}
.m-list-description__title.m-list-description__title--check::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23009786%22%3e%3cpath%20d%3d%22M0,54%2e6l37%2e2,45%2e4L100,23%2e3,80%2e9,0l%2d44%2e7,54%2e6%2d18%2e4%2d22%2e5L0,54%2e6Z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  width: 15px;  
}
.m-heading-type4__heading.m-heading-type4__heading--check.m-heading-type4__heading--point::before {
  background-image: url(/shared/v2/images/icon/icon-lightbulb.svg);
  height: 39px;
  width: 25px;    
}

@media (width >= 1085px){
  .m-layout--contractonr-car {
    gap: 32px;
    grid-template-columns: repeat(var(--col-pc-layout, 1), minmax(1px, 1fr));
  }
  .m-widget-disclosure__head.m-widget-disclosure__head--list-2 {
    padding: 15px 24px;
  }
  .m-button.m-button--height-button-2 {
    padding: 15px 24px;
  }
  .m-button.m-button--height-button::after,
  .m-button.m-button--height-button-2::after{
    height: 14px;
    width: 14px;
  }
  .m-button.m-button--arrow-bold::after {
    --borderWidth: 4px;
  }
}
@media (width < 1085px){
  .m-layout--contractor-car {
      gap: 24px;
      grid-template-columns: repeat(var(--col-sp-layout, 1), minmax(1px, 1fr));
  }
  .m-layout--contractor-reorder {
      grid-template-columns: repeat(var(--col-sp-layout, 1), minmax(1px, 1fr));
  }
  .m-widget-disclosure__head.m-widget-disclosure__head--list {
    height: var(--base-contractor-button-height-sp-2);
  }  
  .m-widget-disclosure__head.m-widget-disclosure__head--list-sp-1 {
    height: 45px;
  }
  .m-widget-disclosure__head.m-widget-disclosure__head--list-sp-1 {
    height: 45px;
  }

  .m-widget-disclosure__head.m-widget-disclosure__head--list-2-small {
    height: var(--base-contractor-summary-height-sp-2-small);
  }

  .m-layout.m-layout--contractor-reorder > *:nth-child(1) { order: 1; } /* A */
  .m-layout.m-layout--contractor-reorder > *:nth-child(2) { order: 3; } /* B を 3番目へ */
  .m-layout.m-layout--contractor-reorder > *:nth-child(3) { order: 2; } /* C を 2番目へ */
  .m-layout.m-layout--contractor-reorder > *:nth-child(4) { order: 4; } /* D */

  .m-button.m-button--height-button {
    height: var(--base-contractor-button-height-sp);
  }
}

@media (width < 768px){
  .m-button.m-button--height-button {
    font-size: 1.5rem;
  }
  .m-button.m-button--height-button-sp-2 {
    height: var(--base-contractor-button-height-sp-2);
  }  
  .disclosure-button-small {
    font-size: 1.2rem;
  }
  .disclosure-button-small-pc-sp {
    font-size: 1.4rem;
  }
  .m-list-description__title.m-list-description__title--point {
    font-size: 1.5rem;
  }
  .m-list-description__title.m-list-description__title--check {
    font-size: 1.5rem;
  }
  .m-list-description__title--point-text {
    font-size: 1.5rem;
  }
  .disclosure-small-pc {
    font-size: 1.5rem;
  }
}