@charset "UTF-8";

/*
Theme Name: lumitasu2021
Version: 1.0
Description: theme for lumitasu's web site.
Author: kanaya
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* 共通部分
-----------------------------------------*/
html {
    font-size: 16px;
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /*font-family: 'Inter','M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;;*/
    line-height: 1.7;
    overflow-wrap: break-word;
    color: #1a1a1a;
    max-width: 100vw;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.73;
    transition: 0.2s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

input,
button,
textarea,
select {
    -moz-appearance: none;
    /*appearance: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    max-width: 100%;
}

.post-page div {
    max-width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.wrap {
    max-width: 980px;
    margin: 0 auto;
}

.sp-main-banner,
#fixed-footer,
.sp-only {
    display: none;
}

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

		ヘッダー
		
**************************/
.hd-sub {
    font-size: 14px;
    color: #666;
    background-color: #dedede;
}

.hd-sub .wrap {
    justify-content: space-between;
    align-items: center;
    height: 26px;
}

.hd-sub h3 {
    font-weight: normal;
}

.hd-sub li a {
    font-weight: bold;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

.hd-sub li a::before {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background-image: url(images/arr01.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px 0 10px;
}

.hd-main {
    justify-content: space-around;
    padding: 14px 0;
}

.hd-pay {
    height: 26px;
    line-height: 1;
}

.hd-pay .title {
    width: 150px;
    color: #fff;
    font-size: 14px;
    background-color: #E50011;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hd-pay .cards {
    width: 315px;
    color: #E50011;
    font-size: 14px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hd-pay .cards img {
    margin: 0 5px 0 0;
}

.hd-main_sub-menu {
    justify-content: flex-end;
    margin-top: 20px;
}

.hd-main_sub-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.hd-main_sub-menu a {
    font-weight: bold;
    color: #E50011;
    margin-left: 6px;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

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

	ヘッダーナビゲーション
		
**************************/
.hd-nav .upp {
    border-top: solid 2px #ef0023;
    border-bottom: solid 2px #ef0023;
}

.hd-nav .upp .flex {
    justify-content: space-between;
    align-items: center;
    border-right: solid 2px #ef0023;
}

.hd-nav .upp .flex li {
    border-left: solid 2px #ef0023;
    width: calc(14% - 2px);

}

.hd-nav .upp .flex li.wide {
    width: calc(24% - 2px);
}

.hd-nav .upp .flex li.wide a img {
    margin-right: 8px;
}

.hd-nav .upp .flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    height: 66px;
}

.hd-nav .upp .flex li.last a {
    font-size: 16px;
}

.hd-nav .low .flex {
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.hd-nav .low .flex li {
    margin: 12px 0;
    border-left: solid 1px;
}

.hd-nav .low .flex a {
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 35px;
    margin: 0 24px;
}

.hd-nav .low .flex a:hover {
    color: #ef0023;
    opacity: 1;
}

.hd-nav .upp .flex a:hover,
.hd-nav .upp .flex li a.active {
    color: #fff;
    background-color: #ef0023;
    opacity: 1;
    transition: 0;
}

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

		スライダー

**************************/
.slick-arrow:hover {
    opacity: 1;
    filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, .5));
    transition: 0;
}

#pc-slider {
    margin: 0 auto;
}

.slider.slick-initialized .slick-slide {
    margin: 0 5px;
}

.slider {
    margin: 0 auto;
    width: 100vw;
}

.slider li img {
    max-width: 100vw;
    object-fit: contain;
    width: 980px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 64px;
    height: 64px;
}

.slick-prev {
    left: calc(((100vw - 990px) - 64px) / 2);
    z-index: 1;
}

.slick-next {
    right: calc(((100vw - 990px) - 64px) / 2);
}

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

        spスライダー

**************************/
@media screen and (max-height: 415px){
    #sp-kv {
        margin: 0 auto;
    }
    .sp-slider.slick-initialized .slick-slide {
        margin: 0 5px;
    }
}
/**************************

		トップ
		
**************************/
.taten-taiko {
    text-align: center;
    background-color: #ef0023;
    height: 100px;
    margin: 30px 0 40px;
}

.taten-taiko img {
    margin-top: -10px;
}

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

		メイン
		
**************************/
.top-wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top-main {
    max-width: 100%;
    width: 740px;
    padding-left: 30px;
}

.top-main>img {
    margin-bottom: 20px;
}

.main-banner img {
    margin: 0 auto 50px;
}

#top-main>p {
    text-align: justify;
    margin: 20px 0 40px;
}

#top-main>p span {
    font-weight: bold;
    color: #ef0023;
}

.top-main-message img {
    display: block;
    margin: 0 auto 40px;
}

.top-main-message h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 40px;
}

.top-main-message p {
    font-size: 17px;
    font-feature-settings: "palt";
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}

.top-main-message p span {
    font-weight: bold;
    color: #ef0023;
}

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

		お知らせ一覧
		
**************************/
.top-posts-wrap {
    padding: 45px 45px 30px;
    border: solid 3px #ef0023;
    margin-top: 60px;
}

.top-posts-wrap .flex {
    align-items: center;
    padding-bottom: 20px;
}

.top-posts-wrap .flex img {
    margin-bottom: 0;
}

.top-posts-wrap .flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ef0023;
    font-size: 13px;
    font-weight: bold;
    width: 155px;
    height: 27px;
    border-radius: 4px;
    line-height: 1;
    margin-left: 30px;
}

.top-posts-wrap .flex a img {
    margin-left: 12px;
}

.top-posts-wrap ul {
    height: 240px;
    overflow: scroll;
}

.top-posts-wrap li {
    padding: 15px 0;
    border-bottom: dotted 3px #ef0023;
}

.top-posts-wrap li a {
    font-size: 18px;
    font-weight: bold;
    color: #ef0023;
}

.top-posts-wrap li a span {
    color: #000;
    margin-right: 20px;
}

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

		サイドバー
		
**************************/
#sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -60px;
}

#sidebar>a {
    margin-bottom: 10px;
}

#sidebar img.last {
    margin-top: 40px;
}

/** 記事 **/
.side-posts {
    width: 200px;
    border: solid 2px #ef0023;
    border-radius: 7px;
    margin-bottom: 20px;
}

.sd-posts-hd {
    background-color: #ef0023;
    text-align: center;
}

.sd-posts-hd img {
    margin-top: -10px;
}

.sd-posts-hd-low {
    line-height: 1.2;
    padding: 8px;
}

.sd-posts-hd-low p {
    font-size: 13px;
    font-weight: bold;
}

.sd-posts-hd-low h2 {
    font-size: 27px;
    color: #ef0023;
    display: flex;
    align-items: center;
    margin: 2px 0 4px;
}

