html.home{scroll-padding-top:var(--home-header-height)}body.home{display:grid;grid-template-rows:var(--home-header-height) 1fr auto;grid-template-columns:1fr;gap:0px 0px;grid-template-areas:"header" "main" "footer"}body.home .global-header{grid-area:header;position:fixed;height:var(--home-header-height)}body.home .home-main{grid-area:main;width:100%;max-width:calc(554px + 4rem);margin:0 auto;padding:2rem;font-size:1.5rem}@media screen and (max-width: 767px){body.home .home-main{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%}}body.home .home-main .toc{width:100%;margin-bottom:2rem}body.home .global-footer{grid-area:footer;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 auto;padding:2rem;font-size:1.5rem}body.home .shoulder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}body.home .main-visual h1{text-align:center}body.home .main-visual h1 img.logo{display:inline-block;width:14rem;margin-bottom:2.2rem}body.home .main-visual h2{font-size:3rem;text-align:center}body.home .main-visual .visual{display:block;width:28rem;margin:0 auto 4.5rem}body.home .search .searchform-component{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem}body.home .search .searchform-component label.screen-reader-text{display:none}body.home .search .searchform-component input[type=text]{width:100%;padding:.5rem;font-size:1.5rem;border:1px solid #707070;outline:none}body.home .search .searchform-component input[type=submit]{width:3.6rem;height:3.6rem;text-indent:100%;white-space:nowrap;overflow:hidden;background-color:#003296;background-image:url(../images/icon_search.svg);background-position:center;background-repeat:no-repeat;background-size:24px auto}@media screen and (min-width: 768px){body.home .search .searchform-component input[type=submit]{-webkit-transition:opacity .3s;transition:opacity .3s}}@media screen and (min-width: 768px){body.home .search .searchform-component input[type=submit]:hover{opacity:.6}}body.home .search .searchform-component input[type=submit]:disabled{background-color:#999}body.home .search .searchform-component input[type=submit]:disabled:hover{opacity:1}body.home .notice a.notice-link{display:block;margin-bottom:2rem;padding:1rem 1.5rem;border:1px solid #003296;border-radius:0;text-align:left;font-size:1.5rem;color:#003296;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}body.home .notice a.notice-link:hover{background-color:#003296;color:#fff}body.home .toc .toc-chap:first-child{border-top:1px solid #a0a0a0}body.home .toc .toc-chap>.label>a{padding:1em .5em 1em 1em}body.home .toc .toc-chap .toc-secs .toc-sec>.label>a{min-height:4.1rem}body.home .toc .toc-chap .toc-secs .toc-sec .toc-items>.toc-item>.label>a{min-height:4.1rem}body.home .spec{font-size:1.4rem;line-height:1.8}/*# sourceMappingURL=index.css.map */