@charset "utf-8";
@import url(/family/media/css-lib/family_stylesheet-add.css);

/*************************************************
 共通
*************************************************/
body {
	background: #fff url(/family/media/img-lib/common/background-body.png) repeat-x;
	color: #333;
}
a {
	color: #194e96;
}
a:visited {
	color: #636071;
}
a:hover {
	color: #dc7209;
}
a.arrow01 {
	background: url(/family/media/img-lib/common/icon-arrow01-blue-right.png) no-repeat left center;
	padding-left: 13px;
}

/***** ヘッダー *****/
#header {
	height: 64px;
	background: #fff url(/family/media/img-lib/common/header/background-header.png) repeat-x;
}

#header h1{
	background: url(/family/media/img-lib/common/header/header-h1_bg.png) no-repeat right top;
	}

#header h1 img {
	margin-top: 14px;
}

/***** グローバルナビゲーション *****/
#nav {
	background: #fff url(/family/media/img-lib/common/nav/background-nav.png) repeat-x left bottom;
	min-width: 962px;
	position: relative;
	z-index: 3;
}
#nav ul {
	width: 962px;
	padding: 0 0 0 1px;
	background: url(/family/media/img-lib/common/nav/background-nav-ul-2021.png) no-repeat left bottom;
	position: relative;
}
#nav ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#nav li {
	width: calc(960px / 7); /* 160px */
	position: relative;
	z-index: 1;
}
#nav li.hover {
	z-index: 2;
}
#nav li a {
	display: block;
	padding: 10px 0 8px 0;
	color: #1f2323;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	overflow: hidden;
	zoom: 1;
}

#nav li span {
    color: #8c8c8c;
    display: block;
    font-size: 90%;
    overflow: hidden;
    padding: 10px 0 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

#nav li a:hover,
#nav li.current a,
#nav li.hover a {
	padding: 10px 0 5px 0;
	border-bottom: 3px #194e96 solid;
	font-weight: bold;
}
#nav li.effort {
	background: url(/family/media/img-lib/common/icon-arrow02-bottom.png) no-repeat 143px 16px;
}
/* ポップアップ */
#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
	width: 20em;
	height: auto;
	padding: 0;
	background: #fff none;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
/* ポップアップ内項目 */
#nav li ul li {
	float: none;
	width: auto;
	height: auto;
}
#nav li ul li a {
	text-align: left;
	zoom: 1;
}
#nav li ul li a:hover {
	background: #ffe4b9;
}
#nav li ul li a,
#nav li ul li a:hover,
#nav li.current ul li a,
#nav li.hover ul li a {
	height: auto;
	padding: 5px 10px;
	border-bottom: 0;
	font-weight: normal;
}

/***** パンくずリスト *****/
#breadcrumb {
	background: #eff6ff url(/family/media/img-lib/common/background-breadcrumb.png) repeat-x;
}
#breadcrumb p {
	padding: 10px 0;
}

/***** ステップガイド *****/
#section-group ul.stepguide {
	margin: 0 0 20px 0;
	overflow: hidden;
	zoom: 1;
}
#section-group ul.stepguide li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 219px;
	padding-left: 15px;
	height: 50px;
	line-height: 50px;
	background: url(/family/media/img-lib/common/background-stepguide.png) no-repeat;
	overflow: hidden;
}
#section-group ul.stepguide li.current {
	background-image: url(/family/media/img-lib/common/background-stepguide-current.png);
	color: #fff;
	font-weight: bold;
}

/***** メインエリア *****/
#section-group .section {
	clear: both;
	background: url(/family/media/img-lib/common/background-section-bottom.png) no-repeat bottom;
	overflow: hidden;
	zoom: 1;
}
#section-group .section-inner {
	background: url(/family/media/img-lib/common/background-section-top.png) no-repeat;
	padding: 20px 25px;
}

/***** サイドバー *****/
#sidebar .widget {
	background: url(/family/media/img-lib/common/sidebar/background-widget.png) no-repeat bottom;
}
#sidebar .widget h2 {
	margin: 0;
	padding: 0 10px;
	background: #066 url(/family/media/img-lib/common/sidebar/background-widget-h2.png) no-repeat;
	font-size: 100%;
	line-height: 28px;
	color: #fff;
	position: relative;
	zoom: 1;
}
#sidebar .widget ul {
	margin: -1px 0 0 0;
	padding: 0 2px 5px 2px;
	list-style: none;
	zoom: 1;
}
#sidebar .widget li {
	margin: 0;
	padding: 0;
	border-top: 1px #98afad dotted;
}
#sidebar .widget li a {
	display: block;
	line-height: 1.4;
	padding: 6px 10px 6px 22px;
	background: url(/family/media/img-lib/common/icon-arrow01-right.png) no-repeat 9px 11px;
	text-decoration: none;
	color: #333;
	zoom: 1;
}
#sidebar .widget li a:hover,
#sidebar .widget li.current a {
	color: #1ba196;
	background: url(/family/media/img-lib/common/sidebar/background-widget-item-hover.png) no-repeat;
	font-weight: bold;
}
#sidebar .consult img,
#sidebar .join img {
	display: block;
}

