@charset "UTF-8";

/*---------------------------------
ヘッダ
----------------------------------*/
#header{
	position:relative;
	background-color: #f0f4f5;
	background-image:url("../img_top/mvis_mb.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	padding: 0 0 30% 0;
	margin: 0 auto;
}

/*---　ヘッダ　ロゴ （左側）　---*/
.h-logo{
	position:relative;
	z-index: 99;
	width: 50%;
	float: left;
}
.h-logo h1{
	display: block;
	line-height: 1;
	text-align: left;
	background-image:url(../img_frame/h_logo_sp.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: contain;
	padding: 0;
	margin: 0 auto;
}
.h-logo h1 a{
	display: block;
	padding: 92% 0 0 0;
}
.h-logo span {
  display:none;
}
/*---　メインビジュアル　テキスト　---*/
.mvis-txt{
	position:relative;
	background-image: url("../img_frame/bg_mvis_txt.png");
	background-repeat: no-repeat;
	background-position: center top;
background-color: rgba(255,255,255,0.5);
	width: 90%;
	text-align: center;
	padding-top: 80px;
	margin: 10px auto;
}
.mvis-txt h1{
	font-size: 2rem;
	margin-bottom: 10px;
}
.mvis-txt p{
	font-size: 1.3rem;
}

/*---------------------------------
ニュース
----------------------------------*/
.news{
	background: url("../img_top/bg_news.jpg");
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
}
/*---　ニュース　見出し　---*/
.news h1{
	font-size: 1.6rem;
	line-height: 1;
	background-image: url("../img_top/bg_news_h1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 3% 0;
}

/*---　ニュース　一覧へ　---*/
.news p{
	display: none;
}

/*---　ニュース　本文　---*/
.news dl{
	overflow: auto;
	width: 80%;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.news dt{
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 6px 0;
}
.news dd{
	font-size: 1.4rem;
	line-height: 1.2;
	background-image: url("../img_top/news_boder.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 6px 0;
	margin: 0 0 6px 0;
}

/*---------------------------------
よくある相談
----------------------------------*/
.consultation{
	padding: 10px 0;
}

/*---　よくある相談　見出し　---*/
.consultation h1{
	width: 80%;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	background-image: url("../img_top/bg_consultation_ttl_top.png"), 
						url("../img_top/bg_consultation_ttl_bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	padding: 8px 0;
	margin: 0 auto;
}
.consultation h1 span{
	display: block;
	width: 100%;
	background-image: url("../img_top/bg_consultation_ttl_body.png");
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100% auto;
	padding: 10px 0;
}
#consultation-box h2 {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #4a4949;
	margin: 4px 0;
}
#consultation-box p {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #4a4949;
}

/*---　よくある相談　リスト　---*/
ul#consultation-box  {
	text-align: center;
}
#consultation-box li {
	width: 80%;
	background-image: url("../img_top/bg_consultation_top.png"), 
						url("../img_top/bg_consultation_bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	padding: 10px 0;
	margin: 20px auto;
}
#consultation-box  li div {
	background-image: url("../img_top/bg_consultation_body.png");
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100% auto;
}
#consultation-box  img {
	width: 80%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	margin: 10px 0;
}

/*---　よくある相談　ボタン　---*/
ul#consultation-btn  {
	text-align: center;
}
#consultation-btn li {
	width: 80%;
	margin: 20px auto;
}
#consultation-btn li a {
	display: block;
	background-image: url("../img_top/bg_consultation_ttl_top.png"), 
						url("../img_top/bg_consultation_ttl_bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	padding: 6px 0;
}
#consultation-btn li p {
	font-size: 1.7rem;
	line-height: 1;
	color: #ffffff;
	background-image: url("../img_top/bg_consultation_ttl_body.png");
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100% auto;
	padding: 4px 0
}
#consultation-btn li span.ico {
	display:inline-block;
	width: 24px;
	height: 20px;
	vertical-align:bottom;
	background-image: url("../img_top/ico_consultation_btn.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 6px 0 0;
}
#consultation-btn li i {
	font-size: 2rem;
	font-style: normal;
	padding: 3px 6px;
	margin-top: 10px;
}


/*---------------------------------
チェックしてみよう
----------------------------------*/


