@charset "utf-8";
/* init.css */

html,
body {
	padding: 0;
	margin: 0;
	background: rgba(250 250 250/ 1.00);
}

* {
	padding: 0;
	margin: 0;
	color: rgba(51 51 51/ 1.00) !important;
	/*font-size: 0.95rem;
	font-weight: normal;
	font-style: normal;*/
	font: normal normal 1.10rem/1.45 meiryo;
}

ul, ol, li {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none !important;
}

h2 {
	display: flex;
	justify-content: start;

	font-size: 1.50rem !important;
	font-weight: bold !important;
}

h2::before {
	content: "";
	border-left: 10px solid rgba(125 155 210/ 1.00);
	margin-right: 0.50rem;
}

