@charset "utf-8";

:root {
	--bg-green: #7bb180;
	--accent-green: #005f52;
	--card-bg: #f2f2f2;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "fot-seurat-pron", sans-serif;
	font-weight: 600;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

p {
	line-height: 1;
}

a {
	text-decoration: none;
}

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

table {
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.link_section {
	margin-top: -180px;
	padding-top: 180px;
}

/***********************
					見出し
***********************/
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}


@media screen and (max-width: 760px) {
	.link_section {
		margin-top: -90px;
		padding-top: 90px;
	}


}