@charset "UTF-8";

@media only screen and (min-width: 768px) {
    .pet_shower-subpage::before {
        background-image: url(../images/pet_shower/pet_shower-title.png);
    }
}

.intro-copy {
    padding-top: 0;
    margin-bottom: 0;
}

.intro-copy > span {
    font-size: 1.142857em;
    text-align: center;
    border: 0.125em solid #36c9dc;
    padding: 0.5em 0.75em;
    margin: 0 auto;
    display: block;
}

.intro-copy em {
    font-style: normal;
    color: #00bed6;
}

@media only screen and (min-width: 768px) {
    .intro-copy {
        padding-top: 5em;
        padding-bottom: 3em;
    }

    .intro-copy > span {
        font-size: 1.5em;
        border-width: 2px;
        padding: 0.355em 0.75em;
        width: 94%;
        max-width: 1000px;
        letter-spacing: -0.04em;
    }
}

.shower-section1 {
    margin: 0 auto;
}

.shower-section1 > .inner {
    position: relative;
    margin: 0 auto;
}

.shower-section1 > .inner > span {
    display: block;
    line-height: 1;
    text-align: center;
}

.shower-txt img:nth-child(2) {
    display: none;
}

.shower-point {
    position: absolute;
    width: 26.4%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    top: 53.970081%;
}

.shower-point.point1 {
    left: 5.333333%;
}

.shower-point.point2 {
    top: 64.441887%;
    left: 50%;
    margin-left: -13.2%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.shower-point.point3 {
    right: 5.333333%;
}

.shower-points {
    padding: 0 8%;
}

.shower-points > li {
    background-image: url(../images/common/icon-check2.png);
}

@media only screen and (min-width: 768px) {
    .shower-section1 {
        max-width: 1000px;
    }

    .shower-section1 > .inner {
        margin-bottom: 2.5em;
        max-width: 808px;
        width: 94%;
    }

    .shower-txt img:nth-child(1) {
        display: none;
    }

    .shower-txt img:nth-child(2) {
        display: inline;
    }

    .shower-point {
        width: 19.183168%;
        top: 56.140351%;
    }

    .shower-point.point1 {
        left: 11.262376%;
    }
    
    .shower-point.point2 {
        top: 68.421053%;
        margin-left: -9.591584%;
    }
    
    .shower-point.point3 {
        right: 11.262376%;
    }

    .shower-points {
        max-width: 43em;
        width: 94%;
        padding: 0;
    }
}

.shower-caution {
    border-top: 1px dashed #36c9dc;
    border-bottom: 1px dashed #36c9dc;
    padding: 1em;
    margin: 0 auto 3.75em;
    font-size: 1.071429em;
}

@media only screen and (min-width: 768px) {
    .shower-caution {
        font-size: 1em;
        line-height: 2;
        padding: 2em 0;
        width: 94%;
        max-width: 1200px;
    }

    .shower-caution > span {
        display: block;
        margin: 0 auto;
        width: 94%;
        max-width: 40em;
    }
}

@media only screen and (min-width: 768px) {
    .use-advice dd {
        line-height: 2;
    }
}
