@charset "UTF-8";




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #464237;
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5 {
    font-size: 1em;
    font-weight: normal;
}

p {
	font-size: 1em;
    letter-spacing: 1px;
}

ul {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #403d3c;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

table {
	border-spacing: 0;
}

th {
    font-weight: normal;
}

address {
    font-style: normal;
}

/* input {
    -webkit-appearance: none;
} */