@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');


html {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
}

h1 {
	font-size: 2em;
	font-weight: 500;
	line-height: 1.5;
}
h2 {
	font-weight: 500;
	line-height: 1.5;
}
h3 {
	font-weight: 500;
	line-height: 1.5;
}
p {
	font-weight: 400;
	line-height: 1.75;
}
th {
	font-weight: 500;
	margin-right: 32px;
	line-height: 1.5;
	display: block;
}
td {
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: #333;
    text-decoration: none;
}
a:hover {
	opacity: .6;
}

section {
	max-width: 720px;
	margin: 160px auto;
	padding: 0 16px;
}




/*
//
// list_card
//
*/
ul.list_card {
	margin: 0;
    padding: 0;
    display: flex;
}

ul.list_card li {
	width: 320px;
    list-style: none;
    margin: 0 16px 16px 0;
}

ul.list_card li img {
	width: 100%;
    border-radius: 8px;
}

ul.list_card li h3 {
	margin: 8px 0 0 0;
}
/*
//
// end list_card
//
*/


.maru {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #000;
	margin: 0 auto;
}