

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

div {
    border-spacing: 0;
    border-collapse: collapse;
  }

  ol, ul, dl{
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}
img {
    display: block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0;
    font-weight: normal;
}

.form-check {
    min-height: unset !important;
}

html {
    font-size: 5.2083vw;
}

.none {
    display: none !important;
}

.pc_block {
    display: block;
}

.phone_block {
    display: none;
}

@media screen and (max-width: 992px) {
    html {
        font-size: 27.7778vw;
    }

    .pc_block {
        display: none;
    }

    .phone_block {
        display: block;
    }
}




@font-face {
    font-family: 'SourceHanSansHKBold';
    src: url('/html-before/fonts/SourceHanSansHK-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKMedium';
    src: url('/html-before/fonts/SourceHanSansHK-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKRegular';
    src: url('/html-before/fonts/SourceHanSansHK-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansHKExtraLight';
    src: url('/html-before/fonts/SourceHanSansHK-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKHeavy';
    src: url('/html-before/fonts/SourceHanSansHK-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKLight';
    src: url('/html-before/fonts/SourceHanSansHK-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKNormal';
    src: url('/html-before/fonts/SourceHanSansHK-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


