.column-table-121-blue {
  margin: 20px 0;
  border: 1px solid #CCC;
  width: 100%;
}

.column-table-121-blue th, .column-table-121-blue td {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 14px;
}

.column-table-121-blue th {
  background: #192f60;
  color: white;
  width:18%;
}

.column-table-121-red {
  margin: 20px 0;
  border: 1px solid #CCC;
  width: 100%;
}

.column-table-121-red th, .column-table-121-red td {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 14px;
}

.column-table-121-red th {
  background: #c82c55;
  color: white;
  width:18%;
}

.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-121{
  position: relative;
  padding: 0.3em;
}
.under-stripe-121: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-table-121-blue, .column-table-121-red {
    margin: 15px 0;
  }

  .column-table-121-blue th, .column-table-121-blue td,
  .column-table-121-red th, .column-table-121-red td {
    padding: 8px;
    font-size: 12px;
  }

  .column-table-121-blue th {
    width:90px;
  }

  .column-table-121-red th {
    width:90px;
  }

  .column-profile-121 {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 14px;
  }

  .banner-pc-121 {
    display: none !important;
  }

  .banner-sp-121 {
    display: block !important;
  }
}
