@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap");
/*========================================
  ڸ
=====================================*/
.adv{

    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px auto;
    text-align: center;
}
.adv h3 {
    text-align: center;
    border: 1px solid #515151;
    border-radius: 15px;
    padding: 10px 2px;
    margin: 30px auto;
    width:300px;
    background-color:aliceblue;
}
.adv ul{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width:1080px;
    margin: auto;
    padding: 10px;
        
        
}
.adv img {
    max-width: 260px;
    object-fit: cover;
    border: #b3cec8 1px solid;
}
.adv p {
    margin: 30px auto;
    max-width: 1080px
}
.adv p a {
    font: bold;
    color: #019011;
    text-decoration: underline;
}


