@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /*overflow-y: scroll;*/
}

body {
	position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #313131;
    -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,iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #313131;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

table {
	border-spacing: 0;
}

th {
    font-weight: normal;
}

address {
    font-style: normal;
}

input {
    -webkit-appearance: none;
}