@charset "UTF-8";
.greenTitle {
  display: flex;
  align-items: baseline;
  color: #427935;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.greenTitle::before {
  content: "";
  background-image: url(../images/corp-green-title-icon.svg);
  aspect-ratio: 1/1;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.greenSubTitle {
  font-size: 2rem;
  background: #f0f0f0;
  color: #333;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.greenBold {
  font-size: 20px;
  font-weight: bold;
  color: #E60012;
}

.greenTable {
  width: 100%;
  border: 1px solid #c8c8c8;
}

.greenTableHead {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}

.greenTableTeiki {
  background: #e2f5f2;
}

.greenTableGreen {
  background: #e2fade;
}

.greenTableDiscount {
  color: #2150a7;
  font-weight: bold;
}

.greenTablePrice {
  color: #e00000;
  font-weight: bold;
}

.greenTable th, td {
  border: 1px solid #c8c8c8;
  padding: 10px;
  text-align: center;
}

.greenFlowTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #427935;
}

.greenNoteItem {
  list-style-type: disc;
  list-style-position: inside;
}

.greenFaqTitle {
  font-size: 1.8rem;
  color: #427935;
  margin-bottom: 15px;
  border-bottom: 1px solid #7b8f76;
  padding-bottom: 5px;
}

.greenFaqPriceTitle {
  font-weight: bold;
}
.greenFaqPriceTitle::before {
  content: "【";
  display: inline-block;
}
.greenFaqPriceTitle::after {
  content: "】";
  display: inline-block;
}

.faqWrap {
  background: #f7f7f7;
  margin-bottom: 30px;
  padding: 20px;
}

@media (min-width: 768px){
  .greenTable {
    width: 700px;
  }
}

@media (min-width: 960px){
  .greenTitle {
    font-size: 2rem;
  }
  .greenTitle::before {
    width: 17px;
    margin: 0 16px 0 0;
  }
  .greenBold {
    font-size: 24px;
  }
}

/*# sourceMappingURL=green.css.map*/