@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap);*{margin:0;padding:0}body{font-family:'Noto Sans JP',sans-serif;width:100%}input{-webkit-appearance:none;appearance:none}.home{text-align:center;margin-top:35px}.home .title{font-size:25px;margin-bottom:25px}.home .phrase{margin:35px auto 30px;width:500px;font-size:13px}.home .input_element{text-align:left;margin:auto}.home .input_element .input_label{font-size:17px}.home .input_element .input_text{letter-spacing:1px;padding:.3em;border-radius:2px;transition:.3s ease;color:#000;font-size:14px;width:97%;height:20px;margin-bottom:30px;border:2px solid #a6a6a6}.texterror{border:2px solid red!important}.error{color:red;font-size:15px}.link{cursor:pointer;color:#0070c0;text-decoration:underline #0070c0;font-size:13px;margin-bottom:15px}.button{display:inline-block;margin:25px 0;padding:11px;transition:.4s;border-radius:3px;cursor:pointer;border:none;color:#f4f5f7;border-bottom:solid 2px #627295;width:100px}.ret{width:200px}.button:focus{outline:0}.button:hover{transition:all .3s ease}.act{background:#1884dd}.act:hover{background:#4aa5fa}.clear{background:#bebebe}.clear:hover{background:#d0d2d4}.delete{background:#f13a3a}.delete:hover{background:#fd7f7f}.copyright{text-align:center;font-size:12px}@media (max-width:450px){.home .title{font-size:20px}.home .input_element{width:70%!important}.home .input_element .input_label{font-size:14px}.home .phrase{width:70%!important;font-size:10px}.home .input_text{width:96%!important}}