@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
デイサージェリー
------------------------------------------------------------------------------ */

.dsTit {
    width: 100%;
    background-image: url(../patient/daysurgery/img/tit_pc_bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    margin-bottom: 4em;
    line-height: 0;
    text-align: center;
}
.dsTit img {
    width: 100%;
    max-width: 1100px;
}

.dsContArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}
.dsContAreaTxt {
    width: 58%;
}
.dsContAreaPhR {
    width: 40%;
}
.dsContAreaTxt {
    line-height: 1.9em;
}
.dsContAreaTxt p {
    margin-bottom: 1em;
}
.dsTxt01 {
    color: #00A3DF;
    font-size: 18px;
    font-weight: bold;
}

.dsContPh {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 4em;
}

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

@media screen and (max-width: 768px) {
    .dsContArea {
        flex-wrap: wrap;
        margin-bottom: 1.5em;
    }
    .dsTit {
        margin-bottom: 3em;
    }
    .dsContAreaTxt {
        width: 100%;
        margin-bottom: 1em;
    }
    .dsContAreaPhR {
        width: 100%;
    }
    .dsContPh p {
        text-align: left;
        font-size: 90%;
    }

}