

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

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

#c-main .p-txt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

#c-main li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:500px;
  	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:70%;
	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;
}

/* 新規追加分 */

.heading_flex{
	width: 80%;
	display: flex;
	margin: 1em auto 5em;
	gap: 3em;
	align-items: center;
	/* line-height: 1.8em; */
	font-weight: bold;
}
.heading_flex p{
	line-height: 2.3em;
	font-size: 0.9em;
}
.heading_flex img{
	width: 100%;
	max-width: 180px;
}
.customer_worries{
	justify-content: center;
	gap:2em;
	display:flex;
}

.customer_worries p{
	font-weight: bold;
	text-align: left;
		padding: 0 30px;
}

/* .customer_worries img{
	width: 90%;
} */

.triangle {
	bottom: 100%;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 465px solid transparent;
	border-right: 465px solid transparent;
	border-bottom: 60px solid #e6f1e9;
}
.promotion{
	position: relative;
	margin: 6em auto;
	width: 75%;
	display: flex;
	background: #E6F1E9;
	padding: 20px 90px 40px;
	gap: 4em;
	align-items: center;
	justify-content: center;
}


.promotion .promotion_txt{
	font-weight: bold;
}

.promotion .promotion_txt .txt_dc{
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.promotion h4{
	font-size: 1.7em;
	margin: inherit;
	color: #43ab57;
	font-weight: bold;
}

.reform_plan h3{
	text-align: center;
	font-size: 2em;
	margin: 40px 0 50px;
}

.case_flex{
	gap:2em;
	display:flex;
}

.case_flex img{
	width: 100%;
}

.case_flex .b_line{
	font-size: 1em;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.case_flex .day{
	text-align: right;
}
.plan,.plan_02{
	position: relative;
	display: flex;
	margin: 0 0 6em;
}
.plan_02{
	flex-direction: row-reverse;
}

.plan .plan_txt,.plan_02 .plan_txt{
	position: absolute;
	width: 55%;
	top:3em;
}
.plan .plan_txt{
	left: 30em;
}

.plan_02 .plan_txt{
	right: 30em;
}

.plan img,.plan_02 img{
	width: 70%;
}
.inquiry_button a{
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 1.3em;
	padding: 20px;
}
.inquiry_button{
	margin: 0 auto;
	width: 60%;
	padding: 10px 15px;
	background: #43AB57;
	text-align: center;
}
.inquiry{
	margin: 40px 0 70px;
}
.plan_txt h2{
	font-size: 1.6em;
	/* border: initial; */
	position: relative;
	padding: 0.5em 1em !important;
	border-top: none !important;
	border-bottom: none !important;
	/* background: #90AF28; */
	color: white;
	margin: 50px 0 0 !important;

}

.plan_txt h2:before, .plan_txt h2:after{
	position: initial !important;
}

.explanation{
	font-weight: bold;
	padding: 20px 30px;
	background: white;
}
.explanation h5{
	font-size: 1.2em;
	margin: 0 !important;
}
.explanation p{
	margin: 0 0 20px;
}

.explanation_line{
	font-weight: bold;
	font-size: 1.4em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0;
}
.explanation_line span{
	padding-right: 5em;
}
.reform_head img{
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
	width: 100%;

}
.reform_head{
	position: relative;
}
.reform_head .r_head_txt{
	/* text-align: center; */
	position: absolute;
	left: 0.5em;
	top: 5px;
	z-index: 999;
}
.reform_head .r_head_txt h1{
	margin: 0 !important;
	font-size: 2.5em;

}
.reform_head h1 span{
	padding-left: 1em;
	font-size:2em;
	color: #43AB57;
}
.plan_name{
	background: #f8f8f8;
padding: 0 20px;
}
.p_color01{
	background: #90AF28;
}
.p_color02{
	background: #B7BD10 !important;
}

.p_color03{
	background: #5C98AE !important;
}
.case{
	padding-bottom: 10em;
}

.arrow span {
	display: inline-block;
	height: 15px;
	width: 35px;
	background-color: #43AB57;
	position: relative;
	/* top: 3px; */
	right: 25px;
}

.arrow span:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-left: 20px solid #43AB57;
	left: 30px;
	top: -10px;
}
.arrow{
	font-size: 1.3em;
	text-decoration: underline;
	padding-right: 3em;
	text-align: right;
}
.content-inner h1{
	margin: 0 0 20px;

}




