@charset "UTF-8";
.mc-items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}
.mc-items-wrap .mc-items {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.mc-items-wrap .mc-items dl {
  padding-right: 1rem;
}
.mc-items-wrap .mc-items dt {
  font-weight: bold;
  font-size: 1.1rem;
}
.mc-items-wrap .mc-items dd {
  font-size: 1rem;
}
.mc-items-wrap .mc-items img {
  width: 48%;
  aspect-ratio: 1.61739/1;
  object-fit: cover;
}
.mc-items-wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}
.mc-items-wrap2 .mc-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mc-items-wrap2 .mc-items img {
  width: 100%;
  aspect-ratio: 1.61739/1;
  object-fit: cover;
}
.mc-items-wrap2 .mc-items .mc-items-text {
  font-size: 1rem;
  margin-top: 0.3rem;
}

.mc-htag {
  position: relative;
  padding-left: 1.2em;
  margin: 2rem 0 0.8rem !important;
}
.mc-htag::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #f7bb48;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
}

.table-container + .wp-block-columns {
  margin-top: 3rem;
}
.table-container .mc-table {
  display: table;
  width: 100%;
  box-shadow: none;
}
.table-container .mc-table caption {
  caption-side: bottom;
  text-align: right;
  font-weight: normal;
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.table-container .mc-table th,
.table-container .mc-table td {
  text-align: center;
  border-bottom: 0;
  vertical-align: middle;
}
.table-container .mc-table th {
  text-align: center;
  background-color: #f7bb48;
  padding: 1rem;
}
.table-container .mc-table.ptn2 th {
  border-top: 1px solid #fff;
  text-align: left;
  padding: 0.7rem 1rem;
  width: 30%;
}
.table-container .mc-table.ptn2 td {
  text-align: left;
}
.table-container .mc-table th ~ th {
  border-left: 1px solid #fff;
}
.table-container .mc-table tr:nth-of-type(even) td,
.table-container .mc-table.ptn2 tr:nth-of-type(even) th {
  background-color: #fbe6c8;
}
.table-container .mc-table tr:nth-of-type(odd) td,
.table-container .mc-table.ptn2 tr:nth-of-type(odd) th {
  background-color: #fdf2e4;
}
.table-container .mc-table td {
  border-top: 1px solid #fff;
}
.table-container .mc-table td ~ td {
  border-left: 1px solid #fff;
}
.table-container .mc-table td img {
  width: 10rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.table-container .mc-table2 .mc-table-img {
  min-height: 6rem;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .wp-block-columns {
    gap: 0;
  }
  .mc-items-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 4rem;
  }
  .mc-items-wrap2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 4rem;
  }
  .mc-items-wrap2 .mc-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mc-items-wrap2 .mc-items img {
    width: 100%;
    aspect-ratio: 1.61739/1;
    object-fit: cover;
  }
  .mc-items-wrap2 .mc-items .mc-items-text {
    font-size: 1rem;
    margin-top: 0.3rem;
  }

  .mc-htag {
    font-size: 1.1rem;
    padding-left: 1.5em;
  }
  .mc-htag::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 47%;
  }

  .table-container + .wp-block-columns {
    margin-top: 3rem;
  }
  .table-container .mc-table {
    display: table;
    width: 100%;
    box-shadow: none;
  }
  .table-container .mc-table caption {
    caption-side: bottom;
    text-align: right;
    font-weight: normal;
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
  .table-container .mc-table th,
  .table-container .mc-table td {
    text-align: center;
    border-bottom: 0;
    vertical-align: middle;
  }
  .table-container .mc-table th {
    text-align: center;
    background-color: #f7bb48;
    padding: 1rem;
  }
  .table-container .mc-table.ptn2 th {
    border-top: 1px solid #fff;
    text-align: left;
    padding: 0.7rem 1rem;
    width: 30%;
  }
  .table-container .mc-table.ptn2 td {
    text-align: left;
  }
  .table-container .mc-table th ~ th {
    border-left: 1px solid #fff;
  }
  .table-container .mc-table tr:nth-of-type(even) td,
  .table-container .mc-table.ptn2 tr:nth-of-type(even) th {
    background-color: #fbe6c8;
  }
  .table-container .mc-table tr:nth-of-type(odd) td,
  .table-container .mc-table.ptn2 tr:nth-of-type(odd) th {
    background-color: #fdf2e4;
  }
  .table-container .mc-table td {
    border-top: 1px solid #fff;
  }
  .table-container .mc-table td ~ td {
    border-left: 1px solid #fff;
  }
  .table-container .mc-table td img {
    width: 10rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .table-container .mc-table2 .mc-table-img {
    min-height: 6rem;
    display: grid;
    place-items: center;
  }
}
