/*===============================================
	TITLE
===============================================*/

.ribbon_k {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    /*font-size: 18px;*/
    background: #7f9dfb;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.ribbon_k span {
    vertical-align: 0.1rem;
    margin: 0;
    padding: 0 30px 0 15px;
    line-height: 0;
    font-size: 1.3rem;
    font-weight: 700;
}


.ribbon_k:after{
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.koumuten_title {
  font-size: 1.3rem;
  color: #000;
  font-weight: 700;
}

.koumuten_title2 {
  font-size: 1.0rem;
  color: #136985;
  font-weight: 600;
}

