@charset "utf-8";

@media print, screen {

/* リセット ＆ 基本設定 */

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, font, figure, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

:focus{
	outline:0;
}

html{
	font-size: 62.5%;
}

body{
	background:#f5f5f0;
	color:#4d4d4d;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height:1;
	letter-spacing: 0.09em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.8rem;
	font-weight: 700;
}

p + p {
	margin-top: 1.5em;
}

strong {
	
}
ol,ul{
	list-style:none;
}

img{
	width: 100%;
	height: auto;
	vertical-align:bottom;
}

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

caption,th,td{
	text-align:left;
	font-weight:normal;
}

input,
textarea,
button,
select,
option{
	color:#4d4d4d;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	font-size:1.6rem;
}
input::placeholder {
	color:#999;
}
input:-ms-input-placeholder {
	color:#999;
}
input::-ms-input-placeholder {
	color:#999;
}
select {
	height: 1.9em;
	border: 1px solid #a0a0a1;
	border-radius: 6px;
}
input[type^="text"],
input[type^="tel"],
input[type^="email"],
textarea {
	border: 1px solid #a0a0a1;
	padding: 0.1em 4px;
	border-radius: 6px;
}
input[type^="checkbox"],
input[type^="radio"] {
	display: none;
}
input[type^="checkbox"] + span,
input[type^="radio"] + span {
	position: relative;
	padding-left: 20px;
}
input[type^="checkbox"] + span:before,
input[type^="radio"] + span:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #a0a0a1;
	border-radius: 50%;
	background: #fff;
}
input[type^="checkbox"]:checked + span:after,
input[type^="radio"]:checked + span:after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #a0a0a1;
  border-radius: 50%;
}
input[type^="hidden"]{
	margin: 0 !important;
}
a:link,a:visited { color: #4d4d4d; text-decoration: none; word-break: break-all; }
a:hover,a:active { color: #000; text-decoration: none; word-break: break-all; }

em {font-style: normal;}

dt dfn {
	font-weight: normal;
	font-style: normal;
}

}/* @media */
