@charset "utf-8";

/* ------------------------------
 院内助産たんぽぽ（PC）
------------------------------ */
.arrow-r::after {
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 5px;
}
.arrow-b::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    display: block;
    margin: 8px auto;
}
@media print, screen and (min-width: 768px) {
    
}
/* ------------------------------
 院内助産たんぽぽ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    
}

/* ------------------------------
 がん診療の取り組み（PC）
------------------------------ */
.balloonBox {
    position: relative;
}
.balloon {
    font-size: 1.9rem;
    font-weight: 600;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007A46;
    border-radius: 100%;
    position: absolute;
    right: 0;
}
.bgBox .balloon {
    right: 50px;
}
.balloon::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #007A46;
    z-index: 0;
    transform: rotate(-45deg);
}
/* ------------------------------
 がん診療の取り組み（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .balloon {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .bgBox .balloon {
        right: 0;
    }
}