@charset "utf-8";

/* =============================================================================
    reform.css
============================================================================= */
/* -----------------------------------------------------------------
    リフォームの流れ
----------------------------------------------------------------- */
#step_alink{
	margin:30px 0;
	border:5px solid #ebebeb;
	border-radius:4px;
}

#step_alink p{
	padding:10px;
	border:1px solid #aacab4;
	background:-webkit-linear-gradient(top, #fff, #f2f2f2);
	background:linear-gradient(to bottom, #fff, #f2f2f2);
	border-radius:2px;
	box-shadow:inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	font-size:87.5%;
	text-align:center;
}

#step_alink br{
	display:none;
}

#step_alink a{
	font-weight:bold;
}

#step_navi{
	padding:0 10px;
}

#step_navi li{
	margin-left:3px;
	float:left;
	font-weight:bold;
	text-align:center;
	width:110px;
}

#step_navi li:first-child{
	margin-left:0;
}

#step_navi li a{
	padding:7px 20px 3px;
	display:block;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#add8ad;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	color:#5b9e04;
	background:-webkit-linear-gradient(top, #fff, #f1f1f1);
	background:linear-gradient(to bottom, #fff, #f1f1f1);
	background-color:#fff;
}

#step_navi li a:hover,
#step_navi li.current a{
	color:#fff;
	background:#64ac09;
	background:-webkit-linear-gradient(top, #79bb40, #4c9113);
	background:linear-gradient(to bottom, #79bb40, #4c9113);
	text-decoration:none;
	text-shadow:0 0 3px #fff;
}

#step_box{
	margin-bottom:20px;
	padding:20px 0 1px;
	border:1px solid #add8ad;
	border-top:5px solid #4c9113;
	border-radius:5px;
}

.step_box_in{
	padding:20px 15px 0;
}

.step_box_in p{
	margin-bottom:20px;
}

.step_title_2{
	margin:0 4px 20px;
	padding:7px 15px 11px;
	border-bottom:1px solid #54bd55;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	color:#5c5c5c;
	background:-webkit-linear-gradient(top, #fff, #f5fdf5);
	background:linear-gradient(to bottom, #fff, #f5fdf5);
	box-shadow:0 2px 1px #e3e3e3;
	background-color:#f5fdf5;
	font-size:112.5%;
	font-weight:bold;
	line-height:1.2;
}

.step_title_3{
	margin-bottom:15px;
	color:#149842;
	font-weight:bold;
	line-height:1.5;
}

.step_title_4{
	border-bottom:none;
	font-weight:bold;
	line-height:1.5;
}

.step_txt{
	margin-bottom:0;
	padding:0 15px 20px;
	border-bottom:1px dotted #7abc26;
}

.step_box_in_link{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #aacab4;
	border-radius:4px;
	background-color:#fbefe3;
	box-shadow:inset 0 1px 0 #fff, inset -1px 0 0 #fff, inset 0 -1px 0 #fff, inset 1px 0 0 #fff;
}

.step_box_in_link .hdg{
	margin:15px 0 0 !important;
	font-size:81.25%;
	font-weight:bold;
}

.step_box_in_link .hdg:first-child{
	margin-top:0 !important;
}

.step_box_in_link ul{
	margin-top:5px;
}

.step_box_in_link ul li{
	padding-left:1.5em;
	position:relative;
	font-size:81.25%;
}

.step_box_in_link ul li span{
	position:absolute;
	top:0;
	left:0;
}

.step_box_in_image{
	text-align:center;
}

.step_box_in_image1{
	float:left;
	width:50%;
}

.step_box_in_image2{
	float:right;
	width:50%;
}

@media screen and (max-width: 997px) {	
	#step_navi li{
		marign-left:0.421%;
		width:15.471%;
		font-size:87.5%;
	}

	#step_navi li a{
		padding-left:10px;
		padding-right:10px;
	}
	
	.step_box_in{
		box-sizing:border-box;
	}
}

@media screen and (max-width: 767px) {
	#step_alink br{
		display:block;
	}

	#step_navi{
		margin-bottom:25px;
		padding:5px;
		border:1px solid #add8ad;
		border-radius:7px;
	}
	
	#step_navi li{
		margin:5px 0 0 2%;
		width:49%;
	}
	
	#step_navi li:nth-child(-n+2){
		margin-top: 0;
	}
	
	#step_navi li:nth-child(2n+1){
		margin-left: 0;
	}
	
	#step_navi li a{
		padding:7px 20px;
		border:none;
		border-radius:0;
	}

	#step_box{
		padding:0;
		border:none;
	}
	
	.step_box_in{
		padding:15px 10px 0;
	}
	
	.step_title_2{
		margin-left:0;
		margin-right:0;
		padding-top:11px;
		border-top:5px solid #4d9213;
	}
	
	.step_txt{
		padding:0 10px 15px;
		font-size:87.5%;
	}
	
	.step_box_in p{
		font-size:87.5%;
	}
	
	.step_box_in_image1,
	.step_box_in_image2{
		float:none;
		width:100%;
	}
	
	.step_box_in_link .hdg{
		font-size:75% !important;
	}
	
	.step_box_in_link ul li{
		font-size:75%;
	}
}


