@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/

.header__line a {
    display: block;
    background-color: #37B53C;
    width: 162px;
    height: 104px;
    padding: 10px 0;
}
.header__line__text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
    .header__line__text span {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
.header__line__click {
    width: 50px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 12px;
    color: #37B53C;
    margin: 0 auto;
    border-radius: 12px;
}

.hd-pattern4__time {
    padding: 8px 0 3px 0;
    border: none;
}
.hd-pattern4__top {
    padding: 0;
}