@charset "UTF-8";

/*section_wrap 共通*/
.section_wrap {
  margin-top: 48px;
}
.section_header {
  text-align: center;
}
.section_wrap .section_inner {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .section_wrap {
    margin-top: 80px;
  }
  .section_wrap .section_inner {
    margin-top: 40px;
  }
}

/* */
.section_inner_main .text_box {
  margin-top: 16px;
}
.column_text_table tbody {
  display: grid;
  border: 1px solid #ccc;
}
.column_text_table tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  background-color: #f0f0f0;
}
.column_text_table tr td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.column_text_table tr td:last-child {
  border-right: none;
}
.column_text_table tr:last-child td {
  border-bottom: none;
}
.column_text_table .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_box {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-inline: auto;
}
.btn_box .btn {
  max-width: 352px;
}

/* main_section */
h3.goods_type.min {
  text-align: center;
  margin-top: 48px;
  background-color: #99af4d;
  color: #ffffff;
  padding: 10px;
}
.main_section .wrapper {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}
.box dt {
  font-weight: bold;
}
.box dt,
.box .kind {
  text-align: center;
}
.box dl,
dd p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .main_section .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
