@charset "UTF-8";
@import url('./style.css');


form input[type=text],form input[type=email], form input[type=password] { width: 100%; }

div#overlay { width: 100%; background: rgba(0,0,0,0.5); position: absolute; top: 0; }
div#term { box-sizing: border-box; margin: 0 auto; padding: 10px 15px; width: 100%; max-width:375px; background: #fff; position: absolute; left: 0; right: 0; display: none; }
div#term h2 { padding: 20px 15px; background: none; color: #1591a6; font-size: 20px; text-align: center; }

@media screen and (max-width: 767px) {
}