.sd-posts-hd-low h2 img {
    margin-left: 15px;
}

.sd-posts-hd-low a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #ef0023;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
}

.sd-posts-hd-low a img {
    padding-left: 15px;
}

.side-posts li {
    border-top: dashed 1px #ef0023;
}

.side-posts li a.flex {
    align-items: center;
    flex-wrap: nowrap;
    padding: 6px 7px;
}

.side-posts li a img {
    width: 68px;
    height: 47px;
    object-fit: cover;
}

.side-posts li a .title {
    line-height: 1;
    width: 82px;
    padding: 0 10px;
}

.side-posts li a span {
    font-size: 14px;
    font-weight: bold;
    color: #ef0023;
}

.side-posts li a p {
    font-size: 13px;
    line-height: 1.4;
}

/** PC固定サイドナビ **/
#fixedSide {
    width: 62px;
    position: fixed;
    top: 25vh;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    visibility: hidden;
    transition: 0.3s;
}

#fixedSide a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}

#fixedSide a.upp {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #ef0023;
    margin-bottom: 4px;
}

#fixedSide a.upp span {
    font-size: 23px;
}

#fixedSide a.low {
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #3fa1ed;
}

#fixedSide a.upp::after {
    content: '▶︎';
    font-size: 6px;
    color: #ef0023;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 8px;
}

#fixedSide a.low::after {
    content: '▶︎';
    font-size: 6px;
    color: #3fa1ed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 8px;
}

@media screen and (max-height: 780px) {
    #fixedSide {
        width: 50px;
        top: 20vh;
    }

    #fixedSide a.upp,
    #fixedSide a.upp span,
    #fixedSide a.low {
        font-size: 16px;
    }
}

@media screen and (max-height: 560px) {
    #fixedSide {
        display: none;
    }
}

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

		フッター
		
**************************/
#footer {
    background: #ef0023;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 60px;
}

#footer a {
    font-weight: bold;
    color: #fff;
}

.footer-nav,
.footer-nav .center {
    border-left: dotted 2px;
    border-right: dotted 2px;
}

.footer-nav {
    justify-content: space-around;
}

.footer-nav h3 {
    font-size: 21px;
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.footer-nav h3 img {
    margin: 0 20px;
}

.footer-nav ul {
    width: calc((33% - 8px) - 6vw);
    padding: 0 3vw;
}

.footer-nav ul li::before {
    content: '';
    display: inline-flex;
    width: 8px;
    height: 13px;
    background-image: url(images/top_news_arr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}

.footer-nav ul.right {
    text-align: center;
}

.footer-nav ul.right li::before {
    display: none;
}

.footer-nav ul.right h3+li {
    font-size: 21px;
    font-weight: bold;
}

.footer-nav ul.right h3+li+li {
    font-size: 16px;
    font-weight: bold;
}

.ft-main {
    padding: 40px 0 20px;
}

.ft-main_sub-menu.low {
    font-size: 14px;
    margin-top: 10px;
}

.copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}

/** ページトップ移動ボタン **/
#page_top {
    position: fixed;
    bottom: 10%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: #ef0023;
    cursor: pointer;
    border-radius: 33px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
    transition: 0.3s;
    z-index: 200;
}

#page_top span {
    font-size: 20px;
    transform: scale(1.25, 1);
}

#page_top:hover {
    opacity: 1;
    background-color: #000;
    transition: 0.3s;
}

/** ぱんくずリスト **/
#breadcrumb {
    background: #f5f5f5;
    padding: 6px;
    margin-bottom: 80px;
}

#breadcrumb .wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;

}

#breadcrumb .wrap a {
    font-size: 12px;
}

#breadcrumb .wrap a:hover {
    color: #ef0023;
    opacity: 1;
    text-decoration: underline;
}

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

		レスポンシブ
		
**************************/
@media screen and (min-width: 1650px) {
    .footer-nav ul {
        padding: 0 50px;
        width: calc((33% - 8px) - 100px);
    }
}

