<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
div#ryokushaka_pc section.main-contents .inner .cnt01 .present_text{
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#FF7F1F;
    margin:50px 0;
}

div#ryokushaka_pc section.main-contents .inner .cnt01 .present_open{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #FF7F1F;
    width: 30%;
    margin: auto;
    border-radius: 50px;
	text-decoration: none;
}

div#ryokushaka_pc section.main-contents .inner .cnt01 .present_open:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #FF7F1F;
    width: 30%;
    margin: auto;
    border-radius: 50px;
	text-decoration: none;
}</pre></body></html>