/*------------ support-btnA01 (gradation button) ----------*/
.primary-contents-area .support-btnA01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 1em;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #555!important;
	background: #fefefe;
	background: -webkit-linear-gradient(top, #fefefe 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#f6f6f6 100%);
	border: 1px solid #ccc;
}
.primary-contents-area .support-btnA01 .iconA01 {
	margin-right: 7px;
	vertical-align: -0.2em;
}

.bb_none{
	border-bottom: none!important;
}


/*------------ contents top ----------*/
div.support-contents-top {
	margin-bottom: 30px;
}
div.support-contents-top.mb0 {
	margin-bottom: 0!important;
}

div.support-contents-top .category {
	margin-bottom: 2px;
	padding: 4px 20px;
	font-weight: bold;
}
div.support-contents-top .heading {
	padding: 16px 20px 10px;
}
div.support-contents-top .heading h1 {
	margin-left: -1px;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: 3px;
}
div.support-contents-top .heading p {
	margin: 1em 0 0;
	font-size: 13px;
}
div.support-contents-top .issue {
	padding: 10px;
}
div.support-contents-top .menu {
	margin-top: 30px;
}
div.support-contents-top .menu dt {
	clear: both;
	float: left;
	width: 180px;
	line-height: 40px;
}
div.support-contents-top .menu dt a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 40px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none!important;
	color: #555!important;
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#ededed 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%);
	border: 1px solid #ccc;
}
div.support-contents-top .menu dt a:before {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 8px;
	content: url("../img/arrow_menu-design.png");
	vertical-align: -1px;
}

div.support-contents-top .btn_maintain dt a:before{
	content: url("../img/arrow_menu-maintain.png");
}

div.support-contents-top .btn_introduction dt a:before{
	content: url("../img/arrow_menu-introduction.png");
}


div.support-contents-top .menu dt.support-btn-2line a {
	line-height: 1.2;
	padding-top: 3px;
	padding-left: 41px;
	position: relative;
}
div.support-contents-top .menu dt.support-btn-2line a:before {
	display: inline;
	margin-right: 8px;
	position: absolute;
	top: 12px;
	left: 20px;
}

div.support-contents-top .menu dd {
	width: 260px;
	margin-bottom: 14px;
	margin-left: 190px;
	color: #444;
	background-color: #f1f1f1;
}
div.support-contents-top .menu dd:before {
	display: inline-block;
	width: 10px;
	height: 40px;
	vertical-align: middle;
	content: "";
}
div.support-contents-top .menu dd p {
	display: inline-block;
	width: 240px;
	vertical-align: middle;
	line-height: 1.33;
}

/* color */
div.support-contents-top.col_design .category,
div.support-contents-top .issue,
.c_design {
	color: #555;
	background-color: #f9c;
}
div.support-contents-top.col_design .heading {
	background: #f9c;
}

div.support-contents-top.col_maintain .category,
div.support-contents-top .issue-maintain,
.c_maintain {
	color: #555;
	background-color: #ff9933;
}
div.support-contents-top.col_maintain .heading {
	background: #ff9933;
}

div.support-contents-top.col_introduction .category,
div.support-contents-top .issue-introduction,
.c_introduction {
	color: #555;
	background-color: #98cb4e;
}
div.support-contents-top.col_introduction .heading {
	background: #98cb4e no-repeat;
}


/*------------ contact section ----------*/
div.support-contact {}
div.support-contact .js-btn-switch {
	padding-left: 5px!important;
	cursor: pointer;
}
div.support-contact .js-btn-switch:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 5px;
	vertical-align: middle;
	content: "";
	border-style: solid;
	border-width: 4px 2.5px 0 2.5px;
	border-color: #cccccc transparent transparent transparent;
}
div.support-contact .js-btn-switch.is_open:before {
	border-width: 0 2.5px 4px 2.5px;
	border-color: transparent transparent #cccccc transparent;
}
div.support-contact .js-box-switch {
	display: none;
}
div.support-contact-unit {
	margin-top: 1.4em;
	line-height: 1;
	color: #666;
	background: transparent;
}
div.support-contact-unit h4 {
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0.3em 0.5em;
	border-left: 3px solid #ccc;
	line-height: 1.2;
}
div.support-contact-unit p + p {
	margin-top: 0.8em;
}
div.support-contact-unit .lead {
	line-height: 1.66;
}
div.support-contact-unit .textA01 + .textA01 {
	margin-top: 2em;
}
div.support-contact-unit .image {
	margin-bottom: 10px;
}

