@charset "UTF-8";



#topHero .caution{
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: center;
}

#topHero .caution .container{
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #c61c24;
    border-radius: 10px;
}

#topHero .caution .container > span{
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #c61c24;
    margin-bottom: .5em;
}

#topHero .caution .container > p{
    font-size: 2rem;
    font-weight: 700;
    color: #c61c24;
    /* margin-bottom: .15em; */
}

#topHero .caution .container > p br{
    display: block;
}

#topHero .caution .container a{
    font-size: 1.5rem;
    color: #333;
    text-decoration: underline;
}

#topHero .caution .container a:hover{
    text-decoration: none;
}




@media(max-width:768px){
	#topHero .caution{
		bottom: -25px;
	}
}



@media(max-width:670px){
    #topHero .caution{
        bottom: -85px;
    }

    #topHero .caution .container > span{
        font-size: 1.6rem;
        margin-bottom: .25em;
    }

    /* ↓期間終了後コメントアウト↓ */
    .topCalendar{
        padding-top: 100px;
    }

    #topHero .caution .container > p{
        font-size: 1.4rem;
        margin: 0;
    }

}




