@charset "UTF-8";

.option {
  margin-top: 5rem;
}

.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option_list_item {
  display: flex;
  flex-direction: column;
  width: 16.5rem;
  margin-bottom: 1.6rem;
}

.option_list_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.option_list_ttl {
  margin-bottom: .2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.option_list_img {
  order: -1;
  margin-bottom: .4rem;
}

.option_list_price {
  margin-bottom: .2rem;
  font-size: 1.1rem;
  line-height: 1.64;
}

.option_list_desc {
  font-size: 1.1rem;
  line-height: 1.64;
  letter-spacing: 0;
}
