@charset "utf-8";

/* ============================================================
	the0123.com base styles
	Vertion 2016/07/20
============================================================ */


/* ----------------------------------------
	iconfont
---------------------------------------- */
@font-face {
		font-family: 'icomoon';
		src:		url('/common/fonts/icomoon.eot?60am27');
		src:		url('/common/fonts/icomoon.eot?60am27#iefix') format('embedded-opentype'),
					url('/common/fonts/icomoon.ttf?60am27') format('truetype'),
					url('/common/fonglobal-navits/icomoon.woff?60am27') format('woff'),
					url('/common/fonts/icomoon.svg?60am27#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

/* ----------------------------------------
	default
---------------------------------------- */
html{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #666;
	/* min-width: 1010px; */
	min-width: 1000px;
	width:100%;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

a:link,
a:visited,
a:active{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #333;
	text-decoration: underline;
}

dl,dt,dd{
	margin: 0;
	padding: 0;
}

ul,ol,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

header,footer,nav{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

.clear{
	clear: both;
}
.red{
	color: red;
}
.margin_right0{
	margin-right: 0 !important;
}

.margin-bottom0{ margin-bottom: 0px !important; }
.margin-bottom10{ margin-bottom: 10px !important; }
.margin-bottom20{ margin-bottom: 20px !important; }
.margin-bottom30{ margin-bottom: 30px !important; }
.margin-bottom40{ margin-bottom: 40px !important; }
.margin-bottom50{ margin-bottom: 50px !important; }
.margin-bottom60{ margin-bottom: 60px !important; }
.margin-bottom70{ margin-bottom: 70px !important; }
.margin-bottom80{ margin-bottom: 80px !important; }
.margin-bottom90{ margin-bottom: 90px !important; }
.margin-bottom100{ margin-bottom: 100px !important; }

.margin-right0{ margin-right: 0px !important; }
.margin-right10{ margin-right: 10px !important; }
.margin-right20{ margin-right: 20px !important; }
.margin-right30{ margin-right: 30px !important; }
.margin-right40{ margin-right: 40px !important; }
.margin-right50{ margin-right: 50px !important; }
.margin-right60{ margin-right: 60px !important; }
.margin-right70{ margin-right: 70px !important; }
.margin-right80{ margin-right: 80px !important; }
.margin-right90{ margin-right: 90px !important; }
.margin-right100{ margin-right: 100px !important; }

.margin-left0{ margin-left: 0px !important; }
.margin-left10{ margin-left: 10px !important; }
.margin-left20{ margin-left: 20px !important; }
.margin-left30{ margin-left: 30px !important; }
.margin-left40{ margin-left: 40px !important; }
.margin-left50{ margin-left: 50px !important; }
.margin-left60{ margin-left: 60px !important; }
.margin-left70{ margin-left: 70px !important; }
.margin-left80{ margin-left: 80px !important; }
.margin-left90{ margin-left: 90px !important; }
.margin-left100{ margin-left: 100px !important; }

.margin-top0{ margin-top: 0px !important; }
.margin-top10{ margin-top: 10px !important; }
.margin-top20{ margin-top: 20px !important; }
.margin-top30{ margin-top: 30px !important; }
.margin-top40{ margin-top: 40px !important; }
.margin-top50{ margin-top: 50px !important; }
.margin-top60{ margin-top: 60px !important; }
.margin-top70{ margin-top: 70px !important; }
.margin-top80{ margin-top: 80px !important; }
.margin-top90{ margin-top: 90px !important; }
.margin-top100{ margin-top: 100px !important; }


/* clearfix ----------------------------------------------------------------------------- */
.clearfix::after, div.section::after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, div.section{
	display: inline-block;
}
* html .clearfix, * html div.section{
	height: 1%;
}
.clearfix, div.section{
	display: block;
}

/* ----------------------------------------
	wrapper
---------------------------------------- */
body > .wrapper#page-top{
	width: 100%;
	position: relative;
	/* min-width: 1010px; */
	min-width: 1000px;
}

/* ----------------------------------------
	header
---------------------------------------- */
#header{
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
}

#header .header-top{
	background: #f2f2f2;
}

#header .header-top .header-top-wrapper{
	margin: 0 auto;
	padding: 3px 0 5px;
	width: 1000px;
}

#header .header-top .header-top-wrapper::after{
	content: "";
	clear: both;
	display: block;
}

#header .header-top .header-top-wrapper h1{
	margin: 4px 0 2px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	/*width: 655px;*/
	/*width: 580px;*/
	width: 460px;
	float: left;
}

#header .header-top .header-top-wrapper nav{
	/*width: 335px;*/
	/*width: 410px;*/
	width: 530px;
	float: right;
}

#header .header-top .header-top-wrapper nav ul{
	text-align: right;
	float:right;
}

#header .header-top .header-top-wrapper nav ul::after{
	content: "";
	clear: both;
	display: block;
}

