@charset "utf-8";#js_box{display: none;}noscript{line-height: 4;text-align: center;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color:white;z-index: 1000;}#customAlert,.otori{display: none;} a{text-decoration: none;}input{border: none;}input:focus{outline: none; }input:-webkit-autofill {box-shadow: 0 0 0 1000px white inset !important; -webkit-text-fill-color: #C1889D !important;}input:-webkit-autofill:focus {caret-color: white !important;}input[type="submit"]:focus{border: 2px dotted white;}.myform{display: grid;grid-template-columns: 38% 41% 21%;justify-items: center;align-items: center;padding: 2%;max-width: 850px;margin: auto auto;}.myform div:nth-child(1){height: 70px;display: grid;grid-template-columns: 78% 22%;justify-items: center;align-items: center;border-top-left-radius: 6px;border-bottom-left-radius: 6px;border: 5px solid #C1889D;border-right: none;}.myform div:nth-child(1) input:nth-child(1){font-size: clamp(16px, 2vw, 21px);padding-left: 0.8em;width:90%;height: 56px;height: 90%;color: #C1889D;font-weight: bold;}.myform div:nth-child(1) input:nth-child(1):focus-visible{background-color: white !important; }.myform div:nth-child(1) input:nth-child(2){font-size: clamp(16px, 2vw, 21px);background-color: #C1889D;color: white;font-weight: bold;text-align: center;cursor: pointer;display: inline-block;width:100%;height: 100%;text-shadow:2px 2px 4px gray;transition: text-shadow 0.3s ease;}.myform div:nth-child(2){font-size: clamp(15px, 2vw, 15px);border: 5px solid #C1889D;border-left: none;width:100%;height: 70px;color: #C10901;display: grid;grid-template-columns: repeat(1, 1fr);justify-items: center;align-items: center;}.myform div:nth-child(3){font-size: clamp(14px, 2vw, 14px);border: 5px solid #C1889D;background-color: #C1889D;width:100%;height: 70px;display: grid;grid-template-columns: repeat(1, 1fr);justify-items: center;align-items: center;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}.myform div:nth-child(3) a{color: white;text-shadow:2px 2px 4px gray;padding: 0.4em 0.8em;transition: text-shadow 0.3s ease;border: 2px dotted #C1889D;}.myform div:nth-child(3) a:focus{outline: none; border: 2px dotted white;}.myform div:nth-child(1) input:nth-child(2):hover,.myform div:nth-child(3) a:hover{border: 2px dotted white;}@media(max-width:700px) {.myform{grid-template-columns: repeat(1, 1fr);width:96%;}.myform div:nth-child(1){border-top-right-radius: 6px;border-bottom-right-radius: 6px;margin-bottom: 1em;width: 90%;border: 5px solid #C1889D;}.myform div:nth-child(1) input:nth-child(2){text-align: center;}.myform div:nth-child(2){border-radius: 6px;margin-bottom: 1em;width: 90%;border: 5px solid #C1889D;}.myform div:nth-child(3){background-color: white;border: 5px solid white;height: auto;}.myform div:nth-child(3) a{color: #C1889D;border: 2px dotted white;}.myform div:nth-child(3) a:focus,.myform div:nth-child(3) a:hover{border: 2px dotted #C1889D;}}@media(max-width:450px) {}