/* -----------------------------------------------------------------
    プロからのアドバイス
----------------------------------------------------------------- */
.roundcorner-box_ad{
	margin:30px 0px 30px;
	padding:20px 25px 20px 0;
	background-color:#fcf9ea;
	border-radius:4px;
}

#ad_list_l,
#ad_list_r{
	padding-left:25px;
	width:50%;
	box-sizing:border-box;
}

#ad_list_l{
	float:left;
}

#ad_list_r{
	float:right;
}

#ad_list_l li ,
#ad_list_r li{
	padding:4px 0;
}

#ad_list_l li a,
#ad_list_r li a{
	display:block;
	padding-left:29px;
	background-repeat:no-repeat;
	background-position:left 0.2em;
}

#ad_list_1 a{ background-image:url(../reform/advice/images/list_ad_1.gif)}
#ad_list_2 a{ background-image:url(../reform/advice/images/list_ad_2.gif)}
#ad_list_3 a{ background-image:url(../reform/advice/images/list_ad_3.gif)}
#ad_list_4 a{ background-image:url(../reform/advice/images/list_ad_4.gif)}
#ad_list_5 a{ background-image:url(../reform/advice/images/list_ad_5.gif)}
#ad_list_6 a{ background-image:url(../reform/advice/images/list_ad_6.gif)}
#ad_list_7 a{ background-image:url(../reform/advice/images/list_ad_7.gif)}
#ad_list_8 a{ background-image:url(../reform/advice/images/list_ad_8.gif)}


.ad_title_1{
	margin-bottom:20px;
}

.ad_box{
	display:table;
	width:100%;
}

.ad_box.img_l{
	direction:rtl;
}

.ad_txt,
.ad_img{
	display:table-cell;
	vertical-align:top;
}

.ad_txt{
	width:100%;
}

.ad_txt p{
	margin-bottom:20px;
}

.ad_img{
	padding:0 0 20px 15px;
	white-space:nowrap;
}

.ad_img img{
	max-width:none !important;
}

.ad_box.img_l .ad_txt{
	direction:ltr;
}

.ad_box.img_l .ad_img{
	padding:0 15px 20px 0;
}

.ad_txt_top{
	margin-bottom:20px;
	font-size:87.5%;
	text-align:right;
}

.ad_txt_top a {
	padding-left:19px;
	display:inline-block;
	background:url(../images/icon_top.gif) no-repeat left 0.25em;
}

@media screen and (max-width: 767px) {
	.roundcorner-box_ad{
		padding:11px 15px;
	}
	
	#ad_list_l,
	#ad_list_r{
		padding-left:0;
		float:none;
		width:100%;
	}
	
	#ad_list_l li,
	#ad_list_r li{
		font-size:87.5%;
	}
	
	.ad_box,
	.ad_txt,
	.ad_img{
		display:block;
	}
	
	.ad_txt p{
		font-size:87.5%;
	}
	
	.ad_img{
		padding-left:0;
		text-align:center;
	}
	
	.ad_box.img_l .ad_img{
		padding-right:0;
	}
}


/* -----------------------------------------------------------------
    ご存知ですか？リフォーム減税
----------------------------------------------------------------- */
#reduction p {
	margin-bottom: 30px;
}

#reduction #reduction_left {
	float: left;
}

#reduction #reduction_left #barrierfree {
	width: 285px;
	background: url(../reform/images/bg_reduction_barrier.gif) repeat-y left;
}

#reduction #reduction_left #barrierfree .inner {
	background: url(../reform/images/foot_reduction_barrier.gif) no-repeat left bottom;
	padding-bottom: 42px;
}

