@charset "utf-8";

/**/
.pc_br {
	display:block;
}
.rollover:hover,
.rollover:hover img {
	transform: scale(1.05);
	transition: transform 0.2s;
	opacity:1;
}
.title1 {
	width:950px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	font-size:30px;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background:url(../img/ecocute/pc_title1.png) 50% 0 no-repeat;
	line-height:1.2;
}
.title2 {
	width:950px;
	margin:0 auto;
	padding:5px;
	background:#e6e6e6;
	border-left:3px solid #ff772d;
	border-right:3px solid #ff772d;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
}
.title1_s {
	font-size:22px;
	padding-right:3px;
}

/* 問い合わせボタンセット */
	.contact_set1.mt_20 {margin-top:20px;}


/* ビルボ */
.bb {
	text-align:center;
	background:url(../img/ecocute/pc_bb_bg.jpg) 0 0 repeat-x;
}
.contact_set1 {
	width:930px;
	margin:0 auto;
}
.bb_contact {
	margin-top:12px;
}
.contact_set1 ul {
	display:flex;
	justify-content:space-between;
}
.contact_set1 ul li:nth-child(1) {order:2;}
.contact_set1 ul li:nth-child(2) {order:1;}
.contact_set1 ul li:nth-child(3) {order:3;}


.const_info_btn {
	position:relative;
	display:block;
}
.const_info_day202403 {
display:none;
/*    width: 160px;
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    color: red;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 95px;
    z-index: 10;*/
}

/* エコキュートとは */
.bb_shortcut {
	width:950px;
	margin:28px auto 0;
	background:#ffdba5;
}
.bb_shortcut ul {
	padding:12px 21px 17px;
	display:flex;
	justify-content:space-between;
}

