@charset "UTF-8"; /* 2023.01.26 */

.p_ttlBox {
  background: url("../images/bg_top01.jpg?0") no-repeat center center / cover;
}
.ttl_L {
  width: 590px;
  max-width: 100%;
}

.card-container {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: auto 80px;
  row-gap: 0;
  align-items: center;
  background-color: #F7F7F7;
}
.card img {
  margin: 0 auto;
}
.description {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 15px 10px 5px;
  margin: 0;
  width: 100%;
  background-color: #F7F7F7;
}
@media (max-width: 619px) {
  .description {
    text-align: center;
  }
}

.mt01 {
  margin-top: 50px;
}
.ttl_02 {
  margin: 40px 0 20px;
}







