@charset "utf-8";

@media(max-width:750px){
    
    .water-main {
        width: 100%;
        background-color: #eeffff;
        padding: 0 0 20px 0;
    }

    .water-main-top {
        width: 100%;
    }

    .water-main-top-title {
        width: 100%;
        background-color: #0066ff;
        padding: 10px;
    }

    .water-main-top-title h2 {
        font-size: 5.5vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
        line-height: 1.5;
    }

    .water-main-top-contents {
        width: 100%;
        background-color: #ccffff;
        padding: 10px;
    }

    .water-main-top-contents p {
        font-size: 5.2vw;
        font-weight: bold;
        text-align: center;
        color: #0066ff;
        line-height: 1.5;
        letter-spacing: 2px;
    }

    .water-main-main {
        display: flex;
        width: 98%;
        background-color: #ffffdd;
        padding: 0 0 10px 0;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .water-main-main li:nth-of-type(1) {
        width: 100%;
        padding: 5px;
    }

    .water-main-main li:nth-of-type(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .water-main-main li:nth-of-type(1) p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 15px;
    }

    .water-main-main li:nth-of-type(1) p span {
        color: #f00;
    }

    .water-main-main li:nth-of-type(2) img {
        width: 100%;
    }

    .water-main-sub {
        width: 100%;
        margin: 0 auto;
        background-color: #ffffdd;
        padding: 10px 0;
    }

    .water-main-sub h2 {
        text-align: center;
        font-size: 5.5vw;
        letter-spacing: 3px;
        color: #000088;
        font-weight: bold;
    }

    .water-main-sub ul {
        display: flex;
        width: 98%;
        flex-direction: column;
        margin: 0 auto;
    }

    .water-main-sub ul li:nth-of-type(1) {
        width: 100%;
        margin-bottom: 10px;
    }

    .water-main-sub ul li:nth-of-type(2) {
        width: 100%;
    }

    .water-main-sub ul li:nth-of-type(2) p:nth-of-type(1) {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        color: #111;
    }

    .water-main-sub ul li:nth-of-type(2) p:nth-of-type(1) span {
        color: #f00;
        font-weight: bold;
    }    

    .water-main-sub ul li:nth-of-type(2) p:nth-of-type(2) {
        font-size: 12px;
        line-height: 1.2;
    }

    .water-main-campaign {
        width: 100%;
        margin: 0 auto;
        background-image: url('../images/waterheater/campaign.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 0;
    }

    .water-main-campaign-top {
        width: 98%;
        margin: 0 auto;
        padding: 1rem;
        color: #fff;
        background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
        background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    }

    .water-main-campaign-top p {
        font-size: 20px;
        line-height: 1.5;
        font-family: 'Shippori Mincho B1', serif;
    }

    .water-main-campaign-top p span {
        font-weight: bold;
        font-size: 24px;
    }

    .water-main-campaign-title {
        width: 98%;
        margin: 0 auto;
    }

    .water-main-campaign-title h2 {
        font-family: 'Shippori Mincho B1', serif;
        padding: 1rem;
        color: #fff;
        background: #000;
        letter-spacing: 3px;
        font-size: 6vw;
        text-align: center;
    }

    .water-main-campaign-title h2 span {
        background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
        background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .water-main-campaign-period {
        width: 98%;
        margin: 0 auto;
    }

    .water-main-campaign-period h3 {
        text-align: center;
        color: #000;
        font-family: 'Shippori Mincho B1', serif;
        font-size: 5vw;
        line-height: 1.5;
        font-weight: bold;
    }

    .water-main-attention {
        width: 98%;
        background-color: #fff;
        padding: 5px;
        margin: 0 auto;
    }

    .water-main-attention ul li {
        font-size: 14px;
        color: #222;
        line-height: 1.5;
        font-family: 'Shippori Mincho B1', serif;
    }

    .water-main-attention ul li span{
        color: #f00;
        font-weight: bold;
    }
}