@import url(https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);header{background-color:wheat;box-shadow:0 3px 3px rgba(0,0,0,.3)}header .header-div{display:flex;max-width:900px;text-align:center;padding:5px 20px;margin:0 auto;margin-bottom:5px;justify-content:space-between}header .header-div .title-bar>a{color:#000;text-decoration:none}header .header-div .title-bar>a h1{font-size:1.6em;margin-top:7px;margin-bottom:8px}header .header-div .title-bar>a h1 img{height:1em;margin-right:5px;vertical-align:bottom}header .header-div .user-bar,header .header-div .user-bar .user-link{display:flex;align-items:center}header .header-div .user-bar .user-link button{background-color:transparent;border:none;cursor:pointer}header .header-div .user-bar .user-link button.header-user-photo{width:35px;height:35px;padding:0}header .header-div .user-bar .user-link button.header-user-photo img{width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover;border-radius:100%;vertical-align:top;overflow:hidden}header .header-div .user-bar .user-link button.header-user-name{padding:.5rem .5rem;font-size:1rem;font-family:Kosugi Maru,Meiryo,serif;font-weight:700}header .header-div .user-bar .user-link button.header-user-name svg{height:100%;width:13px;margin-left:5px;vertical-align:baseline;transition:transform .15s linear}header .header-div .user-bar .user-link button.header-user-name svg.rotated{transform:rotate(180deg)}header .header-div .user-bar .user-link .modal-portal .portal-popover{position:absolute;width:220px;border-radius:5px;background-color:#f5f3eb;box-shadow:0 3px 12px -1px rgba(4,37,63,.25098039215686274);z-index:100}header .header-div .user-bar .user-link .modal-portal .portal-popover a{padding:.7em .9em;display:flex;align-items:center;flex-wrap:wrap;text-align:left;color:#000;outline:0;line-height:1.5;font-size:15px;text-decoration:none;transition:.2s;cursor:pointer}header .header-div .user-bar .user-link .modal-portal .portal-popover a:first-child{border:none;border-radius:6px 6px 0 0}header .header-div .user-bar .user-link .modal-portal .portal-popover a:last-child{border-radius:0 0 6px 6px}header .header-div .user-bar .user-link .modal-portal .portal-popover a:hover{background-color:#e9e5d9}header .header-div .user-bar .user-link .modal-portal .portal-popover a.shortcut-top-bordered{border-top:1px solid #b6b6b6}header .header-div .user-bar .user-link .modal-portal .portal-popover a span.header-shortcut-icon{margin-right:15px}header .header-div .user-bar .user-link .modal-portal .portal-popover a span.header-shortcut-icon svg{color:#e75656;height:18px;width:18px;vertical-align:middle}header .header-div .user-bar .user-link .modal-portal .portal-backdrop{position:fixed;display:flex;align-items:center;justify-content:center;background:transparent;inset:0;cursor:auto;z-index:99}header .header-div .user-bar .login-link button{font-weight:700;color:#1878e6;padding:.5rem .75rem;background-color:#fff;border:1px solid #1878e6;border-radius:5px;transition:.3s}header .header-div .user-bar .login-link button:hover{color:#fff;background-color:#1878e6}header .header-div .user-bar .login-link button:focus{outline:none}main{width:900px;box-sizing:border-box;padding:10px 20px;margin:0 auto 10px;border:1px solid #926b3a;background-color:rgba(255,228,196,.3);box-shadow:5px 5px 5px rgba(0,0,0,.2),-5px 5px 5px rgba(0,0,0,.2);border-radius:10px}main h2{font-size:1.5rem;padding:10px 15px;margin:15px auto;background-color:#facf97;box-shadow:2px 2px 5px rgba(0,0,0,.3)}main h3{font-size:1.17rem;padding:10px;padding-left:15px;margin-left:10px;border-left:5px solid #ee9e36}main p{font-size:1.1em;line-height:1.4em}@media only screen and (max-width:900px){main{width:90%}}@media only screen and (max-width:600px){main{width:95%;padding:10px 10px}main h2{font-size:1.4rem}main h3{font-size:1.1rem}main p{font-size:1.05rem}}footer{padding:5px;background-color:#f1ba72;text-align:center}footer .footer-container{width:800px;box-sizing:border-box;padding:10px 20px;margin:0 auto;display:flex;text-align:left}footer .footer-col{width:33.3333333333%;padding:0 20px}footer .footer-col:nth-child(n+2){border-left:1px solid #8d6531}footer .footer-col h4{margin:10px 0;font-size:1.15rem}footer .footer-col ul{padding:0}footer .footer-col ul li{font-size:1rem;padding:5px 0 0;list-style:none}footer>p{margin:5px 0}@media only screen and (max-width:900px){footer .footer-container{padding:10px 5px;width:95%}footer .footer-col{padding:0 10px}footer .footer-col h4{margin:10px 0;font-size:1rem}footer .footer-col ul li{font-size:1rem}}body{margin:0;font-family:Kosugi Maru,Meiryo,serif;background-color:rgba(255,228,196,.199)}