.hs-form input[type=date],.hs-form input[type=email],.hs-form input[type=number],.hs-form input[type=password],.hs-form input[type=tel],.hs-form input[type=text],.hs-form textarea{background:#f5f8fa;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;font-size:16px;line-height:1.8;padding:6px 12px;width:100%}.hs-form input[type=date].error,.hs-form input[type=date].invalid,.hs-form input[type=email].error,.hs-form input[type=email].invalid,.hs-form input[type=number].error,.hs-form input[type=number].invalid,.hs-form input[type=password].error,.hs-form input[type=password].invalid,.hs-form input[type=tel].error,.hs-form input[type=tel].invalid,.hs-form input[type=text].error,.hs-form input[type=text].invalid,.hs-form textarea.error,.hs-form textarea.invalid{border:1px solid #eb5068}.hs-form input[type=date]:focus,.hs-form input[type=email]:focus,.hs-form input[type=number]:focus,.hs-form input[type=password]:focus,.hs-form input[type=tel]:focus,.hs-form input[type=text]:focus,.hs-form textarea:focus{border:2px solid #178bcd}.hs-form input[type=date]::placeholder,.hs-form input[type=email]::placeholder,.hs-form input[type=number]::placeholder,.hs-form input[type=password]::placeholder,.hs-form input[type=tel]::placeholder,.hs-form input[type=text]::placeholder,.hs-form textarea::placeholder{color:#d5d5d5}.hs-form input[type=checkbox],.hs-form input[type=radio]{display:inline-block;margin-right:5px}.hs-form input[type=file]{width:100%}.hs-form label{cursor:pointer}.hs-form input[type=submit]{appearance:none;cursor:pointer;outline:none}.hs-form select{appearance:none;background:#f5f8fa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3Cpath fill='%23bab7b7' d='M0 0h32v32H0z' data-name='Rectangle 1'/%3E%3Cpath fill='%23fff' d='M11.363 13.337a1.04 1.04 0 0 1 1.6 0l3 3 3-3a1.04 1.04 0 0 1 1.6 0 1.04 1.04 0 0 1 0 1.6l-3.8 3.8a1.14 1.14 0 0 1-.8.3 1.14 1.14 0 0 1-.8-.3l-3.8-3.8a1.14 1.14 0 0 1-.3-.8 1.14 1.14 0 0 1 .3-.8' data-name='Path 1'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:42px 42px;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;cursor:pointer;font-size:16px;line-height:1.8;max-width:100%;padding:6px 12px;width:100%!important}.hs-form .error{color:#333!important;margin-bottom:10px!important}.hs-form fieldset{border:none;max-width:100%!important;padding:0}.hs-form fieldset.form-columns-1{margin-bottom:15px}.hs-form fieldset.form-columns-1 .input{margin-right:0!important}.hs-form fieldset.form-columns-2{display:grid;gap:10px 10px;grid-template-columns:1fr 1fr;margin-bottom:15px}.hs-form fieldset.form-columns-2 .input{margin-right:0!important}.hs-form fieldset.form-columns-2 .hs-form-field{float:none!important;width:100%!important}.hs-form fieldset a{text-decoration:underline}.hs-form .hs-input[type=email],.hs-form .hs-input[type=number],.hs-form .hs-input[type=tel],.hs-form .hs-input[type=text],.hs-form textarea.hs-input{width:100%!important}.hs-form textarea.hs-input{min-height:240px}.hs-form .hs-button{background:#0097e0;border:none;border-radius:6px;color:#fff;font-size:16px;height:56px;line-height:56px;max-width:384px;padding:0 30px;position:relative;width:100%}.hs-form .hs_recaptcha .grecaptcha-badge{margin-left:auto;margin-right:auto}.hs-form .actions{text-align:center}.hs-form .field>label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px}.hs-form .field>label .hs-form-required{font-size:0;position:relative}.hs-form .field>label .hs-form-required:after{background:#eb5068;border:1px solid #eb5068;border-radius:100px;color:#fff;content:"必須";display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-left:5px;margin-right:0;padding:0 10px;position:relative;text-align:center;width:46px}.hs-form .field>label:not(:has(.hs-form-required)) span:after{background:#b7b7b7;border:1px solid #b7b7b7;border-radius:100px;color:#fff;content:"任意";display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-left:5px;margin-right:0;padding:0 10px;position:relative;text-align:center;width:46px}.hs-form .field .hs-field-desc{display:block;font-size:13px;margin-bottom:4px}.hs-form .field ul[role=checkbox]{list-style:none;list-style-type:none;margin:0;padding:0}.hs-form ul.hs-error-msgs{list-style:none;list-style-type:none;margin:5px 0 0;padding:0}.hs-form ul.hs-error-msgs li,.hs-form ul.hs-error-msgs li .hs-error-msg,.hs-form ul.hs-error-msgs li .hs-main-font-element{color:#eb5068;font-size:14px}.hs-form .hs_error_rollup{margin-bottom:20px}.hs-form .hs-richtext{background:#f1f6f6;margin:30px 0;padding:15px}.hs-form .hs-richtext p{margin-bottom:10px;margin-top:10px}.hs-form .hs-richtext p:first-child{margin-top:0}.hs-form .hs-richtext p:last-child{margin-bottom:0}.hs-form .hs-richtext strong{font-weight:700}.hs-form .hs-richtext a{color:#000;font-size:14px;text-decoration:none}.hs-form .hs-richtext a:hover{text-decoration:underline}.hs-form .legal-consent-container .hs-richtext{border:1px dotted #c7c7c7;margin:30px 0 20px;padding:30px}.hs-form .legal-consent-container .hs-richtext p{margin-bottom:10px;margin-top:10px}.hs-form .legal-consent-container .hs-richtext p:first-child{margin-top:0}.hs-form .legal-consent-container .hs-richtext p:last-child{margin-bottom:0}.hs-form .legal-consent-container .hs-richtext strong{font-weight:700}.hs-form .legal-consent-container .hs-richtext a{color:#000;font-size:14px;text-decoration:none}.hs-form .legal-consent-container .hs-richtext a:hover{text-decoration:underline}.hs-form .legal-consent-container .hs-dependent-field{margin-bottom:15px}.hs-form .legal-consent-container .hs-dependent-field .inputs-list{list-style:none;list-style-type:none;margin:0;padding:0;text-align:center}.hs-form .legal-consent-container .hs-dependent-field .inputs-list p{margin:0;padding:0}.hs-form .legal-consent-container .hs-dependent-field .inputs-list span{margin:0!important}.hs-form .legal-consent-container .hs-dependent-field .inputs-list label{align-items:center;display:flex;justify-content:center}.hs-form .hs_agree_global .inputs-list{list-style:none;list-style-type:none;margin:0;padding:0}.hs-form .hs_agree_global .hs-form-booleancheckbox{text-align:center}.hs-form .hs_agree_global .hs-form-booleancheckbox .hs-form-required{display:none}