@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
	全体設定
----------------------------------------------------*/
/*----------------------------------------------------
	表組
----------------------------------------------------*/
table {
  margin: 0.5em 0;
}

table th, table td {
  padding: 0.6em;
  vertical-align: middle;
}

table th {
  white-space: normal;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #ccc;
}

table th, table tfoot td {
  font-weight: bold;
  text-align: left;
}

table th, table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table td {
  border: 1px solid #ccc;
}

table.no td,
table.no th,
table.no {
  border: none !important;
}

/*----------------------------------------------------
	wordpress　自動クラス
----------------------------------------------------*/
.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

/*----------------------------------------------------
    エディタスタイルシート
----------------------------------------------------*/
h2, h3, h4, h5, h6 {
  margin-bottom: 0.7em;
  font-weight: 700;
}

h2 {
  border-left: 5px solid #F9270B;
  font-size: 28px;
  line-height: 1.4;
  padding: 0.2em 0 0.2em 0.5em;
}
@media screen and (max-width: 767.98px) {
  h2 {
    border-left-width: 3px;
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  color: #F9270B;
}
@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  border-bottom: 1px solid #F9270B;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767.98px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  color: #F9270B;
}

.wp-block-flexible-table-block-table table th, .wp-block-flexible-table-block-table table td {
  border-color: #ccc !important;
}

.cms-area p {
  margin-bottom: 1.5em;
}
.cms-area img {
  max-width: 100%;
  height: auto;
}
.cms-area ul, .cms-area ol {
  margin: 1em;
}
.cms-area ul li {
  list-style-type: disc;
}
.cms-area ol li {
  list-style-type: decimal;
}
.cms-area .wp-block-group {
  margin-bottom: 6rem;
}

.wp-block-button a.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button a.wp-block-button__link:hover {
  opacity: 0.7;
}
.wp-block-button.is-style-fill a.wp-block-button__link, .wp-block-button.is-style-sme-shadowed a.wp-block-button__link {
  background-color: #F9270B;
  color: #fff;
}
.wp-block-button.is-style-fill a.wp-block-button__link:hover, .wp-block-button.is-style-sme-shadowed a.wp-block-button__link:hover {
  color: #fff;
  opacity: 0.7;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  border-color: #F9270B;
  color: #222;
}
.wp-block-button.is-style-outline a.wp-block-button__link:visited, .wp-block-button.is-style-outline a.wp-block-button__link:hover, .wp-block-button.is-style-outline a.wp-block-button__link:active {
  color: #222;
}

a.wp-block-file__button {
  color: #fff;
  text-decoration: none;
}