body {
    margin: 0;
    width: calc(100vw - calc(100vw - 100%));
    font-family: 'Times New Roman','Meiryo',sans-serif;
}
main{
    display: flex;
    flex-direction: column;
    max-width: 1350px;
    align-items: initial;
    padding-bottom: 100px;
}
@media (max-width: 767px){
    main p{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 767px){
    main{
        padding-left: 100px;
        padding-right: 100px;
    }
}
_:lang(x)::-internal-media-controls-overlay-cast-button, 
    fieldset{
        border-color: rgb(240,240,240);
    }
_:lang(x)::-internal-media-controls-overlay-cast-button, 
    select{
        background-color: buttonface;
        height: 26px;
        border-radius: 3px;
    }
_:lang(x)::-internal-media-controls-overlay-cast-button, 
    body{
        text-shadow: 0 0 black;
    }
header{
    grid-area: header;
    /* padding: .5rem; */
    color: #fff;
    background-color: #373a3e;
    font-size: 1.5rem;
    border: solid;
    border-color: #373a3e;
    display: flex;
    justify-content: space-between;
}
logo{
    grid-area: title;
}
logout{
    grid-area: logout;
}
header a{
    color: white;
    text-decoration: none;
}
main a:visited{
    color: blue;
}

.submit{
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 2px 4px;
    text-decoration-line: none;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    user-select: none;
}
.singup:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
main h3{
    background: #dce1ea;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.4rem;    
    margin-top: 2rem;
}
.marginTop50px{
    margin-top: 50px;
}
p:lang(en) {
    font-size: 19px;
}
h3:lang(en) {
    font-size: 21px;
}

