@charset "utf-8";
/* CSS Document */


/* ---------- price ---------- */
.price_contents {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.price_titlebox {
  margin-bottom: 55px;
  text-align: center;
}

.price_title_head {
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: column;
  gap: 5px;
  margin-bottom: 28px;
}

.price_title_head h2 {
  color: #333;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.price_title_dotline {
  width: 248px;
  height: 4px;
  background-image: radial-gradient(circle, #8dc35c 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}

.price_title_text {
  max-width: 560px;
  margin: 0 auto;
}

.price_title_text p {
  color: #131313;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.price_title_text p + p {
  margin-top: 12px;
  font-weight: 600;
}

.recommend_box {
  position: relative;
  margin-bottom: 45px;
  padding: 48px 45px 32px;
  background: #fff;
  border-radius: 4px;
}

.recommend_title {
  position: absolute;
  top: -24px;
  left: 50%;
  min-width: 300px;
  padding: 12px 30px;
  background: #f89a1c;
  border-radius: 999px;
  transform: translateX(-50%);
  text-align: center;
}

.recommend_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid #f89a1c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateX(-50%);
}

.recommend_title p {
  color: #fff;
  font-weight: 700;
}

.recommend_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.recommend_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #f0f0f0;
  border-radius: 3px;
}

.recommend_item i {
  color: #5bb878;
}

.recommend_item p {
  font-weight: 700;
}

.price_table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.price_table_row {
  display: grid;
  grid-template-columns: 240px 160px 1fr 180px;
}

.price_table_row > div {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 18px 22px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.price_table_head {
  background: #58b878 !important;
}

.price_table_head p {
  color: #fff;
  font-weight: 700;
}

.price_table_time p,
.price_table_detail p,
.price_table_price p {
  line-height: 1.7;
}

.price_table_price p {
  font-weight: 700;
}

.corporate_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.corporate_item {
  padding: 38px 50px;
  background: #fff;
  border-radius: 15px;
}

.corporate_title {
  margin-bottom: 22px;
  padding-bottom: 18px;
  color: #07913a;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}

.corporate_txt {
  margin-bottom: 22px;
  line-height: 1.8;
}

.corporate_price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.price_label {
  padding: 4px 9px;
  background: #ffe862;
  border-radius: 3px;
  line-height: 1;
}

.price_num {
  font-weight: 700;
  line-height: 1;
}

.price_tax {
  line-height: 1.2;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .price_table_row {
    grid-template-columns: 210px 140px 1fr 160px;
  }

  .price_table_row > div {
    padding: 16px 18px;
  }
}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .price_contents {
    padding: 0px 0 0;
  }

  .price_titlebox {
    margin-bottom: 45px;
  }

  .price_title_head {
    gap: 24px;
  }

  .price_title_dotline {
    width: 180px;
  }

  .recommend_box {
    padding: 45px 25px 25px;
  }

  .recommend_list {
    grid-template-columns: 1fr;
  }

  .price_table {
    border-left: none;
  }

  .price_table_row {
    display: block;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
  }

  .price_table_row > div {
    min-height: auto;
    padding: 12px 16px;
    border-right: none;
  }

  .price_table_row > div:last-child {
    border-bottom: none;
  }

  .corporate_item {
    padding: 30px 25px;
  }
}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .price_contents {
    padding: 0px 0 0;
  }

  .price_title_head {
    display: block;
    margin-bottom: 22px;
  }

  .price_title_dotline {
    width: 180px;
    margin: 16px auto 0;
  }

  .price_title_text {
    max-width: 100%;
  }

  .recommend_title {
    min-width: 240px;
    padding: 10px 20px;
  }

  .recommend_box {
    padding: 40px 18px 20px;
  }

  .recommend_item {
    padding: 12px 14px;
  }

  .corporate_item {
    padding: 25px 18px;
    border-radius: 12px;
  }

  .corporate_price {
    align-items: center;
    flex-wrap: wrap;
  }
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {
  .price_contents {
    padding: 0px 0 0;
  }

  .recommend_title {
    min-width: 210px;
  }
}