@font-face {
    font-family: 'Katuri';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/Katuri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: keep-all;
    font-family: "Katuri", sans-serif !important;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
    display: block;
    border: 0;
    *margin: 0;
    *padding: 0;
    *font-size: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, iframe {
    border: 0
}

img {
    height: auto;
    vertical-align: top;
}

ul, ol {
    list-style: none;
    margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    width: 100%;
}

caption, legend {
    display: none
}

html, body {
    height: 100%;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    font-size: 14px;
    color: #212121;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #212121;
}

a[href^="tel"] {
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

body {
    -webkit-overflow-scrolling: touch
}

.button_style {
    border: 1px solid #c20c1d;
    color: #c20c1d;
    padding: 0.5em 1em;
    font-size: 12px;
    border-radius: 25px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.button_style:hover {
    background: #c20c1d;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.big_button_style {
    padding: 1em 2em;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.big_button {
    display: block;
    width: 135px;
    margin: 0 auto;
    text-align: center;
}

.big_button_style01 {
    padding: 1em 2em;
    display: inline-block;
    margin: 0 auto;
}

.big_button01 {
    display: inline-block;
    margin-top: 1em;
}