/*
Theme Name: 就労移行支援事業所 フェローONE
Theme URL: URI
Description: テーマの説明
Author: fsdvlp
Version: 2024-11-11
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/* この下に通常のcssを書いていく */

:root {
	--Thin: 100;
	--Hairline: 100;
	--Extra_Light: 200;
	--Ultra_Light: 200;
	--Light: 300;
	--Normal: 400;
	--Medium: 500;
	--Semi_Bold: 600;
	--Demi_Bold: 600;
	--Bold: 700;
	--Extra_Bold: 800;
	--Ultra_Bold: 800;
	--Black: 900;
	--Heavy: 900;
}

html , body {
	height: 100%;
}

body {
	color: #2c3841;
	font-family: "Noto Sans JP", serif;
	font-style: normal;
	font-size: 12pt;

	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	outline: 0;
}

ul , ol {
	list-style: none;
}

img {
	height: auto;
}


.mobile-switch {
	display: none;
}
