.pasokon{
    height: 100%;
}
.card_group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 50px 120px 50px;
}
.card{
    width: 400px;
    height:auto;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.2);
    margin: 5px 15px 5px 15px;
    z-index: 10;
}
.card li{
    list-style: none;
}
.img{
    vertical-align:bottom;
}
.card_receipt_img{
    background-image: url(our/receipt/how_much.webp);
}
.card_throw_away{
    background-image: url(our/our_pic/throw_away.webp);
}
.card_us{
    background-image: url(our/our_pic/IMG_9747.webp);
}
.card_image{
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.card_textbox{
    width:100%;
    height:200px;
    padding: 10px 25px;
    color: black;
    background-color: white;
    box-sizing:border-box;
}
.card_titletext{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.card_overviewtext{
    font-size: 18px;
    line-height:150%;
}
a{
	text-decoration: none;
}
.item-none{
    display: none;
}
.reciept{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-55%,0);
}

@media screen and (max-width: 1300px){
    /* 小さいパソコンの時 */
    body{
        background-color: rgba(213, 252, 255, 0.3);
        background-attachment: fixed;
        background-size: 100vw 100vh;  
        min-height: 100vh;
        width:100%;max-width:100%;
        text-align:center; /*ページ全体を中央揃えにする*/
        box-sizing:border-box;
        position: relative;
    }.card{
        width:288px;
    }
    .card_receipt_img{
        height: 180px;
    }.card_group{
      margin: 30px;
    }.card_image{
        width:320px;
        height:180px;
        padding-top:0%;
        box-sizing:border-box;
        position: relative;
    }.card_textbox{
        height:150px;
        padding:5px 18px;
    }.card_titletext{
        font-size: 17px;
    }
    .card_overviewtext{
        font-size: 14px;
    }
}


@media screen and (max-width: 600px){
    /* スマホの時 */
    body{
        background-color: rgba(255, 238, 190, 0.3);
        background-attachment: fixed;
        background-size: 100vw 100vh;  
        min-height: 100vh;
        width:100%;max-width:100%;
        text-align:center; /*ページ全体を中央揃えにする*/
        box-sizing:border-box;
        position: relative;
    }
    .card_group{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 50px 0px 50px;
      }
    .card{
          width: 400px;
          height:auto;
          border-radius:8px;
          overflow:hidden;
          box-shadow:0 4px 15px rgba(0,0,0,.2);
          margin: 10px 15px 5px 15px;
          z-index: 10;
    }.card_titletext{
        font-size: 15px;
        margin: 10px 0;
    }
}
