/* .tpl-title
-----------------------------*/
.tpl-title {
    position: relative;
}

/* .tpl-title--pagetitle
-----------------------------*/
.tpl-title--pagetitle {
    display: flex;
    margin-bottom: 40px;

    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .tpl-title--pagetitle {
        display: block;
    }
}

.tpl-title--pagetitle .label {
    font-size: 26px;

    align-self: flex-end;
    flex: 1 0 50%;
}

@media screen and (max-width: 750px) {
    .tpl-title--pagetitle .label {
        font-size: 2rem;
    }
}

.tpl-title--pagetitle .note {
    padding-left: 10px;
    font-size: 14px;

    align-self: flex-end;
}

@media screen and (max-width: 750px) {
    .tpl-title--pagetitle .note {
        margin-top: 5px;
        padding-left: 0;
    }
}

.tpl-title--pagetitle::after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 25px;
    background-color: #f0f0f0;
    background-image: linear-gradient(to right, #00a9df, #78bd1f);
    content: '';
}

@media screen and (max-width: 750px) {
    .tpl-title--pagetitle::after {
        margin-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .tpl-title--pagetitle {
        margin-bottom: 20px;
    }
}

/* .tpl-title--l
-----------------------------*/
.tpl-title--l {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .tpl-title--l {
        margin-top: 40px;
    }
}

.tpl-title--l .label {
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .tpl-title--l .label {
        font-size: 16px;
    }
}

.tpl-title--l::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #00a9df;
    content: '';
}

.tpl-title--l::after {
    display: block;
    height: 3px;
    margin-top: 20px;
    background-color: #f0f0f0;
    content: '';
}

@media screen and (max-width: 750px) {
    .tpl-title--l {
        margin-bottom: 20px;
    }
}
