@charset "shift-jis";

/* インターネットEB「振込ライト」「伝送ライト」
================================================== */

/* ==================================================
kv
================================================== */

.corporationEb-light__kv {
  padding: 30px 0;
  background: url("/corporation/business-gate/eb-light/images/bg_kv.jpg") no-repeat center/cover;
  position: relative;
  
}

.corporationEb-light__kv_head {
  background: rgba(255,255,255,.8);
  padding: 30px 20px 20px;
  position: relative;
}

.corporationEb-light__kv_tag {
  background: #fff;
  border-radius: 20px;
  width: 200px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  display: inline-block;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,.06);
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}




/* ==================================================
loginbtn
================================================== */
.corporationEb-light__login {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,.15);
  padding: 20px;
  margin-top: -20px;
  position: relative;
}

.nmlBtn_itemLink-type-login{
	border-color: #DC2A54;
  background-color: #DC2A54;
}

.nmlBtn_icon-type-login{
	width: 27px;
    height: 34px;
}

/* ==================================================
tab
================================================== */
.corporationEb-light__tab {
  margin-bottom: 0;
}

.stdTab_btnWrap {
  &:has(.corporationEb-light__tab_btn.active:nth-child(1)) {
    &::before {
      background: #FF9600;
      height: 2px;
    }
  }
  
  &:has(.corporationEb-light__tab_btn.active:nth-child(2)) {
    &::before {
      background: #089AF4;
      height: 2px;
    }
  }
}

.stdTab_bodyWrap {
  &:has(.corporationEb-light__tabBody.active:nth-child(1)) {
    background: #fff7eb;
  }
  
  &:has(.corporationEb-light__tabBody.active:nth-child(2)) {
    background: #e1f3fe;
  }
}

.corporationEb-light__tab_btn {
  border-bottom-width: 0;
  background: #fff;
  
  &.active {
    border-color: #FF9600;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
  }
  
  &:nth-child(2) {
      &.active {
      border-color: #089AF4;
      border-top-width: 2px;
      border-right-width: 2px;
      border-left-width: 2px;
    }
  }
}

.corporationEb-light__tab_text {
  > span {
    display: block;
    font-size: 10px;
    color: #212121;
  }
}

.corporationEb-light__tab_title {
  display: block;
  margin: 10px auto 0;
  padding: 0 30px;
  background: #FF9600;
  color: #fff;
  font-size: 18px;
  width: fit-content;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.corporationEb-light__tab_title--blue {
  background: #089AF4;
}

.corporationEb-light__tabBody {
  padding-bottom: 40px;
  
  &.active {
    background: #fff7eb;

    &:nth-child(2) {
      background: #e1f3fe;
    }
  }
}

.corporationEb-light__can {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  
  > li {
    width: calc(100% / 2 - 5px);
    text-align: center;
    
    > .box3 {
      height: 80px;
      
      & .box3_title {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
        
        > span {
          > span {
            font-size: .8em;
            display: block;
          }
        }
      }
      
      &:not(.color-orange) {
        & .box3_title {
          color: #bbb;
        }
      }
    }
  }
}

.corporationEb-light__tab_arrowText {
  margin: 30px 0 50px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  
  &::before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 60px;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ddd;
  }
}

.corporationEb-light__tab_features {
  > li {
    background: #fff;
    padding: 10px 15px;
    
    &:nth-child(n+2) {
      margin-top: 15px;
    }
    
    & .headingSp {
      margin: 0;
    }
  }
}