#reduction #reduction_left #barrierfree .inner .box {
    float: left;
}

#reduction #reduction_left #barrierfree .inner .box h3 {
	margin-top: 15px;
	margin-left: 9px;
}

#reduction #reduction_left #barrierfree .inner .box p {
    font-size: 9px;
	text-align:center;
	margin: 5px 0px 0px 5px;
}

#reduction #reduction_left #barrierfree .inner .btn {
	text-align:center;
	margin-top: 10px;
}

#reduction #reduction_right {
	float: left;
}

#reduction #reduction_right #eco {
	width: 285px;
	background: url(../reform/images/bg_reduction_eco.gif) repeat-y left;
	margin-left: 14px;
}

#reduction #reduction_right #eco .inner {
	background: url(../reform/images/foot_reduction_eco.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#reduction #reduction_right #eco .inner .box {
    float: left;
}

#reduction #reduction_right #eco .inner .box h3 {
	margin-top: 15px;
	margin-left: 10px;
}

#reduction #reduction_right #eco .inner p {
        font-size: 9px;
		text-align:center;
		margin: 5px 0px 0px 5px;
}

#reduction #reduction_right #eco .inner .btn {
		text-align:center;
		margin-top: 10px;
}

#reduction #reduction_right #resistant {
	width: 285px;
	background: url(../reform/images/bg_reduction_resistant.gif) repeat-y left;
	margin-left: 14px;
	margin-top: 15px;
}

#reduction #reduction_right #resistant .inner {
	background: url(../reform/images/foot_reduction_resistant.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#reduction #reduction_right #resistant .inner .box {

}

#reduction #reduction_right #resistant .inner .box h3 {
	margin-top: 15px;
	margin-left: 10px;
}

#reduction #reduction_right #resistant .inner p {
        font-size: 9px;
		text-align:center;
		margin: 5px 0px 0px 5px;
}

#reduction #reduction_right #resistant .inner .btn {
		text-align:center;
		margin-top: 10px;
}

#reduction .attention_txt {
	font-size: 11px;
	margin-top: 10px;
}

#reduction_navi {
	background: url(../reform/images/reductionnavi_bg.gif) no-repeat left top;
	height: 44px;
}

#reduction_navi ul {
	padding: 3px 0px; 
}

#reduction_navi ul li {
	float: left;
}

#reduction_navi ul li img {
	margin-top: 3px;
	margin-left:3px;
}

/*----- バリアフリー改修 -----*/

#reduction_bf .btn {
	text-align: center;
	margin-top: 20px;
}

#reduction_bf_ex {
	background-color:#f3ecee;
	margin-top:10px;
}

#reduction_bf_ex .ex_img {
	margin-left: 15px;
	margin-top: 18px;
}

#reduction_bf_ex .ex_btn {
	margin: 6px 0px 6px 26px;
}

#reduction_bf_recommend p {
	margin: 10px 0px;
}

#reduction_bf_recommend h3 {
	color: #353535;
	margin-bottom: 5px;
}

#reduction_bf #construction {
	background-color: #ffffff;
	margin-left: 25px;
	width: 534px;
}

#reduction_bf #construction p {
	text-align: right;
	padding: 5px;
}

#reduction_bf .attention_txt {
	font-size: 11px;
	padding: 15px 25px;
}

#reduction_bf_recommend .item,
#reduction_bf_recommend .item_inn {
	float: left;
}

#reduction_bf_recommend .item .item_inn img {
	margin-right: 14px;
}

#reduction_bf_recommend .item_txt {
	background-image:url(../reform/images/icon_arrow_reduction.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin:5px 0;
	padding-left:13px;
	font-size: 9px;
}

#reduction_footerbtn ul li {
	float: left;
	width: 188px;
	margin-right: 6px;
}


/*----- 省エネ改修 -----*/
#reduction_eco_ex {
	background-color:#d9efec;
	margin-top:10px;
}

#reduction_eco_ex .ex_img {
	margin-left: 15px;
	margin-top: 18px;
}

#reduction_eco_ex .ex_btn {
	margin: 6px 0px 6px 26px;
}

#reduction_eco_recommend p {
	margin: 10px 0px;
}

#reduction_eco_recommend h3 {
	color: #353535;
	margin-bottom: 5px;
}

#reduction_eco #construction {
	background-color: #ffffff;
	margin-left: 25px;
	width: 534px;
}

#reduction_eco #construction p {
	text-align: right;
	padding: 5px;
}

