@charset "UTF-8";

/* ----------------------- */
/* ヘッダー */
/* ----------------------- */

  .renewal-wrapper.smartphoneManual-header {
    /* background-color: #F8F8F8; */
    background-color: white;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    padding: 8px 0;
    position: relative;
    z-index: 10;
  }
  .renewal-wrapper.smartphoneManual-header .smartphoneManual-title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .renewal-wrapper.smartphoneManual-header .smartphoneManual-title img {
    width: 40px;
  }
  .renewal-wrapper.smartphoneManual-header .smartphoneManual-title span {
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    .renewal-wrapper.smartphoneManual-header {
      width: auto;
      padding: 8px 16px;
    }
    .header.smapho-manual-page .sp-header .header-brand-row {
      /* height: 34px; */
      height: 45px;
    }
    .header.smapho-manual-page .sp-header .sp-header-menu {
      padding: 70px 20px 20px;
      overflow-x: hidden;
    }
    .header.smapho-manual-page .sp-header .header-brand-row .corporate-logo-cont {
      margin-left: auto;
      margin-right: 8px;
    }
    .header.smapho-manual-page .sp-header .header-brand-row .btn-sp-header-menu {
      position: relative;
      top: 7px;
      width: 30px;
      height: 30px;
      background-color: transparent;
      background-image: url(../imgs/common/header/icon_menu_open.svg);
    }
    .header.smapho-manual-page .sp-header .header-brand-row .btn-sp-header-menu.opened {
      background-image: url(../imgs/common/header/icon_menu_close.svg);
    }
    
    .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item.has-sub > .menu-list.menu-level-02.sub-menu {
      padding: 0px;
    }
    .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item.has-sub > .menu-list.menu-level-02 > .menu-item:first-child {
      border-bottom: 1px solid white;
    }
    .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item.has-sub > .menu-list.menu-level-02 .menu-item {
      border-bottom: 1px solid white;
    }
    .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item.has-sub > .menu-list.menu-level-02 .menu-item a {
      padding: 16px;
    }

  }
  @media screen and (min-width: 769px) {
    .renewal-wrapper.smartphoneManual-header .smartphoneManual-header-inner {
      width: 1200px;
      margin: 0 auto;
    }
    .renewal-wrapper.smartphoneManual-header .smartphoneManual-title {
      gap: 16px;
    }
    .renewal-wrapper.smartphoneManual-header {
      padding: 16px 0;
      border-radius: 0 0 32px 32px;
    }
  }


  /* スマホ時メニュー */
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list {
    display: block;
  }
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item {
    width: 100%;
    border-bottom: 1px solid var(--Semantic-Background-Background-Grey02, #e9e9e9);
  }
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list.sub-menu {
    margin: 0;
    padding: 0 16px;
  }
  
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list .menu-item .smapho-manual-page_item{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list.menu-level-01 > .menu-item:nth-child(n + 4):nth-child(even)::after,
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list.menu-level-02 > .menu-item:nth-child(n + 2):nth-child(even)::after {
    background-color: initial;
  }
  .renewal-wrapper .header.smapho-manual-page .sp-header .sp-header-menu .menu-cont .menu-list.menu-level-02 > .menu-item:last-child{
    border-bottom: initial;
  }


/* ----------------------- */
/* パンくずリスト */
/* ----------------------- */
@media screen and (max-width: 768px) {
  .renewal-wrapper .breadcrumbs-wrap--top {
    display: block;
    padding: 24px 20px 16px;
  }

  /* ページ下部のパンくず SP時非表示 */
  .renewal-wrapper .breadcrumbs-wrap.breadcrumbs-wrap--bottom {
    display: none;
  }
}


/* .renewal-wrapper .breadcrumbs-wrap.breadcrumbs-wrap--top .breadcrumbs li:first-child{
  display: none;
}
.renewal-wrapper .sp_ssl_content-app_guide-index .breadcrumbs-wrap.breadcrumbs-wrap--top .breadcrumbs {
  display: none;
}  */

/* ----------------------- */
/* サイドバー SP時に非表示 */
/* ----------------------- */
@media screen and (max-width: 768px) {
  .renewal-wrapper .side-contents  {
    display: none;
  }
}

/* ----------------------- */
/* カルーセルのStep。スマホガイドように調整 */
/* ----------------------- */

@media screen and (min-width: 768px) {
  .renewal-wrapper .carousel-sp-normal-scroll {
    padding: 0 !important;
  }
  .renewal-wrapper .carousel-sp-normal-scroll .flow-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 100%;
    border: 1px solid #f8f8f8;
    box-shadow: var(--box-shadow-01);
    border-radius: 16px;
    background-color: var(--Semantic-Text-Text-White, #ffffff);
    padding: 40px;
  }
  .renewal-wrapper .heading--flow.app-guide-only_pc-redbar-none {
    padding: 4px 0px;
  }
  .renewal-wrapper .heading--flow.app-guide-only_pc-redbar-none::before {
    display: none;
  }
  .renewal-wrapper .carousel-sp-normal-scroll .slick-list {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .renewal-wrapper .carousel-sp-normal-scroll .slick-prev {
    left: 16px !important;
  }
  .renewal-wrapper .carousel-sp-normal-scroll .slick-next {
    right: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .carousel-wrap {
    padding: none;
    width: 100%;
    visibility: initial;
    min-height: initial;
    transition: initial;
  }
}



/* ----------------------- */
/* ビデオタグ */
/* ----------------------- */
.renewal-wrapper .video-ar {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 16 / 9; /* 例: 16:9 */
  /* display: block; */
}
.renewal-wrapper .video-ar:hover {
  cursor: pointer;
}



/* ----------------------- */
/* アプリ操作画面トップページ */
/* ----------------------- */
.smapho-manual-toppage.menu-cont .menu-list-title{
  background-color: #ededed;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px;
  position: relative;
}
.smapho-manual-toppage.menu-cont .menu-level-02 {
  padding: 0px 16px 40px  16px ;
}
.smapho-manual-toppage.menu-cont .menu-level-02 .menu-item.has-sub2 a{
  color: inherit;
  display: flex;
  justify-content: space-between;
  padding: 17px 0px 19px;
  border-bottom: 1px solid #efefef;
}
.smapho-manual-toppage.menu-cont .menu-level-02 .menu-item.has-sub2 a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../imgs/common/icon_arrow_gr.svg);
}

@media screen and (max-width: 768px) {
  .smapho-manual-toppage.menu-cont .menu-list-title{
    border-bottom: 1px solid white;
  }
  .smapho-manual-toppage.menu-cont .menu-list-title::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../imgs/common/icon_accordion_plus.svg);
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
  .smapho-manual-toppage.menu-cont .menu-level-01 > .menu-item.has-sub.open .menu-list-title::after {
    background-image: url(../imgs/common/icon_accordion_minus.svg);
  }
}


@media screen and (min-width: 769px) {
  .smapho-manual-toppage.menu-cont .menu-list.menu-level-01{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; 
  }
  .smapho-manual-toppage.menu-cont .menu-level-02 .menu-item.has-sub2 a{
    font-size: 14px;
  }

}



/* ----------------------- */
/* アルファベットアコーディオン */
/* ----------------------- */
.accordion-alpha-group {
  counter-reset: alpha; /* グループ先頭でカウンタをリセット */
}
.accordion-alpha-group .accordion-heading {
  display: flex;
  align-items: center;
  gap: 1em; 
}
.accordion-alpha-group .accordion-heading::before {
  counter-increment: alpha;
  content: counter(alpha, upper-alpha); 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background: var(--Semantic-Main-Main-Red);
  color: #fff;
  font-weight: 700;
  flex: 0 0 auto;
}

.accordion-alpha-group .accordion-content {
  /* margin-left: calc(1.75em + 1em); */
}