*{
	/*margin:auto;
	padding: 0;*/
}

html{
	font-family: "メイリオ";
}

th{
	text-align: left;
	font-weight: normal;
}

:root {
	--main-color: #2aab39;
	--char-glay : #808080;
	--main-width:	1080px;
}

h2{
	margin: 0;
	text-align: center;
	font-weight: normal;
}

a{
	text-decoration: none;
}
a:link    { color: var(--main-color); }
a:visited { color: var(--main-color); }
a:hover   { color: var(--main-color); }
a:active  { color: var(--main-color); }

.a_white:link    { color: #fff; }
.a_white:visited { color: #fff; }
.a_white:hover   { color: #fff; }
.a_white:active  { color: #fff; }

.a_glay:link    { color: var(--char-glay); }
.a_glay:visited { color: var(--char-glay); }
.a_glay:hover   { color: var(--char-glay); }
.a_glay:active  { color: var(--char-glay); }

.a_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

html{
	width: 100%;
}

body{
	border-top: 9px solid var(--main-color);
	margin:auto;
	min-width: var(--main-width);
	width: 100%;
}

header{
	margin:auto;
	width: var(--main-width);
}

#header_top{
	padding-bottom: 48px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#header_logo_area{
	width: 380px;
}

ul{
	list-style-type: none;
}



#header_nav{
	color: var(--main-color);
	width: 542px;
}

#header_nav ul{
	display: flex;
	justify-content: space-between;
}

#bread_clambs{
	padding-left: 65px;
	padding-bottom: 22px;
	display: block;
	color: var(--main-color);
	border-bottom: 2px solid #c4c4c4;
	margin-bottom: 113px;
}

.bread_clambs_location{
	color: var(--char-glay);
}

.title {
	padding-left: 30px;
	margin-bottom: 50px;
	font-size: 27px;
	color: var(--main-color);
	text-align: left;
	font-weight: normal;
}

#to_top_arrow{
	position: fixed;
	bottom: 10px;
	right: calc(50% - 540px);
	cursor: pointer;
}

footer{
	margin-top: 83px;
	background-color: var(--main-color);
	color: #fff;
	height: 173px;
	text-align: center;
}

#footer_box{
	padding-top: 77px;
}

#company_address{
	text-align: left;
	display:inline-block;
}
