.c-column__combo{
  margin:0 !important
}
.c-column__combo, .c-column__grid{
  margin-left:0 !important;
  margin-right:0 !important;
}

.pt70{
  padding-top: 70px;
}

.pl0{
  padding-left: 0 !important;
}

.pr0{
  padding-right: 0 !important;
}

._sp{
  display: none;
}

._ssp{
  display: none;
}

.hp_fs14{
    font-size: 1.4rem;
}

.hp_alert {
  max-width: 500px;
  opacity: .8;
  margin-top: 20px;

    a{
      font-size: 14px;
      font-weight: bold;
    }
}

.c-page-home__main{
    margin: 147px auto 0;
}

.c-page-home__process:after{
    background: none;
    display: none;
}
.c-page-home__process:before{
    display: none;
}

.c-page-home__process-inner{
    &.hp_inner{
        max-width: 1010px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

.c-page-home__fee-inner{
    &.hp_inner{
        max-width: 1010px;
        margin: 0 auto;
        padding: 70px 20px 0;
    }
}


._procedure{
    .c-link__combo{
        flex-direction: row !important;
    }

    .c-link__combo-textarea-title{
        align-items: flex-start !important;
        margin-left: 24px;

        &:hover{
          color:#1A1311 !important;
        }
    }

    .c-link__combo{
        height: 104px;

          &:hover{
          .c-link__combo-textarea-title{
            color: #1A1311 !important;
          }
        }
    }

    .c-link__combo figure{
        width: 64px !important;
        height: 64px !important;
    }
}

  ._hp_absolute{
        left:4px !important;
      }

/*panel-component*/

.panel-component{
  gap:30px;

  h3{
    margin-bottom: 26px !important;
  }

}

.panel-component .list_wrap {
    border-top: 4px solid #0072bc;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 30px;
    background: #fff;
}

.list_wrap {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.list_ttl_ac {
    display: block;
    margin-bottom: 15px;
    color: #1A1311;
    font-size: 24px;
}


.fixed-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixed-row > li {
  width: calc(100% / 3); /* liが3つの場合 */
  min-width: 0;
  box-sizing: border-box;
}

.c-hero__image-inner{
  padding:23px 0;
}

.c-hero__lead > .pc{
  font-size: 16px;
  font-weight: bold;
}

.c-page-home__service-inner > ul li:nth-child(n + 3) a figure{
  width: 80px;
  height:80px;
}

.c-page-home__service-inner > ul li:nth-child(2) figure img{
  width: 37px !important;
  height: 44px;
}

.c-page-home__service-inner > ul li:nth-child(3) figure img{
  width: 41px;
  height: 41px;
}

.c-hero__image{
  height:360px;
  min-height: auto;
  background-position-x: center;
}

.c-hero__lead{
  text-align: center;
}

.c-hero__subtitle {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.c-hero__title {
  font-size: 45px;
  margin-top: 18px;
}

.c-hero__lead{
  font-size: 16px;
}



/*tablet*/
@media (max-width: 1120px) {
.c-page-home__process-inner{
    &._procedure{
        padding: 0;
    }
  }
}

@media (max-width: 1079px) {
    .hp_alert .o-alert__body.\--icon {
        padding-left: calc(30px + 25px);
    }
  }


@media (max-width: 991px) {
.c-page-home__main {
    margin: 120px auto 0;
}

.c-hero__image{
  max-height: 407px;
}

.c-hero__lead{
  text-align: left;
}

.hp_alert {
    width: 72%;
    max-width: 100%;
    margin-left: 20px;
    margin-top: 20px;
}

._procedure{
        .c-link__combo-textarea{
            display: flex;
            justify-content: center;
            align-items: center;
          }
        .c-link__combo-textarea-title{
            align-items: flex-start !important;
            margin-left: 0px;
        }
    }

  .c-page-home__service-inner > ul li:nth-child(3) a.c-link__combo{
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: column;
  }

  .c-page-home__service-inner > ul li:nth-child(3) figure{
        width: 70px !important;
        height: 70px !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .c-link__combo-textarea-title{
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  /*サポート・問い合わせ部分*/

  .c-page-home__service-inner > ul li:nth-child(3) figure + div.c-link__combo-textarea{
        margin-left: 20px;
  }

  .c-page-home__service-inner._top{
    padding-left: 0;
    padding-right: 0;
  }

  .c-page-home__service-inner._top > ul{
    display: flex;
    justify-content: center;
    gap:12px
  }

  .c-page-home__service-inner._top > ul li + li{
    margin-top: 0;
  }

  .hp_flex__1 a.c-link__combo{
    flex-direction: column !important;
  }

  .c-page-home__service-inner._top > ul li{
    width: fit-content !important;
    flex:1;
    height: 137px;
  }

  .c-page-home__service-inner._top > ul li:first-child figure + div.c-link__combo-textarea,
  .c-page-home__service-inner._top > ul li:nth-child(2) figure + div.c-link__combo-textarea,
  .c-page-home__service-inner._top > ul li:nth-child(3) figure + div.c-link__combo-textarea
  {
    margin-left: 0;
  }

  .c-page-home__service-inner._top > ul li div.c-link__combo-textarea div.c-link__combo-textarea-title{
    margin-top: 18px;
  }

  .c-page-home__service-inner > ul li figure{
      width: 60px !important;
      height: 60px !important;
  }

  .c-page-home__service-inner > ul li:nth-child(n + 3) a figure{
      width: 60px !important;
      height: 60px !important
  }

  .c-page-home__service-inner > ul li:nth-child(2) figure img{
        width: 45% !important;
        height: auto;
  }

  .c-page-home__service-inner > ul li:nth-child(n + 3) a figure img {
    width: 28px !important;
}

 .c-page-home__service-inner > ul li:first-child a.c-link__combo{
  padding-top:20px;
  padding-bottom:20px;
 }


}

/*sp*/
@media (max-width: 768px) {
._sp{
  display: block;
}

._sp_mb0{
  margin-bottom: 0 !important;
}

._sp_pt10{
  display: block;
  margin-top: 10px;
}

.c-page-home__fee-inner{
    &.hp_inner{
        padding-bottom: 50px;
    }
}


  ._procedure{
        .c-link__combo-textarea{
            margin-left: 0 !important;
          }
        .c-link__combo{
          flex-direction: column !important;
          align-items: center;
          gap:10px;
          max-height: 176px;
        }

        .c-link__combo-textarea-title{
          text-align: center !important;
      }

      ._hp_absolute{
        left:7% !important;
      }
    }

    body.c-page-home[data-page="home"] .c-link__btn-block, body.c-page-sub[data-page="page"] .c-link__btn-block{
      width: 100%;
      max-width:100%;
    }

    .c-hero__title{
      font-size: 38px;
    }

    .c-hero__subtitle{
      justify-content: flex-start;
    }

}

  @media (max-width: 520px) {
  ._ssp{
    display: block;
  }

    body.c-page-home[data-page="home"] .c-link__btn-light.c-link__btn{
         flex-direction: row !important;
    }

  .c-page-home__service-inner._top > ul li div.c-link__combo-textarea div.c-link__combo-textarea-title{
      font-size:1.2rem;
      text-align: center;
    }

  .c-page-home__service-inner._top > ul li div.c-link__combo-textarea div.c-link__combo-textarea-title.__hp{
    margin-top:10px;
  }

  .c-page-home__service-inner._top > ul li a.c-link__combo{
    padding:20px 0;
    background-position: center right 5px !important;

    }

  .hp_sp-btn{
    font-size: 14px;
    padding-left: 20px !important;

    span{
      font-size:1.2rem;
    }
  }

  .hp_alert {
    margin-left: 14px;
    font-size:1.4rem;
    width: 72%;
}
.hp_alert .o-alert__body.\--icon{
    padding-right: 14px;
  }

  ._sp_fs15{
    font-size: 15px;
  }

  .c-hero__title{
    font-size: 38px;
  }

  }

  @media (max-width: 375px) {
  .c-hero__title{
      font-size: 3.4rem;
    }
}

  @media (max-width: 344px) {
    .hp_alert {
    width: 80%;
  }
  }


