.column-profile-121 {
  padding: 0.5em 1em;
  margin: 15px 0 20px 0;
  padding: 20px;
  color: #5d627b;
  background: white;
  border-top: solid 5px #c82c55;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.column-profile-121 ul, .column-profile-121-innertext {
  margin-top: 10px !important;
}

.under-stripe{
  position: relative;
  padding: 0.3em;
}
.under-stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #c82c55, #c82c55 2px, white 2px, white 4px);
}



.banner-pc-121 {
  display: block !important;
  margin-bottom: 30px !important;
}

.banner-sp-121 {
  display: none !important;
  margin-bottom: 30px !important;
}

.banner-pc-121:hover {
    opacity: 0.6;
    transition-duration: 0.2s;
}

.banner-shadow-121 {
  box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.5);
}

@media screen and (max-width: 768px) {

  .column-profile-121 {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 14px;
  }

  .banner-pc-121 {
    display: none !important;
  }

  .banner-sp-121 {
    display: block !important;
  }

}
