*{
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.en{
	font-family: "Tilt Neon", sans-serif;
	font-weight: 400;
}
html, body{
	color: #231815;
}
a{
	text-decoration: none;
	color: inherit;
}
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, 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, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    outline: none;
	border: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	background: #F2F4F6;
	border-radius: 6px;
	height: 56px;
	font-size: 16px;
	padding: 0 32px;
	width: 100%;
	box-sizing: border-box;
}
textarea{
	height: 240px;
	padding: 20px 32px;
	max-width: 100%;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder{
	font-size: 14px;
	color: #6D7777;
}
select:hover,
label:hover{
	cursor: pointer;
}
input[type="submit"]{
	border: 1px solid #F6BB02;
	background: #F6BB02;
	width: 230px;
	line-height: 65px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}