@charset "utf-8";

@media(min-width:750px){

    .water-main {
        width: 100%;
        background-color: #eeffff;
        padding: 0 0 30px 0;
    }

    .water-main-top {
        width: 100%;
    }

    .water-main-top-title {
        width: 100%;
        background-color: #0066ff;
        padding: 30px;
    }

    .water-main-top-title h2 {
        font-size: 2.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
    }

    .water-main-top-contents {
        width: 100%;
        background-color: #ccffff;
        padding: 10px;
    }

    .water-main-top-contents p {
        font-size: 2.5vw;
        font-weight: bold;
        text-align: center;
        color: #0066ff;
        line-height: 1.5;
        letter-spacing: 2px;
    }

    .water-main-main {
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #ffffdd;
        padding: 10px;  
    }

    .water-main-main li:nth-of-type(1) {
        width: 60%;
        padding: 10px;
    }

    .water-main-main li:nth-of-type(2) {
        width: 30%;
    }

    .water-main-main li:nth-of-type(1) p {
        font-size: 1.9vw;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 15px;
    }

    .water-main-main li:nth-of-type(1) p:nth-of-type(4) {
        font-size: 1.3vw;
        line-height: 1.5;
    }    

    .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: 30px;
    }

    .water-main-sub h2 {
        text-align: center;
        font-size: 2.5vw;
        letter-spacing: 5px;
        color: #000088;
        font-weight: bold;
    }

    .water-main-sub ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .water-main-sub ul li:nth-of-type(1) {
        width: 30%;
    }

    .water-main-sub ul li:nth-of-type(2) {
        width: 60%;
        padding: 0 20px;
    }

    .water-main-sub ul li:nth-of-type(2) p:nth-of-type(1) {
        font-size: 1.8vw;
        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: 1.3vw;
        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 10px;
    }

    .water-main-campaign-top {
        width: 90%;
        margin: 0 auto;
        padding: 1rem 2rem;
        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: 2.3vw;
        line-height: 1.5;
        font-family: 'Shippori Mincho B1', serif;
    }

    .water-main-campaign-top p span {
        font-weight: bold;
        font-size: 2.6vw;
    }

    .water-main-campaign-title {
        width: 70%;
        margin: 0 auto;
    }

    .water-main-campaign-title h2 {
        font-family: 'Shippori Mincho B1', serif;
        padding: 1rem 2rem;
        color: #fff;
        background: #000;
        letter-spacing: 3px;
        font-size: 3vw;
        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: 70%;
        margin: 0 auto;
    }

    .water-main-campaign-period h3 {
        text-align: center;
        color: #000;
        font-family: 'Shippori Mincho B1', serif;
        font-size: 2.3vw;
        line-height: 1.3;
        font-weight: bold;
    }

    .water-main-attention {
        width: 85%;
        background-color: #fff;
        padding: 10px;
        margin: 0 auto;
    }

    .water-main-attention ul li {
        font-size: 1.8vw;
        color: #222;
        line-height: 1.7;
        font-family: 'Shippori Mincho B1', serif;
    }

    .water-main-attention ul li span{
        color: #f00;
        font-weight: bold;
    }
}