 @charset "UTF-8";
/*
------------------------------------------------
Style_Formatting
------------------------------------------------
*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color:#141414;
	font-size: clamp(14px, 0.9523809523809524vw, 16px);
	line-height: 180%;
}

@supports (-webkit-touch-callout: none) {
  body {
    	font-size: clamp(12px, 1.3671875vw, 14px);
  }
}

h1, h2, h3, h4, h5, h6, address, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

table, caption, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 0px;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
}

strong {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

pre {
	margin: 0px;
	padding: 0px;
	clear: both;
}

* {
	font-family: 'BIZ UDGothic', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
	color: #141414;
	overflow-wrap: anywhere;
}

textarea, input, select {
	font-family: 'BIZ UDGothic', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
}
@media all and (-ms-high-contrast: none) {
	* {
		font-family: 'BIZ UDGothic', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
	}
}

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

/*
------------------------------------------------
Style_Formatting＿HTML5
------------------------------------------------
*/
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}

/*
------------------------------------------------
CSS Model
------------------------------------------------
*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
------------------------------------------------
other
------------------------------------------------
*/

table {
	border-collapse: collapse;
}

em {
	font-style: normal;
}

/* 改行pc.sp */
@media screen and (min-width: 768px) {
	.sp { display:none !important; }
}
@media screen and (max-width: 767px) {
	.pc { display:none !important; }
}