@import"https://fonts.googleapis.com/css2?family=Raleway:wght@100..700&display=swap";:root{--site-min-height:125px;--site-max-width:1280px;--color-blue:#00538f;--color-blue-dark:#003a63;--color-yellow:#f9b600;--color-red:#e62735;--color-gray:#f2f0f3;--color-text:#575756;--color-green:#00b050;--font-text:"Raleway","Noto Sans JP",sans-serif;--font-title:"Raleway","Noto Sans JP",sans-serif;--font-size:18px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:flex;flex-direction:column;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;font-size:var(--font-size)}a{color:var(--color-red);text-decoration:none;font-weight:700}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:var(--color-text)}h1{font-size:2.4em;font-weight:700}@media screen and (max-width:1024px){h1{font-size:1.8em}}h2{font-weight:700;font-size:2em}@media screen and (max-width:1024px){h2{font-size:1.4em}}h3{font-weight:700;font-size:1.8em}@media screen and (max-width:1024px){h3{font-size:1.2em}}h4{font-weight:700;font-size:1.6em}@media screen and (max-width:1024px){h4{font-size:1em}}h5{font-weight:700;font-size:1.4em}@media screen and (max-width:1024px){h5{font-size:1em}}h6{font-weight:700;font-size:1.2em}@media screen and (max-width:1024px){h6{font-size:1em}}.chapo,a,div,i,input,label,p,span,textarea{font-family:var(--font-text);font-size:var(--font-size);font-weight:500}b{font-weight:700}.link-external,.link-internal{color:var(--color-blue);text-decoration:underline;font-weight:700;transition:color .2s ease;cursor:pointer}.link-external:hover,.link-internal:hover{color:var(--color-blue-dark);text-decoration:underline}.link-external:focus-visible,.link-internal:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}main{margin:auto;margin-top:calc(var(--site-min-height) + 20px);display:flex;flex-direction:column;align-items:center;width:100%}section{width:100%;box-sizing:border-box}section.contain{max-width:var(--site-max-width)}.flexcenter{display:flex;flex-direction:row;justify-content:center;gap:8px}@media screen and (max-width:1024px){.flexcenter{flex-direction:column;align-items:center}}.twocol{display:flex;flex-direction:row;box-sizing:border-box;justify-content:center;align-items:center;text-align:center;gap:20px;width:100%}@media only screen and (max-width:768px){.twocol{flex-direction:column}}.twocol .col{display:flex;flex-direction:column;align-items:center;gap:20px;width:50%}@media only screen and (max-width:768px){.twocol .col{width:100%}}