/***** フッター *****/
#footer {
	background: #1b52a1;
	border-top: 1px #fff solid;
	color: #fff;
	text-align: right;
}
#footer a {
	color: #fff;
	background: url(/family/media/img-lib/common/icon-arrow01-right.png) no-repeat left center;
	padding-left: 13px;
	margin-right: 1em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-inner {
	position: relative;
	padding: 10px 0;
	zoom: 1;
}
#footer a.to-pagetop {
	display: block;
	position: absolute;
	right: 0;
	top: -1.75em;
	line-height: 1.5em;
	padding: 0.25em 5px 0 17px;
	margin: -1px 0 0 0;
	background: #1b52a1 url(/family/media/img-lib/common/icon-arrow01-bottom.png) no-repeat 5px center;
	border-width: 1px 1px 0 1px;
	border-color: #fff;
	border-style: solid;
}
#footer ul.footer-menu {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
#footer ul.footer-menu li {
	display: inline;
}
#footer .copyright {
	margin: 0;
	text-align: center;
}
#footer .copyright span{
	font-size:80%;
}

/***** ニュース *****/
#section-group .section-news {
	padding-bottom: 2px;
}
#section-group .section-news .section-inner {
	padding: 1px 0 0 0;
}
#section-group .section-news ul {
	clear: both;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}
#section-group .section-news li {
	margin: -1px 0 0 0;
	padding: 6px 10px;
	border-top: 1px #98afad dotted;
	line-height: 1.4;
}
#section-group .section-news li .date {
	margin-right: 1.5em;
}

/********エラーメッセージ*************/
.error-message {
font-size: 120%;
height:25px;
color: #ff0000;
text-align:center;
font-weight:bold;
}
/*************************************************
 トップページ
*************************************************/
#main-image {
	position: relative;
	z-index: 1;
	min-width: 960px;
}
#main-image img.background {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main-image img.overlay1,
#main-image img.overlay2,
#main-image img.overlay3 {
	position: absolute;
	left: 50%;
}
#main-image img.overlay1 {
	top: 26px;
	margin-left: -480px;
}
#main-image img.overlay2 {
	top: 85px;
	margin-left: -170px;
}
#main-image img.overlay3 {
	top: 144px;
	margin-left: 192px;
}
#main-image img.overlay-print {
	display: none;
}
.toppage-article {
	position: relative;
	z-index: 2;
	/* margin-top: 200px !important; */
	zoom: 1;
}
.toppage-article #article-inner {
	width: 960px;
	padding-bottom: 30px;
	/* background: url(/family/media/img-lib/top/background-article-inner.png) no-repeat 684px bottom; トップページ木の画像は不要*/
	overflow: hidden;
}
.toppage-article .main-box {
	width: 484px;
	margin-bottom: 15px;
}
.toppage-article .consult {
	float: left;
}
.toppage-article .join {
	float: right;
}
.toppage-article .main-box * {
	margin: 0;
}
.toppage-article .main-box h2 {
	padding: 20px 27px 0 27px;
	font-size: 130%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.toppage-article .consult h2 {
	background: url(/family/media/img-lib/top/background-consult-top.png) no-repeat; /*★このトップページコンテンツいらない*/
	color: #a14901;
}
.toppage-article .join h2 {
	background: url(/family/media/img-lib/top/background-join-top.png) no-repeat; /*★このトップページコンテンツいらない*/
	color: #0d635c;
}
.toppage-article .main-box div.image {
	padding: 0 27px 0 27px;
}
.toppage-article .main-box .image-inner {
	height: 166px;
	position: relative;
	overflow: hidden;
}
.toppage-article .main-box .image-inner span {
	position: absolute;
	left: 10px;
	bottom: 8px;
	font-size: 90%;
	line-height: 1.4;
}
.toppage-article .main-box .image-inner img {
	display: block;
}
.toppage-article .main-box .image-inner img.print {
	display: none;
	margin-top: -166px;
}
.toppage-article .consult div.image {
	/*background: url(/family/media/img-lib/top/background-consult-middle.png) repeat-y; ★このトップページコンテンツいらない*/
}
.toppage-article .join div.image {
	 /*background: url(/family/media/img-lib/top/background-join-middle.png) repeat-y;★このトップページコンテンツいらない*/
}
.toppage-article .main-box p.button {
	padding: 0 27px 22px 27px;
}
.toppage-article .consult p.button {
	/*background: url(/family/media/img-lib/top/background-consult-bottom.png) no-repeat bottom; ★このトップページコンテンツいらない*/
}
.toppage-article .join p.button {
	/*background: url(/family/media/img-lib/top/background-join-bottom.png) no-repeat bottom;★このトップページコンテンツいらない*/
}
.toppage-article #section-group {
	margin-left: 8px;
	display: inline;
}
.toppage-article #section-group .section-news .section-inner {
	padding: 0;
}
.toppage-article #section-group .section-news .heading {
	height: 37px;
	/* background: url(/family/media/img-lib/top/background-news-heading.png) no-repeat; ★このトップページコンテンツいらない*/
	position: relative;
	overflow: hidden;
}
.toppage-article #section-group .section-news .heading h2 {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	color: #005f57;
	font-size: 130%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	display: inline;
}
.toppage-article #section-group .section-news .heading a.past {
	float: right;
}
#toppage-login {
	clear: both;
	background: #c0d5ca;
	min-width: 960px;
}
#toppage-login-inner {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}
#toppage-login img.button {
	float: left;
	margin-right: 20px;
}