#header .header-top .header-top-wrapper nav ul li{
	margin: 0 0 0 10px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
    line-height: 18px;
}

#header .header-top .header-top-wrapper nav ul li::before{
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	content: ">";
	font-size: 10px;
	line-height: 1;
	/* content: "\e907";
		font-family: 'icomoon' !important;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8); */
}

#header .header-top .header-top-wrapper nav ul li a{
	padding: 0 0 0 15px;
	display: inline-block;
	font-size: 1.2rem;
}

#header .header-top .header-top-wrapper nav ul li.first {
	margin: 0 0 0 20px;
}
#header .header-top .header-top-wrapper nav ul li.first::before{
	display:none;
}
#header .header-top .header-top-wrapper nav ul li.first a{
	padding: 0 0 0 0px;
	display:block;
	width:22px;
	height:22px;
	background:url(/common/img/btn_beginner.png) no-repeat;
}
#header .header-top .header-top-wrapper nav ul li.first img{
/*
	width:22px;
	height:22px;
	margin-top:0px;
*/
	display:none;
}

#header .header-top .header-top-wrapper nav ul li:first-child{
	margin: 0;
}

#header .header-top .header-top-wrapper nav ul li:last-child{
	/* margin: 0 0 0 15px; */
	margin: 0 0 0 0px;
}

#header .header-top .header-top-wrapper nav ul li:last-child::before{
		content: "";
}

#header .header-top .header-top-wrapper nav ul li:last-child a{
	position: relative;
	display: block;
	background: #ce0000;
	font-weight: bold;
	color: #fff;
	padding: 2px 15px 2px 20px;
	border-radius: 3px;
	text-decoration: none;
}

#header .header-top .header-top-wrapper nav ul li:last-child a::before{
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 10px;
	line-height: 1;
	content: ">";
	/*	content: "\e907";
		font-family: 'icomoon' !important;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8); */
	color: #fff;
	left: 10px;
	top: 6px;
}

#header .header-bottom{
	width: 1000px;
	margin: 0 auto;
}

#header .header-bottom .header-bottom-wrapper{
	padding: 8px 0 15px;
}

#header .header-bottom .header-bottom-wrapper::after{
	content: "";
	clear: both;
	display: block;
}

#header .header-bottom .header-bottom-wrapper .logo{
	margin: 0;
	width: 276px;
	float: left;
}

#header .header-bottom .header-bottom-wrapper .logo img{
	vertical-align: top;
}

#header .header-bottom .header-bottom-wrapper nav{
	/*width: 375px;
	margin: 12px 0 0 60px;
	margin: 12px 0 0 18px;
	width: 435px;*/
	/*margin: 12px 18px 0;*/
	margin: 12px 18px 0 10px;
	float: left;
}

#header .header-bottom .header-bottom-wrapper nav ul::after{
	content: "";
	clear: both;
	display: block;
}

#header .header-bottom .header-bottom-wrapper nav ul li{
	width: 210px;
	float: left;
	margin: 0 0 0 15px;
}

#header .header-bottom .header-bottom-wrapper nav ul li:first-child{
	margin: 0;
}

#header .header-bottom .header-bottom-wrapper nav ul li a{
	box-sizing: border-box;
	display: block;
	width: 210px;
	height: 36px;
	padding: 0px 0 0 0px;
	color: #0060b3;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}

#header .header-bottom .header-bottom-wrapper nav ul li a span{
	font-size: 1.7rem;
	margin: 0 1px 0 0;
}

#header .header-bottom .header-bottom-wrapper nav ul li a.active{
	color: #fff;
}

#header .header-bottom .header-bottom-wrapper nav ul li.personal a{
	background: url(/common/img/header_navi_personal.gif) left top no-repeat;
}
/*
#header .header-bottom .header-bottom-wrapper nav ul li.corporation a{
	background: url(/common/img/header_navi_corporation_off.gif) left top no-repeat;
}

#header .header-bottom .header-bottom-wrapper nav ul li.corporation a:hover{
	background: url(/common/img/header_navi_corporation_on.gif) left top no-repeat;
	color:#FFF;
}
*/
#header .header-bottom .header-bottom-wrapper nav ul li.personal a.active{
	background: url(/common/img/header_navi_personal_s.gif) left top no-repeat;
}

#header .header-bottom .header-bottom-wrapper nav ul li.corporation a.active{
	background: url(/common/img/header_navi_corporation_s.gif) left top no-repeat;
}

#header .header-bottom .header-bottom-wrapper [name=seal]{
	float: right;
	margin-right: 15px;
}

#header .header-bottom .header-bottom-wrapper #SS_searchForm{
	position: relative;
	width: 230px;
	float: left;
	/*margin: 12px 10px 0 0;*/
	margin: 12px 10px 0 28px;
}

#header .header-bottom .header-bottom-wrapper #SS_searchForm.no_line{
	margin: 12px 10px 0 0;
}