/*第二階層　右カラム バナー*/
div.support-related {
	border-top: none;
	border-bottom: 0 none;
}
div.support-related div.banner-listA01 {
	margin-bottom: 2.6em;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 0;
	background: #fff;
}
div.support-related div.banner-listA01 ul {
	margin-left: -1px;
	margin-right: -1px;
}


/*第三階層 heading*/

div.support-contents-top.col_design .support-heading-3rd,
div.support-contents-top.col_maintain .support-heading-3rd,
div.support-contents-top.col_introduction .support-heading-3rd{
	background: none!important;
	padding: 0!important;
}


div.support-contents-top.col_design .support-heading-3rd h1{
	font-size: 18px!important;
	padding: 6px 12px!important;
	background-color: #f9c!important;
}

div.support-contents-top.col_maintain .support-heading-3rd h1{
	font-size: 18px!important;
	padding: 6px 12px!important;
	background-color: #ff9933!important;
}

div.support-contents-top.col_introduction .support-heading-3rd h1{
	font-size: 18px!important;
	padding: 6px 12px!important;
	background-color: #98cb4e!important;
}

/*div.support-contents-top.col_design .support-heading-3rd p{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-design.png");
	background-position: right 16px top 0;
	background-repeat: no-repeat;
}*/

div.support-contents-top .support-heading-3rd .txt_lead{
	margin-top: 18px;
	height: 73px;
	background-position: right 8px top 0;
	background-repeat: no-repeat;
}

#bg-design-consulting{background-image: url("../img/heading_3rd-bg-design-consulting.png");}
#bg-design-diagnosis{background-image: url("../img/heading_3rd-bg-design-diagnosis.png");}
#bg-design-training{background-image: url("../img/heading_3rd-bg-design-training.png");}
#bg-improvement-remodeling{background-image: url("../img/heading_3rd-bg-improvement-remodeling.png");}
#bg-improvement-replace{background-image: url("../img/heading_3rd-bg-improvement-replace.png");height: 133px;}
#bg-introduction-consultation{background-image: url("../img/heading_3rd-bg-introduction-consultation.png");}
#bg-introduction-delivery{background-image: url("../img/heading_3rd-bg-introduction-delivery.png");}
#bg-introduction-start-up{background-image: url("../img/heading_3rd-bg-introduction-start-up.png");}
#bg-introduction-training{background-image: url("../img/heading_3rd-bg-introduction-training.png");}
#bg-maintenance-agreement{background-image: url("../img/heading_3rd-bg-maintenance-agreement.png");}
#bg-maintenance-inspection{background-image: url("../img/heading_3rd-bg-maintenance-inspection.png");}
#bg-maintenance-training{background-image: url("../img/heading_3rd-bg-maintenance-training.png");}
#bg-restoration-analysis{background-image: url("../img/heading_3rd-bg-restoration-analysis.png");}
#bg-restoration-consultation{background-image: url("../img/heading_3rd-bg-restoration-consultation.png");}
#bg-restoration-delivery{background-image: url("../img/heading_3rd-bg-restoration-delivery.png");}
#bg-restoration-diagnosis{background-image: url("../img/heading_3rd-bg-restoration-diagnosis.png");}
#bg-restoration-restoration{background-image: url("../img/heading_3rd-bg-restoration-restoration.png");}
#bg-selection-consultation{background-image: url("../img/heading_3rd-bg-selection-consultation.png");}
#bg-selection-showroom{background-image: url("../img/heading_3rd-bg-selection-showroom.png"); height: 95px;}
#bg-selection-testing{background-image: url("../img/heading_3rd-bg-selection-testing.png");}
#bg-selection-verification{background-image: url("../img/heading_3rd-bg-selection-verification.png");}


div.support-contents-top .support-heading-3rd div.txt_lead p{
	width: 340px;
}

div.support-contents-top .support-heading-3rd div.txt_lead p.w280{
	width: 280px;
}



