@charset "utf-8";

body,div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,figure,form,fieldset,input,textarea,p,blockquote,
tbody,th,tr,td,
dl,dt,dd {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #292929;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.7;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	overflow-wrap:break-word;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-size: 100%;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
em,i {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
li {
	list-style: none;
}
table,tbody,tr,th,td {
	border-collapse: collapse;
}
fieldset,img {
	border: 0 none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
}
address,caption,cite,
code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
main,article,aside,
figure,footer,header,hgroup,
nav,section {
	display: block;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: "";
}
abbr,acronym,
tbody,tr {
	border: 0 none;
}
select option {
	padding: 0 0.5em;
}
form label {
	cursor: pointer;
}
button {
	padding: 0;
}
hr {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
a {
	color: #333;
	border: 0 none;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
a:focus,
a:hover,
button:focus,
button:hover {
	color: #333;
	outline: medium none;
	text-decoration: none;
}
input,select,button {
	border: 0;
	font-size: 20px;
	vertical-align: middle;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
	border-radius: 0;
}
input[type=submit] {
	-webkit-appearance: none;
}
textarea {
	font-size: 20px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
textarea,
select {
	outline: none;
}
select {
	background: transparent;
	-webkit-appearance: button;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}

/*/////////////////////////////*/

@media screen and (max-width: 1024px) {
	body {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	input,
	select,
	button {
		font-size: 16px;
	}
	textarea {
		font-size: 16px;
	}
}