.card_about .card_pac_img {
  height: 324px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}
.card_about .card_pac_img li {
  margin: 0 !important;
}
.card_about .card_pac_img li img {
  width: auto;
  height: 240px;
}
#card_list .clearfix {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 884px;
}
#card_list .card_list_box,
#card_list .card_list_env,
#card_list .card_list_can {
  float: none;
  width: 240px;
}
#card_list .card_list_img img {
  width: 90%;
  height: auto;
}
.close {
  margin-top: 100px;
  padding: 4%;
}

#ins-wrapper .close-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #b30000;
  margin-bottom: 20px;
}

#ins-wrapper .close-text {
  font-size: 18px;
  text-align: center;
  color: #b30000;
}
#ins-wrapper .close-text + .close-text {
  margin-top: 20px;
}
