@charset "UTF-8";

:root {
	--colorBlack: #000;
	--colorDarkDarker: #333;
	--colorBlue: #1c4371;
	--colorOrange: #f7b14e;
	--colorDarkOrange: #eeac4e;
	--colorDeepBlue: #032e61;
	--colorWhite: #fff;
	--colorBlock: #e5e5e5;
	--colorTab: #999;
	--colorDarkGray: #f5f5f5;
	--colorSlider: #f9f9f9;
	--colorGray: #e5e5e5;
	--colorLightGray: #707070;
	--colorBorderGray: #e6e6e6;
	--colorBorderBlack: #070707;
	--colorSpanBlack: #010101;
	--colorImg: #464040;
	--colorDarkWhite: #fff9f9;
	--fontTextBold: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		sans-serif;
	--fontTextEng: "Open Sans", sans-serif;
}

html,
body {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.047em;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: none;
	-ms-font-smoothing: auto;
	-o-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html {
	font-size: 16px;
	overflow-y: scroll;
}
body {
	/* padding-top: 123px; */
	position: relative;
	background: #fff;
	min-width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

span,
em,
strong,
abbr,
acronym,
dfn,
q,
cite,
sup,
sub,
code,
var,
kbd,
samp,
bdo,
big,
small,
strike,
u,
tt,
a,
label {
	font-size: inherit;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	transition: opacity 0.4s ease, color 0.4s ease;
}
a:hover {
	opacity: 0.6;
	cursor: pointer;
}
a:focus,
*:focus {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a:hover img {
	cursor: pointer;
	zoom: 1;
}
svg,
img[src$=".svg"],
img[src$=".svgz"] {
	display: block;
	max-width: 100%;
	height: auto;
}
::selection {
	background: #ddd;
}
dl dt {
	font-weight: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

.display-name {
	color: #fff;
}
#wpadminbar {
	position: fixed !important;
}
