@charset "utf-8";

/* ======================================================
 * corp_guide_kabu_stock_lending
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- stock-bonus ----- */
  .stock-bonus {
    display: flex;
    align-items: center;
    height: 184px;
    background-color: #fff8f8;
    border-radius: 4px;
    overflow: hidden;
  }
  .stock-bonus .bonus-head {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
    padding: 1.6em 0 1.6em 1.2em;
    background-color: #eb5656;
    width: 190px;
    height: 100%;
    margin-right: 30px;
    flex: 1 1;
  }
  .stock-bonus .bonus-head::after {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 92px 0 92px 30px;
    border-color: transparent transparent transparent #eb5656;
    content: "";
  }
  .stock-bonus .bonus-body {
    width: 100%;
    flex: 1 1;
    padding: 1.6em 1.2em;
  }
  .stock-bonus .bonus-lead {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .stock-bonus .bonus-lead .bonus-lead-large {
    font-size: 4rem;
    line-height: 1.2;
  }
  .stock-bonus .bonus-sub {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }
  .stock-bonus .bonus-num {
    text-align: center;
    font-size: 2.8rem;
    color: #eb5656;
    line-height: 1.4;
  }
  .stock-bonus .bonus-num .bonus-num-large {
    font-size: 6.8rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  /* ----- stock-bonus ----- */
  .stock-bonus {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #fff8f8;
    border-radius: 4px;
    overflow: hidden;
  }
  .stock-bonus .bonus-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
    padding: .6em 1.5em;
    background-color: #eb5656;
    width: 168px;
    height: 100%;
    margin-right: 15px;
    flex: 1 1;
  }
  .stock-bonus .bonus-head::after {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 15px;
    border-color: transparent transparent transparent #eb5656;
    content: "";
  }
  .stock-bonus .bonus-body {
    width: 100%;
    flex: 1 1;
    padding: 1.6em 1.2em;
  }
  .stock-bonus .bonus-lead {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .stock-bonus .bonus-lead .bonus-lead-large {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .stock-bonus .bonus-sub {
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }
  .stock-bonus .bonus-num {
    text-align: center;
    font-size: 1.6rem;
    color: #eb5656;
    line-height: 1.4;
  }
  .stock-bonus .bonus-num .bonus-num-large {
    font-size: 4.2rem;
    line-height: 1.2;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  
}