#reduction_eco .attention_txt {
	font-size: 11px;
	padding: 15px 25px;
}

#reduction_eco .btn {
	text-align: center;
	margin-top: 20px;
}

#reduction_eco .btn ul li {
	float: left;
}

#reduction_eco .btn ul li a {
	margin-left: 7px;
}

#reduction_eco_recommend .item,
#reduction_eco_recommend .item_inn {
	float: left;
}

#reduction_eco_recommend .item .item_inn img {
	margin-right: 12px;
}

#reduction_eco_recommend .item_txt {
	background-image:url(../reform/images/icon_arrow_reduction.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin:5px 0;
	padding-left:13px;
	font-size: 9px;
}

#reduction_footerbtn ul li {
	float: left;
	width: 188px;
	margin-right: 6px;
}


/*----- 耐震改修 -----*/

#reduction_er .btn {
	text-align: center;
	margin-top: 20px;
}

#reduction_er_ex {
	background-color:#d9e2f5;
	margin-top:10px;
}

#reduction_er_ex .ex_img {
	margin-left: 15px;
	margin-top: 18px;
}

#reduction_er_ex .ex_btn {
	margin: 6px 0px 6px 26px;
}

#reduction_er_recommend p {
	margin: 10px 0px;
}

#reduction_er_recommend h3 {
	color: #353535;
	margin-bottom: 5px;
}

#reduction_er #construction {
	background-color: #ffffff;
	margin-left: 25px;
	width: 534px;
}

#reduction_er #construction p {
	text-align: right;
	padding: 5px;
}

#reduction_er .attention_txt {
	font-size: 11px;
	padding: 15px 25px;
}

#reduction_er_recommend .item,
#reduction_er_recommend .item_inn {
	float: left;
}

#reduction_er_recommend .item .item_inn img {
	margin-right: 14px;
}

#reduction_er_recommend .item_txt {
	background-image:url(../reform/images/icon_arrow_reduction.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin:5px 0;
	padding-left:13px;
	font-size: 9px;
}

#reduction_footerbtn ul li {
	float: left;
	width: 188px;
	margin-right: 6px;
}


/*----- QA -----*/

/* QA */

#reduction_qa #qa_top{
        margin: 15px 0 30px 0;
        width: 582px;
        text-align: left;
        background-color: #faeed8;
}

#reduction_qa #qa_top h3{
        clear: both;
        float: none;
        padding-top: 10px;
        margin-bottom: 5px;
        margin-left: 10px;
}

#reduction_qa #qa_top ol{
        clear: both;
        float: none;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 100%;
        line-height: 200%;
        list-style-type: none;
        font-weight: bold;
}

#reduction_qa .qa_border{
        clear: both;
        float: none;
        padding-left: 20px;
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 1px solid #f3b076;
}

#reduction_qa #qa_main {
        margin: 10px 0;
        width: 582px;
        text-align: left;
}

#reduction_qa #qa_main h3{
        clear: both;
        float: none;
        padding: 5px 0;
        margin-top: 20px;
        margin-bottom: 10px;
}

#reduction_qa #qa_main h4{
        clear: both;
        float: none;
        display: block;
        font-size: 100%;
        padding: 5px;
        margin-top: 15px;
        margin-bottom: 5px;
        border-bottom: 1px solid #f3b076;
        color: #ff5400;
}

#reduction_qa #qa_main p{
        clear: both;
        float: none;
        display: block;
        margin: 0 0 5px 25px;
        line-height: 160%;
}

#reduction_qa #qa_main dl{
        width: 582px;
        clear: both;
        float: none;
        margin-left: 25px;
        line-height: 160%;
}

#reduction_qa #qa_main dd {
        display:inline;
		float:left;
		margin-left:5px;
		width:10px;
		padding:0px 10px 5px 0px;
}

#reduction_qa #qa_main dt{
        width: 520px;
        display: block;
        float: left;
		color:#000000;
		font-weight: normal;
		padding:0px 15px 5px 0px;
}

#reduction_qa .bottom_block {
        margin-top: 60px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border: 1px solid #ccc;
}

* html #reduction_qa .bottom_block{
        padding-top: 10px;
}

#reduction_qa .bottom_block #point_bottom {
	padding: 10px;
}

#reduction_qa .text_01{
        padding-top: 10px;
}

#reduction_qa .text_02{
        padding-left: 10px;
}

#reduction_qa dt {
	clear: none;
}