@charset "utf-8";
/*==========================================================================

   heading

==========================================================================*/
.section01-header {
    margin-bottom: 47px;
}
.header01 {
    position: relative;
    padding-bottom: 28px;
    text-align: center;
}
.header01:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 71px;
    height: 3px;
    margin-left: -35.5px;
    background: #000;
}


/*==========================================================================

   text

==========================================================================*/
.underline {
	padding-bottom: 3px;
    background: linear-gradient(transparent 89%, #ff538a 90%);
}