/*---------------------------------
シミレーション
----------------------------------*/
.simulation{
	width: 70%;
	text-align: center;
	background-image: url(../img_top/bg_simulation_leaf.png), url(../img_top/bg_simulation.png);
	background-repeat: no-repeat, repeat;
	background-position: center top 20px, center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	padding: 70px 0 10px 0;
	margin: 0 auto 20px auto;
}
.simulation h1{
	width: 70%;
	font-size: 1.7rem;
	margin: 10px auto;
}
.simulation a{
	display: block;
	width: 40%;
	font-size: 1.4rem;
	color: #000000;
	background-color: #f8ef7f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	padding: 14px 30px;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.simulation a:hover{
	color: #ffffff;
	background-color: #7db452;
}



/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */

/*---------------------------------
ヘッダ
----------------------------------*/
#header{
	background-image:url("../img_top/mvis_pc.png");
	padding: 0 0 12% 0;
}

/*---------------------------------
ニュース
----------------------------------*/
.news {
	position: relative;
}
.news p{
	position:absolute;
	right: 10px;
	display:inline-block;
	font-size: 1.4rem;
	background-color: #ffffff;
	padding: 2px 10px;
}
.news p a{
	color: #000000;
}
.news dl{
	width: 90%;
	text-align: left;
	margin-top: 10px;
}
.news dt{
	float: left;
	width: 24%;
	background-image: url("../img_top/news_boder.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0 0 6px 0;
}
.news dd{
	float: right;
	width: 76%;
}

/*---------------------------------
よくある相談
----------------------------------*/

#consultation-box  h2 {
	font-size: 1.7rem;
}

/*---　よくある相談　リスト　---*/
#consultation-box  li {
	display: inline-block;
	width: 30%;
}

/*---　よくある相談　ボタン　---*/
#consultation-btn li{
	display: inline-block;
	width: 36%;
	vertical-align: top;
	background-image: url(../img_top/bg_consultation_tree.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 90px 0 0 0;
	margin: 0 20px;
}
#consultation-btn li a {
	width: 100%;
	padding: 4px 0;
}
#consultation-btn li a:hover p{
	color: #f8f08a;
}
#consultation-btn li p {
	padding: 4px 0
}

/*---------------------------------
チェックしてみよう
----------------------------------*/
.check{
	display: block;
	width: 92%;
	margin: 30px auto;
}
.check img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
	
/*---------------------------------
シミレーション
----------------------------------*/
.simulation{
	width: 90%;
	background-position: left 10px center, center;
	padding: 10px;
}
.simulation h1{
	float: left;
	width: 60%;
	margin: 12px 0 10px 64px;
}
.simulation a{
	float: right;
	width: 100px;
	margin: 0 auto;
}

} /* end 640px*/


/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/

/*---------------------------------
ヘッダ
----------------------------------*/
#header{
	height: 545px;
	background-position: center top 100px;
	background-size:contain;
	padding: 0 0 0 0;
}
/*---　ヘッダー  ---*/
ul#h-nav{
	float: right;
	width: 640px;
}
.header-wrap{
	 background-image:url("../img_frame/bg_body.jpg");
	height: 100px;
}
.header-wrap-inner{
	 max-width: 1100px;
	 margin: 0 auto;
}
/*---　ヘッダ　ロゴ （左側）　---*/
.h-logo{
	float: left;
	width: 33%;
	margin: 6px 0 0 0;
}
.h-logo h1{
	background-image:url(../img_frame/h_logo_pc.png);
}
.h-logo h1 a{
	padding: 24% 0 0 0;
}

/*---　メインビジュアル　テキスト　---*/
.mvis-txt{
	position:absolute;
	top: 130px;
	left: 0;
	right: 0;
	width: 340px;
	text-align: left;
	background-position: left top;
	padding: 10px 80px 0 50px;
}
.mvis-txt h1{
	font-size: 2rem;
	margin-bottom: 10px;
}
.mvis-txt p{
	font-size: 1.3rem;
}

/*---------------------------------
よくある相談
----------------------------------*/
.consultation{
	background-color: #ffffff;
	padding: 20px 0;
	margin: 30px 0;
}
.consultation h1{
	width: 66%;
}

/*---------------------------------
シミレーション
----------------------------------*/
.simulation{
	width: 97%;
}

/*---------------------------------
チェックしてみよう
----------------------------------*/
.check{
	width: 100%;
}


} /* end 960px*/

/*----------------------------
マイナーブレイク　ポイント
----------------------------*/

 @media only screen and (min-width: 69em) {	/*1104px*/


	 
} /* end 1104px*/