@media screen and (max-width: 769px) {
    .hd-main {
        padding: 20px 0;
    }

    .hd-main>a img {
        height: 55px;
    }

    .hd-main a {
        line-height: 1;
    }

    .hd-pay {
        height: 20px;
    }

    .hd-pay .title {
        width: 80px;
        font-size: 12px;
    }

    .hd-pay .cards {
        width: 280px;
        font-size: 12px;
    }

    .hd-main_sub-menu {
        margin-top: 14px;
    }

    .hd-main_sub-menu a {
        font-size: 13px;
    }

    .hd-nav .low .flex a {
        margin: 0 12px;
    }

    .hd-nav .upp .flex a {
        font-size: 16px;
        height: 55px;
    }

    .hd-nav .upp .flex li.wide a img {
        margin-right: 6px;
        height: 45px;
    }

    .hd-nav .upp .flex li.last a {
        font-size: 13px;
    }

    .top-wrap {
        flex-direction: column-reverse;
        width: calc(100vw - 30px);
        margin: 0 auto;
    }

    .top-main {
        width: 100%;
        padding: 0;
    }

    #sidebar {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (max-width: 415px) {
    .sp-only {
        display: block;
    }

    .pc-only,
    #sidebar,
    #fixedSide {
        display: none;
    }

    /* スマホナビゲーション */
    #sp-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ef0023;
        padding: 10px;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    #sp-header>a img {
        width: 48vw;
        margin-right: 15vw;
    }

    button#sp-nav {
        font-weight: bold;
        color: #ef0023;
        background-color: #fff;
        padding: 6px 10px;
        border: unset;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

    button#sp-nav::before {
        content: '';
        display: block;
        width: 8px;
        height: 12px;
        background-image: url(images/arr01.png);
        transform: rotate(90deg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 8px;

    }

    /* スマホ キービジュアル */
    #sp-kv img {
        display: block;
        width: calc(100vw - 20px);
        margin: 10px 5px 0;
    }

    .taten-taiko {
        margin-top: 20px;
    }

    /****/
    .pc-only {
        display: none;
    }

    #breadcrumb {
        margin-bottom: 40px;
    }

    /** スマホ トップ 施工事例記事 **/
    .sp-example {
        width: 100%;
        margin: 40px 0 60px;
    }

    .sp-example-hd {
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #FFF;
        font-weight: bold;
    }

    .sp-example-hd p {
        font-size: 16px;
        padding: 3px 0;
        border-top: solid 1px;
        border-bottom: solid 1px;
        margin: 0;
    }

    .sp-example-hd h3 {
        font-size: 24px;
    }

    .sp-example-hd img {
        margin: -15px 0 10px;
    }

    .sp-example-hd-low {
        justify-content: flex-end;
    }

    .sp-example-hd-low p {
        margin: 4px 0;
    }

    .sp-example-hd-low h2 {}

    .sp-example-hd-low h2 img {
        margin-bottom: 0;
    }

    .sp-example-hd-low a {
        flex-direction: column;
        padding: 4px 8px;
        margin-left: 10vw;
    }

    .sp-example-hd-low a img {
        padding: 0 0 0 25px;
        margin: -14px 0 0px;
    }

    .side-posts li a span {
        font-size: 17px;
    }

    .side-posts li a p {
        font-size: 16px;
    }

    .side-posts li a .title {
        width: auto;
    }

    .main-banner img {
        margin: 0 auto 30px;
    }

    .top-posts-wrap {
        padding: 30px;
    }

    .sp-main-banner {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .sp-main-banner img,
    .sp-main-banner a img {
        width: calc((100vw - 30px) / 3.3);
    }

    .top-posts-wrap li a {
        font-size: 16px;
    }

    /** スマホ フッター **/
    .footer-nav {
        border: unset;
        justify-content: center;
    }

    .footer-nav h3 img {
        margin: 0 10px;
        height: 40px;
    }

    .footer-nav ul {
        width: 42vw;
    }

    .footer-nav ul.left,
    .footer-nav ul.center {
        margin-bottom: 20px;
    }

    .footer-nav li a {
        font-size: 14px;
    }

    .footer-nav ul.center,
    .footer-nav ul.last {
        padding-left: calc(3vw + 15px);
        padding-right: calc(3vw - 15px);
    }

    .footer-nav ul.last {
        margin: auto 0 0;
    }

    .footer-nav ul.last li {
        display: inline-flex;
        align-items: center;
    }

    .footer-nav ul.last li::before {
        display: none;
    }

    .footer-nav ul.last li a {
        margin-left: 8px;
    }

    .footer-nav h3 {
        font-size: 16px;
    }

    .footer-nav .center {
        border-right: unset;
    }

    .footer-nav .right {
        border-right: dotted 2px;
    }

    .footer-nav .right h3 img {
        width: 50px;
        height: auto;
    }

    .ft-sp-btn {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    #footer .ft-sp-btn a {
        font-size: 13px;
        font-weight: bold;
        color: #000;
        background-color: #fff;
        border-radius: 4px;
        width: 46vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 0;
        margin: 30px 0 0px;
    }

    #footer .ft-sp-btn a img {
        margin-right: 6px;
    }

    #footer {
        padding-top: 30px;
    }

    /*-------------------------------
		スマホ メニュー
	-------------------------------*/
    #sp-nav-menu {
        position: fixed;
        z-index: 2;
        width: 80vw;
        background-color: #fff;
        border: solid 10px #ef0023;
        transform: translateX(-100%);
        font-weight: bold;
        overflow-y: scroll;
        height: 80%;
    }

    .close-shadow {
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, .5);
        width: 100vw;
        transform: translateX(-100%);
    }

    /* スマホ メニューコンテンツ */
    #sp-nav-menu h3 {
        font-size: 27px;
        color: #fff;
        background-color: #ef0023;
        width: calc(100% - 40px);
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto 10px;
        border-radius: 8px;
    }

    #sp-nav-menu h3 img {
        margin-right: 12px;
    }

    #sp-nav-menu .ecocute h3 img {
        margin-top: -15px;
    }

    #sp-nav-menu a {
        font-size: 18px;
    }

    .ecocute li,
    .chikudenchi li {
        width: 80%;
        margin: 0 auto 6px;
    }

    .ecocute li::before,
    .chikudenchi li::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 12px;
        background-image: url(images/arr01.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 10px 0 5px;
    }

    .sp-pay {
        font-size: 14px;
        width: 80%;
        text-align: center;
        background-color: #eee;
        border-radius: 50px;
        margin: 20px auto;
    }

    .sp-pay .cards {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-pay .cards img {
        margin: 0 2px;
    }

    .sp-pay .cash {
        color: #ef0023;
    }

    #sp-nav-menu .other {
        border-top: solid 5px #ef0023;
    }

    #sp-nav-menu .other li {
        text-align: center;
        border-bottom: solid 5px #ef0023;
    }

    #sp-nav-menu .other li a {
        font-size: 21px;
        color: #ef0023;
        display: block;
        padding: 10px 0;
    }

    a.mitsumori-btn {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 80%;
        color: #fff;
        background-color: #39ad4a;
        padding: 10px 0;
        border-radius: 8px;
        margin: 30px auto 40px;
        box-shadow: 0px 6px 0px #196125;
    }

    a.mitsumori-btn p {
        font-size: 24px;
        line-height: 1;
        text-align: center;
    }

    a.mitsumori-btn p span {
        font-size: 18px;
    }

    .trian {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        color: #39ad4a;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 15px;
    }

    #sp-nav-menu .other-sub {
        border-top: dotted 2px #ef0023;
    }

    #sp-nav-menu .other-sub li {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 0;
        border-bottom: dotted 2px #ef0023;
    }

    #sp-nav-menu .other-sub li img {
        margin-right: 8px;
    }

    #sp-nav-menu .btn-wrap {
        width: 70%;
        margin: 40px auto;
    }

    #sp-nav-menu .btn-wrap a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ef0023;
        padding: 10px 0;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    #sp-nav-menu .btn-wrap a img {
        margin-right: 8px;
    }

    #sp-nav-menu .btn-wrap+img {
        display: block;
        width: 70%;
        object-fit: contain;
        margin: 0 auto 20px;
    }

    #sp-nav-menu .btn-wrap+img+a {
        display: block;
        width: 80%;
        text-align: center;
        margin: 0 auto 20px;
    }

    #fixed-footer {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background-color: #ff0;
        width: 100vw;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 8px 0;
        visibility: hidden;
    }

    #fixed-footer a {
        line-height: 0;
    }

    #fixed-footer img {
        width: 47vw;
    }

}

@media screen and (max-width: 500px) {}

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

			エコキュート 設置の流れ
		
****************************************************/
.step-wrap {
    background: #fffcf4;
    border: solid 3px #000;
    border-radius: 24px;
    box-shadow: 4px 4px #333;
    margin-bottom: 80px;
}