#header .header-bottom .header-bottom-wrapper input{
	border: solid 1px #e10013;
	width: 200px;
	border-radius: 30px;
	background: #fffccc;
	padding: 10px;
}

#header .header-bottom .header-bottom-wrapper input#SS_searchSubmit{
	position: absolute;
	top: 8px;
	right: 20px;
	border: 0px;
	width: 16px;
	height: 16px;
	background: url(../img/icon_search.png) no-repeat left center;
}
#header .header-bottom .header-bottom-wrapper input#SS_searchSubmit:hover{
	cursor: pointer;
}

#header .header-bottom .header-bottom-wrapper .call{
	width: 214px;
	float: right;
	margin: 4px 0 0;
	text-align: right;
	line-height: 1.1;
}

#header .header-bottom .header-bottom-wrapper .call .number{
	margin: 0;
}

#header .header-bottom .header-bottom-wrapper .call .number img{
	vertical-align: top;
}

#header .header-bottom .header-bottom-wrapper .call .txt{
	margin: 6px 0 0;
	display: block;
	background: #0038b6;
	height: 14px;
	padding: 3px 0 0;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
}

/* ----------------------------------------
	global-navi
---------------------------------------- */
#global-navi{
	background: #0060b3;
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
}

#global-navi.fixed{
	/* position: fixed; */
	z-index: 10000;
	top: 0;
}

#global-navi > nav > ul{
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#global-navi > nav > ul::before{
	width: 1px;
	height: 40px;
	z-index: 1;
	content: " ";
	display: block;
	background: #5989b2;
	position: absolute;
	right: 0px;
	top: 12px;
}

#global-navi > nav > ul::after{
	content: "";
	clear: both;
	display: block;
}

#global-navi > nav > ul > li{
	height: 62px;
	float: left;
}

#global-navi > nav > ul > li.home{
	width: 56px;
	padding: 0 0 0 1px;
}

#global-navi > nav > ul > li.home::after{
	z-index: 1;
	content: " ";
	display: block;
	width: 1px;
	height: 40px;
	background: #5989b2;
	position: absolute;
	left: 0px;
	top: 12px;
}

#global-navi > nav > ul > li.tanshin{
	width: 125px;
}

#global-navi > nav > ul > li.family{
	width: 125px;
}

#global-navi > nav > ul > li.service{
	width: 190px;
}

#global-navi > nav > ul > li.shopping{
	width: 150px;
}

#global-navi > nav > ul > li.cp{
	width: 150px;
}

#global-navi > nav > ul > li.support{
	width: 200px;
}

#global-navi > nav > ul > li.home a{
	height: 62px;
	box-sizing: border-box;
	padding: 12px 0 0;
	display: block;
}

#global-navi > nav > ul > li > dl > dt{
	padding: 0 0 0 1px;
	height: 62px;
	position: relative;
}

#global-navi > nav > ul > li > dl > dt::after{
	z-index: 1;
	content: " ";
	display: block;
	width: 1px;
	height: 40px;
	background: #5989b2;
	position: absolute;
	left: 0px;
	top: 12px;
}

#global-navi > nav > ul > li > dl > dt > a{
	display: block;
	padding: 5px 5px 0;
	height: 62px;
	box-sizing: border-box;
}

#global-navi > nav > ul > li > dl > dt > a > span{
	display: block;
	box-sizing: border-box;
	height: 50px;
	padding: 20px 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	text-shadow: 2px 0 2px #005198;
	font-size: 1.3rem;
	text-decoration: none;
}

#global-navi > nav > ul > li > dl:hover > dt > a{
	text-decoration: none;
}

#global-navi > nav > ul > li > dl:hover > dt > a > span{
	display: block;
	background: #062876;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	text-shadow: 2px 0 2px #005198;
	font-size: 1.3rem;
}

#global-navi > nav > ul > li > dl > dd{
	display: none;
	width: 100%;
}

#global-navi > nav > ul > li > dl:hover > dd{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 55px;
	background: #062876;
	box-sizing: border-box;
	padding: 20px 20px;
	border-radius: 5px;
}

#global-navi > nav > ul > li > dl > dd > div{
	float: left;
}

.navi-box{
	background:#FFF;
	box-sizing:border-box;
	border-radius:5px;
	width:310px;
	margin-right: 15px;
	padding:10px;
}
.navi-box#navi_tanshin03,.navi-box#navi_family03{
	background: none;
	margin-right: 0;
}
.navi-box#navi_family02{
	height: 299px;
}

