@charset "utf-8";

/* 広報
----------------------------------------------------------------------------- */
.public-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
.public-box-img{
    width: 50%;
}
.public-box-txt{
    width: 50%;
    padding-left: 50px;
    position: relative;
}
.public-box-txt .btn-pdf{
    position: absolute;
    right: 0;
    bottom: 0;
}
.public-box-txt .btn-pdf.title-list {
    bottom: 84px;
}
.public .list-3col{
    margin-bottom: 30px;
}
.public .list-3col li img{
    display: block;
    margin: 0 0 10px;
    border-radius: 10px;
    height: 180px;
  object-fit: cover;
  width: 300px;
}
.public .list-3col li p{
    font-size: 16px;
    font-weight: bold;
}


@media screen and (max-width:768px){
    .public-box{
        display: block;
    }
    .public-box-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .public-box-txt{
        width: 100%;
        padding-left: 0;
        position: relative;
    }
    .public-box-txt .btn-pdf{
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }
    .public .list-3col li p{
        font-size: 14px;
    }
    .public-box-txt .btn-pdf.title-list {
        bottom: 0px;
      }
}
