@charset "UTF-8";

/* パラメータが「mode=signage」のときのみ読込 */
/*
@media (min-width: 1080px) {



}
*/

#indexLanguage {
    display:flex;
}


body{
    padding:3rem 5.5rem 4rem 5.5rem;
}

.row-cols-2.g-1 a{
    font-size:1.2rem !important;
}
/*
#language_menu{
	display: none;
}*/

a{
    font-size:1.5rem !important;
}
#language,
#globalMenu{
margin-top:3rem;
padding:2rem 5.5rem;
}
html{
	font-size:20px;
}
th,
td{
    font-size:1rem;
}

div{
    font-size:1.2rem;
}
h4{
    font-size:1.3rem;
}
h3{
    font-size:1.5rem;
}
h2{
    font-size:1.7rem;
}
p{
    font-size:1.2rem;
}

.accordion-button,
.accordion-body{
    font-size:1.2rem !important;
}

.access_google{
	display: none;
}
/* 文字選択禁止 */
body{
    user-select: none;
}

#timedDiv{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#000;
}

