article.contents-block--sub .block-main {
	margin-top: 100px;
	padding-bottom: 100px;
}

.block-main .block-content:not(:first-child) {
	margin-top: 50px;
}
.lead-text {
	line-height: 1.25;
}
.img-container {
	width: 100%;
	margin: auto;
}
.img-container > img {
	width: 100%;
	height: auto;
}
.img-maxcontainer {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.img-maxcontainer > img {
	width: 100%;
	height: auto;
}
.nav-content {
	margin-top: 30px;
}
.nav-content--item {
	justify-content: center;
}
.nav-content--item li {
	margin: 0 !important;
}
.nav-content--text {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	article.contents-block--sub .block-main {
		margin-top: 75px;
		padding-bottom: 75px;
	}
	.block-main .block-content:not(:first-child) {
		margin-top: 30px;
	}
	.lead-text {
		font-size: 0.95rem;
	}
	.img-container {
		width: 100%;
	}
}

.item-container {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.item-img {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-img--inner > img {
	width: 100%;
	height: auto;
}
.item-detail {
	width: 45%;
}
.item-detail--name {
	font-weight: bold;
	font-size: 1.5rem;
}
.item-detail--text {
	line-height: 1.25;
	margin-top: 15px;
}
.item-detail--illustration {
	margin-top: 15px;
	border: 1px #00a1e9 solid;
}
.illustration-title {
	padding: 10px;
	background-color: #00a1e9;
	color: #fff;
	font-size: 1.25rem;
}
.illustration-inner {
	padding: 5px 10px 15px;
}
.illustration-img {
	width: 100%;
	margin-top: 30px;
}
.illustration-img > img {
	width: 100%;
	height: auto;
}
.illustration-text {
	margin-top: 10px;
	font-size: 0.85rem;
	line-height: 1.15;
	margin-left: 20px;
}
.illustration-text > span {
	font-size: 1.25em;
	margin-bottom: 5px;
	display: block;
}


@media screen and (max-width:767px) {
	.item-container {
		flex-wrap: wrap;
	}
	.item-img {
		width: 100%;
	}
	.item-img--inner {
		width: 100%;
	}
	.item-detail {
		width: 100%;
		margin-top: 30px;
	}
	.illustration-text {
		margin-left: 0;
	}
}
.text-box,
.lead-text {
	font-size: 1.1rem;
	line-height: 1.25;
}
.f-bold {
	font-weight: bold;
	font-size: 1.05em;
	padding-bottom: 5px;
	display: inline-block;
}
.images-container {
	margin-top: 30px;
}
.images-container img {
	width: 100%;
	height: auto;
}
.images-container .images-item:not(:first-child) {
	margin-top: 20px;
}

.shower-container {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 30px;
}
.shower-left {
	width: 48%;
}
.shower-right {
	width: 50%;
}
.shower-right img {
	width: 100%;
	height: auto;
}
.img-item {
	width: 75%;
	margin: 0 auto;
}
.img-item > img {
	width: 100%;
	height: auto;
}
.shower-name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.shower-name > span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.15em;
}

@media screen and (max-width:767px) {
	.text-box,
	.lead-text {
		font-size: 0.95rem;
	}
	.shower-container {
		flex-wrap: wrap;
	} 
	.shower-left {
		width: 100%;
	}
	.shower-right {
		width: 100%;
		margin-top: 20px;
	}
	.shower-name {
		font-size: 1.25rem;
	}
	.shower-name > span {
		margin-bottom: 10px;
	}
}


.bnr-wrapper {
	margin-top: 50px;
}
.bnr-container {
	position: relative;
	transition: 0.25s;
}
.bnr-container:hover {
	opacity: 0.7;
}
.bnr-container img {
	width: 100%;
	height: auto;
}
.bnr-inner {
	text-align: center;
    position: absolute;
    width: 98%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #28549E;
    box-sizing: border-box;
}
.heading01 {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
.heading02 {
	position: absolute;
    top: 34%;
    left: 50%;
    text-align: center;
    width: 100%;
    font-size: 5.5em;
    font-weight: bold;
    transform: translateX(-50%);
    color: #28549E;
    font-feature-settings: "palt" 1;
}
.heading03 {
	position: absolute;
    bottom: 8%;
    left: 50%;
    text-align: center;
    width: 90%;
    font-size: 2.7em;
    transform: translateX(-50%);
    color: #33526D;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width:767px) {
	.heading01 {
		width: 75%;
	}
	.heading02 {
		top: auto;
		bottom: 38%;
		font-size: 8vw;
	}
	.heading03 {
		font-size: 3.6vw;
	}
}

.reform-nav {
	width: 100% !important;
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}
@media screen and (max-width:767px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
}

.img-outer {
	margin-top: 50px;
margin-bottom:50px;
}
.img-content img {
	width: 100%;
	height: auto;
}

.img-text {
	font-weight: bold;
	font-size: 1.0rem;
	margin-top: 10px;
	text-align: center;
}

h3.title_topic{
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    border-left: 4px solid #E5002D;
    padding: 0.3rem 1rem;
}

/*250814*/
.maindesign img {
    width: 100%;
    height: auto;
    display: block;
}

.maindesign .tab-container__blue {
    border-color: #0166b0;
}

.maindesign .tab-container {
    padding: 30px 15px;
    border-width: 3px;
    border-style: solid;
}

.maindesign .mt-moderate {
    margin-top: 30px;
}

.maindesign .procon-heading {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
}

.maindesign .procon-heading--inner {
    display: inline-block;
    padding: 0 5px 5px;
    border-bottom: 1px solid #333;
}

.maindesign .procon-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.maindesign .procon-box__blue {
    border: 3px solid #0166b0;
}

.maindesign .procon-box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-gap: 0;
    border-radius: 10px;
    cursor: pointer;
    filter: brightness(0.5);
}

.maindesign .procon-box--txt {
    color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
	background-color: #0166b0;
}

.maindesign .procon-box--img {
    padding: 10px;
}

.maindesign .procon-display {
    border-width: 2px;
    border-style: solid;
}

.maindesign .procon-display__blue {
    border-color: #0166b0;
}

.maindesign .procon-txt {
    padding: 20px;
}

.maindesign .procon-txt--ttl {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 3px 5px;
    border-bottom: 1px solid #333;
    display: inline-block;
}

.maindesign .procon-txt {
	color: #333;
    line-height: 1.35;
    font-size: 1.1rem;
}

.maindesign .procon-txt > *:not(:first-child) {
    margin-top: 15px;
}

.maindesign .graph-heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.maindesign .graph-container {
    width: 100%;
    padding-top: 30px;
}

.maindesign .graph-img > img {
    width: auto !important;
    margin: auto;
}

.maindesign .source {
    font-size: 1.0rem;
}

.maindesign .source--link {
    word-break: break-all;
    display: block;
    margin-top: 3px;
}

.maindesign .indent-text {
    padding-left: 1em;
    text-indent: -1em;
}

.maindesign .js-goods-tab--select {
    filter: brightness(1.0) !important;
}

.maindesign .comparison-contaner {
	margin-top: 10px;
}
.maindesign .half-column {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 15px;
}

.maindesign .half-column--item {
    width: 50%;
}

.maindesign .ekokyuto-heading {
    font-size: 1.25rem;
    font-weight: bold;
    background: #fff;
	padding: 20px 15px 10px;
}

.maindesign .ekokyuto-notes {
    font-size: 0.95rem;
    text-align: right;
    margin-top: 10px;
    line-height: 1.15;
}

.maindesign ul.reform-nav {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.maindesign .reform-nav li {
    margin: 0 auto;
    width: calc(100% / 2 - 10px);
    height: 192px;
}

.maindesign ul.reform-nav li.nav-txt {
    width: 65%;
    font-size: 1em;
    text-align: center;
    background: none;
    height: auto;
    margin: 10px auto 0;
}

.maindesign h4.title_subtopic {
	font-size: 1.1rem;
    font-weight: bold;
	border-bottom: 1px #00000085 solid;
	padding: 0 0 5px 10px;
	margin-bottom: 10px;
}

.maindesign .img-outer {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
    margin: 50px auto;
}

.maindesign .btn_list.cols3-2 li {
    margin-bottom: 0;
}

.maindesign .img-content a:hover{
	text-decoration: none;
    opacity: 0.75;
    transition: 0.6s;
}

.maindesign p.ekokyuto-title {
    font-size: 3em;
    color: #056bb1;
    font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
	padding-bottom: 20px;
	text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff;
}

.maindesign p.ekokyuto-title::before {
    content: "エコキュートは光熱費がとってもお得!!";
    position: absolute;
    -webkit-text-stroke: 0.1em #fff;
    z-index: -1;
}

/*.maindesign span.ekokyuto-title {
    font-size: 3em;
    color: #056bb1;
    font-weight: bold;
	position: absolute;
	top: 3.5%;
    left: 50%;
	transform: translateX(-50%);
	font-feature-settings: "palt";
}

.maindesign span.ekokyuto-title::before {
    content: "エコキュートは光熱費がとってもお得!!";
    position: absolute;
    -webkit-text-stroke: 0.1em #fff;
    z-index: -1;
}*/

.maindesign .comparison-contaner {
	background: #d6eefc;
    padding:20px 10px;
	position: relative;
}

@media screen and (max-width:767px) {
	.maindesign .btn_list.cols3-2 li {
        width: 100%;
		margin: 0;
	}
	
	.maindesign .btn_list.cols3-2 li:not(:last-child) {
        margin-bottom: 20px;
	}
	
	.maindesign .img-outer {
		width: 100%;
	}
	
	.maindesign .procon-heading {
        font-size: 5.25vw;
        text-align: left;
    }
	
	.maindesign .tab-container {
        padding: 25px 10px;
        border-width: 2px;
    }
	
	.maindesign .procon-heading--inner {
        display: block;
    }
	
	.maindesign .procon-column {
        grid-gap: 5px;
    }
	
	.maindesign .procon-box--txt {
        padding: 10px 0;
        font-size: 3.1vw;
    }
	
	.maindesign .procon-box--img {
        padding: 3px;
    }
	
	.maindesign .procon-txt {
        padding: 15px;
    }
	
	.maindesign .procon-txt--ttl {
        font-size: 1.0rem;
    }
	
	.maindesign .graph-container {
        width: 100%;
        padding-top: 15px;
    }
	
	.maindesign .source {
        font-size: 0.85rem;
    }
	
	.maindesign .lead-text {
        line-height: 1.5;
        font-size: 0.95rem;
    }
	
	.maindesign .mt-moderate {
        margin-top: 20px;
	}
	
	.maindesign .procon-display {
        border-width: 1px;
    }
	
	.maindesign .graph-img > img {
        width: 100% !important;
    }
	
	.maindesign .graph-heading {
        font-size: 1.1rem;
    }
	
	    .maindesign ul.reform-nav {
        margin: 30px 0 50px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
	
	.maindesign ul.reform-nav li {
        width: 100%;
        height: auto;
    }
	
	.maindesign .reform-nav li a span {
        position: absolute;
        left: 5%;
        font-size: 6vw;
        color: #fff;
        text-shadow: 1px 1px 5px rgb(0 0 0);
        font-weight: bold;
        top: 50%;
        transform: translateY(-50%);
    }
	
	.maindesign p.ekokyuto-title {
        font-size: 1.5em;
		line-height: 1.1;
		text-align: center;
}
	
	.maindesign .half-column--item {
        width: 100%;
}
	
	.maindesign .ekokyuto-notes {
        text-align: start;
		text-indent: -1em;
        padding-left: 1em;
}

.maindesign p.ekokyuto-title {
    font-size: 1.5em;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
	
.maindesign .half-column li:first-child {
	margin-bottom :10px;
}
}

.maindesign .img-container.border-surround{
	border: 1px solid #00000085;
    margin: 10px 0 25px;
}

.maindesign span.b-circle::before {
	content: "●";
    display: inline-block;
    width: 0.5em;
    margin-right: 0.5em; 
    color: #000;
}

.maindesign span.b-circle {
	display: inline-block;
    margin-bottom: 5px;
}



