div.support-contents-top.col_design .support-heading-3rd p.txt_lead-replace{
	margin-top: 18px;
	height: auto;
	background-image: url("../img/heading_3rd-bg-design2.png");
	background-position: right 12px top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_maintain .support-heading-3rd p.txt_lead{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-maintain.png");
	background-position: right 16px top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_maintain .support-heading-3rd p.txt_lead-replace{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-maintain2.png");
	background-position: right 12px top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_maintain .support-heading-3rd p.txt_lead-replace2{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-maintain3.png");
	background-position: right 0 top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_introduction .support-heading-3rd p.txt_lead{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-introduction.png");
	background-position: right 16px top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_introduction .support-heading-3rd p.txt_lead-replace{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-introduction2.png");
	background-position: right 12px top 0;
	background-repeat: no-repeat;
}

div.support-contents-top.col_introduction .support-heading-3rd p.txt_lead-replace2{
	margin-top: 18px;
	height: 73px;
	background-image: url("../img/heading_3rd-bg-introduction3.png");
	background-position: right 0 top 0;
	background-repeat: no-repeat;
}



/*第三階層 contents */

div.support-3rd-contents .support-3rd-contents-block:last-child{
	margin-bottom: 50px;
}

div.support-3rd-contents .support-3rd-contents-block h2{
	font-size: 18px;
	padding: 8px 10px;
	border-left: 3px solid #ccc;
	margin-bottom: 15px;
}

div.support-3rd-contents .support-3rd-contents-block h2.line2{
	padding: 0 10px;
}

div.support-3rd-contents .support-3rd-contents-block .support-3rd-btn{
	display: block;
	width: 150px;
	padding: 6px 0;
	margin: 30px auto;
	text-align: center;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%);
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

div.support-3rd-contents .support-3rd-contents-block .support-3rd-btn:hover{
	text-decoration: none;
	color: #555;
}

div.support-3rd-contents-block .support-3rd-btn{
	display: block;
	width: 150px;
	padding: 6px 0;
	margin: 30px auto;
	text-align: center;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%);
	color: #555!important;
	font-size: 12px;
	font-weight: bold;
}

div.support-3rd-contents-block .support-3rd-btn:hover{
	text-decoration: none!important;
	color: #555!important;
}

ul.support-color-list,
ul.support-color-list2{
	list-style: none;
}

ul.support-color-list li::before{
	display: inline-block;
	content: "・";
	font-weight: bold;
	color: #f9c;
	margin-right: 3px;
}

ul.support-color-list2 li::before{
	display: inline-block;
	content: "・";
	font-weight: bold;
	color: #98cb4e!important;
	margin-right: 3px;
}

.primary-contents-area .support-rental-flow{
	/*margin-top: 40px!important;*/
	margin-bottom: 30px!important;
}
.support-rental-flow ul{
	/*margin-top: 25px;*/
	list-style: none;
}
.support-rental-flow ul li{
	margin-bottom: 10px;
}

.support-rental-flow ul li:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 10px;
	border-color: #ff99cc transparent transparent transparent;
	margin: 10px auto;
}

.support-rental-flow ul li:last-child:after{
	content: none;
}

.support-rental-flow ul li dl{
	padding: 10px 15px;
	background: #f1f1f1;
	border-radius: 5px;
}

.support-rental-flow ul li dl dt{
	margin-bottom: 10px;
	font-weight: bold;
}

.support-rental-flow ul li dl dt.mb0{
	margin-bottom: 0;
}

/*汎用*/
.support-contact-unit .box .support-table{
	margin-top: 30px;
}

.support-contact-unit .box .support-table td{
	line-height: 1.5;
	padding: 8px 4px;
}

.support-contact-unit .box{
	margin-bottom: 50px;
}

.support-contact-unit .box h2{
	font-size: 18px;
	padding: 8px 10px;
	border-left: 3px solid #ccc;
	margin-bottom: 15px;
}

.support-contact-unit .box p{
	line-height: 1.5;
}

.support-mttl{
	font-size: 18px!important;
	padding: 8px 10px!important;
	border-left: 3px solid #ccc;
	margin-bottom: 15px!important;
}

.primary-contents-area .support-blockA01{
	line-height: 1.5;
}

.primary-contents-area .table-blockA01 .address_labo {
  width: 270px;
  float: left;
  list-style: none;
}

.primary-contents-area .table-blockA01 .img_labo {
  width: 160px;
  float: right;
}

p.support-txt_blue{
	color:#0068b7!important;
}

/*/support/selection/consultation/*/
#support-consultation .support-cutomer-window{
	font-weight: bold;
	margin: 5px 0 18px;
}
#support-consultation .support-cutomer-window dt{
	display: inline-block;
	font-size: 14px;
}

#support-consultation .support-cutomer-window dd{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

#support-consultation .support-free-tel img{
	vertical-align: top;
	display: inline-block;
}

#support-consultation .support-free-tel img.txt-free-tel{
	margin-left: 18px;
}

