@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */

body {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.in-page {
	background: #F3F4F6;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

a {
	transition: .15s;
}

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

.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner02 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.wapper {
    display: flex;
}

.header {
	width: 210px;
    position: relative;
}

.content-area {
	width: calc(100% - 210px);
}


.header-inner {
	position: fixed;
	width: 210px;
	background: #fff;
	z-index: 50;
}

.header h1 {
	width: 130px;
	margin: 25px auto;
}

.header li a {
	display: block;
	padding: 15px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	font-size: 14px;
}

.header li:last-child a {
	border-top: none;
	text-align: center;
	color: #F3CE46;
	background: #333333;
}


.footer {
	background: url("../images/common/footer-bg.svg") no-repeat #F3CE46;
	background-size: 350px auto;
	padding: 80px 0;
}

.footer-img {
	width: 180px;
	margin: 0 auto 30px auto;
}

.footer ul {
	display: flex;
	gap:20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-top: solid #000 1px;
	padding-top: 30px;
}

.footer-bottom {
	display: flex;
    align-items: center;
    gap: 20px;
}







