@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{text-rendering:optimizeLegibility}:after,:before{box-sizing:border-box}button{background-color:transparent;border-width:0;color:inherit;cursor:pointer;padding:0}picture{display:block;width:-moz-fit-content;width:fit-content}figure{margin:0}input::-moz-focus-inner{border:0;margin:0;padding:0}dd,ol,ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}p{margin:0}a{color:inherit;cursor:pointer;text-decoration:none}cite{font-style:normal}fieldset{border-width:0;margin:0;padding:0}img{display:block;max-width:100%;width:auto}dl{margin:0}br{display:var(--br-display,inline)}:root{--root-color-black:#292929;--root-color-white:#fff;--root-color-primary:#ff9a00;--root-color-secondary:#00648a;--root-color-tertiary:#cf0;--root-color-link:#0f5392;--root-color-background:#e8ede0;--root-color-background-input:#f5f5f5;--root-color-border:#d5d5d5;--root-color-danger:red;--root-color-rgb-black:41,41,41;--root-color-rgb-white:255,255,255;--root-color-rgb-primary:255,154,0;--root-color-rgb-secondary:0,100,138;--root-color-rgb-tertiary:204,255,0;--root-color-rgb-link:15,83,146;--root-color-rgb-background:232,237,224;--root-color-rgb-background-input:245,245,245;--root-color-rgb-border:213,213,213;--root-color-rbg-danger:255,0,0;--root-color-danger-light:rgba(var(--root-color-rbg-danger),.26);--root-style-gradient:linear-gradient(90deg,#77c0ea,#b3f461 37.24%,#f4e03b 56.12%,#cc1e42);--root-style-input-border:2px solid var(--root-color-border);--root-font-family-primary:"Noto Sans",sans-serif;--root-font-family-secondary:"Poppins",sans-serif;--root-width-wrap:120rem;--root-width-wrap-inner:98rem;color:var(--root-color-black);font-family:var(--root-font-family-primary);font-size:var(--root-fz,10px);font-weight:400;line-height:1.3}@media only screen and (max-width:899.98px){:root{--root-fz:2.6666666667vw;--root-width-wrap:100%;--root-width-wrap-inner:calc(100% - 3rem);--root-inner-space:1.5rem}}body{background-color:var(--root-color-background);direction:ltr;min-width:var(--min-width,-moz-fit-content);min-width:var(--min-width,fit-content)}@media only screen and (max-width:899.98px){body{--min-width:auto}}a{color:var(--root-color-link)}a:hover{text-decoration:underline}.c-input{align-items:center;display:flex;font-size:1.4rem;gap:1rem}@media only screen and (max-width:899.98px){.c-input{font-size:1.6rem}}.c-input input{background-color:var(--c-input-bg,var(--root-color-white));border:var(--root-style-input-border);box-sizing:border-box;padding:1rem;width:var(--c-input-width,21.5rem)}.c-input input::-moz-placeholder{color:var(--c-input-placeholder-color,#d8d8d8)}.c-input input::placeholder{color:var(--c-input-placeholder-color,#d8d8d8)}.c-input input:-moz-placeholder-shown{--c-input-bg:var(--c-input-placeholder-bg,var(--root-color-background-input))}.c-input input:placeholder-shown{--c-input-bg:var(--c-input-placeholder-bg,var(--root-color-background-input))}.c-input input::-webkit-inner-spin-button,.c-input input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield;margin:0}.c-input input:disabled{background-color:#dcdcdc}.c-input input:-moz-read-only{background-color:#d8d8d8;border-color:#d8d8d8;text-align:right}.c-input input:read-only{background-color:#d8d8d8;border-color:#d8d8d8;text-align:right}.c-input input:-moz-read-only.outputError{color:var(--root-color-danger)}.c-input input:read-only.outputError{color:var(--root-color-danger)}.c-input input.error{--c-input-bg:var(--root-color-danger-light);--c-input-placeholder-color:var(--root-color-danger);--c-input-placeholder-bg:var(--root-color-danger-light)}@media only screen and (max-width:899.98px){.c-input__before{font-size:1.4rem;width:100%}}@media only screen and (max-width:899.98px){.c-input:has(>.c-input__before){flex-wrap:wrap}}.c-selectbox{font-size:1.4rem;position:relative;width:-moz-fit-content;width:fit-content}.c-selectbox:after{content:"▼";line-height:1;margin-top:-.7rem;pointer-events:none;position:absolute;right:1.6rem;top:50%}.c-selectbox select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--c-selectbox-bg,initial);border:var(--root-style-input-border);color:var(--c-selectbox-color,initial);cursor:pointer;padding:1rem 6.4rem 1rem 1rem;width:var(--c-selectbox-width,auto)}.c-selectbox select:-ms-expand{display:none}.c-selectbox.is-noSelect{--c-selectbox-bg:var(--root-color-background-input)}.c-selectbox.is-error{--c-selectbox-color:var(--root-color-danger);--c-selectbox-bg:var(--root-color-danger-light)}.c-radio{align-items:center;color:var(--c-radio-color,initial);cursor:pointer;display:flex;font-size:1.4rem;gap:1rem;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:899.98px){.c-radio{display:grid;grid-template-columns:auto auto}}.c-radio input{border:0;position:absolute;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px}.c-radio input:checked+.c-radio__ui{--c-checkbox-ui-opacity:1}.c-radio__ui{align-items:center;border:var(--root-style-input-border);border-radius:9999px;display:flex;height:1.6rem;justify-content:center;width:1.6rem}.c-radio__ui:after{background-color:var(--root-color-secondary);border-radius:9999px;content:"";display:block;height:1.2rem;opacity:var(--c-checkbox-ui-opacity,0);width:1.2rem}.c-radio:has(.error){--c-radio-color:var(--root-color-danger)}.c-checkbox{display:flex;font-size:1.4rem;gap:2rem}.c-checkbox input{display:none}.c-checkbox input:checked+.c-checkbox__ui{background-color:var(--root-color-secondary);border-color:var(--root-color-secondary);--c-checkbox-ui-opacity:1}.c-checkbox__container{align-items:center;color:var(--c-checkbox-color,initial);cursor:pointer;display:flex;gap:1rem}.c-checkbox__ui{align-items:center;border:var(--root-style-input-border);border-radius:.4rem;display:flex;height:1.6rem;justify-content:center;width:1.6rem}.c-checkbox__ui:after{border:solid var(--root-color-white);border-width:0 2px 2px 0;content:"";display:block;height:1.2rem;margin-top:-.3rem;opacity:var(--c-checkbox-ui-opacity,0);transform:rotate(45deg);width:.6rem}.c-button{align-items:center;background-color:var(--c-button-bg);border:2px solid var(--c-button-border);border-radius:6px;box-sizing:border-box;color:var(--c-button-color);display:grid;font-size:var(--c-button-fz,2.8rem);font-weight:700;grid-template-columns:1fr auto 1fr;justify-content:space-between;letter-spacing:.1em;line-height:1.3636363636;margin-left:auto;margin-right:auto;padding:1.8rem 1.4rem;transition:all .3s ease-in-out 0s;width:var(--c-button-width,67rem)}@media only screen and (max-width:899.98px){.c-button{--c-button-fz:2rem;--c-button-width:100%}}.c-button:before{content:""}.c-button__icon{--c-button-icon-size:3.7rem;align-items:center;background-color:var(--root-color-white);border-radius:9999px;color:var(--c-button-after-color);display:flex;height:var(--c-button-icon-size);justify-content:center;justify-self:end;width:var(--c-button-icon-size)}@media only screen and (max-width:899.98px){.c-button__icon{--c-button-icon-size:3rem}}.c-button__icon svg{width:var(--c-button-icon-width)}.c-button__calc{--c-button-bg:var(--root-color-link);--c-button-color:var(--root-color-white);--c-button-border:var(--root-color-link);--c-button-icon-width:1.6rem}.c-button__calc:hover{--c-button-bg:rgba(var(--root-color-rgb-link),.3);--c-button-color:var(--root-color-link)}.c-button__calc:after{content:""}.c-button__rightArrow{--c-button-bg:var(--root-color-tertiary);--c-button-color:var(--root-color-black);--c-button-border:var(--root-color-tertiary);--c-button-icon-width:1.8rem}.c-button__rightArrow:hover{text-decoration:none;--c-button-bg:rgba(var(--root-color-rgb-tertiary),.3)}.c-spinner{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:40}.c-spinner__background{background-color:rgba(5,5,5,.6);bottom:0;left:0;position:absolute;right:0;top:0}.c-spinner__icon{color:transparent;display:grid}.c-spinner__icon span,.c-spinner__icon:after{grid-column:1/3;grid-row:1/3}.c-spinner__icon:after{animation:spinAround .5s linear infinite;border-bottom:2px solid var(--root-color-white);border-left:2px solid var(--root-color-white);border-radius:9999px;border-right:2px solid transparent;border-top:2px solid transparent;content:"";display:block;height:3rem;justify-self:center;position:relative;width:3rem}@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.l-header{margin:0 auto;padding:4rem 0 2.5rem;width:var(--root-width-wrap)}@media only screen and (max-width:899.98px){.l-header img{margin-left:var(--root-inner-space);width:13.9rem}}.l-footer{padding:6rem;text-align:center}.l-formHeader{margin-left:auto;margin-right:auto;width:var(--root-width-wrap)}@media only screen and (max-width:899.98px){.l-formHeader{width:var(--root-width-wrap-inner)}}.l-formHeader__title{font-size:3rem;font-weight:700;letter-spacing:.1em}@media only screen and (max-width:899.98px){.l-formHeader__title{font-size:2.2rem;padding:0 var(--root-inner-space)}}.l-formHeader__title span{display:block;font-size:1.6rem;margin-bottom:.9rem}.l-formHeader__notice{font-size:1.4rem;line-height:1.8571428571;margin-top:2.5rem}@media only screen and (max-width:899.98px){.l-formHeader__notice{padding:0 var(--root-inner-space)}}.l-formNotice{margin-left:auto;margin-right:auto;width:100rem}@media only screen and (max-width:899.98px){.l-formNotice{width:var(--root-width-wrap-inner)}}.l-formNotice__top{background-color:#e3effe;border:1px solid var(--root-color-link);font-size:1.4rem;line-height:1.8571428571;padding:2rem}@media only screen and (max-width:899.98px){.l-formNotice__top{padding:1.5rem}}.l-formNotice__top a{text-decoration:underline}.l-formNotice__top a:hover{text-decoration:none}.l-formNotice__bottom{border:1px solid var(--root-color-border);margin-top:2.5rem}.l-formNotice__bottom>input{display:none}.l-formNotice__bottom>input:checked+.l-formNotice__title{--icon-opacity:0;--icon-bg:var(--root-color-tertiary);--icon-fill:var(--root-color-black)}.l-formNotice__bottom>input:checked+.l-formNotice__title+.l-formNotice__container{--notice-height:50rem;--notice-border:var(--root-color-border)}@media only screen and (max-width:899.98px){.l-formNotice__bottom>input:checked+.l-formNotice__title+.l-formNotice__container{--notice-height:100rem}}.l-formNotice__title{align-items:center;background-color:var(--root-color-white);cursor:pointer;display:flex;font-size:2.2rem;height:6rem;justify-content:space-between;padding:0 2.2rem 0 4rem;transition:all .3s ease-in-out 0s}.l-formNotice__title i{align-items:center;background-color:var(--icon-bg,var(--root-color-secondary));border-radius:100%;display:grid;height:3rem;justify-content:center;width:3rem}.l-formNotice__title i svg{grid-column:1/2;grid-row:1/2;width:1.6rem;fill:var(--icon-fill,var(--root-color-white))}.l-formNotice__title i svg:first-of-type{opacity:var(--icon-opacity,1);transform:rotate(90deg)}.l-formNotice__container{background-color:var(--root-color-white);border-top:1px solid var(--notice-border,transparent);height:-moz-fit-content;height:fit-content;max-height:var(--notice-height,0);overflow:hidden;padding:0 4rem;transition:all .3s ease-in-out 0s}@media only screen and (max-width:899.98px){.l-formNotice__container{padding:0 1.8rem}}.l-formNotice__list{display:grid;gap:1.3rem;margin-top:3rem}.l-formNotice__list li{font-size:1.4rem;line-height:1.8571428571;margin-left:2rem;text-indent:-2rem}.l-formNotice__list li:before{background-color:var(--root-color-secondary);border-radius:9999px;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}.l-formNotice__list li a{line-height:1;text-decoration:underline}.l-formNotice__list li a img{display:inline;margin-left:.4em;vertical-align:middle;width:1.2rem}.l-formNotice__list li a:hover{text-decoration:none}.l-formNotice__subTitle{font-size:2rem;margin-top:4rem}.l-formNotice__pdf{display:grid;gap:1.3rem;margin-bottom:3rem;margin-top:2rem}.l-formNotice__pdf li{align-items:center;display:grid;font-size:1.4rem;gap:2rem;grid-template-columns:auto 1fr;line-height:1.8571428571;width:-moz-fit-content;width:fit-content}.l-formNotice__pdf li:before{background-image:url(../img/icon_arrow.svg);background-repeat:no-repeat;background-size:100%;content:"";display:block;height:1.2rem;width:.7rem}.l-formNotice__pdf li img{display:inline;vertical-align:text-top;width:1.4rem}@media only screen and (max-width:899.98px){.l-formNotice__pdf li img{width:1.8rem}}.l-formNotice__pdf li a{align-items:center;display:grid;gap:1.4rem;grid-template-columns:auto 1fr}@media only screen and (max-width:899.98px){.l-formNotice__pdf li{align-items:baseline}.l-formNotice__pdf li a{grid-template-columns:auto auto}}.l-form{background-color:var(--root-color-white);margin:0 auto;width:var(--root-width-wrap)}.l-form__title{background-color:var(--root-color-black);color:var(--root-color-white);font-size:3rem;font-weight:500;line-height:1}@media only screen and (max-width:899.98px){.l-form__title{font-size:2.6rem}}.l-form__title__text{padding:1.4rem 2rem}@media only screen and (max-width:899.98px){.l-form__title__text{box-sizing:border-box;margin:0 auto;padding:1.4rem var(--root-inner-space);width:var(--root-width-wrap-inner)}}.l-form__title:after{background:var(--root-style-gradient);content:"";display:block;height:5px;width:100%}.l-form__container{margin:0 auto;padding:4rem 0;width:var(--root-width-wrap-inner)}.l-formRow{display:grid;grid-template-columns:17.3rem 1fr;margin:0 auto}@media only screen and (max-width:899.98px){.l-formRow{grid-template-columns:100%}}.l-formRow__title{border-top:2px solid var(--root-color-secondary);font-size:1.6rem;font-weight:700;padding:2rem 0 2rem 2rem}@media only screen and (max-width:899.98px){.l-formRow__title{padding:2rem var(--root-inner-space)}}@media only screen and (min-width:900.98px){.l-formRow__title__text{width:14ch}}@media only screen and (max-width:899.98px){.l-formRow__title__text label{align-items:center;display:flex;gap:.8rem;line-height:1}}.l-formRow__title__text span{color:#888;display:block;font-size:1.2rem;margin-top:.3em}@media only screen and (max-width:899.98px){.l-formRow__title__text span{line-height:1;margin-top:0}.l-formRow__title br{display:none}}.l-formRow__container{border-top:2px solid var(--root-color-border);padding:2rem}@media only screen and (max-width:899.98px){.l-formRow__container{padding:3rem var(--root-inner-space)}}.l-formRow__notice{font-size:1.4rem;line-height:2;margin-top:1rem}.l-formRow__error{color:var(--root-color-danger);font-size:1.4rem;margin-top:1rem}.l-formManagement .c-input input:-moz-read-only{--c-input-width:18rem}.l-formManagement .c-input input:read-only{--c-input-width:18rem}@media only screen and (max-width:899.98px){.l-formManagement .c-input input:-moz-read-only{--c-input-width:21.5rem}.l-formManagement .c-input input:read-only{--c-input-width:21.5rem}}.l-formManagement .l-formRow__notice{margin-top:2rem}.l-formManagement .l-formRow__notice li{margin-left:1.2em;text-indent:-1.2em}.l-formManagement .l-formRow__notice li:before{content:"※"}.l-formManagement .l-formRow__notice a{text-decoration:underline}.l-formManagement .l-formRow__notice a:hover{text-decoration:none}.l-formManagement h3{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.l-formManagement .l-formRow__error{margin-bottom:1rem;margin-top:0}.l-formManagement__top{padding-bottom:4rem}.l-formManagement__bottom{border-top:.2rem solid var(--root-color-border);padding-top:2rem}.l-formManagement__bottom>p{font-size:1.4rem;margin:2rem 0 1rem}.l-formManagement__outerGrid{display:grid}@media only screen and (max-width:899.98px){.l-formManagement__outerGrid{grid-template-columns:6rem 1fr 1fr}}.l-formManagement__outerGrid__index{background-color:#f7fcf2;background-color:#e7ede0;border-right:.2rem solid var(--root-color-white);box-sizing:border-box;font-size:1.4rem;font-weight:700;padding:1rem;text-align:center;width:13rem}@media only screen and (max-width:899.98px){.l-formManagement__outerGrid__index{align-self:flex-start;height:6rem;line-height:1.4285714286;padding:1rem 0;width:auto}}.l-formManagement__outerGrid__index br{display:none}@media only screen and (max-width:899.98px){.l-formManagement__outerGrid__index br{display:block}}.l-formManagement__outerGrid .l-formManagement__innerGrid{border-top:.2rem solid var(--root-color-white)}@media only screen and (max-width:899.98px){.l-formManagement__outerGrid .l-formManagement__innerGrid{--c-input-width:9rem;border-top:none}}.l-formManagement__outerGrid .l-formManagement__innerGrid .l-formManagement__table__index{border-right:.2rem solid var(--root-color-white)}.l-formManagement__outerGrid .l-formManagement__innerGrid .c-input{font-size:1.4rem}@media only screen and (max-width:899.98px){.l-formManagement__outerGrid .l-formManagement__innerGrid .c-input input:-moz-read-only{--c-input-width:9rem}.l-formManagement__outerGrid .l-formManagement__innerGrid .c-input input:read-only{--c-input-width:9rem}}.l-formManagement__innerGrid{display:grid;grid-template-columns:1fr auto}@media only screen and (max-width:899.98px){.l-formManagement__innerGrid{gap:2rem;grid-template-columns:1fr}}.l-formManagement__innerGrid>div:last-of-type{margin-right:1.25em}@media only screen and (max-width:899.98px){.l-formManagement__innerGrid>div:last-of-type{margin-right:0}}.l-formManagement__table{display:grid;grid-template-columns:13rem 1fr}@media only screen and (max-width:899.98px){.l-formManagement__table{gap:.2rem;grid-template-columns:1fr;grid-template-rows:repeat(2,6rem)}}.l-formManagement__table__index{background-color:#f7fcf2}.l-formManagement__table__index p{align-items:center;display:flex;font-size:1.4rem;font-weight:700;height:100%;justify-content:center}.l-formManagement__table__index .c-input{--c-input-width:9.4rem}@media only screen and (max-width:899.98px){.l-formManagement__table__index .c-input{--c-input-width:9rem}}.l-formManagement__table__index .c-input input{padding:2rem 1rem}@media only screen and (max-width:899.98px){.l-formManagement__table__index .c-input input{padding:2rem .5rem}}.l-formManagement__table__index .c-input input::-moz-placeholder{text-align:center}.l-formManagement__table__index .c-input input::placeholder{text-align:center}.l-formManagement__table__input{--c-input-width:16rem}.l-formManagement__table__input .c-input input{padding:2rem 1rem}@media only screen and (max-width:899.98px){.l-formManagement__table__input .c-input input{--c-input-width:9rem}}.l-formManagement__table__input .c-input input::-moz-placeholder{text-align:center}.l-formManagement__table__input .c-input input::placeholder{text-align:center}.l-formResult{border:1px solid var(--root-color-border);display:none}.l-formResult__title{background-color:var(--root-color-secondary);color:var(--root-color-white);font-size:2.2rem;font-weight:700;line-height:1;padding:1.4rem;text-align:center}.l-formResult__container{padding:2.5rem 3.5rem}@media only screen and (max-width:899.98px){.l-formResult__container{padding:2.5rem var(--root-inner-space)}}.l-formResult__result{display:grid;gap:.6rem;grid-template-columns:auto auto;justify-content:center}.l-formResult__result__text{font-size:1.6rem;margin-top:2.2rem}.l-formResult__result__num{font-family:var(--root-font-family-secondary);font-size:4rem;font-weight:700}.l-formResult__reset{cursor:pointer;display:grid;font-size:1.5rem;gap:1.3rem;grid-template-columns:auto auto;margin:.7rem auto 0;width:-moz-fit-content;width:fit-content}.l-formResult__reset i{height:1.6rem;width:1.6rem}.l-formResult__reset i svg{width:100%}.l-formResult__reset input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;color:var(--root-color-link);cursor:pointer;margin:0;outline:none;padding:0}.l-formResult__reset:hover{text-decoration:underline}.l-formResult__notice{background-color:var(--root-color-background-input);display:grid;font-size:1.4rem;gap:.4rem;line-height:1.8571428571;margin-top:3rem;padding:2rem}@media only screen and (max-width:899.98px){.l-formResult__notice{gap:2.4rem}}.l-formResult__notice li{margin-left:2rem;text-indent:-2rem}.l-formResult__notice li:before{background-color:var(--root-color-secondary);border-radius:9999px;content:"";display:inline-block;height:1rem;margin-right:1rem;width:1rem}.l-formResult__link{--c-button-fz:2.2rem;margin-top:2.5rem}.p-formNotice{margin-top:2.5rem}.p-form{margin-top:6rem}.p-form .l-formRow:last-of-type .l-formRow__title{border-bottom:2px solid var(--root-color-secondary)}@media only screen and (max-width:899.98px){.p-form .l-formRow:last-of-type .l-formRow__title{border-bottom:none}}.p-form .l-formRow:last-of-type .l-formRow__container{border-bottom:2px solid var(--root-color-border)}.p-form .p-form__submit{margin-top:4rem}@media only screen and (min-width:900.98px){.p-form .p-form__submit{--br-display:none}}@media only screen and (max-width:899.98px){.p-form .p-form__submit{margin-left:var(--root-inner-space);margin-right:var(--root-inner-space)}}.p-form .p-form__result{margin-top:4rem}.p-formLink{margin-top:12rem}@media only screen and (max-width:899.98px){.p-formLink{margin-top:6rem}.p-formLink .l-form__title__text{line-height:1.5384615385}}.p-formLink .l-form__title__text br{display:none}@media only screen and (max-width:899.98px){.p-formLink .l-form__title__text br{display:block}}.p-formLink .l-form__container{padding:2.5rem 0 5rem}.p-formLink__list{display:grid;gap:0 2rem;grid-template-columns:1fr 1fr}@media only screen and (max-width:899.98px){.p-formLink__list{grid-template-columns:1fr}}.p-formLink__list li{align-items:center;border-bottom:1px solid var(--root-color-border);display:grid;font-size:1.5rem;gap:2rem;grid-template-columns:auto 1fr;line-height:2.2666666667;padding:2rem 0}.p-formLink__list li:before{background-image:url(../img/icon_arrow.svg);background-repeat:no-repeat;background-size:100%;content:"";display:block;height:1.2rem;width:.7rem}.p-formLink__list li a{width:-moz-fit-content;width:fit-content}.p-formLink__list li a:hover{text-decoration:underline}