<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

footer {
    background-color: #000000;
    color:#FFFFFF;
    fontsize:0.8rem;
    padding: 8% 10%;
    margin: 0 auto;
}

div#contents {
   padding-bottom: 0 !important;
}

.footer-logo{
	width:280px;
	margin-bottom:2rem;
}


.submit_btn {
    background-color: #ea5413;
    color: white;
    padding: 1.8rem 0;
    margin: 2.5rem 0;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6em;
    width: 82%;
    min-width: 180px;
    border: none;
    border-radius: 55px 55px 55px 55px;
}

#doui{
   text-align: center;
   margin:auto auto 1.5em;/*1.5文字分下を空ける場合*/
}

#doui a{text-decoration:underline;}
</pre></body></html>