<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _setting CSS */

/**********************************************
ãƒœã‚¿ãƒ³ã®è¨­å®šã€€ï¼šã€€
**********************************************/

html {
	font-size: 10px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}

header,
footer,
nav,
main,
article,
section,
figure,
aside {
	display: block;
}

body {
	line-height: 1.7;
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	-webkit-text-size-adjust: 100%;
	min-width: 1150px;
	min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
code,
th,
td,
select {
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
}

em,
strong {
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td {
	line-height: 1.7;
	text-align: left;
}

/* base style
------------------------------------------------------------------------- */

li {
	list-style: none;
}

fieldset,
img,
hr {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

th {
	vertical-align: top;
}

th br {
	display: block;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

td {
	vertical-align: top;
	word-break: break-all;
}

a {
	border: none;
	color: #000;
	text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
	box-shadow: none;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
}

textarea {
	line-height: 1.7;
	resize: vertical;
}

select {
	font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
}

button {
	display: block;
	border: none;
	background: none;
	outline: none;
	font-size: 1.4rem;
}

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

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */

@media screen and (min-width: 751px) {

a:hover {
	text-decoration: none;
}

}

@media screen and (max-width: 750px) {

html {
	font-size: 3.73333vw;
}

body {
	min-width: 100%;
	font-size: 3.73333vw;
}

/* @media screen
------------------------------------------------------------------------- */

body {
	font-size: 3.46667vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
code,
th,
td,
select {
	font-size: 3.46667vw;
}

em,
strong {
	font-size: 3.46667vw;
}

input[type=text],
textarea,
select,
button {
	font-size: 3.46667vw;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

}


/*# sourceMappingURL=maps/base.css.map */
</pre></body></html>