.step-wrap>img {
    display: block;
    margin: -21px auto 0;
    background: linear-gradient(0deg, #fffcf4 0%, #fffcf4 50%, #fff 50%, #fff 100%);
}

.step-wrap>div {
    width: 80%;
    margin: 0 auto;
}

.step-wrap>div a {
    color: #ef0023;
    text-decoration: underline;
}

.step-wrap h2 {
    font-size: 26px;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 0;
}

.step-wrap h2 img {
    margin-top: -80px;
    margin-bottom: -50px;
}

.step-wrap>div>div.flex {
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px;
}

.step-wrap>div p {
    padding-bottom: 40px;
}

.step-wrap>div .flex a.mitsumori {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: unset;
    background-color: #6bb639;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #fff;
    border-radius: 20px;
    box-shadow: 4px 4px #333;
    width: 50%;
    height: 65px;
}

@media screen and (max-width: 415px) {
    .step-wrap>div .flex a.mitsumori {
        width: 100%;
        font-size: 24px;
        margin-top: 20px;
    }

    .step-wrap h2.flex {
        align-items: center;
    }

    .step-wrap h2 img {
        height: 100px;
        margin: -20px 0 0;
    }
}

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

			エコキュート よくある質問
		
****************************************************/
summary {
    position: relative;
    display: flex;
    /* 矢印を消す */
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    /* アイコンの余白を開ける */
    cursor: pointer;
    /* カーソルをポインターに */
    font-weight: bold;
    border-top: solid 1px #333;
}

summary div {
    display: flex;
    align-items: center;
    font-size: 19px;
}

summary div img,
.details-content img {
    padding-right: 20px;
}

summary::marker,
summary::-webkit-details-marker {
    display: none;
    /* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary::after {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 23px;
    background-image: url(images/faq_plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* オープン時のスタイル */
details[open] summary::after {
    background-image: url(images/faq_minus.png);
}

.details-content {
    display: flex;
    align-items: flex-start;
    background-color: #f0f0f0;
    padding: 20px;
    border-top: solid 1px #333;
}

@media screen and (max-width: 415px) {
    summary div {
        font-size: 16px;
    }

    summary,
    .details-content {
        padding: 15px 10px;
    }

    summary div {
        width: 90%;
    }

    .details-content p,
    .details-content div {
        width: 80%;
    }

    summary div img,
    .details-content img {
        width: 30px;
        object-fit: contain;
        padding-right: 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
    summary::after {
        background-image: url(images/faq_plus@2x.png);
    }

    details[open] summary::after {
        background-image: url(images/faq_minus@2x.png);
    }
}

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

			エコキュート 保証
		
****************************************************/
#contact h3,
#company h3,
#pricedown h3,
.warranty h3,
#electric-works h3,
#privacy-policy h2,
.page-h2,
#charger h3,
#charger_item .details .sec2 h3,
#charger_item .details h3.item-title,
.faq h2,
#battery_item .details h3.item-title {
    font-size: 26px;
    color: #fff;
    background: #ef0023;
    padding: 6px 15px;
    border-radius: 8px;
}

.warranty h3+p {
    margin: 30px 0;
}

.maker-warr {
    margin-bottom: 40px;
}

.warranty .flex {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 60px;
}

.warranty .flex p {
    width: auto;
}

.warranty .flex img {
    padding: 0 20px;
}

.warranty ul {
    background-color: #eaeaea;
    padding: 25px 30px;
    border-radius: 8px;
}

.warranty ul h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.warranty ul li {
    width: 90%;
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
    margin-left: 1.4em;
    text-indent: -1.4em;
}

@media screen and (max-width: 415px) {
    .warranty .flex {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .warranty .flex img {
        margin-bottom: 30px;
    }

    .warranty ul li {
        padding-left: 0;
    }
}

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

			安さのヒミツ
		
****************************************************/
#company h4,
#pricedown h4 {
    color: #ef0023;
    font-size: 26px;
    margin: 40px 0 20px;
}

#company h4+p,
#pricedown h4+p {
    margin: 0 0 40px;
}

#pricedown h5 {
    font-size: 22px;
    margin: 20px 0;
}

#pricedown h5.red {
    color: #ef0023;
}

#pricedown h5.red+img {
    margin-bottom: 80px;
}

#pricedown .top-main-message img {
    margin-top: 40px;
}

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

			会社概要
		
****************************************************/
#company table {
    border: solid 2px #ef0023;
    width: inherit;
    margin: 60px 0 80px;
}

#company table th {
    width: 23%;
    border-bottom: solid 2px #ef0023;
    background: #FEF2F4;
    padding: 15px 20px;
    text-align: left;
}

#company table td {
    border-left: solid 2px #ef0023;
    border-bottom: solid 2px #ef0023;
    padding: 15px;
}

#company table td a {
    color: #2579BC;
    text-decoration: underline;
}

#company table tr.last td {
    padding-bottom: 120px;
    border-bottom: none;
}

@media screen and (max-width: 415px) {
    #company table tr {
        display: flex;
        flex-direction: column;
    }

    #company table th {
        width: auto;
    }

    #company table td {
        border-left: none;
    }
}

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

			お問い合わせ
		
****************************************************/
input {
    font-size: 16px;
    border: solid 1px #bbb;
    padding: 8px 6px;
    background: #FEF2F4;
}

textarea {
    font-size: 16px;
    border: solid 1px #bbb;
    padding: 8px 6px;
    background: #e9e9e9;
    height: 200px;
    width: 90%;
}

#contact h3+p {
    margin: 40px 0 0;
}

#contact table {
    width: 100%;
    margin: 40px 0;
}

#contact table tr {
    display: flex;
}

#contact table th {
    width: 230px;
    vertical-align: top;
    border-bottom: solid 1px #bbb;
    padding: 15px 0;
    text-align: left;
}

#contact table td {
    display: block;
    width: 100%;
    border-bottom: solid 1px #bbb;
    padding: 15px 0;
    margin-left: 20px;
}

#contact table tr.first th,
#contact table tr.first td {
    border-top: solid 1px #bbb;
}

#contact table tr.last td {
    padding-bottom: 0;
    border-bottom: none;
}

input.name,
input.ruby,
input.mail {
    width: 40%;
}

input.zip,
input.tel {
    width: 30%;
}

th.require {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

th.require::after {
    content: '必 須';
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ef0023;
    padding: 0 7px;
    border: solid 2px #ef0023;
    border-radius: 14px;
    font-size: 14px;
}

input.submit,
.privacy-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #ef0023;
    padding: 12px 0;
    border: solid 3px #fff;
    border-radius: 16px;
    box-shadow: 4px 4px 0px #000;
    margin: 0 auto 20px;
    cursor: pointer;
}

input.submit:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.privacy-btn a {
    background: #6BB639;
}

h5.thanks {
    font-size: 18px;
    padding: 80px 0;
}