.navi-box#navi_tanshin03 > ul, .navi-box#navi_family03 > ul{
	margin-bottom: 20px;
}
.navi-box#navi_tanshin03 > ul > li > a, .navi-box#navi_family03 > ul > li > a{
	position: relative;
	margin-bottom: 20px;
	color: #FFF;
}
.navi-box#navi_tanshin03 > ul > li > a::before, .navi-box#navi_family03 > ul > li > a::before{
	content: url(../img/g_navi_icon01.png);
	display: block;
	color: #fff;
	font-size: 10px;
	left: 15px;
	line-height: 1;
	position: relative;
	top: 26px;
	/*	content: "\e90b";
	display: block;
	color: #fff;
	font-family: "icomoon" !important;
	font-size: 10px;
	left: 15px;
	line-height: 1;
	position: relative;
	top: 26px; */
}
.navi-box#navi_tanshin03 > ul > li > a > span, .navi-box#navi_family03 > ul > li > a > span{
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	font-size: 1.5rem;
	text-decoration: none;
}
.navi-box#navi_tanshin03 > ul > li > a > span span, .navi-box#navi_family03 > ul > li > a > span span{
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
}
.navi-box#navi_tanshin03 a img:hover, .navi-box#navi_family03 a img:hover{
	opacity: 0.8;
}
.navi-box#navi_tanshin03 .btn-estate-tanshin{
	padding-top: 12px;
}
.navi-box#navi_family03 .btn-estate-family{
	padding-top: 59px;
}

.navi-box#navi_service,.navi-box#navi_shopping,.navi-box#navi_guide,.navi-box#navi_life{
	width: 960px;
	margin-right: 0;
}
.navi-box#navi_cp{
	padding: 20px;
}
/* .navi-box#navi_cp li a{
	border:none;
	padding: 10px 0px 10px 20px;
}
.navi-box#navi_cp  li a:before{
	display:none;
} */
#global-navi > nav > ul > li > dl > dd > div .gnavi_tit,
#global-navi > nav > ul > li > dl > dd > div .gnavi_wide_tit{
	font-weight: bold;
	font-size: 1.4rem;
	color: #062876;
	margin:10px 0;
}
#global-navi > nav > ul > li > dl > dd > div .gnavi_wide_tit{
	font-size: 1.6em;
	margin:15px 0 10px 10px;
}
#global-navi > nav > ul > li > dl > dd > div .gnavi_tit_border{
	border-bottom: solid 1px #b4bed6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
#global-navi > nav > ul > li > dl > dd > div .btn-top{
	position: absolute;
	bottom: 13px;
	right: 10px;
}
#global-navi > nav > ul > li > dl > dd > div .btn-top a{
	border:solid 1px #062876;
	border-radius: 3px;
	color:#062876;
	font-size:1.3rem;
	text-align: center;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	position: relative;
}
#global-navi > nav > ul > li > dl > dd > div .btn-top a:hover{
	color: #fff;
	background: #062876;
}
#global-navi > nav > ul > li > dl > dd > div .btn-top a::before,
#global-navi > nav > ul > li > dl > dd > div .btn-top a:hover::before{
	content: url(../img/g_navi_icon02.png);
	display: block;
	font-size: 10px;
	left: 20px;
	line-height: 1.5;
	position: absolute;
	top: 12px;
	/*	content: "\e90b";
	display: block;
	font-family: "icomoon" !important;
	font-size: 10px;
	left: 20px;
	line-height: 1.5;
	position: absolute;
	top: 12px; */
}
#global-navi > nav > ul > li > dl > dd > div .btn-top a:hover::before{
	content: url(../img/g_navi_icon01.png);
}

#global-navi > nav > ul > li > dl > dd > div .gnavi_estate_tit{
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: solid 1px #fff;
	margin:6px 0;
}

.mega-image{
	float: left;
}

.plan-list li a{
	font-size:1.2rem;
	font-weight: bold;
	width: 100%;
	display: block;
	color: #062876;
	border-bottom: dotted 1px #062876;
	text-align: left;
	padding: 10px 0px 10px 30px;
	box-sizing: border-box;
	position: relative;
}
.plan-list li:last-child a{ border-bottom: none;}

