@charset "UTF-8";
.eyecatch {
    position: relative;
}

.eyecatch-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.eyecatch-title .page-title {
    background-color: transparent;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
}
.sm01 {
    background: #bc8b9b;
    width: 100%;
    line-height: 50px;
    padding: 0 0 0 15px;
    border-radius: 10px;
}
.sm01 a {
    color:#fff!important;
    line-height: 2rem;
    text-decoration: none;
}
.sm01 a:hover {
    text-decoration: none;
}
@media (max-width: 576px)  {

.eyecatch-title {
    width: 100%;
}
.eyecatch-title .page-title {
    font-size: 1.5rem;
}
}