@media screen and (max-width: 415px) {
    table {
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }

    #contact table tr {
        display: flex;
        flex-direction: column;
    }

    #contact table th {
        width: auto;
    }

    #contact table td {
        border-left: none;
        margin: 0;
    }

    #contact table tr.first td {
        border-top: none;
    }

    input.name,
    input.ruby,
    input.mail,
    input.zip,
    input.tel,
    textarea {
        width: 100%;
    }
}

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

			無料見積もり
		
****************************************************/
table#ecocute-estimate1 {
    margin-bottom: 0;
}

table#ecocute-estimate2 {
    margin: 15px 0 80px;
}

table#ecocute-estimate2+table tr.first th {
    display: flex;
    align-items: center;
}

#ecocute-estimate1,
#ecocute-estimate2 {
    background: #FEF2F4;
}

#ecocute-estimate1 tr,
#ecocute-estimate2 tr {
    display: flex;
    align-items: center;
}

table#ecocute-estimate1 th,
table#ecocute-estimate1 td,
table#ecocute-estimate2 th,
table#ecocute-estimate2 td {
    border: none;
}

table#ecocute-estimate1 th,
table#ecocute-estimate2 th {
    width: 52%;
    display: flex;
    align-items: flex-start;
    padding: 15px;

}

table#ecocute-estimate1 th::before,
table#ecocute-estimate2 th::before {
    content: '必 須';
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ef0023;
    padding: 0 7px;
    border: solid 2px #ef0023;
    border-radius: 14px;
    font-size: 14px;
    background: #fff;
    white-space: nowrap;
    margin-right: 10px;
}

table#ecocute-estimate1 td,
table#ecocute-estimate2 td {
    display: flex;
    flex-wrap: wrap;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

#ecocute-estimate1 input[type=radio],
#ecocute-estimate2 input[type=radio] {
    appearance: auto;
    margin: 0 5px 0 0;
}

#ecocute-estimate1 td label,
#ecocute-estimate2 td label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    background: #fff;
    padding: 4px 8px;
    border: solid 1px #bbb;
    border-radius: 4px;
    margin: 4px 4px 4px 0;
}

#contact select {
    font-size: 16px;
    border: solid 1px #bbb;
    padding: 8px 6px;
    border-radius: 4px;
    background: #fff;
}

input.day,
#contact select.time {
    background: #e9e9e9;
    border-radius: 0;
}

@media screen and (max-width: 415px) {

    table#ecocute-estimate1 th,
    table#ecocute-estimate2 th,
    table#ecocute-estimate1 td,
    table#ecocute-estimate2 td {
        width: 94%;
    }

    table#ecocute-estimate1 th,
    table#ecocute-estimate2 th {
        padding-bottom: 0;
    }

    table#ecocute-estimate1 td,
    table#ecocute-estimate2 td {
        padding-top: 10px;
    }

    #contact h3,
    #company h3,
    #pricedown h3,
    .warranty h3 {
        font-size: 24px;
    }
}

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

			商品個別ページ
		
****************************************************/
.description {
    padding: 40px 0;
    border-top: solid 2px #DEDEDE;
    margin-top: 20px;
}

.description>.flex {
    justify-content: space-between;
    align-items: flex-start;
}

.description .left {
    width: calc(50% - 32px);
    border: solid 1px #ddd;
}

.description .right {
    box-sizing: border-box;
    width: 50%;
    padding: 14px;
}

.description .right h1 {
    font-size: 26px;
    line-height: 1.4;
}

.description .right ul {
    display: flex;
    margin: 10px 0 15px;
}

.description .right ul li {
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    color: #ef0023;
    border: solid 2px #ef0023;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    line-height: 1.4;
    margin: 2px;
}

.description .right ul+p,
.description .right div+p {
    font-size: 26px;
    font-weight: bold;
    color: #ef0023;
    line-height: 1.4;
}
.description .right div {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0;
}
.description .right ul+p+span,
.description .right div+p+span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #ef0023;
    padding: 15px 0 10px;
}

.description .right p.price {
    font-size: 61px;
    font-weight: bold;
    line-height: 1;
}
.description .right p.price.million {
    font-size: 56px;
}

.description .right p.price span {
    font-size: 26px;
}

.description .right p.price span span {
    font-size: 21px;
}

.description .right p.price.million span {
    font-size: 24px;
}

.description .right p.price.million span span {
    font-size: 16px;
}

.pay-wrap>p {
    font-size: 14px;
    padding: 0 15px;
}

.pay-way {
    background: #DEDEDE;
    padding: 8px 15px;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    margin: 40px 0 20px;
}

.pay-way p,
.pay-way .cards {
    font-size: 18px;
    background: #fff;
    padding: 2px 20px;
    border-radius: 20px;
}

.pay-way .cards {
    display: flex;
    align-items: center;
    padding: 2px 24px;
}

.pay-way .cards span {
    padding-right: 15px;
}

.pay-way .cards img {
    margin: 0 4px;
}

.details h3 {
    font-size: 23px;
    padding: 5px 15px;
    border-left: solid 6px #ef0023;
    margin-bottom: 40px;
}

.details .flex {
    justify-content: space-between;
    margin: 20px 0 60px;
}
.details .left {
    width: 49%;
}
.details .left table {
    width: 100%;
    margin-bottom: 40px;
}
.details table {
    border: solid 2px #ef0023;
    width: 49%;
}

.details table th {
    width: 41%;
    border-bottom: solid 2px #ef0023;
    background: #FEF2F4;
    padding: 4px 8px;
    text-align: left;
}

.details table td {
    border-left: solid 2px #ef0023;
    border-bottom: solid 2px #ef0023;
    padding: 4px 8px;
}

.details table td a {
    color: #2579BC;
    text-decoration: underline;
}

.details table tr.last td {
    border-bottom: none;
}

.mitsumori-btn {
    text-align: center;
}

.mitsumori-btn p {
    font-size: 31px;
    font-weight: bold;
}

.mitsumori-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    background-color: #ef0023;
    padding: 12px 0;
    border: solid 3px #fff;
    border-radius: 23px;
    box-shadow: 4px 4px 0px #000;
}

.mitsumori-btn a span {
    font-size: 19px;
    color: #FEEA00;
}

.item-content {
    background: #AED68C;
    padding: 40px 30px 0;
    border-radius: 26px;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 80px;
}

.item-content h3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.item-content h3 div {
    font-size: 33px;
    line-height: 0.9;
    padding: 0 20px;
}

.item-content h3 div span {
    font-size: 18px;
}

