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

/* スマートフォン閲覧調整 */

/*ヘッダ*/

/*メルマガ登録ボタン*/
header .inner .upper a.email-magazine {
	width: 110px;
	height: 30px;
	background-size: 85%;
}

/*オンライン相談ボタン*/
header .inner .upper a.online-consultation {
	/*display: block;*/
	width: 122px;
	height: 30px;
	background-size: 85%;
}

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

.mega-menu-toggle {
	margin-top: 10px;
	margin-bottom:10px;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li a small::before {
	content: "-";
	margin-left: 1.0em;
	margin-right: 0.5em;
}

header .inner .lower #main-navi ul#mega-menu-main-menu li a small::after {
	content: "-";
	margin-left: 0.5em;
}

/*サイトID*/
/*
header .inner .lower strong {
	display: none;
}
*/

header .inner .lower strong a {
	/*display: block;*/
	/*width: 200px;
	height: 50px;*/
	width: 180px;
	height: 45px;
	background-size: cover;
	position: absolute;
	z-index: 2;
}
/*フッタ start*/

/*フッタメニュー*/
footer {
	padding: 15px 0;
}

footer #navi-area #footer-nav {
	/*margin-left: 10px;*/
	margin-bottom: 15px;
}

footer #copyright {
	/*margin-left: 10px;*/
	/*justify-content: center;*/
}

/*お問い合わせ*/
#contact-info-area {
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	padding: 25px 10px;
}

#contact-info-area h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

#contact-info-area #inner {
	text-align: center;
	padding: 0;
}

#contact-info .phone,
#contact-info .mail {
	margin: 10px auto;
}

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

/*フッタ end*/

/*パンくずリスト*/
.breadcrumbs {
	padding: 10px 0 15px;	
}

/*コンテンツ設定*/
#contents-area {
	padding: 0 10px 50px;
}

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

#about .fig-1 .lower strong {
	display: block;
}

#about .fig-2 img {
	width: 100%;
	height: auto;
}

/*起業の豆知識表*/

/*PC表示を非表示*/
table.pc-browsing {
	display: none;
}

/*
table.material thead tr th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}*/

/*オンライン相談・お問い合わせ*/
table.mail-form tbody tr th {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

table.mail-form tbody tr th::before {
	content: "■";
	margin-right: 0.5em;
}

table.mail-form tbody tr td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}