/* font-face(theme for 202411) */

@font-face{
	font-family: 'Noto Sans JP';
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Regular.woff2')  format('woff2'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Regular.woff')  format('woff'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Regular.otf')  format('opentype');
}

@font-face{
	font-family: 'Noto Sans JP';
	font-display: swap;
	font-style: normal;
	font-weight: bold;
	src: url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Bold.woff2')  format('woff2'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Bold.woff')  format('woff'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/NotoSansJP/NotoSansJP-Bold.otf')  format('opentype');
}

@font-face{
	font-family: 'Zen Kaku Gothic Antique';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Regular.woff2')  format('woff2'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Regular.woff')  format('woff'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Regular.otf')  format('opentype');
}

@font-face{
	font-family: 'Zen Kaku Gothic Antique';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Medium.woff2')  format('woff2'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Medium.woff')  format('woff'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Medium.otf')  format('opentype');
}

@font-face{
	font-family: 'Zen Kaku Gothic Antique';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Bold.woff2')  format('woff2'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Bold.woff')  format('woff'),
		url('/wp-content/themes/engineerblog-original-202411/static/fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Bold.otf')  format('opentype');
}


/* reset */

* {
	min-width: 0;
	min-height: 0;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Zen Kaku Gothic Antique","Yu Gothic",sans-serif;
	font-weight: 500;
}

input:focus {
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

button:focus {
	outline: none;
}

body {
	line-height: 1;
	overflow-x: hidden;
	position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

a {
	color: #428bca;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: none;
}

a:hover {
	color: #428bca;
	transition: 0.3s;
	border-bottom: none;
}

input::-ms-clear {
	visibility: hidden;
}

input::-ms-reveal {
	visibility: hidden;
}

em {
	margin: 0 1px;
	font-style: normal;
	font-weight: 700;
}

p {
	line-height: 1.5em;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track{
	background-color: #f9fcff;
}
::-webkit-scrollbar-thumb{
	background-color: #deeeff;
}

.width__50 {
	width: 50%;
}

.width__100 {
	width: 100%;
}

.width__320px {
	width: 320px;
}

.width__360px {
	width: 360px;
}

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

	::-webkit-scrollbar {
		width: 6px;
	}

}