@charset "utf-8";
/*
Theme Name: senior-no-mirai
Description: シニアノミライ
Version: 0.0
*/

/* パソコン閲覧調整 */

/*ヘッダ*/

header { /*ヘッダー固定*/
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 2;
}

header .inner .lower {
	display: flex;
	justify-content: space-between;
}

/*サイトID*/
/*
header .inner .lower strong a {
	display: block;
	margin: 0;
	padding: 0;
	width: 272px;
	height: 68px;
	text-indent: -9999px;
	background-image: url(img/site-id.png);
}
*/

/*メインメニュー*/
header .inner .lower #main-navi ul#mega-menu-main-menu {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li:not(:last-child) {
	margin-right: 40px;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li a {
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li a:hover {
	color: #FFD54F;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li a small {
	display: block;
	margin-top: 5px;
	color: #697393;
	font-size: 14px;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li:last-child a.mega-menu-link {
	width: 25px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(img/icon-facebook.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li:last-child a.mega-menu-link:hover {
background-image: url(img/icon-facebook_hover.png);	
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
	header .inner .lower {
		flex-direction: column;
		margin-top: -30px;
	}

	header .inner .lower #main-navi ul#mega-menu-main-menu li:not(:last-child) {
		margin-right: 15px;
	}
}

/*フッタ*/

/*フッターメニュー*/
footer #navi-area {
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
}

footer #navi-area #footer-nav ul {
	display: flex;
}

footer #navi-area #footer-nav ul li a {
	margin-right: 50px;
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
	footer #navi-area {
		flex-direction: column;
	}

	footer #navi-area #footer-nav ul li a {
		margin-right: 30px;
	}

	footer #navi-area #footer-nav ul {
		margin-bottom: 15px;
	}
}

/*お問い合わせ*/
#contact-info-area #inner {
	/*max-width: 820px;
	margin: 0 auto;
	padding:0 10px*/
	display: flex;
	justify-content: space-between;
}

#contact-info-area #inner #contact-msg,
#contact-info-area #inner #contact-info {
	height: 114px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#contact-info-area #inner #contact-msg .msg .newline {
	display: block;
}

#contact-info-area #inner #contact-msg .msg .newline .sp-text {
	display: none;
}

/*シニアノミライとは*/
#about .fig-1 .upper {
margin:25px 0 ;
}

#about .fig-1 .upper ul{
display: flex;
justify-content: space-around;
align-items: center;
}

#about .fig-1 .lower {
	padding-bottom: 20px;
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
#about .fig-2 img {
	width: 100%;
	height: auto;
}
}

/*起業の豆知識表*/
/*SP表示を非表示*/
table.sp-browsing {
	display: none;
}


