/* ==========================================================
Name:
    usage.css

Description:
    塾生マイページ用css

Contents:

========================================================== */

/* =================================
   Unifes App Info Section
================================= */

.c-section-unifes-app-info{
  background:#efefef;
}

/* top */

.c-section-unifes-app-info__top{
  text-align:center;
  padding:28px 0 20px;
  position:relative;
}

.c-section-unifes-app-info__title{
  display:inline-block;
  position:relative;
  margin:0;
  font-size:34px;
  font-weight:900;
  line-height:1.2;
  color:#3256a8;
  text-align:center;
}

.c-section-unifes-app-info__title::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  height:8px;
  background:#f3e61c;
  z-index:-1;
}

.c-section-unifes-app-info__lead{
  margin:8px 0 0;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  color:#3256a8;
  text-align:center;
}

/* deco */

.c-section-unifes-app-info__deco{
  position:absolute;
  top:18px;
  width:42px;
  height:42px;
  border-top:3px solid #3256a8;
  transform:rotate(45deg);
}

.c-section-unifes-app-info__deco--left{
  left:60px;
}

.c-section-unifes-app-info__deco--right{
  right:60px;
}

/* main */

.c-section-unifes-app-info__main{
  background:#47add0;
  padding:62px 0 50px;
  position:relative;
}

.c-section-unifes-app-info__main-title{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1.4;
  text-align:center;
}

.c-section-unifes-app-info__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  margin:0 8px;
  border:4px solid #f3e61c;
  border-radius:50%;
  color:#f3e61c;
  font-size:22px;
  font-weight:900;
  transform:rotate(-10deg);
  vertical-align:middle;
}

/* steps */

.c-section-unifes-app-info__steps{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:32px;
  margin-top:34px;
}

.c-section-unifes-app-info__step{
  position:relative;
  width:210px;
  flex:0 0 210px;
}

.c-section-unifes-app-info__step-no{
  position:absolute;
  left:-18px;
  top:22px;
  font-size:64px;
  font-weight:900;
  line-height:1;
  color:#2f56b0;
}

.c-section-unifes-app-info__card{
  background:#fff;
  border:2px solid #4762b5;
  border-radius:16px;
  min-height:210px;
  padding:18px 16px 14px;
  text-align:center;
}

.c-section-unifes-app-info__media{
  height:114px;
  margin-bottom:12px;
  border:3px solid #4762b5;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background:transparent;
}

.c-section-unifes-app-info__media--text{
  font-size:16px;
  font-weight:700;
  color:#181818;
}

.c-section-unifes-app-info__media-main{
  font-size:34px;
  line-height:1;
}

.c-section-unifes-app-info__icon{
  position:absolute;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  border:1px solid #4762b5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  line-height:1;
}

.c-section-unifes-app-info__icon--1{
  top:8px;
  left:8px;
}

.c-section-unifes-app-info__icon--2{
  top:8px;
  right:8px;
}

.c-section-unifes-app-info__icon--3{
  right:8px;
  bottom:8px;
}

.c-section-unifes-app-info__text{
  margin:0;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  color:#2f56b0;
  text-align:left;
}

/* bottom */

.c-section-unifes-app-info__bottom{
  background:#f3e61c;
  padding:0;
}

.c-section-unifes-app-info__bottom-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:24px 0 28px;
}

.c-section-unifes-app-info__bottom-left{
  display:flex;
  align-items:center;
  gap:16px;
  flex:1;
  min-width:0;
}

.c-section-unifes-app-info__phone{
  width:76px;
  height:76px;
  border-radius:50%;
  background:#fff;
  border:2px solid #000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  flex-shrink:0;
}

.c-section-unifes-app-info__bottom-copy{
  min-width:0;
}

.c-section-unifes-app-info__bottom-lead{
  margin:0 0 2px;
  font-size:20px;
  font-weight:900;
  line-height:1.35;
  color:#000;
  text-align:left;
}

.c-section-unifes-app-info__bottom-sublead{
  display:inline-block;
  margin:0 0 6px;
  font-size:20px;
  font-weight:900;
  line-height:1.35;
  color:#000;
  text-align:left;
  border-bottom:4px solid #000;
}

.c-section-unifes-app-info__bottom-note{
  margin:0;
  font-size:11px;
  line-height:1.5;
  color:#000;
  text-align:left;
}

