

#efcp {
    max-width: 750px; /*width*/
	margin: 0 auto;
    background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}


#efcp img{
    display: block;
	margin: 0 auto;
	max-width: 100%;
}

#efcp a,
#efcp input {
	cursor: pointer;
	text-decoration: none;
	border: none;
}

#efcp .btnLink a:hover,
#efcp input:hover {
	opacity: 0.7;
}

/* JSPに a name がつくため打消し */
#efcp a[name]{
	padding:0 !important;
	box-shadow: none !important;
	background: none !important;
}

#efcp p,
#efcp h1,
#efcp h2,
#efcp h3 {
	margin: 0;
	padding: 0;
}

#efcp .boxAbout {
	max-width: 864px;
	padding: 80px;
}
#efcp .boxAbout h2 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 60px;
}
#efcp .boxAbout h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	border-bottom: 1px solid #000;
}
#efcp .boxAbout p {
	font-size: 18px;
	line-height: 1.72;
	margin-bottom: 50px;
}
#efcp .boxAbout .end {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	padding: 25px 0 60px 0;
	position: relative;
}



#efcp .boxAbout .end::after {
    content: '';
    position: absolute;
    top: 0; /* ボーダーの位置を調整 */
    left: 50%; /* 要素の中央に配置 */
    transform: translateX(-50%);
    border-top: 1px solid #000;
    width: 100%;
}

#efcp .boxAbout { /*キャンペーン概要　背景色設定*/
background-color:#ffffe3;
}




/*S　エントリーエリア*/
/*上部*/
#efcp .entryBox .btn {
	background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_bg_pc.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
/*下部*/



/*エントリーボタン*/
#efcp .entryBox .btn input {
	background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_entry_pc.png) no-repeat;
	background-position: center center;
	width: 560px;
	height: 115px;
	color: transparent;
}
/*E　エントリーエリア*/



#efcp .btnLink.btnLink01 {
	background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_btn_pc.png) no-repeat;
	background-position: center center;
    background-size: 100% 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

#efcp .btnLink.btnLink01 a {
	width: 560px;
	height: 91px;
	display: block;
	margin: 0 auto;
}

#efcp .btnLink.btnLink02 {
	background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_bg_pc.png) no-repeat;
	background-position: center center;
    background-size: 100% 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

#efcp .btnLink.btnLink02 a {
	width: 560px;
	height: 93px;
	display: block;
	margin: 0 auto;
}


#efcp .sp {
	display: none !important;
}




@media all and (max-width: 896px) {
	#efcp .pc {
		display: none !important;
	}

	#efcp .sp {
		display: block !important;
	}
	#efcp {
	width: 100%;
	}
	#efcp .btnLink a,
	#efcp a,
	#efcp input {
		cursor: default;
	}
	#efcp .btnLink a:hover,
	#efcp a:hover,
	#efcp input:hover {
		opacity: 1;
	}
	#efcp img {
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	#efcp .boxAbout {
		max-width: 100%;
		margin: 0%;
	    padding: 40px;
	}
	
	#efcp .boxAbout h2 {
		font-size: 4.5vw;
		padding-bottom: 5%;
	}
	#efcp .boxAbout h3 {
		font-size: 4vw;
	}
	#efcp .boxAbout p {
		font-size: 4vw;
		line-height: 1.72;
		margin-bottom: 0;
		padding-bottom: 8%;
	}
	#efcp .boxAbout .end {
		font-size: 3.5vw;
		margin-top: 1%;
		padding: 3% 0 10% 0%;
	}

	#efcp .entryBox .btn {
		width: 100%;
		background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_bg_sp.png) no-repeat;
		background-position: center center;
        background-size: 100% 100%;
	}

	#efcp .entryBox .btn input {
		width: 74.6%;
        height: 14vw;
		background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_entry_sp.png) no-repeat;
		background-size: 100% auto;
	}
	
	#efcp .btnLink.btnLink01 {
		width: 100%;
		background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_btn_sp.png) no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	#efcp .btnLink.btnLink01 a {
		width: 74.6%;
		height: auto;
	}

	#efcp .btnLink.btnLink02 {
		width: 100%;
		background: url(/front/contents/floor/721/26062000/9999999/original/2026ehure_eco/img/btn_bg_sp.png) no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	#efcp .btnLink.btnLink02 a {
		width: 74.6%;
		height: auto;
	}

}
