@charset "utf-8";
/* CSS Document */
/*========================
リセットCSSセットここから
==========================*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, q, small, strong, var, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, menu, nav, section, summary, time, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
word-break: break-all;
box-sizing: border-box;
text-align: justify;
}

html {
	font-size: 625%;
}

body {
	font-size: .15rem;
	background: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	letter-spacing: .044em;
}



article, aside, footer, header, menu, nav, section { 
display:block;
}
nav ul {
list-style:none;
}
a {
margin:0;
padding:0;
vertical-align:baseline;
background:transparent;
transition: all 0.2s linear;
}
.submitbtn{
	transition: all 0.1s linear;
}
.submitbtn:hover{
	opacity:0.8;
}
a:hover{
	opacity:0.6;
}

table {
border-collapse:collapse;
border-spacing:0;
}
input, select {
vertical-align:middle;
}
address{
font-style:normal;
}
h1, h2, h3, h4, th{
font-weight:normal;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
/*========================
リセットCSSセットここまで
==========================*/