#support-consultation .txt-tel{
	margin: 0 3px 0;
	display: inline-block;
}

#support-consultation .txt_notes{
	font-size: 10px;
}

#support-consultation .txt_notes2{
	color: #0068b7;
	margin-top: 18px;
}

#support-consultation .table-blockA01 span.table_ttl{
	font-size: 18px;
	margin-right: 3px;
}

.table-blockA01 .tableB01 th,
.table-blockA01 .tableB01 td{
	font-size: 100%;
}

#support-consultation .table-blockA01 .tableB01 th{
	font-weight: normal;
}

#support-consultation .table-blockA01 .tableB01 td{
	padding: 0.5em;
}

#support-consultation .table-blockA01 .tableB01 td.txt_etc{
	position: relative;
}
#support-consultation .table-blockA01 .tableB01 td.txt_etc span{
	position: absolute;
	right: 10px;
}

#support-consultation .table-blockA01 .tableB01 td.direct_call{
	background: #e1e1e1!important;
	padding: 0.5em 0;
	vertical-align: bottom;
}

#support-consultation .table-blockA01 .tableB01 td.direct_call .tel_no{
	margin-left: 5px;
	font-size: 150%;
}




#showroom .support-address{
	margin-top: 20px;
}

#showroom .support-address dl dt{
	font-weight: bold;
	margin-bottom: 15px;
}

#showroom .support-address dl dd{
	margin-bottom: 15px;
}

.table-blockA01 .table-inner-list{
	list-style: none;
	margin-left: 1em;
}

.table-blockA01 .table-inner-list li{
	line-height: 1.5;
	text-indent: -1em;
	margin-bottom: 5px;
}

.table-blockA01 .table-inner-list span{
	font-weight: bold;
}

.support-img-ttl{
	color: #0055c4!important;
	padding-left: 1em!important;
	font-size: 12px!important;
}

.image-blockA01 .img_agreement{
	width: 428px;
	margin: 0 auto;
}

/*analisys*/

.support-contact .columnA01{
	width: 322px;
	margin-top: -40px!important;
}

.support-contact .columnA01 form{
	margin-top: 10px;
}

.support-contact .columnA01 input[type=text]{
	width: 210px;
}

.support-contact .columnA01 input[type=image]{
	width: 70px;
}

.support-contact .caution_txt{
	overflow: hidden;
	margin-top: 17px;
}

.support-contact .caution_txt dt{
	clear: both;
	width: 7em;
	float: left;
	margin-bottom: 10px;
}

.support-contact .caution_txt dd{
	width: 350px;
	float: left;
	margin-bottom: 10px;
}


.support-contact .textA01 .box_link_list{
	overflow: hidden;
}

.support-contact .textA01 .box_link_list .txt_web{
	width: 61px;
	float: left;
}

.support-contact .textA01 .box_link_list .txt_web {
	width: 61px;
	float: left;
}
.support-contact .textA01 .box_link_list .form_link_list {
	width: 380px;
	float: left;
	padding-top: 3px;
	margin-left: 6px;
	margin-bottom: 23px;
}
.support-contact .textA01 .box_link_list .form_link_list li{
	margin-bottom: 12px;
	list-style:none;
}

.primary-contents-area .support-service_act{
	margin-top: 30px;
}

.primary-contents-area .support-service_act img.win{
	position: static;
	padding-left: 3px;
	padding-right: 3px;
}

.support-contact_table{
	margin-top: 30px;
}

.support-contact_table table.tableB01 th{
	text-align: center;
}


.support-contact_table table.tableB01 td .c_ttl{
	font-weight: bold;
	margin-bottom: 5px;
}

.support-contact_table table.tableB01 td .c_tel{
	font-size: 200%;
	font-weight: bold;
}

.support-contact_table table.tableB01 td .icon-members{
	padding-left: 5px;
	vertical-align:-1px;
}

.tableB01 td .table_anyfreeder{
	padding: 10px 0;
}

.tableB01 td .table_anyfreeder p{
	display: inline-block;
	vertical-align: middle;
}


.tableB01 td .table_anyfreeder p.plus{
	font-size: 32px;
	line-height: 78px;
	padding: 0 5px;
}

.tableB01 td .table_anyfreeder p img{
	height: 78px;
	padding: 0 5px;
	vertical-align: top;
}

.tableB01 td .table_anyfreeder p img.pb10{
	padding-bottom: 10px;
}

.f_bold{
	font-weight: bold!important;
}
