@charset "utf-8";
/* CSS Document */

.f_box00 {
	width: 99%;
	background: #9C0;
	padding: 1em;
	margin: 0 auto;
	color: #FFF;
	border-radius: 20px 20px 0 0;
}
.f_txt_flex {
	display: flex;
}
.f_txt1 {
	width: 35%;
	line-height: 20px;
	margin-right: 10px;
}
.f_txt2 {
	width: 35%;
	font-size: 200%;
	font-weight: bold;
} 
.f_ad {
	margin-top: 1em;
}
.f_box0 {
	display: flex;
	justify-content: space-between;
}
.f_box01 {
	}
.f_box02 {
	display: flex;
	}
.f_box02 p {
	width: 213px;
	height: 80px;
	border-right: 2px solid #FFF;
	margin-right: 1em
}
.f_box02 a:hover {
	font-size:120%;
	color: #090;
	font-weight: bold;
	transition: all 0.5s;
}
.f_nav {
	text-align: right;
}
.maruc {
	text-align: center;
	color: #FFF;
}