

#c-top{
	width: 100%;
	margin:0 auto;
	margin-bottom: 30px;
	padding-top: 80px;
}

#c-main{
	width: 100%;
	margin:0 auto;
}

#c-main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
  	font-size: 0;
  	width:100%;
}

#c-main li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:100%;
  	display: inline-block;
  	content: none;
  	position: relative;
}

#c-main li p{
	position: absolute;
	font-size: 30px;
	color: #ffffff;
	/*background:rgba(115,178,136,0.4);*/
	/*background:rgba(135,206,235,0.6);*/
	background:rgba(255,199,120,0.6);


	width:80%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-weight: bold; /*太字に*/
	text-align: center;
	line-height: 40px;
}

#c-main li p span{
	font-size: 18px;
	line-height: 40px;
}

#c-main h2{
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 2px #73b288;
	border-bottom: solid 2px #73b288;
	margin-top: 50px;
	margin-bottom: 50px;
}
#c-main h2:before, #c-main h2:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
  	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #73b288;
}
#c-main h2:before {left: 7px;}
#c-main h2:after {right: 7px;}


#c-main .sub-title{
	width: 100%;
	margin:0 auto;
	text-align: center;
}

/******************************************************/

#c-main #t-shinchiku {
	color:#73b288;

}
#c-main #shinchiku li p{
	background:rgba(115,178,136,0.8);
}

/******************************************************/

#c-main #t-reform  {
	color:#ffc778;
	border-top: solid 2px #ffc778;
	border-bottom: solid 2px #ffc778;
}

#c-main #t-reform:before, #c-main #t-reform:after{
	background-color: #ffc778;
}

#c-main #reform  li p{
	background:rgba(255,199,120,0.8);
}


/******************************************************/

#c-main #t-renovation  {
	color:skyblue;
	border-top: solid 2px skyblue;
	border-bottom: solid 2px skyblue;
}

#c-main #t-renovation:before, #c-main #t-renovation:after{
	background-color: skyblue;
}

#c-main #renovation  li p{
	background:rgba(135,206,235,0.6);
}


#c-main #renovation  ul{
	margin-bottom: 10px;
}

/* 新規追加分 */

.triangle{
	display: none;
}
.customer_worries,.plan, .plan_02,.case_flex,.heading_flex{
	display: initial;

}
.plan, .plan_02{
	position: initial;
}
.plan .plan_txt, .plan_02 .plan_txt{
	position: initial;
}
.plan img, .plan_02 img{
	width: 100%;
	
}
.reform_head .r_head_txt h1,.reform_head h1 span{
	font-size: 1.5em;
}
.reform_plan h3{
	margin: 10px 0 30px;
	font-size: 1.3em;
	padding: 0 10px;
}
.plan .plan_txt, .plan_02 .plan_txt{
	width: 100%;
}
.plan_txt h2{
	margin: 0 !important;
	font-size: 1.5em;
}

.exption_line span {
	padding-right: 2em;
}
.explanation p{
	padding: 15px 0;
}
.explanation_line{
	font-size: 1.2em;
	text-align: center;
}
.promotion{
	width: 100%;
	margin-bottom: 50px;
	padding: 30px 0 40px;
	display: inherit;
}

.promotion h4{
	margin: 20px 0 10px;
	text-align: center;
	font-size: 1.5em;
}
.promotion .promotion_txt{
	padding: 0 15px;
}
.promotion .promotion_txt p{
	text-align: left;
}
.promotion .promotion_txt .arrow{
	padding-right: 1.5em;
	text-align: right;
}
.arrow span{
	height: 10px;
	width: 25px;
}
.arrow span:before{
	border: 14px solid transparent;
	border-left: 16px solid #43AB57;
	left: 23px;
	top: -8.5px;
}
.promotion div{
	text-align: center;
}
.txt_dc p{
	font-size: 0.9em;
}
.case_flex div {
	margin: 0 0 40px;
	padding: 0 20px;
}
.case_flex div p,.case_flex div .day{
	margin: 0;
}
.customer_worries div img{
	width: 70%;
}
.customer_worries div{
	text-align: center;
}
.heading_flex img{
	opacity: 0.15;
	position: absolute;
	right: 100px;
	bottom: 4em;
	width: initial;
}
.heading_flex{
	position: relative;
}
.heading_flex p{
	margin: 15px 0 20px;
	padding: 0 15px;
	position: relative;
}
.case_flex .b_line{
	margin: 10px 0 0;
}
.case{
	padding-bottom: 2em;
}
.mh1-m{
	padding: 0;
}
.reform_plan .case .mh1-m{
	padding: 40px 10px 0;
}
.inquiry_button{
	width: 80%;
}



