@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;
}

button {
	background-color: #fff;
}



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

html {
	background: #fff;
	line-height: 1.5;
}

body {
	font-family: sans-serif;
	font-size: 100%;
	color: #333;
	position: relative;
	overflow-x: hidden;
	font-size: 16px;
}

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

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;
}

input,
textarea{
	text-align: left;
	font: 14px sans-serif;
	color: #333;
}

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

img{
	display: block;
	width: 100%;
	object-fit: contain;
}

input[type="text"] {
	text-align: left;
	text-indent: 6px;
}



[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

