@charset "UTF-8";

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: 62.5%;
    min-width: 100%;


}


body {
    color: #000;
    word-wrap: break-word !important;
    font-family: dnp-shuei-mincho-pr6n, garamond-premier-pro, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.4em;
    min-width: 100%;
    background-image: url(../img/paper_texture_11.png) !important;
    background-size: cover;
    -webkit-text-size-adjust: 100%;

}


html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}


p,
a {
    font-size: 100%;
    font-family: dnp-shuei-mincho-pr6n, garamond-premier-pro, sans-serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: dnp-shuei-mincho-pr6n, garamond-premier-pro, sans-serif;
    font-weight: 400;
    line-height: 30px;

    letter-spacing: 2px;
    font-size: 15pt;
    color: #000;
}

h1,
h2,
h3 {
    font-size: 20pt;
    margin: 30px 0;
    line-height: 50px;
    color: #000;

}

p {
    font-size: 10.5pt;
}


img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}


ul li {
    list-style-position: inside;
    list-style-type: none;
}


h1 img {
    width: 300px !important;
    position: absolute;
    top: 50px;
    left: 105px;

}

h1 img {
    width: 300px;
}

header .logo {
    width: 130px;
    position: fixed;
    z-index: 11;
    top: 2%;
    left: 2%;
}



footer {
    text-align: right;
    width: 100%;

}

footer img {
    width: 70px;
}

#privacy {
    width: 90%;
    margin: 150px auto;

}



#privacy a {
    text-decoration: underline;
    line-height: 30px;

}

@media screen and (max-width:500px) {
    header .logo {

        top: 1%;
    }

    header .logo {
        width: 120px;
    }



    p,
    a {
        line-height: 20px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {

        letter-spacing: 1px;
    }

    h1,
    h2,
    h3 {
        font-size: 14pt;
        margin: 30px 0;
        line-height: 30px;

    }

    img {
        width: 90%;

    }

    .item1 img {
        width: 76%;
    }

    .scroll {

        right: 20vw;

    }

    .blo5 {
        display: block;
    }




    .small {
        font-size: 8pt !important;
        line-height: 13px !important;
    }



    p {
        font-size: 10pt;
    }

    .cparea p {
        font-size: 9pt;
    }

    .cparea {
        width: 80%;
        margin: 15px 10px;
    }

    .top50 {
        margin-top: 15px;
    }

    button {

        margin: 15px 0px;

    }

    input[type="submit"] {

        height: 30px;
    }

    .media {
        height: 200px;
    }

    label {
        font-size: 9pt !important;
    }

    form textarea {

        height: 80px;
        width: 100%;
    }

    #thanks h1 {
        font-size: 14pt;
        color: #000;
        line-height: 36px;
    }

    #thanks p {
        margin: 15px 0;
        padding: 0 10px;
    }
    #privacy {
    width: 90%;
    margin: 100px auto;
}
}