.title-box2 {
/*    padding: 1.5em 1em;*/
    display: block;
    position: relative;
    border: 2px solid rgba(224, 135, 181, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 32vw;
    margin-right: auto;
    padding-bottom: 1.5vh;
    margin-bottom: 3vh;
    margin-top: 5vh;
    
}

.title-box2-title {
    position: absolute;
    top: -0.8em;
    left: 20px;
    font-weight: bold;
    font-size: 1.4vw;
    background-color: rgba(224, 135, 181, 0.9);
    color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    white-space: nowrap;
    width: 20.5vw;
    margin-left: 1.73vw;
}

.keywordget {
    margin: 0;
    padding-top: 1em;
    width: 28vw;
    font-size: 1.3vw;
}

.day1 {
    font-size: 3.6vw;
    font-weight: 600;
}

.keyword-content {
    text-align: center;
}

.here {
    color: #284c9e;
}

.detail {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1vw;
}

.detail::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #284c9e;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.detail:hover::after {
    transform: scale(1, 1);
}

