@font-face {
    font-family: 'LINE Seed JP_OTF_Rg';
    src: url("./Fonts/LINESeedJP_A_TTF_Rg.ttf") format("TrueType");
}


@font-face {
    font-family: 'LINE Seed JP_OTF_Bd';
    src: url("./Fonts/LINESeedJP_A_TTF_Bd.ttf") format("TrueType");
}

body{
    background-color: #EB6101;
    position: relative;
    font-family: "LINE Seed JP_OTF_Rg";
}
.xmarkColmn{
    width: 100%;

    justify-content: right;
    align-items: right;
    display: flex;
}
.BorderImgX{
    display: block;
    margin-top: 9px;
    right: 0;
    justify-content: right;
    align-items: right;
    width: 50%;
}
.LINKFONT{
    margin-top: 75px;
    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
    font-size: 20px;
    color: #FDF6F3;
}
.BtnDiv{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.BorderTexts{
    margin: 21px;
    color: #444444;
    background-color: #FDF6F3;
    text-decoration: none;
    padding-top: 28px;
    padding-bottom: 28px;
    width: 290px;
    border-radius: 10px;

    
}
.LOGOIMG{
    padding-top: 88px;
    width: 181px;

    position: absolute;
    right: 28%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 390px) {
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

}