/*PrmaCeed_Hamamatsulab_reset
/2018.06
*/

@charset "UTF-8";

/***reset_リセット***/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background:transparent;

}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	background: #fff;
}

input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-indent: 0;
	text-transform: none;
	text-shadow: none;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	background-color: #fff;
}

input[type="submit"],
input[type="button"]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/***initial setting_初期設定***/

html {
	background: #fff;
	line-height: 150%;
}

body {
	font-family: sans-serif;
	font-size: 100%;
	color: #000;
	position: relative;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 20px;
	font-weight: 400;
}


@media (min-width: 500px) and (max-width: 1024px) {
	h3{
		font-size: 3vh;
	}
}

input {
	background-color: #ffffff;
	user-select: text;
	cursor: auto;
}

select,
button {
	text-rendering: auto;
	text-align: center;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
}

a {
	cursor: pointer;
	color: #000;
}

img{
	display: block;
	width: 100%;
}


.header-sns{
	width: 20%;
}