/* キャンペーン */
.campaign {
	width:950px;
	margin:25px auto 0;
	position:relative;
	background: linear-gradient(to bottom, #fff 0%,#e1ffff 4%,#fdd7d7 100%);
}
.title_campaign {
	width:950px;
	-webkit-text-stroke: 4px red;
	position:absolute;
	top:0;
}
.title_campaign::before {
	content: attr(data-text);
	position: absolute;
	color: red;
	-webkit-text-stroke: 1px #fff;
}
.campaign_bg {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.campaign_items {
	display: flex !important; /* slick解除後にも flex に戻す */
	justify-content:center;
	position: absolute;
	top:250px;
	left: 0;right: 0;
	gap:13px;
	z-index:2;
}
.campaign_items li {
	width: auto; /* PC用は78.6%だと大きすぎるので適宜調整 */
}

/* 自社施工 */
.const {
	margin-top:-5px;
	position:relative;
	z-index:3;
}
.const_inner {
	width:950px;
	margin:0 auto;
}
.const_p1 {
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.const_flex1 {
	margin:25px auto 0;
	overflow:hidden;
}
.flex1_col_left {
	width:450px;
	float:left;
}
.flex1_col_right {
	width:450px;
	float:right;
}
.const_left p {
	line-height:1.5;
}
.const_staff_link {
	margin-top:15px;
	text-align:center;
}

/* 省エネ */
.eco {
    width: 950px;
    margin: -5px auto 0;
	background: linear-gradient(to bottom, #fff 0%,#dcf0ff 4%,#dcf0ff 100%);
	position:relative;
}
.eco .title1 {
	width: 950px;
    position: absolute;
    top: 0;
}
.eco_inner {
    max-width: 950px;
	margin:0 auto;
	position:relative;
}
.eco_p1 {
	width:950px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:1.3;
	position:absolute;
	top:93px;
    z-index: 2;
}
.eco_p2 {
    position: relative;
    z-index: 1;
    left:156px;
}
.eco_link1 {
	width:435px;
	position:absolute;
	top:380px;
    left: 242px;
    z-index: 3;
}

/* 選んだ理由 */
.riyuu {
	width:950px;
	margin:-5px auto 0;
	/*padding-bottom:50px;*/
	position:relative;
	background: linear-gradient(to bottom, #dcf0ff 0%, #dcf0ff 3%, #ffffe6 3%, #ffffe6 90%, #ffdba5 100%);
}
.riyuu_p1 {
	width:950px;
	margin:0 auto;
	padding:20px;
	color: #ff5a00;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height:1.2;
	border-bottom:2px solid #ff7c2f;
}
.riyuu_col {
	width:950px;
	margin:0 auto;
	border-bottom:2px solid #ff7c2f;
	position:relative;
}
.riyuu_text {
	width:415px;
	position:absolute;
	line-height:1.5;
}
.riyuu1 .riyuu_text {
    top: 185px;
    left: 523px;
}
.riyuu2 .riyuu_text {
    top: 229px;
    left: 27px;
}
.riyuu3 .riyuu_text {
    top: 227px;
    left: 523px;
}
.riyuu_kuchi {
	position:absolute;
    top: 236px;
    left: 201px;
}

/* 保証 */
.guara {
	width:950px;
	margin:25px auto 0;
	padding-bottom:40px;
	position:relative;
	background: linear-gradient(to bottom, #fff 0%, #fff 3%, #faffdc 3%, #faffdc 100%);
}
.guara_inner {
	width:950px;
	margin:0 auto;
}
.guara_p1 {
	margin-top:15px;
	color:#ff5a00;
	line-height:1.2;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.guara_p2 {
    margin-top: -20px;
    margin-bottom: 20px;
}
.pc_guara_order1 {
	margin-top:20px;
	display:flex;
	flex-direction:column;
}
.guara10 {
	margin-top:20px;
	order:2;
}
.guara_img_flex {
	margin:0 15px;
	display:flex;
	justify-content:space-between;
	order:1;
}
.guara_img_on1 {
	width:450px;
	position:relative;
}
.guara_img_on1 h3 {
	width:100%;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:3px;
	text-align:center;
}
.guara_p3 {
    margin-top: 5px;
}
.guara_enchou {
	margin:0 10px;
	padding: 0 30px 20px;
	border:2px solid #ff5a00;
	border-radius:10px;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.guara_enchou_maker {order:2;}
.guara_enchou_hot {order:1;}
.guara_p4 {
	order:3;
	width:100%;
	margin-top:15px;
	text-align:center;
}
.guara_enchou_maker, 
.guara_enchou_hot {
	margin-top:-57px;
}

/* 10年保証の闇 */
.yami {
	margin-top:-5px;
	padding-bottom:50px;
	position:relative;
}
.yami .title1 {
	width: 950px;
    position: absolute;
    top: 0;
    left:0;right:0;
}
.yami_bb {
    width: 950px;
    margin:0 auto;
	position:relative;
}
.yami_inner {
    width: 950px;
    margin:0 auto;
	position:relative;
}
.yami_intoro_text {
    width: 640px;
    margin:25px auto 0;
}
.yami_hh {
	margin-top:10px;
}
.yami_hh_flex {
	margin-top:13px;
	display:flex;
	justify-content:space-between;
}
.yami_p2 {
	width:450px;
	line-height:1.4;
}
.yami_hosyou {
	margin-top:40px;
}
.yami_hosyou_flex {
	margin-top:20px;
	display:flex;
	justify-content:space-between;
}
.yami_p3 {
	width:250px;
	line-height:1.4;
}

/* 安い理由 */
.yasui {
	width: 950px;
	margin:30px auto 0;
	background: linear-gradient(to bottom, #fff 0%, #fff 3%, #ffffe6 3%, #ffffe6 85%, #ffdba5 100%);
}
.yasui_title2 {
	width:930px;
	margin-top:25px;
}
.yasui_inner {
	width:930px;
	margin:20px auto 0;
	padding-bottom:10px;
	display:flex;
	justify-content:space-between;
}
.yasui_inner > picture:nth-child(1) {order:2;}
.yasui_inner > picture:nth-child(2) {order:1;}



/* エコキュートとは */
.whats {margin-top:35px;}
.whats_inner {
	width:950px;
	margin:30px auto 0;
}
.whats_intoro {
	position:relative;
}
.whats_p1 {
	width:450px;
	position:absolute;
	bottom:0;
	right:0;
	line-height:1.4;
}
.whats_point {
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.whats_point_col {
	width:300px;
	margin-top:12px;
}
.whats_p2 {
	margin-top:5px;
}

/* メリット */
.merit {
	width:950px;
	margin:30px auto 0;
}
.merit_inner {
	margin-top:50px;
	border:3px solid #ff5a6e;
	border-radius:10px;
	background:#ffebed;
	position: relative;
}
.merit_inner > h4 {
	position: absolute;
	top:-33px;
	left:206px;
}
.merit_body {
	width:890px;
	margin:100px auto 0;
	padding-bottom:20px;
	display:flex;
	justify-content:space-between;
}
.merit_body dl {
	width:270px;
}
.merit_body dt {
	color:#ff5a6e;
	font-size:20px;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}
.merit_body dd {
	margin-top:5px;
}
.merit_body dt:before {
	content:"〇";
}
.demerit_inner {
	margin-top:60px;
	border:3px solid #0071bc;
	border-radius:10px;
	background:#ebf4fa;
	position: relative;
}
.demerit_inner > h4 {
	position: absolute;
	top:-33px;
	left:206px;
}
.demerit_body {
	width:890px;
	margin:100px auto 0;
	padding-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:30px 0;
}
.demerit_body dl {
	width:430px;
}
.demerit_body dt {
	color:#0071bc;
	font-size:20px;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}
.demerit_body dd {
	margin-top:5px;
}
.demerit_body dt:before {
	content:"△";
}

/* どっちが得 */
.which {
	margin-top: 30px;
	background:red;
	background: linear-gradient(to bottom, #fff 0%, #fff 87%, #ffdba5 100%);
}
.which_inner {
	width:950px;
	margin:0 auto;
	padding-bottom:15px;
	position:relative;
}
.which_bb {
	margin-top: 10px;
}
.which_flex {
	display:flex;
	justify-content:space-between;
}
.which_ranning,
.which_syoki {
	width:450px;
}
.which_p1 {
	margin:10px 0 20px;
	font-size:20px;
	text-align:center;
}
.which_pc_flex1 {
	padding:0 10px 20px;
	min-height:500px;
	/*display:flex;
	justify-content:space-between;*/
	background:#fff0e6;
}
.which_p2 {
	margin-top: 15px;
	text-align:center;
}
.which_p3 {
	margin-top: 15px;
}
.which_p4 {
	font-size:14px;
}
.which_p5 {
	margin-top: 15px;
}
.which_res_title {
	margin:20px;
	text-align:center;
}
.which_res_body {
	text-align:center;
}
.which_res_t {
	position:absolute;
    bottom: 0px;
    left: -110px;
}
.which_res_bg {
	height:490px;
	padding-top: 206px;
}
.which_res_text {
	width:600px;
	margin:0 auto;
	padding:20px 25px;
	background:#fff0e6;
	position:relative;
	z-index:3;
}


/* jirei */
.jireiBox {
	width: 950px;
	margin: 30px auto 0;
	padding-bottom: 20px;
	background: linear-gradient(to bottom, #fff 0%, #fff 10%, #ffdfda 10%, #ffdfda 100%);
	position: relative;
}
.jireiBox > h2{
	position: relative;
}
.jireiBox_body {
	width:950px;
	margin:20px auto 0;
	position: relative;
}
.jireiBox_item {
	width:900px;
	margin: 10px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:5px 12.5px;
}
.jireiBox_item li {
	width: 170px;
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
}
.jirei_new_icon {
	position: absolute;
	top: 5px;
	left: -5px;
	z-index: 5;
}
.icostatus {
	position: absolute;
	top: 92px;
	left: 131px;
	z-index: 5;
}
.jireiBox_numtext {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
	margin-top:10px;
	text-align: center;
	color:#0079ff;
}
.jireiBox_numtext span {
	font-size: 32px;
	padding:0 3px;
	color: #e10000;
}

.jireiBox_addtext1 {
	margin-top: 20px;
	color:#ff7721;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.jireiBox_addtext2 {
	width: 360px;
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	position: absolute;
	bottom: 52px;
	left: 536px;
}

/* 流れ */
.nagare {
	width: 950px;
	margin:0 auto;
	padding:0 0 15px;
    background: linear-gradient(to bottom, #ffdfda 0%,#ffdfda 5%,#ffffd9 5%,#ffffd9 100%);
	position:relative;
}
.nagare_title {
}
.nagare_inner {
	width:915px;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
}
.nagare_left {
	margin:15px 2% 0;
}
.nagare_right {
	margin-top:60px;
}

.nagare_left li {
	font-size: 1.5rem;
	display: flex;
}
.nagare_num {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	color:#fff;
	background-color: #f27c00;
	border-radius: 5px;
	display: inline-block;
}
.nagare_left dl {
	width: 100%;
	padding: 0 0 25px 10px;
	background:url(../img/lp/dekinai_arrow11.png) bottom 3px left 50% no-repeat;
}
.nagare_left li:last-child dl {
	background: none;
	padding-bottom: 0;
}
.nagare_left dt {
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
}

/* お支払い */
.payment {
	width: 980px;
	margin:0  auto 20px;
	text-align: center;
	background: linear-gradient(to bottom, #ffffe6 0%, #ffffe6 3%, #fff 3%, #fff 100%);
}
.payment_title {
	margin-bottom:30px;
	padding-top:20px;
    background: linear-gradient(to bottom, #ffffd2 0%,#ffffd2 50%,#fff 50%,#fff 100%);
}

/* 実績 */
.jisseki {
	width: 950px;
	margin:30px auto 0;
	padding-bottom:30px;
	position: relative;
	background:#ffffd2;
}
.jisseki_img1 {
	position: relative;
	z-index:1;
}


/* wellcom */
.hh_welcome {
	width:930px;
	margin:-169px auto 0;
	/*border:4px solid #ff7b00;*/
	border: solid 4px #ff7b00;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0px;        /* 外側の線と内側の線の空き具合を調整*/
	padding:20px;
	border-radius:10px;
	background:#fff;
	position:relative;
	z-index:2;
}
.wellcom_header {
	height:123px;
	position:relative;
}
.wellcom_p1 {
	text-align:center;
	position:relative;
}
.wellcom_car {
	position:absolute;
	z-index:-1;
	top:-10px;
	right:30px;
}
.wellcom_flex {
	display:flex;
	justify-content:space-between;
}
.wellcom_fle_left {
	width:460px;
}
.welcome_infotext {
	height:133px;
}
.wellcom_flex_right {
	width:411px;
}

/* form */
.form {
	width: 950px;
	margin:0 auto;
    background: linear-gradient(to bottom, #ffffd2 0%,#ffffd2 5%,#fff 5%,#fff 100%);
}
.form table {
	margin-top:20px;
}
/*
input[name="step_1_C"] {
	border-color:green;
	background:#e0ffe0;
}*/
.kataban_p2 {
	margin-top:10px;
	font-size:14px;
}
.input_error_text {
	color:#963a3a;
}


/**/
.fixedmenu01 {
	width:100%;
	max-width: 1350px;
	margin:30px auto 0;
}
.fixedmenu01 h2 {display:none;}
.fixedmenu01 ul {
	padding-top:10px;
	display:flex;
	flex-wrap:wrap;
	font-size:12px;
	justify-content:center;
	gap:10px 0;
	border-top:1px solid #000;
}
.fixedmenu01 li {
	border-left:1px solid #000;
	padding:0 7px;
}
.fixedmenu01 li:nth-child(1) {
	width:100%;
	text-align:center;
	order:99;
}
.fixedmenu01 li:nth-child(1) a {
	font-weight:bold;
	color:#000;
	font-size:16px;
}
.fixedmenu01 li:nth-child(1),
.fixedmenu01 li:nth-child(2) {
	border-left:0;
}
.btn_fixedmenu01_close {
	display:none;
}
#footerTitle {
	display:none;
}
#footer {
	width:980px;
	margin:0 auto 10px;
}
#footerMenu01 {
	display:flex;
	justify-content:center;
	gap:0 10px;
	margin-top:0;
}
#footerMenu01 a {
	color:#000;
	text-decoration:underline;
	font-size:12px;
	color:#333;
}
#copyright {
	margin-top:3px;
	text-align:center;
	font-size:12px;
	color:#999;
}

/**/
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1000;
}
.pageTop a {
	display: block;
	width: 70px;
	height: 70px;
}





















