*{
    padding: 0;
    margin: 0;
}
:root{
    --colorBlue: #9cc2e5;
    --colorLink: #2E75B6;
    --colorJalRed: rgb(200, 0, 25);
    --fontSizeXS: 0.8rem;
    --fontSizeSmall: 0.9rem;
    --fontSizeMedium: 1rem;
    --fontSizeLarge: 1.1rem;
    --fontSizeXL: 1.2rem;
}
body{
    font-size: 1rem;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.warp{
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}
body.pc .warp{
    max-width: 550px;
}
body.pc .notice-content-list{
    max-height: 500px;
    overflow: auto;
    padding-top: 10px;
}
.notice-layer{
    padding-top: 20px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1.3rem;
}
.header .header-text{
    font-weight: normal;
    padding-bottom: 2px;
    position: relative;
    text-align: center;
    font-size: var(--fontSizeSmall);
}
.header .header-text b{
    font-weight: bold;
    font-size: var(--fontSizeLarge);
}
.header .header-text>b{
    border-bottom: 2px var(--colorBlue) solid;
}
.header .header-text:not(:first-child){
    margin-top: 0.6rem;
}
.header .call-icon{
    width: 1.3rem;
    align-items: baseline;
}
.lan-sc {
    font-family: 'Montserrat', sans-serif !important;
}
.lan-tc {
    font-family: 'Montserrat', sans-serif !important;
}
.main .header-text:not(:first-child){
    margin-top: 0.5rem;
}
.main .header-text{
    font-weight: normal;
    padding-bottom: 1px;
    position: relative;
    text-align: center;
    font-size: var(--fontSizeMedium);
}
.main .header-text.small{
    font-size: var(--fontSizeSmall);
}
.main .header-text.large{
    font-size: var(--fontSizeLarge);
}
.main .header-text.xlarge{
    font-size: var(--fontSizeXL);
}
.main .main-tip{
    margin-top: 0.3rem;
}
.main .btn-list{
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 0.8rem;
}
.main .call-btn{
    width: 11rem;    
    height: 3.5rem;
    background-color: transparent;
    border: 2px var(--colorJalRed) solid;
    margin-bottom: 1rem;
    color: var(--colorJalRed);
    cursor: pointer;
    padding: 0.3rem 0;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}
.main .call-btn:hover, .main .call-btn.active{
    background-color: var(--colorJalRed);
    color: #fff;
}
.main .call-btn:disabled{
    cursor:not-allowed;
}
.main .call-btn .call-btn-txt{
    font-size: var(--fontSizeLarge);
}
.main .hangup-btn-con{
    text-align: center;
    margin-top: 1rem;
}
.main .hangup-btn{
    width: 11rem;
    height: 3.5rem;
    background-image: url(./img/hangup.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 4rem auto;
    background-color: var(--colorJalRed);
    border: 1px #7f7f7f solid;
    cursor: pointer;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.7);
}
.main .hangup-btn:disabled{
    background-color: #a6a6a6;
    border: 1px #7f7f7f solid;
    cursor: default;
}
.img-con .img-c{
    width: 100%;
    text-align: center;
}
.img-con .img-c img{
    width: 44%;
    height: auto;
}
.footer{
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.footer .tips{
    margin-top: 1.6rem;
    font-size: var(--fontSizeSmall);
}
.footer .tips-btn{
    cursor: pointer;
    color: var(--colorLink);
    word-break: break-all;
}
.footer p{
    margin-bottom: 1px;
    font-size: var(--fontSizeSmall);
}
.footer p.medium{
    font-size: var(--fontSizeMedium);
}
.notice-content-list .notice-content-item{
    margin-bottom: 1rem;
}
.notice-content-list .notice-content-item-title{
    font-weight:normal;
}
.notice-content-list .notify-toggle-btn{
    color: var(--colorLink);
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.underlined {
    text-decoration: underline;
}
#counter-2 {
    margin-top: 1.9rem;
}