.plan-list li a:hover{ background:#eaf3f6; }
.plan-list li a::before {
	content: url(../img/gnavi_mega_icon.png);
	left: 5px;
	line-height: 1;
	position: absolute;
	top: 12px;
}

ul.mega-list {
	float: left;
	width: 630px;
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.mega-list li{
	width: 31%;
	margin: 0 10px 10px 0;
}
.mega-list li a{
	font-size:1.4rem;
	font-weight: bold;
	display: flex;
	border-radius: 3px;
	background: #062876;
	height: 55px;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 10px 0px 10px 30px;
	box-sizing: border-box;
	position: relative;
	align-items: center;
}
.mega-list li a:hover{
	color: #062876;
	border:solid 1px #062876;
	background: #D9EAFE;
}
.mega-list li a.red-list{
	background: #b3424a;
}
.mega-list li a.red-list:hover{
	color: #b3424a;
	border:solid 1px #b3424a;
	background: #f9c1cf;
}


.mega-list li:nth-child(3n){
	margin: 0 0 10px 0;
}

.navi-box li a:hover{ background:#eaf3f6; }

.mega-list a::before, .mega-list a:hover::before  {
	content: url(../img/g_navi_icon01.png);
	display: block;
	font-size: 10px;
	left: 12px;
	line-height: 1.5;
	position: absolute;
	top: 20px;
	/*	content: "\e90b";
	display: block;
	font-family: "icomoon" !important;
	font-size: 10px;
	left: 12px;
	line-height: 1.5;
	position: absolute;
	top: 20px; */
}
.mega-list a:hover::before {
	content: url(../img/g_navi_icon02.png);
}
.mega-list a.red-list:hover::before {
	content: url(../img/g_navi_icon01.png);
}
#navi_plan1.navi-box a::before,#navi_plan2.navi-box a::before,#navi_estimate3.navi-box a::before{
	display: none;
}

.navi-box#navi_cp a .campaign-title{
	position: relative;
	font-size:1.2rem;
	font-weight: bold;
	color: #0060b3;
	padding-left: 20px;
	margin-bottom: 0;
}
.navi-box#navi_cp a .campaign-title:hover{
	color: #062876;
}
.navi-box#navi_cp a .campaign-title::before{
	content: url(../img/gnavi_mega_icon.png);
	left: 0;
	line-height: 1;
	position: absolute;
	top: 3px;
}

.navi-box#navi_discount{
	position: relative;
	background: none;
	width: 960px;
	margin-top: 15px;
	padding:25px 0;
	border-top: solid 1px #0060b3;
}
.navi-box#navi_discount > ul{
	display: flex;
	margin-top: 10px;
}
.navi-box#navi_discount > ul > li a{
	position: relative;
	font-size:1.4rem;
	color: #fff;
	margin-right: 20px;
	padding-left: 30px;
}
.navi-box#navi_discount > ul > li a:hover{
	background: none;
}
.navi-box#navi_discount > ul > li a::before{
	content: url(../img/g_navi_icon01.png);
	display: block;
	font-size: 10px;
	left: 12px;
	line-height: 1.5;
	position: absolute;
	top: 5px;
	/*	content: "\e90b";
	display: block;
	font-family: "icomoon" !important;
	font-size: 10px;
	left: 12px;
	line-height: 1.5;
	position: absolute;
	top: 5px; */
}
.navi-box#navi_discount .btn-cp{
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.navi-box#navi_discount .btn-cp a{
	border-radius: 3px;
	font-size:1.3rem;
	background: #0060b3;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	position: relative;
}
.navi-box#navi_discount .btn-cp a:hover{
	background: #FFF;
	color: #0060b3;
}
.navi-box#navi_discount .btn-cp a::before,
.navi-box#navi_discount .btn-cp a:hover::before{
	content: url(../img/g_navi_icon01.png);
	display: block;
	font-size: 10px;
	left: 20px;
	line-height: 1.5;
	position: absolute;
	top: 14px;
	/* 	content: "\e90b";
	display: block;
	font-family: "icomoon" !important;
	font-size: 10px;
	left: 20px;
	line-height: 1.5;
	position: absolute;
	top: 14px; */
}
.navi-box#navi_discount .btn-cp a:hover::before{
	content: url(../img/g_navi_icon03.png);
}
#navi_life{
	margin-top: 5px;
	padding-bottom: 5px;
	display: flex;
}
#navi_life .gnavi_wide_tit{
	margin-right: 74px !important;
	padding-top: 5px
}

#navi_estimate3 .btn_half{
	width: 140px;
	float: left;
	padding:0 0 0 10px;
}
#navi_estimate3 .gnavi_tit{
	clear: both;
}
#navi_plan4,#navi_estimate4{
	margin-right: 0;
}


/* ----------------------------------------
	contents-wrap
---------------------------------------- */
#contents-wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}



/* ----------------------------------------
	bread
---------------------------------------- */
ul#bread{
	width:1000px;
	margin:30px auto;
}

ul#bread li{
	float:left;
	font-size:12px;
}

ul#bread li a:link, ul#bread li a:visited{
	color:#005FB3;
}

ul#bread li::after{
	content:">";
	color:#005FB3;
	padding:0 15px;
}

ul#bread li:last-child::after{
	content:none;
}

/* ----------------------------------------
	common-estimate
---------------------------------------- */
/*
.common-estimate{
	width: 100%;
	margin: 40px 0 0;
	height:246px;
	overflow:hidden;


}

.common-estimate .common-estimate-wrap{
	width: 100%;
	min-width: 1010px;
}

.common-estimate .common-estimate-wrap h2{
	text-align: center;
	color: #1d5bb9;
	font-size: 2rem;
}

.common-estimate .common-estimate-wrap h2 span{
	font-size: 2.6rem;
}

.common-estimate .common-estimate-wrap p.more{
	margin: 0;
	text-align: center;
	color: #1d5bb9;
	font-size: 1.8rem;
	font-weight: bold;
}

.box-wrap{
	background:#E1FED0;
}

.common-estimate .box single{ 	background:#333
}

.box single{
	height:500px;
	background:#E1FED0;
}
.common-estimate .box family{
	background:#D9EAFF;
}
*/

