@charset "utf-8";

/* ==

　style

=============================================================================== */
h3.tit3{
    margin-bottom: 20px !important;
    padding: 15px 0 !important;
    border-top: 2px dashed #14a83b !important;
    border-bottom: 2px dashed #14a83b !important;
}
.bgBlock{
	background:#f7fbf3;
	border-radius:10px;	
}
.bgBlock .inner{padding:40px 20px 20px;}
.bgBlock .inner h2{
	text-align:center;
  border-bottom: 0 !important;
}
.bgBlock .inner h3{
	margin-bottom:0 !important;
	position: relative;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: left;
	padding: 0 40px 0 18px;
	font-size: 18px;
	background:#2c9861;
	color: #f7fbf3;
	box-sizing: border-box;
	border:0;
}

.bgBlock .inner h3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.bgBlock .inner h3:after {
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #f7fbf3 transparent transparent;
    border-style: solid;
}
