@charset "UTF-8";




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

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #333333;
    /* color: #3B4E32; */
    -webkit-text-size-adjust: 100%;
}

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

p {
	font-size: 1em;
}

ul {
    list-style: none;
}

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

iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
}

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

table {
	border-spacing: 0;
}

th {
    font-weight: normal;
}

address {
    font-style: normal;
}

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