/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/

/* テーブル */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #FCFCFC !important; }

.is-service-table img {
  margin: 0 auto; }
.is-service-table td, .is-service-table th {
  padding: 25px 10px !important; }

.pl-inline-button a {
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  border: 0;
  border-radius: 40px;
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
  background: #00CBAE !important;
  font-size: 1.0rem;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important; }
  .pl-inline-button a:hover {
    transform: scale(0.95);
    box-shadow: none; }

.pl-label-pink {
  background-color: #F56962;
  padding: 0.9rem 1rem;
  color: #fff;
  font-size: 1.2rem; }

/* Img - 記事内画像 */
#postContent img {
  display: inline-block; }

/* 通常テーブル */
figure.wp-block-table {
    margin-top: 3.3rem;
    margin-bottom: 3.3rem;
}