/*Ver.2021.11.14*/
body
{
    font-family: 'Noto Sans JP';
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#topbar
{
    display: flex;
    justify-content: center;
    position: relative;
}
#logo
{
    width: 222px;
    height: 69px;
    margin-top: 24px;
}
#top-menu
{
    position: absolute;
    right: 0;  
}
#sitemap
{
    width: 86px;
    margin: 12px 26px 0 0;
}
#sitemap:hover
{
    filter: opacity(60%);
}
#language
{
    width: 50px;
    margin: 12px 24px 0 0;
}
#language:hover
{
    filter: opacity(60%);
}
nav
{
    width: 100%;
    height: 48px;
    background-color: #0167BB;
    margin-top: 16px;
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
}
.navigationbar
{
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    list-style: none;
    font-size: 16px;
    width: 94vw;
    margin-right: auto;
    margin-left: auto;
}
.navigationbar li
{
    margin: 12px 0 0 0;
}
a
{
    text-decoration: none;
    color: #FC9F25;
}
a:hover
{
    text-decoration: underline;
    color: #f7bb6d;
}
.navigationbar a,#pagebutton a
{
    text-decoration: none;
    color: #FFFFFF;
}
.navigationbar a:hover
{
    color: #EBEBEB;
}
.pankuzu-list a
{
    font-weight: bold;
}
.pankuzu-list
{
    width: 100%;
    height: 42px;
    padding: 7px 0 0 12px;
    background-color: #EFEFEF;
    border: solid 1px #232323;
}
#home::before
{
    content: "";
    background: url(images/home.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 6px;
}
#home
{
    padding: 12px 2px 13px 2px;
}
#home:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#about::before
{
    content: "";
    background: url(images/question.svg) no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-right: 2px;
}
#about
{
    padding: 12px 2px 13px 2px;
}
#about:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#psychology::before
{
    content: "";
    background: url(images/psychology.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: -5px;
    margin-right: 4px;
}
#psychology
{
    padding: 12px 2px 13px 2px;
}
#psychology:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#accessibility::before
{
    content: "";
    background: url(images/accessibility.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    vertical-align: -5px;
    margin-right: 4px;
}
#accessibility
{
    padding: 12px 2px 13px 2px;
}
#accessibility:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#parts::before
{
    content: "";
    background: url(images/parts.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-right: 6px;
}
#parts
{
    padding: 12px 2px 13px 2px;
}
#parts:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#effect::before
{
    content: "";
    background: url(images/effect.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    vertical-align: -8px;
    margin-right: 6px;
}
#effect
{
    padding: 12px 2px 13px 2px;
}
#effect:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#summary::before
{
    content: "";
    background: url(images/summary.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 6px;
}
#summary
{
    padding: 12px 2px 13px 2px;
}
#summary:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
#imformation::before
{
    content: "";
    background: url(images/information.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-right: 6px;
}
#imformation
{
    padding: 12px 2px 13px 2px;
}
#imformation:hover
{
    background-color: rgba(35, 35, 35, 0.5);
}
article
{
    margin-top: 52px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    max-width: 920px;
    font-size: 18px;
}
.text
{
    line-height: 30px;
}
h1
{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 32px;
}
h1::before
{
    content: "";
    display: inline-block;
    width: 6px;
    height: 56px;
    background-color: #0167BB;
    vertical-align: -18px;
    margin-right: 16px;
}
h2{
    font-size: 22px;
    font-weight: normal;
}
.marker
{
    background:linear-gradient(transparent 65%, rgb(252,159,37,0.7) 65%);
    font-weight:500;
}
#pagebutton
{
    display: flex;
    margin: 42px 0 80px 0;
    justify-content: center;
}
#nextbutton
{
    width: 200px;
    height: 72px;
    border-radius: 12px;
    background-color: #0167bb;
    box-shadow: 3px 3px 8px #AAAAAA;
}
#nextbutton:hover
{
    background-color: #3a7fb8
}
#nextbutton:active
{
    box-shadow: none;
}
#nexttext
{
    font-size: 28px;
    margin: -52px 0 0 44px;
}
#nextpagename
{
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 -30px;
}
#rightarrow
{
    transform: rotate( 180deg );
    height: 28px;
    margin: 24px 0 0 144px;
}
footer
{
    margin-top: auto;
    width: 100%;
    height: 52px;
    background-color: #004985;
    text-align: center;
    padding-top: 16px;
    color: #FFFFFF;
}
small
{
    font-size: 14px;
}
#toppicture
{
    width: 100%;
    height: auto;
}
#specrecord
{
    display: flex;
    justify-content: space-between;
}
#spec,#record
{
    width: 26vw;
}
#chrome,#edge,#firefox,#safari
{
    margin: 16px 0 12px 0;
    font-size: 24px;
}
#chrome::before
{
    content: "";
    background: url(images/googlechrome.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 12px;
}
#edge::before
{
    content: "";
    background: url(images/edge.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 12px;
}
#firefox::before
{
    content: "";
    background: url(images/firefox.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 12px;
}
#safari::before
{
    content: "";
    background: url(images/safari.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 12px;
}
table
{
    margin-top: 12px;
    border-collapse: collapse;
    border: solid 1px #232323
  }
table td
{
    padding: 6px 0 6px 10px;
    background-color: #FFFFFF;
    border-top: dashed 1px #AAAAAA;
    border-bottom: dashed 1px #AAAAAA;
    color:#0167BB;
}