.common-estimate{
	width: 100%;
	margin: 40px 0 0;
	font-size:1.5rem;
}

.common-estimate .common-estimate-wrap{
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
}

.common-estimate .common-estimate-wrap h2{
	text-align: center;
	color: #1d5bb9;
	font-size:2.0em;
}

.common-estimate .common-estimate-wrap h2 span{
	font-size:inherit;
	color:red;
}

.common-estimate .common-estimate-wrap p.more{
	margin: 0;
	text-align: center;
	color: #1d5bb9;
	font-size: 1.8rem;
	font-weight: bold;
}

.common-estimate .common-estimate-wrap .box-wrap{
	margin: 30px 0 0;
	width: 100%;
}

.common-estimate .common-estimate-wrap .box-wrap::after{
	content: "";
	clear: both;
	display: block;
}

.common-estimate .common-estimate-wrap .box-wrap .box{
	width: 50%;
	display: table;
}

.common-estimate .common-estimate-wrap .box-wrap .box dl{
	box-sizing: border-box;
	width: 320px;
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}

.common-estimate .common-estimate-wrap .box-wrap .box dl dt{
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}

.common-estimate .common-estimate-wrap .box-wrap .box dl dt span{
	font-size: 2.3rem;
}

.common-estimate .common-estimate-wrap .box-wrap .box dl dd p{
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.77;
}

.common-estimate .common-estimate-wrap .box-wrap .box dl dd ul{
	position: absolute;
	left: 20px;
	bottom: 20px;
}


.common-estimate .common-estimate-wrap .box-wrap .box dl dd ul li:first-child{
	margin: 0;
}


.common-estimate .common-estimate-wrap .box-wrap .box .box-subtext{
	display: block;
}
.common-estimate .common-estimate-wrap .box-wrap .box dl dd ul li a span{
	font-size: 1rem;
}



.common-estimate .common-estimate-wrap .box-wrap .box .img{
	display: table-cell;
}

.common-estimate .common-estimate-wrap .box-wrap .box .img::after{
	content: "";
	clear: both;
	display: block;
	height: 246px;
}

.common-estimate .common-estimate-wrap .box-wrap .box.single{
	float: left;
}

.common-estimate .common-estimate-wrap .box-wrap .box.single dl{
	background: #e0ffce;
	color: #215b00;
}

.common-estimate .common-estimate-wrap .box-wrap .box.single dl dd p{
	text-align: center;
}



.common-estimate .common-estimate-wrap .box-wrap .box.single .img{
	background: url(/common/img/estimate_single.jpg) right top no-repeat;
}

.common-estimate .common-estimate-wrap .box-wrap .box.family{
	float: right;
}

.common-estimate .common-estimate-wrap .box-wrap .box.family dl{
	background: #d9eaff;
	color: #004ba7;
}



.common-estimate .common-estimate-wrap .box-wrap .box.family .img{
	background: url(/common/img/estimate_family.jpg) left top no-repeat;
}



.common-estimate .common-estimate-wrap .box-wrap .box.single dl dd ul li {
	float:left;
	margin:0 5px;
}

/* ----------------------------------------
	recommend-link
---------------------------------------- */
#recommend-link{
	margin: 62px 0 0;
	width:100%;
	overflow:hidden;
}

#recommend-link h2{
	color: #1d5bb9;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.25;
}

#recommend-link .link-list{
	margin: 35px auto 0;
	/*width: 1000px;*/
	/*text-align: center;*/
}

#recommend-link .link-list ul{
	width: 1000px;
	/* padding: 0 5px; */
	margin: 0 auto;
	/*display: inline-block;*/
}

#recommend-link .link-list .bx-wrapper{
	position: relative;
	max-width: 100% !important;
}

#recommend-link .link-list .bx-viewport{
	margin: 0 auto;
	width: 1000px !important;
}

#recommend-link .link-list .bx-controls{
	margin: 0 auto;
	position: relative;
	min-width: 1000px;
	max-width: 1128px !important;
}

#recommend-link .link-list .bx-controls a{
	position: absolute;
	width: 20px;
	height: 38px;
	display: block;
	top: -53px;
	text-indent: -9999px;
	color: #1d5bb9;
	text-decoration: none;
}

#recommend-link .link-list .bx-controls a::before{
	text-indent: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 38px;
		content: "";
		font-family: 'icomoon' !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 38px;
}

#recommend-link .link-list .bx-controls a.bx-prev{
	left: 0;
}

#recommend-link .link-list .bx-controls a.bx-prev::before{
		content: "\e902";
}

