/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* 再開ボックス */
.resume-box {
  background: #f5f9ff;
  border: 1px solid #cfd8e3;
  padding: 16px;
  margin: 16px 0;
  border-radius: 6px;
}
.resume-box .label {
  font-weight: 700;
  margin-bottom: 6px;
}
.resume-box .title {
  margin-bottom: 10px;
  color: #333;
}
.resume-box .btn {
  display: inline-block;
  background: #f4a300;
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 4px;
}
.resume-box .btn:hover { opacity: .9; }
/* lp-profile で不要メニューを隠す */
body.page .learn-press-profile-nav .wishlist,
body.page .learn-press-profile-nav .lp-profile-nav-tabs__4,
body.page .learn-press-profile-nav .lp-profile-nav-tabs__5 {
  display: none !important;
}
/* lp-profile 左メニューの不要項目を消す */
.learn-press-profile-nav ul li:nth-child(2),
.learn-press-profile-nav ul li:nth-child(3),
.learn-press-profile-nav ul li:nth-child(4) {
  display: none !important;
}

/* 上のカード群を全部消す */
.learn-press-profile-content .learn-press-profile-dashboard,
.learn-press-profile-content .profile-statistic,
.learn-press-profile-content .lp-profile-statistic {
  display: none !important;
}