@charset "UTF-8";

.favorite-box {
  position: fixed;
  z-index: 5;
  top: 115px;
  right: -450px;
  width: 450px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none; }
  .favorite-box .favorite-button {
    position: absolute;
    top: 0;
    left: -35px;
    display: inline-block;
    width: 35px;
    height: auto;
    padding: 2px 0 2px 2px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #512DA8;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.68);
            box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.68); }
    .favorite-box .favorite-button .border-style {
      padding: 8px 5px 8px 5px;
      border: 1px solid #ffffff;
      border-right: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
  .favorite-box .favorite-counter {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 10px;
    text-align: center;
    color: #000000;
    background: #ffffff; }
  .favorite-box .favorite-inner {
    display: inline-block;
    overflow-y: auto;
    width: 450px;
    max-height: 500px;
    border: 0;
    -webkit-box-shadow: -1px 3px 6px #512DA8;
            box-shadow: -1px 3px 6px #512DA8;
    border-bottom-left-radius: 15px;
    background: #ffffff;
    padding: 10px; }
    .favorite-box .favorite-inner .fav-box {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
      border-bottom: 1px dashed #512DA8;
      padding-right: 30px; }
      .favorite-box .favorite-inner .fav-box:last-child {
        border-bottom: 0; }
      .favorite-box .favorite-inner .fav-box .btn-clear {
        position: absolute;
        top: 0;
        right: 0; }
      .favorite-box .favorite-inner .fav-box figure {
        float: left;
        max-width: 115px;
        margin-right: 10px; }
      .favorite-box .favorite-inner .fav-box .clr-blue {
        font-size: 20px;
        margin-bottom: 5px; }
      .favorite-box .favorite-inner .fav-box .float-left p {
        font-size: 18px;
        margin-bottom: 0; }
    .favorite-box .favorite-inner .try-to-compare {
      margin: 1rem 0; }
      .favorite-box .favorite-inner .try-to-compare a {
        padding: 6px 20px;
        color: #ffffff;
        border-radius: 6px;
        background-color: #512DA8 }
  .favorite-box:hover {
    right: 0;
    width: 450px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .favorite-box:hover .favorite-inner {
      width: 450px;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      padding: 10px;
      border: 3px solid #512DA8 }
    .favorite-box:hover .favorite-button {
      background: #ffb300 }

.credit-card-list .table-head th {
  font-weight: normal;
  height: 50px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  background: #512DA8 }

.credit-card-list table {
  margin-bottom: 0;
  border: 1px solid #512DA8;
  border-top: 0; }
  .credit-card-list table td {
    border-top: 0;
    border-right: 1px solid #ebebeb; }
    .credit-card-list table td:last-child {
      border-right: 0; }
  .credit-card-list table tbody {
    border-top: 1px solid #512DA8; }

.credit-card-list tr.br-top td {
  padding: 20px;
  border-top: 1px dashed #512DA8; }

.credit-card-list .card-name {
  font-size: 26px;
  margin-right: 15px;
  margin-left: 12px; }

.credit-card-list .card-info {
  font-size: 16px;
  float: left;
  width: 55%;
  margin-right: 30px; }

.credit-card-list .cc-col-6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.basic-quotation {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