#recommend-link .link-list .bx-controls a.bx-next{
	right: 0;
}

#recommend-link .link-list .bx-controls a.bx-next::before{
		content: "\e903";
}

#recommend-link .link-list ul::after{
	content: "";
	clear: both;
	display: block;
}

#recommend-link .link-list ul li{
	float: left;
	margin: 0 20px 20px 0;
}

#recommend-link .link-list ul li:nth-child(4n){
	margin: 0 0 20px;
}

#recommend-link .link-list ul li a img{
	vertical-align: top;
}

/* ----------------------------------------
	ft-link
---------------------------------------- */
#ft-link{
	margin: 95px 0 0;
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
	border-top: solid 3px #f2f2f2;
}

#ft-link .ft-link-wrapper{
	/* min-width: 1010px; */
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 0px 105px;
/*	background: url(/common/img/ftlink_bg.png) left bottom no-repeat;
	z-index:1; */
	position:relative;
}

#ft-link .ft-link-wrapper::after{
	content: "";
	clear: both;
	display: block;
}

#ft-link .ft-link-wrapper .box{
	width: 226px;
	float: left;
	margin: 0 0 0 32px;
}

#ft-link .ft-link-wrapper .box:first-child{
	margin: 0;
}

#ft-link .ft-link-wrapper .box dl{
	margin: 20px 0 0;
}

#ft-link .ft-link-wrapper .box dl:first-child{
	margin: 0;
}


#ft-link .ft-link-wrapper .box dl dt{
	font-size: 14px;
	color: #2c80c0;
	font-weight: bold;
}

#ft-link .ft-link-wrapper .box dl dd{
	margin: 10px 0 0 2px
}

#ft-link .ft-link-wrapper .box dl dd ul li{
	font-size: 1.1rem;
	line-height: 1.9;
	padding: 0 0 0 12px;
	position: relative;
}

#ft-link .ft-link-wrapper .box dl dd ul li::before{
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	content: url(../img/f_nave_icon01.png);
	line-height: 1;
	font-size: 10px;
	/*	content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8); */
}


#ft-link .ft-link-wrapper .box dl dd ul li.tit{
	color:#000;
	font-weight:bold;
	padding:0 0 0 0;
}
#ft-link .ft-link-wrapper .box dl dd ul li.tit::before{
	content:none;
}


/* 20160824追加　サブページ単体用 */

#ft-link .ft-link-wrapper .box p{
	margin:0;
	padding:0;
}

.txt-link {
	margin-bottom: 10px !important;
}

.txt-link a {
	font-size: 14px;
	color: #2c80c0;
	font-weight: bold;
}


#ft-link #staff01, #ft-link #staff02{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
#ft-link #staff02{ left:50px;}

/* ----------------------------------------
	pagetop
---------------------------------------- */
#pagetop{
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
	height: 1px;
	background: #037cd7;
	position: relative;
	z-index:2;
}

#pagetop a{
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	background: #037cd7;
	display: block;
	padding: 30px 0 0;
	position: absolute;
	right: 18px;
	/* top: -288px; */
	top: -298px;
	width: 106px;
	height: 53px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#pagetop a::after{
	font-weight: normal;
	display: block;
	position: absolute;
	content: url(../img/icon-top.png);
	/*	content: "\e900"; */
	left: 43px;
	top: 12px;
	/*	font-family: 'icomoon' !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 20px;*/
}

#pagetop.fixed a{
	position: fixed;
	top: auto;
	bottom: 0;
	right: 18px;
}

/* ----------------------------------------
	bottom
---------------------------------------- */

#bottom-box{
	width:100%;
	margin:0px;
	padding:60px 0;
	background:#F6F6F6;
	box-sizing:border-box;
	/* min-width: 1010px; */
	min-width: 1000px;
}

#bottom-inner{
	width:1000px;
	margin: auto;
	text-align:center;
	font-size:1.5rem;
}
#bottom-box ul{

}
/*
#bottom-box li{
	display:inline-block;
	padding:0px 16px;
	margin:15px 0 ;
	font-weight:bold;
	border-right:2px solid #005FB3;
}
*/
#bottom-box li{
	display:inline-block;
	margin:15px 0 ;
	font-weight:bold;
}
#bottom-box li.grid{
	color:#333;
	display:block !important;
}

#bottom-box a{
	color:#FFFFFF;
	background:#0060B3;
	padding:10px 16px;
	font-weight:normal;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/* リマーケティングタグの高さ消し */
iframe[name="google_conversion_frame"] { position:absolute; bottom: 0; }

/* ----------------------------------------
	footer
---------------------------------------- */
#footer{
	width: 100%;
	/* min-width: 1010px; */
	min-width: 1000px;
	position:relative;

}

#footer nav{
	width: 100%;
	background: #ebebeb;
}

#footer nav ul{
	margin: 0 auto;
	padding: 13px 0 12px;
	width: 1000px;
}