/* qr */

.c-section-unifes-app-info__bottom-right{
  display:flex;
  align-items:flex-end;
  gap:12px;
  flex-shrink:0;
  flex-wrap:nowrap;
}

.c-section-unifes-app-info__qr-box{
  display:flex;
  align-items:center;
  border:3px solid #000;
  background:#000;
  color:#fff;
  flex-shrink:0;
}

.c-section-unifes-app-info__qr{
  width:72px;
  height:72px;
  background:#fff;
  flex-shrink:0;
}

.c-section-unifes-app-info__qr img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.c-section-unifes-app-info__qr-text{
  padding:0 12px;
  font-size:14px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  text-align:center;
}

/* app */

.c-section-unifes-app-info__app-link{
  width:68px;
  height:72px;
  background:#f3e61c;
  border:2px solid #3256a8;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#000;
  font-weight:900;
  text-align:center;
  flex-shrink:0;
}

.c-section-unifes-app-info__app-link-text{
  display:block;
  font-size:12px;
  line-height:1.15;
}

/* ===============================
  動画など
================================ */

.c-section-unifes-app-info__movie{
  background:#161717;
  padding:62px 0 50px;
  position:relative;
}

.c-section-unifes-app-info__movie-title{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1.4;
  text-align:center;
}

/* ===============================
   responsive
================================ */

@media screen and (max-width:768px){

  .c-section-unifes-app-info__top{
    padding:22px 0 16px;
  }

  .c-section-unifes-app-info__title{
    font-size:28px;
  }

  .c-section-unifes-app-info__title::after{
    height:7px;
    bottom:3px;
  }

  .c-section-unifes-app-info__lead{
    margin-top:6px;
    font-size:13px;
  }

  .c-section-unifes-app-info__deco{
    display:none;
  }

  .c-section-unifes-app-info__main{
    padding:54px 0 36px;
  }

  .c-section-unifes-app-info__main-title{
    font-size:20px;
  }

  .c-section-unifes-app-info__badge{
    width:64px;
    height:64px;
    margin:0 6px;
    border-width:3px;
    font-size:18px;
  }

  .c-section-unifes-app-info__steps{
    flex-direction:column;
    gap:14px;
    margin-top:24px;
  }

  .c-section-unifes-app-info__step{
    width:100%;
    flex:none;
  }

  .c-section-unifes-app-info__step-no{
    left:10px;
    top:50%;
    transform:translateY(-50%);
    font-size:42px;
  }

  .c-section-unifes-app-info__card{
    min-height:auto;
    padding:14px 14px 14px 46px;
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
  }

  .c-section-unifes-app-info__media{
    width:120px;
    height:80px;
    margin-bottom:0;
    flex-shrink:0;
  }

  .c-section-unifes-app-info__media--text{
    font-size:15px;
  }

  .c-section-unifes-app-info__media-main{
    font-size:28px;
  }

  .c-section-unifes-app-info__icon{
    width:22px;
    height:22px;
    font-size:9px;
  }

  .c-section-unifes-app-info__text{
    font-size:13px;
    line-height:1.5;
  }

  .c-section-unifes-app-info__bottom-inner{
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:20px 0 22px;
  }

  .c-section-unifes-app-info__bottom-left{
    gap:12px;
    align-items:flex-start;
  }

  .c-section-unifes-app-info__phone{
    width:68px;
    height:68px;
    font-size:30px;
  }

  .c-section-unifes-app-info__bottom-lead{
    font-size:18px;
  }

  .c-section-unifes-app-info__bottom-sublead{
    font-size:18px;
    border-bottom-width:3px;
  }

  .c-section-unifes-app-info__bottom-note{
    font-size:10px;
  }

  .c-section-unifes-app-info__bottom-right{
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
  }

  .c-section-unifes-app-info__qr-box{
    min-width:0;
  }

  .c-section-unifes-app-info__qr{
    width:64px;
    height:64px;
  }

  .c-section-unifes-app-info__qr-text{
    padding:0 10px;
    font-size:12px;
    line-height:1.15;
    white-space:normal;
  }

  .c-section-unifes-app-info__app-link{
    width:66px;
    height:64px;
  }

  .c-section-unifes-app-info__app-link-text{
    font-size:11px;
  }


}