/*************************************************
 セカンドページ
*************************************************/
.secondpage-article {
	/* background:url(/family/media/img-lib/common/background-article.png) repeat-x; */
	overflow: hidden;
	padding-bottom: 30px;
}

/***** 見出し *****/
#article-inner h2,
#section-group h2 {
	margin: 0;
	padding: 15px 0;
	font-size: 200%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
/** ページごとのイメージ設定 **/
/* お客様サポート */
#article-inner h2#customer{
	background:  url(/family/media/img-lib/common/family_h2_bg_customer.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}
/* 会社概要 */
#article-inner h2#company{
	background:  url(/family/media/img-lib/common/family_h2_bg_company.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}
/* お問い合わせ */
#article-inner h2#contact{
	background:  url(/family/media/img-lib/common/family_h2_bg_contact.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}
/* 勧誘方針 */
#article-inner h2#solicitation-policy{
	background:  url(/family/media/img-lib/common/family_h2_bg_solicitation-policy.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}
/* 個人情報の取扱について */
#article-inner h2#privacy-policy{
	background:  url(/family/media/img-lib/common/family_h2_bg_privacy-policy.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}


div#article-inner h2#lifestage{
	background: url(/family/media/img-lib/common/family_h2_bg_lifestage.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}


div#article-inner h2#select{
	background: url(/family/media/img-lib/common/family_h2_bg_select.png) no-repeat;
	margin-top:6px;
	margin-bottom:13px;
}



#article-inner h2 span{margin-left:18px;}
#section-group h3 {
	background: #fff url(/family/media/img-lib/common/background-h3.png) no-repeat;
	height: 28px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 120%;
	line-height: 28px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
#section-group h4 {
	background: url(/family/media/img-lib/common/background-h4.png) no-repeat left center;
	padding: 0 0 0 20px;
	border-bottom: 2px #a9c1ff solid;
	font-size: 110%;
}

#section-group h4.orange {
	background: url(/family/media/img-lib/common/background-h4_orange.png) no-repeat left center;
}

#section-group h5 {
	background: url(/family/media/img-lib/common/background-h5.png) no-repeat left center;
	padding: 0 0 0 10px;
	border-bottom: 1px #b7c4bd dotted;
	font-size: 100%;
}

/***** リスト *****/
#section-group ul {
	list-style-image: url(/family/media/img-lib/common/icon-point01.png);
	vertical-align: middle;
	margin-left: 2em;
	padding: 0;
}
#section-group ul.no-marker {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

#section-group ul#top-button-link {list-style-type:none; margin-left: 0em;}
#section-group ul#top-button-link li {text-align:center; display:inline; list-style-type:none;}
#section-group ul#top-button-link li img {margin-left:auto; margin-right:auto; height:120px; width:320px; margin:10px 0px 0px 0px;}


#section-group ul.top-cop {list-style:none !important; list-style-image:none;}
#section-group ul.top-cop li {height:100px; width:280px; background-color:#f4f4f4; border-radius:3px; list-style:none !important; list-style-image:none;}
#section-group ul.top-cop li p {padding:12px; font-size:90%;}
#section-group ul.top-cop li p strong{font-size:100%;}

/***** テーブル *****/
#section-group table {
	width: 100%;
	border-collapse: collapse;
}
#section-group table,
#section-group th,
#section-group td {
	border: 1px #A6A9CA solid;
}
#section-group th {
	width: 13em;
	padding: 4px 0 4px 10px;
	background: #ECF4FD;
	color: #1b52a1;
	font-weight: normal;
	text-align: left;
}
#section-group table.company-outline th {
	width: 7em;
	padding: 4px 10px;
}
#section-group th.required {
	background: #ECF4FD url(/family/media/img-lib/common/icon-required.png) no-repeat right center;
}
#section-group td {
	padding: 4px;
}
#section-group table ul {
	margin-bottom: 0;
}

/***** フォーム *****/
#section-group form p.button {
	background: #ECF4FD;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
}
#section-group button {
	border: 0;
	padding: 0;
	margin: 0 50px;
	background: transparent;
	width: 197px;
	vertical-align: middle;
	cursor: pointer;
}
#section-group input#zipcode1 {
	width: 2em;
}
#section-group input#zipcode2 {
	width: 2.5em;
}

/*************************************************
 印刷
*************************************************/
@media print {
	#nav ul,
	#nav li {
		position: static;
	}
	#main-image img.overlay-print {
		display: inline;
	}
	.toppage-article .main-box .image-inner img.print {
		display: block;
	}
}




