
:root {
    --mainColor: #e65096;
}

a {
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}

img{
    width: 100%;
    vertical-align: bottom;
}

.mainClorBg{
    background-color: var(--mainColor,#e65096);
    border-color: var(--mainColor,#e65096);
}

.mainClorBg:hover{
    background-color: var(--mainColor,#e65096);
    border-color: var(--mainColor,#e65096);
}

.mainColor{
    color: var(--mainColor,#e65096);
}

body{
    background-image: linear-gradient(180deg, rgb(255, 213, 213), rgb(255, 223, 223) 50%, rgb(255, 255, 255));
}

header{
    border-top: #e65096 10px solid;
    .official{
        display: flex;
        justify-content: end;
    }
    .header__official-btn {
        color: white;
        display: inline-block;
        padding: 8px 20px 10px;
        background: #e65096;
        border-radius: 0px 0px 15px 15px;
    }
}

#main{
    h1{
        color: var(--mainColor,#e65096);
        text-align: center;
        font-size: 1.5em;
    }

    h2{
        color: var(--mainColor,#e65096);
        font-size: 1.2em;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

}


.toTop {
    width: 60px;
    height: 60px;
    margin: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: table;
    z-index: 10;
}

.toTop a {
    display: block;
    text-align: left;
    width: 60px;
    height: 60px;
    background: #fff url(../images/ic_totop.png) no-repeat center center;
    text-decoration: none;
    border-radius: 8px;
    text-indent: -1000em;
}
footer {
    background: #f4f4f4;
    text-align: center;
    .fBnr{
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 2em;


        margin: 0;
        padding: 0;
        list-style: none;
    }
    .fBnr a{
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }
    .fBnr img{
        height: 2em;
        width: auto;
    }
}



@media (max-width: 575.98px) {  }


@media (max-width: 767.98px) {
    .copyright{
        font-size: 0.7em;
    }
    .table{
        display: block
    }
    table tr{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 1.5em;
    }
    .toTop{
        display: none;
    }
    .noSP{
        display: none;
    }
 }


@media (max-width: 991.98px) {  }


@media (max-width: 1199.98px) {  }


@media (max-width: 1399.98px) {  }