#footer nav ul li{
	display: inline-block;
	margin: 0 0 0 25px;
	font-size: 1.2rem;
	padding: 0 0 0 12px;
	position: relative;
}

#footer nav ul li::before{
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	content: url(../img/f_nave_icon01.png);
	font-size: 10px;
	line-height: 1;
	/*	content: "\e907";
		font-family: 'icomoon' !important;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8); */
}

#footer nav ul li:first-child{
	margin: 0;
}

#footer .corporation{
	width: 100%;
	height: 145px;
	background: #037cd7;
	padding:0 0 100px 0;
}

#footer .corporation p{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

#footer .corporation p span{
	font-size: 1.4rem;
	font-family: Arial, Osaka, sans-serif;
}
#footer #copy{
	font-weight:normal;
	font-size:1rem;
}
#animation {
	width:100%;
	z-index:0;
	width:102px;
	height:62px;
	position:absolute;
	/* bottom:180px; */
	bottom:280px;
	right:0px;
	margin:0px;
}
/* ----------------------------------------
	プランシミュレーションボタン
---------------------------------------- */
#simuration .btn{
	width: 640px;
	margin: 60px auto 0;
}
#simuration .btn a{
	width: 640px;
	height: 90px;
	transition: 0.3s ;
	color: #fff;
	display: block;
	background: #ff9c00;
	border-radius: 3px;
	font-weight: bold;
	font-size: 26px;
	line-height: 90px;
	text-align: center;
}
#simuration .btn a:hover {
	background: #f06304 none repeat scroll 0 0;
	text-decoration: none;
}

/* ----------------------------------------
	見積もり追加
---------------------------------------- */
/*
.common-estimate .common-estimate-wrap h2 {
	text-align: center;
	color: #1d5bb9;
	font-size: 2rem;
}
*/
.common-estimate-box{
	margin: 20px auto 20px auto;
	overflow: hidden;
}

.common-estimate-txt .tit{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	letter-spacing:0.3rem;
	margin:0 0 0 0;
}
.common-estimate-txt .tit span{
	font-size:30px;
}
.common-estimate-single .tit{
	color:#1C5B00;

}
.common-estimate-family .tit{
	color:#0246A7;
}

.common-estimate-online .common-estimate-txt .tit {
	font-size: 20px;
	color:#3f59ba;
	letter-spacing:0.1rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.common-estimate-online .common-estimate-txt .tit span {
	font-size: 22px;
	color:#3f59ba;
	letter-spacing:0.1rem;
}
.common-estimate-online {
	width: 640px;
	height: 246px;
	float: right;
}
.common-estimate-single{
	background:#E1FED0 url(/common/img/estimate_single.jpg) left no-repeat;
	width: calc(50% - 160px);
	height: 246px;
	float: left;
}
.common-estimate-online {
	background:#eed3e2 url(/common/img/estimate_family.jpg) right no-repeat;
	width: calc(50% - 160px);
	height: 246px;
	float: left;
}

.common-estimate-family {
	height: 246px;
	float: left;
	background: #D9EAFE;
}

.common-estimate-txt{
	width:280px;
	padding:20px;
}
.common-estimate-single .common-estimate-txt{
	float:right;
	background: #e1fed0;
}
.common-estimate-online .common-estimate-txt{
	float:left;
	background: #eed3e2;
}
/* ----------------------------------------
	スマホ・タブレットのみ表示
---------------------------------------- */
#link-sp{
	text-align:center;
	padding:3%;
	margin-bottom:10px;
}
#link-sp a{
	display:block;
	font-size:4rem;
	font-weight:bold;
	height:100px;
	background:#F585A2 url(../img/icon_sp.png) no-repeat 15% center;
	background-size:32px;
	box-shadow:0 5px 0 #F1527A;
	border-radius:3px;
	line-height:100px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding-left:30px;
}



/* ----------------------------------------
	お見積りフローティングボタン
---------------------------------------- */

#floating-estimate{ display:none;}

.floating-area{
	margin: 46px 0 -9px 0;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:1000;
	
}

.close-open{
	/* max-width:1220px; */
	max-width:100%;
	margin:0 auto;
	padding-left:1%;
}

.floating-wrap{
    background: rgba(0,56,182,0.8);
    padding:1%;
}

.floating-btn{
	overflow:hidden;
	/* max-width:1220px; */
	max-width:100%;
	margin:0 auto;
}
.floating-btn li{
	float:left;
	margin-right:1.7%;
	width:26%;
	box-sizing:border-box;
}
.floating-btn li img{ width:100%;}
.floating-btn li:last-child{
	margin-right:0;
	width:16%;
}

.floating-btn li a:hover{
	filter:alpha(opacity=80);/* FOR IE */
	opacity:0.80;/* FOR FF */
}

#floating-estimate.isClose .floating-wrap {
      display: none; }

