
.m-plus-2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.bk_sls { background: #214694; }


.cbd { border: 1px solid #214694;}


.ftsz15 { font-size: 15pt; }


.indent_065 {
  padding-left: 0.65em;
  text-indent: -0.65em;
}

.indent_15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}


.cmp {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: #da125a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	color: #FFF;
	width : 260px;
}

.cmp::before,
.cmp::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #da125a transparent;
    border-style: solid;
    content: '';
}

.cmp::before {
    left: -10px;
    border-width: 25px 0px 25px 10px;
}

.cmp::after {
    right: -10px;
    border-width: 25px 10px 25px 0px;
}


.cmpbox_bk {
	position: relative;
	padding: 18px 18px 10px;
	border: solid 2px #da125a;
	border-radius: 3px;
	background-color: #fff8e8;
	width: 94%;
	margin: 0 auto;
	background-image: repeating-linear-gradient(180deg, #fff4de, #fff4de 5px, #fff8e5 5px, #fff8e5 10px);
}
/*
.box_bk .box-title {
	position: absolute;
	display: inline-block;
	top: -24px;
}
*/



@media screen and (min-width:480px) { 

	.cmp {
		font-size: 22px;
		width : 360px;
	}
}

@media screen and (min-width:576px) and ( max-width:991px) {

	.cmp {
		font-size: 22px;
		width : 360px;
	}

}

@media screen and (min-width:992px) {

	.cmp {
		font-size: 22px;
		width : 360px;
	}
}
