h4 {
    padding-left: 0.5rem;
    color: #000;
    border-left: 4px solid #01B7AB;
}

h5 {
    display: block;
    font-weight: bold;
    margin: 1em 0;
    color: #444;
    border-bottom: 2px dotted #444;
}

h6 {
    color: #62B0B4;
    font-weight: bold;
    margin: 0.5em 0;
}

.progress-thin {
    background-color: #cccccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 12px;
    overflow: hidden;
}

.progress-bar {
    background-color: #01B7AB;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.item {
    margin: 0 0 10px 0;
}

@media (min-width: 768px) {
    .item {
        margin: 0 8px 10px 0;
    }
}

.top-guidance .top-title h1{
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0.7rem;
    font-weight: 700;
}
.top-guidance .top-read h6{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.16rem;
}

@media (max-width: 467px) {
    .top-guidance .top-title h1{
        font-size: 32px;
        line-height: 32px;
    }
    .top-guidance .top-read h6{
        font-size: 22px;
        line-height: 22px;
    }
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container .top-guidance{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
    text-align: center;
}

.top-guidance .top-title{
    font-weight: 400;
    letter-spacing: 0.16rem;
    text-align: center;
}

div.fixed-button {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0;
    right: 0;
    filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.15));
}

div.fixed-button a {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