.item-content h4 {
    font-size: 23px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

.item-content ul {
    line-height: 2;
    padding: 20px 20px 30px;
}

.item-wrap .warranty h3 {
    background: #F5AA29;
}

.item-wrap .warranty ul {
    margin-bottom: 80px;
}

.item-wrap .faq {
    margin-bottom: 120px;
}

@media screen and (max-width: 415px) {

    .description .left,
    .description .right {
        width: 100%;
    }

    .description>.flex {
        flex-direction: column;
    }

    .pay-way {
        justify-content: center;
    }

    .pay-way p,
    .pay-way .cards {
        margin: 4px;
    }

    .details .flex {
        flex-direction: column;
    }

    .details table {
        width: 100%;
    }

    .details table.left,
    .details table.left tr.last th {
        border-bottom: none;
    }

    .mitsumori-btn p {
        font-size: 26px;
        padding-bottom: 20px;
    }

    a.mitsumori-btn p {
        padding-bottom: 0;
    }

    .mitsumori-btn a {
        font-size: 28px;
    }

    .mitsumori-btn a span {
        font-size: 16px;
    }

    .item-content {
        padding: 40px 20px 20px;
    }

    .item-content h3 div {
        font-size: 26px;
        padding: 0 15px;
    }

    .item-content h3 div span {
        font-size: 16px;
    }

    .item-content h3 img {
        width: 19%;
    }

    .item-content ul {
        font-size: 16px;
        padding: 20px 0;
    }

    .item-content h4 {
        padding: 10px 15px;
    }
    .description .right ul+p+span, .description .right div+p+span {
        font-size: 15px;
    }
    .description .right p.price.million {
        font-size: 50px;
    }
    .details .left {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    #fixedSide {
        display: none;
    }
}

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

			その他電気工事ページ
		
****************************************************/
#sos {
    margin-bottom: 40px;
}

.sos-header {
    position: relative;
    text-align: center;
    margin: 70px 0 -80px;
}

.sos-header span {
    white-space: nowrap;
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sos-wrap {
    background-color: #ef0023;
    padding: 90px 20px 25px;
    border-radius: 20px;
}

.sos-wrap p {
    font-size: 23px;
    font-weight: bold;
}

.sos-upp,
.sos-low .left,
.sos-low .right {
    background: #fff;
    padding: 7px 16px;
    border-radius: 7px;
}

.sos-upp-wrap {
    justify-content: space-around;
}

.sos-upp .border {
    border-left: dotted 4px #ef0023;
    margin-top: -20px;
}

.sos-upp .left,
.sos-upp .right {
    align-items: center;
}

.sos-upp .time {
    width: 73px;
    height: 73px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 20px;
    line-height: 0.6;
    border-radius: 36px;
}

.sos-upp .time span {
    font-size: 31px;
}

#electric-works .sos-upp .price h4,
#electric-works .sos-low .price h4 {
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    color: #ef0023;
    font-size: 46px;
    padding: 0;
}

#electric-works .sos-upp .price h4 span,
#electric-works .sos-low .price h4 span {
    font-size: 33px;
}

.sos-low {
    margin-top: 10px;
}

.sos-low .left,
.sos-low .right {
    flex: 1;
}

.sos-low .left {
    justify-content: space-between;
    margin-right: 10px;
}

.sos-low .left>p {
    padding: 8px 0;
}

.sos-low .left .price {
    padding: 18px;
}

.sos-low .right {
    justify-content: center;
    align-items: center;
}

.sos-low .right p {
    padding: 0 15px;
    line-height: 1.2;
}

.trouble-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 40px auto 60px;
}

.trouble-item li {
    font-weight: bold;
    font-size: 21px;
    width: 129px;
    height: 129px;
    background-image: url(images/ele3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 10px;
}

#electric-works .sec2,
#charger .sec2,
#charger_item .details .sec2 {
    position: relative;
}

#electric-works .sec2 img,
#charger .sec2 img,
#charger_item .details .sec2 img {
    position: absolute;
    top: -25px;
    right: 40px;
}

#electric-works h3.sec3 {
    background-color: #78ba40;
    margin-bottom: 60px;
}

#electric-works h4 {
    color: #ef0023;
    font-size: 26px;
    padding: 40px 0;
}

#electric-works table {
    margin: 40px 0 80px;
}

#electric-works tr {
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-feature-settings: "palt";
    line-height: 1.4;
    width: 100%;
    border: solid 2px #ef0023;
    margin-bottom: 20px;
}

#electric-works th,
#electric-works td {
    box-sizing: border-box;
    padding: 15px;
}

#electric-works th {
    font-size: 18px;
    width: 40%;
    background-color: #fef2f4;
    border-right: solid 2px #ef0023;
}

#electric-works th span {
    font-size: 14.5px;
}

#electric-works td {
    width: 60%;
}

#electric-works td span {
    color: #ef0023;
    font-weight: bold;
}

.step-content {
    margin: 20px 0 0;
}

.step-item .left {
    width: 21%;
    text-align: center;
}

.step-item .right {
    width: 77%;
    margin: 0 0 0 auto;
}

.step-item h2 {
    font-size: 26px;
    color: #78ba40;
    padding: 15px 0 0;
}

.step-item p {
    padding: 10px 0;
}

.step-item .right.border {
    border-bottom: dotted 1px #bbb;
}

.step-line {
    align-items: center;
}

.step-line .left {
    padding-top: 10px;
}

/* 問い合わせへのバナー　========================= */
.contact-banner {
    background-color: #e9e9e9;
    padding: 40px;
    border-radius: 18px;
    margin: 160px 0;
    position: relative;
}

.contact-banner .women {
    position: absolute;
    top: -82px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-banner .sos-header {
    margin: 16px 0 0;
}

#electric-works .contact-banner h4,
#ecopv .contact-banner h4,
#charger .contact-banner h4 {
    font-size: 41px;
    color: #ef0023;
    padding: 20px 0;
}

.contact-banner p {
    font-size: 19px;
}

.contact-banner a {
    width: 316px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ef0023;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border: solid 4px #fff;
    border-radius: 23px;
    margin: 30px auto 0;
    box-shadow: 3px 4px 0 #000;
}

