@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;700&display=swap');

body {
	background-color: #ffffff;
	margin: 0 auto;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}

* {
	font-family: 'Noto Sans JP', serif;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
}

div, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

p {
	line-height: 200%;
}

img {
	border-style: none;
	vertical-align: bottom;
}

a {
	color: #4A4A4A;
	text-decoration: none;
}

a:active {
	color: #4A4A4A;
}

a:visited {
	color: #4A4A4A;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img.full {
	width: 100%;
}

.text-center {
	text-align: center;
}

.after-clear::before, .after-clear::after {
	content: "";
	display: block;
	overflow: hidden;
}

.after-clear::after {
	clear: both;
}

.after-clear {
	zoom: 1;
}

.disp-none {
	display: none;
}

sub.co2 {
	font-size: 71.43%;
}

@media screen and (max-width: 767px) {
	* {
		line-height: 27px;
	}
}
