@charset "utf-8";

html {
	font-size: 62.5%;/* 10px base */
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

header {
	height: 118px;
	background-color: #fff;
}

#header_inner{
	max-width: 980px;
	height: 118px;
	margin: auto;
	padding: 0 20px;
}

#header_inner .flex{
	height: 110px;
	list-style: none;
	justify-content: space-between;
	align-items: flex-end;
}

#rogo1{
	margin: 0 20px;
}

/* ナビ */

nav {
	height: 122px;
	background-color: #1E2E55;
/* 	padding-bottom: 8px; */
/* 	margin-bottom: 60px; */
}
/*
nav::after{
	content: "";
	display: block;
	height: 8px;
	background-color: #fff;
}
*/

#nav_inner{
	max-width: 980px;
	height: 122px;
	margin: auto;
	padding: 0 20px;
}

#nav_inner .flex{
	height: 122px;
	list-style: none;
	justify-content: space-between;
	align-items:center;
}

.nav_under {
	height: 8px;
	background-color: #fff;
	margin-bottom: 60px;
}

h2 {
	margin: 0;
}


ul {
	margin: 0;
	padding: 0;
}

.flex{
	display: flex;
}

.fontcolor1{
	color: #1F2E55;
}

.fontcolor2{
	color: #34444C;
}

.padding15{
	padding-bottom: 15px;
}

footer {
	width: 192px;
	margin: 50px auto 0;
	padding-bottom: 50px;
}