/*レスポンシブ==================================*/
@media screen and (max-width: 415px) {
    .sos-header {
        margin-top: 40px;
    }

    .sos-header span {
        font-size: 26px;
        top: 11px;
        white-space: nowrap;
    }
    .sos-header.ecopv span {
        font-size: 20px;
    }

    .sos-upp-wrap {
        justify-content: flex-start;
        flex-direction: column;
    }

    .sos-upp .border {
        padding-top: 10px;
        border-left: none;
        border-bottom: dotted 4px #ef0023;
        margin: 0 0 10px;
    }

    .sos-low .left .price {
        padding: 0;
    }

    .trouble-item {
        width: 100%;
        margin: 20px auto 80px;
    }

    .trouble-item li {
        font-size: 12px;
        width: 80px;
        height: 80px;
        margin: 6px;
    }

    #electric-works .sos-low .price h4 {
        font-size: 36px
    }

    #electric-works .sos-low .price h4 span {
        font-size: 23px
    }

    #electric-works .sos-low .price p {
        font-size: 18px
    }

    .sos-low .right img {
        height: 100px;
        object-fit: contain;
    }

    .sos-low .right p {
        padding: 15px 0;
    }

    /*テーブル*/
    #electric-works tr {
        flex-direction: column;
    }

    #electric-works th {
        width: 100%;
        border-right: none;
        border-bottom: solid 2px #ef0023;
    }

    #electric-works td {
        width: 100%;
    }

    .step-content {
        flex-direction: column;
    }

    .step-line {
        flex-direction: column-reverse;
    }

    .step-item .right,
    .step-item .left {
        width: 100%;
    }

    .step-item h2 {
        font-size: 24px;
        padding: 15px 0 10px;
    }

    .step-item p {
        padding: 10px 0 30px;
    }

    .step-line .left {
        padding-top: 30px;
    }

    .contact-banner {
        padding: 40px 20px;
    }

    .contact-banner p {
        font-size: 16px;
    }

    .contact-banner .sos-header span {
        top: 8px;
    }

    #electric-works .contact-banner h4,
    #ecopv .contact-banner h4 {
        font-size: 36px;
    }
}

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

			太陽光発電ページ
		
****************************************************/
#ecopv h2 {
    font-size: 26px;
    color: #ef0023;
    padding: 10px 0 20px;
}

#ecopv h2+p {
    padding-bottom: 50px;
}

#ecopv table {
    border: solid 2px #ef0023;
    width: 100%;
    margin: 20px 0 40px;
}

#ecopv th+th,
#ecopv th+td {
    border-left: solid 2px #ef0023;
    border-right: solid 2px #ef0023;
}

#ecopv th,
#ecopv td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: solid 2px #ef0023;
}

#ecopv th {
    font-size: 18px;
}

tr.ppa {
    background-color: #fef2f4;
}

tr.ppa strong {
    color: #ef0023;
}

#ppa-illust {
    position: relative;
    text-align: center;
}

#ppa-illust p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

#ppa-illust .flex {
    justify-content: space-around;
    padding: 10px 0;
}

#ppa-illust .item {
    position: relative;
}

#ppa-illust h3 {
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 1.7px;
    position: absolute;
    top: 57%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#ppa-illust h3 span {
    font-size: 25px;
    color: #ef0023;
}

#ppa-illust h3 span span.item1 {
    font-size: 39px;
    line-height: 0.7;
}

#ppa-illust h3 span.item2 {
    font-size: 27px;
    color: #000;
}

#ppa-illust h3 span.item3 {
    font-size: 9px;
    color: #000;
}

#ecopv_flow {
    background: #ef0023;
    padding: 40px 20px;
    border-radius: 20px;
    color: #fff;
    margin: 20px 0 60px;
}

#ecopv_flow .item {
    justify-content: space-evenly;
    align-items: center;
    padding: 12px 0;
}

#ecopv_flow .item-left {
    width: 50%;
}

#ecopv_flow .item-left .left {
    width: 20%;
    padding-top: 10px;
}

#ecopv_flow .item-left .right {
    width: 80%;
}

#ecopv_flow .item-left .right h3 {
    letter-spacing: 2px;
    font-size: 28px;
}

#ecopv_flow .item-left .right h3 span {
    font-size: 36px;
    border-bottom: solid 3px #ff0;
}

#ecopv_flow .item-left .right p {
    font-weight: bold;
}

#ecopv_flow .item-left .right p span {
    font-size: 9px;
    font-weight: normal;
}

#ecopv_flow .item-left .right div {
    font-size: 12px;
}

#ecopv_flow .item3 {
    position: relative;
}

#ecopv_flow .item3-bg {
    position: absolute;
    left: 4%;
    top: -8%;
    z-index: 0;
}

#ecopv_flow .item .right {
    z-index: 99;
}

#entry_flow {
    position: relative;
    z-index: 100;
    padding: 30px 0 0;
}

#entry_flow .title {
    text-align: center;
    line-height: 1;
}

#entry_flow .title p {
    font-size: 16px;
    font-weight: bold;
}

#entry_flow .flex {
    justify-content: space-evenly;
    align-items: center;
    padding: 40px 0 20px;
}

#entry_flow .item {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    background: #fff;
    padding: 0;
    border: solid 3px #78ba40;
    border-radius: 18px;
    box-shadow: 4px 4px 0 #000;
}

#entry_flow .item span {
    position: absolute;
    top: -20px;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#entry_flow p {
    font-size: 12px;
    padding: 0 20px;
}

/*レスポンシブ==================================*/
@media screen and (max-width: 415px) {
    #ppa-illust p {
        position: relative;
        padding-bottom: 20px;
    }

    #ecopv_flow .item-left {
        width: 100%;
        padding-bottom: 20px;
    }

    #ecopv_flow .item-left+.right {
        padding-bottom: 40px;
    }

    #ecopv_flow .item-left .right h3 {
        font-size: 26px;
    }

    #ecopv_flow .item-left .right h3 span {
        font-size: 31px;
    }

    #ecopv_flow .item-left .left {
        width: 18%;
    }

    #ecopv_flow .item-left .right {
        width: 82%;
    }

    #entry_flow {
        padding-top: 80px;
    }

    #entry_flow .flex {
        justify-content: center;
        flex-direction: column;
    }

    #entry_flow .item {
        width: 100%;
        height: 40px;
        border-radius: 10px;
    }

    #entry_flow .item+img {
        transform: rotate(90deg);
        padding: 10px 0;
    }
}

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

			プライバシーポリシー
		
****************************************************/
#privacy-policy h2+p {
    padding-top: 40px;
}

#privacy-policy h3 {
    font-size: 26px;
    color: #ef0023;
    padding: 8px;
}

#privacy-policy main p {
    padding-bottom: 40px;
}

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

			蓄電池 保証ページ
		
****************************************************/
#battery-warranty h3+p {
    margin-bottom: 80px;
}

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

			記事一覧ページ
		
****************************************************/
.posts-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 500px;
}
.post-content {
    width: 500px;
}

.post {
    box-sizing: border-box;
    width: 48%;
    border: solid 1px #bbb;
    margin-bottom: 20px;
}

.post-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 0;
}

.post-item {
    padding: 15px 12px;
    border-top: solid 1px #bbb;
    margin-top: -8px;
}
.post-item .flex {
    justify-content: space-between;
}
.post-item h1 a {
    font-size: 18px;
}

