@charset "utf-8";
/* ---------------------------------------------------------------- *
	description
 * ---------------------------------------------------------------- */
.description .wp-block-column:last-of-type{
  text-align: center;
}

/* PC */
@media (min-width: 769px) , print{
  .description .wp-block-column{
    flex-basis: auto;
  }
  .description .wp-block-column:first-of-type{
    width: calc(100% - 300px - 32px);
  }
  .description .wp-block-column:last-of-type{
    width: 300px;
    margin-left: 0;
  }
}

/* SP */
@media (max-width: 768px) {
  .description {
    display: block;
  }
  .description .wp-block-column{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .description .wp-block-column:last-of-type{
    margin-bottom: 0;
  }
  .description .wp-block-column .wp-block-image{
    margin: 0 auto;
  }
  .description .wp-block-column:last-of-type .wp-block-image{
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------- *
	information_list
 * ---------------------------------------------------------------- */
.information_list{
  width: 100%;
}
.information_list .wp-block-column:first-of-type{
  font-weight: 700;
}

/* PC */
@media (min-width: 769px) , print{
  .information_list .wp-block-column{
    flex-basis: auto;
  }
  .information_list .wp-block-column:first-of-type{
    width: 200px;
  }
  .information_list .wp-block-column:last-of-type{
    margin-left: 0;
    width: calc(100% - 200px - 32px);
  }
}

/* SP */
@media (max-width: 768px) {
  .information_list .wp-block-column:first-of-type,
  .information_list .wp-block-column:first-of-type p{
    margin-bottom: 0;
  }
}
