@charset "utf-8"; 

/* norikosato-ballet.com : reporttop.css */

/* Layout - PC & SP
=========================================================================== */

.pickupInner h2 {
  color: #455f4c;
  font-size: 1.9rem;
  line-height: 1.3;
}
.iconNew {
  width: 50px;
  padding-top: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 2;
}
.iconNew:before,
.iconNew:after {
  border: 24px solid #455f4c;    
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  z-index: -1;
}
.iconNew:before {
  border-bottom-color: transparent;
  bottom: -35px;
}
.pickupInner img {
  margin: 0 auto 25px;
  display: block;
}
.pickupInner h2,
.reportText p {
  padding-bottom: 20px;
}
.reportText p {
  font-size: 1.5rem;
}
.reportText .btn {
  padding-bottom: 0;
}
.flexFirst {
  overflow: hidden;
}

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
.pickupInner {
  padding: 5px 15px;
}
.btn {
  width: 280px;
  margin-bottom: 20px;
}
.btn a {
  width: 280px;
  padding: 15px 0;
}
.contentWrap.flexFirst a {
  margin: 0 10px 20px;
}
.content {
  width: 47%;
}
} /* 768px */

@media print, screen and (min-width: 990px) {
.pickupInner {
  padding: 25px 35px 0;
}
.iconNew + p,
.reportText {
  display: table-cell;
  vertical-align: top;
}
.iconNew + p {
  width: 475px;
}
.reportText {
  padding-left: 35px;
}
.contentWrap.flexFirst a {
  margin: 0 10px 20px;
}
.content {
  width: 31.2%;
}
} /* 990px */