.post-item .data {
    display: block;
    font-size: 14px;
}

/*カテゴリー=========================================*/
.post-item .post-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 25px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    background: #333;
    border-radius: 5px;
    margin-bottom: 8px;
}

/*タグ=========================================*/
.post-item-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.post-item .post-tag,
.post-tag-wrap .post-tag {
    display: block;
    color: #008fee;
    margin-right: 8px;
}
.post-tag-wrap {
    margin-top: 16px;
}
/*サイド=========================================*/
.posts-side {
    width: 200px;
}

.posts-side h3 {
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.posts-side h3::before {
    content: '';
    display: block;
    width: 25px;
    height: 5px;
    background: #ef0023;
    margin-right: 10px;
}

.category-list {
    margin-bottom: 40px;
}

.posts-side .category-list li {
    padding: 16px 8px;
    border-top: solid 1px #bbb;
}
.posts-side .tag-list {
    display: flex;
    flex-wrap: wrap;
}

.posts-side .tag-list li a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 4px 8px;
    border: solid 1px #aaa;
    border-radius: 4px;
    margin: 0 4px 4px 0;
}

/*ページャー=========================================*/
.pagination,
.page-nation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 20px 0 40px;
}

.page-nation span,
.page-nation a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: solid 1px #bbb;
    border-radius: 2px;
    margin: 2px;
}

.page-nation .current {
    color: #fff;
    background-color: #333;
}

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

			記事個別ページ
		
****************************************************/
.post-single-title-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.post-single-title-wrap h1 {
    font-size: 29px;
}

.new-post {
    font-size: 18px;
    color: #fff;
    background: #ef0023;
    width: 60px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.pv-count {
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pv-count img {
    margin-right: 8px;
}

.post-cat-day {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: solid 1px #bbb;
}
.post-cat-day .flex {

}
.post-cat-day .post-categories {
    display: flex;
}

.post-cat-day .post-categories a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 0 16px;
    border-radius: 5px;
    margin: 0 8px 8px 0;
}

.wp-post-image {
    margin: 0 0 20px;
}
.side-posts li a img.wp-post-image {
    margin: 0;
}
/*前後の記事へのリンク=========================================*/
.next-prev {
    width: 500px;
    justify-content: space-between;
    padding: 20px 0;
    border-top: solid 1px #bbb;
    margin: 40px 0 0;
}

.next-prev a {
    color: #008fee;

}

/*SNSシェアボタン=========================================*/
.sns {
    width: 500px;
    margin: 0 0 40px;
}

.sns-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sns-item {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-item i {
    font-size: 40px;
    line-height: 1;
}

.sns-item.twitter a {
    color: #1DA1F2;
}

.sns-item.facebook a {
    color: #3C5A99;
}

.sns-item.line a {
    color: #00B900;
}

@media screen and (max-width: 415px) {
    .posts-wrap {
        flex-direction: column;
    }
    .post-single-title-wrap h1 {
        font-size: 18px;
    }
    .post-single-title-wrap,
    .post-cat-day {
        flex-direction: column-reverse;
    }
    .pv-count {
        justify-content: flex-start;
    }
    .post-cat-day data {
        margin-bottom: 12px;
    }
}

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

			施工事例ページ
		
****************************************************/
.page-h2+p {
    margin: 50px 0 80px;
}

.works-category ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.works-category li {
    flex: auto;
    height: 50px;
}

.works-category li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ef0023;
    border: solid 4px #ef0023;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.works-category li a span {
    width: 80%;
    text-align: center;
}

.works-category li:nth-child(2) {
    margin: 0 8px 0 16px;
}

.works-category li:nth-child(3) {
    margin: 0 16px 0 8px;
}

.works-category li:nth-child(2) a {
    color: #3fa1ed;
    border: solid 4px #3fa1ed;
}

.works-category li:nth-child(3) a {
    color: #ef8b1e;
    border: solid 4px #ef8b1e;
}

.works-category li:nth-child(4) a {
    color: #78ba40;
    border: solid 4px #78ba40;
}

.works-category li:last-child {
    width: 100%;
    margin: 16px 0 40px;
}

.works-category li:last-child a {
    color: #717071;
    border: solid 4px #717071;
}

.post-category.w-ecocute,
.post-categories a.w-ecocute {
    background: #ef0023;
}

.post-category.w-battery,
.post-categories a.w-battery {
    background: #3fa1ed;
}

.post-category.w-ecopv,
.post-categories a.w-ecopv {
    background: #ef8b1e;
}

.post-category.w-charger,
.post-categories a.w-charger {
    background: #78ba40;
}

.post-category.w-electric-works,
.post-categories a.w-electric-works {
    background: #717071;
}

@media screen and (max-width: 415px) {
    .works-category li {
        width: 100%;
        margin: 10px 0 !important;
    }

    .works-category li:last-child a {
        height: auto;
    }

    .post {
        width: 100%;
    }
}


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

            急速充電メインページ
        
****************************************************/
#evPower h4 {
    font-size: 26px;
    color: #5eb5e4;
    margin: 32px 0;
}
#evPower ol {
    margin: 32px 0;
}
#evPower ol li {
    font-size: 22px;
    font-weight: bold;
    color: #5eb5e4;
}
#evPower h4 + p,
#evPower ol + p,
.charger-items p {
    margin-bottom: 56px;
}
#charger h3 {
    margin: 80px 0 40px;
}
.charger-items {
    margin-bottom: -40px;
}
.charger-items h4 {
    font-size: 26px;
    color: #ef0023;
    margin: 32px 0;
}
.charger-items .item-wrap a {
    display: block;
    margin-bottom: 32px;
}
#charger_item .details .sec2 h3,
#charger_item .details h3.item-title,
#battery_item .details h3.item-title {
    margin: 40px 0 48px;
}

.details table.full-width {
    width: 100%;
    display: inline-table;
    margin-bottom: 80px;
}
.details table.full-width + p {
    font-size: 14px;
    color: #7f7f7f;
    margin: -60px 0 80px;
}
.details table.full-width th {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    border-right: solid 2px #ef0023;
}
.details + .mitsumori-btn {
    margin: 80px 0 160px;
}
@media screen and (max-width: 415px) {
    .details table.full-width {
        font-size: 14px;
    }
    .details table.full-width th {
        width: 40%;
    }
}


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

            蓄電池トップ
        
****************************************************/
#battery picture + p {
    margin: 20px 0 40px;
}
.faq h2 {
        margin-bottom: 40px;
}
.details table.tabuchi th {
    width: 30%;
    padding: 16px 8px;
}
.details table.tabuchi td {
    vertical-align: middle;
}
