.price_iryou_div .price_bg{
    background: url(../images/insurance/iryou_300_300.jpg);
    width: 300px;
    height: 300px;
    background-size:contain;
    /* background-position:bottom; */
    background-repeat:no-repeat;
    opacity: 0.2;
    position: relative;
    top:-35px;
}

.price_kaigo_div .price_bg{
    background: url(../images/insurance/kaigo_300_300.jpg);
    width: 300px;
    height: 300px;
    background-size:contain;
    /* background-position:bottom; */
    background-repeat:no-repeat;
    opacity: 0.2;
    position: relative;
    top:-35px;
}

.price_iryou_div .price_text,
.price_kaigo_div .price_text{
    opacity: 1;
    position: relative;
    top: 100px;
    left: 50px;
    color: #222;
    z-index:10;
}

.price_iryou_div .price_text::before,
.price_kaigo_div .price_text::before{
    font-family: 'Material Icons';
    content: '\e2e6';
    color:#9BC42C;
    font-size: 2.2rem;
    padding-right: 10px;
    position: relative;
    top: 13px;
}

.price_iryou_div,
.price_kaigo_div{
    margin:0 30px;
    box-sizing: border-box;
}


  /* ============================================================== */
/* ==============  2021タプレット 800-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:959px){
  }
  /* ============================================================== */
  /* ==============  2021タプレット 520-799px   ==================== */
  /* ============================================================== */
  
  @media screen and (max-width:799px){
    .price_content_top{
        flex-direction: column;
    }
    .price_iryou_div .price_text,
    .price_kaigo_div .price_text{
        margin: 0 auto;
        display: block;
        width: 50%;
        text-align: center;
        position: inherit;
    }
    .price_iryou_div .price_bg{
        width: 60%;
        margin:0 auto;
        height: 350px;
    }
    
    .price_kaigo_div .price_bg{
        width: 60%;
        margin:0 auto;
        height: 350px;
    }
  }
  
  /* ============================================================== */
  /* ==============  2021スマホ     320-519px   ==================== */
  /* ============================================================== */
  @media screen and (max-width:600px){

    .price_iryou_div .price_bg{
        width: 60%;
        height: 250px;
    }
    
    .price_kaigo_div .price_bg{
        width: 60%;
        height: 250px;
    }

    .price_iryou_div .price_text,
    .price_kaigo_div .price_text{
        width: inherit;
    }
  }
  
