@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
	全体設定
----------------------------------------------------*/
.cms-area {
  margin: 0 auto 20px;
  padding-top: 0px;
  overflow: hidden;
}

/*----------------------------------------------------
	表組
----------------------------------------------------*/
table {
  margin: 0.5em 0;
}

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

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

table th {
  white-space: nowrap;
  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;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

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

.wp-smiley {
  margin: 0;
}

/*----------------------------------------------------
	ページネーションWordPress用
----------------------------------------------------*/
.tablenav {
  background: none repeat scroll 0 0 white;
  line-height: 2em;
  margin: 2em auto 1em;
  text-align: center;
}

a.page-numbers, .tablenav .current {
  border: 1px solid #B6B6B6;
  padding: 5px 0.8em;
  text-decoration: none;
}

a.page-numbers:hover {
  background: none repeat scroll 0 0 #f0f0f0;
}

.tablenav .current {
  background: none repeat scroll 0 0 #ffdf29;
  border: 1px solid #B6B6B6;
  color: #4c2615;
  font-weight: bold;
}

.tablenav .next, .tablenav .prev {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  text-decoration: underline;
}

/*----------------------------------------------------
    エディタスタイルシート
----------------------------------------------------*/
h2 {
  border-top: 2px solid #00ae8b;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  padding: 0.5em 0.3em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  border-left: 2px solid #00ae8b;
  border-bottom: 1px solid #ddd;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  color: #00ae8b;
  font-weight: 700;
  margin-bottom: 0.7em;
}

h6 {
  font-weight: 700;
  margin-bottom: 0.7em;
}

.tbl-normal table th, .tbl-normal table td {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top-color: #ccc !important;
  border-bottom-color: #ccc !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media screen and (max-width: 767.98px) {
  .tbl-normal table th, .tbl-normal table td {
    width: 100% !important;
    float: left;
  }
}
@media screen and (max-width: 767.98px) {
  .tbl-normal table th {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 767.98px) {
  .tbl-normal table td {
    border-top: 0 !important;
  }
}
@media screen and (max-width: 767.98px) {
  .tbl-normal table tr:not(:last-child) td {
    border-bottom: 0 !important;
  }
}

.editor-wrap p {
  margin-bottom: 1.5em;
}
.editor-wrap ul, .editor-wrap ol {
  margin: 1em;
}
.editor-wrap ul li {
  list-style-type: disc;
}
.editor-wrap ol li {
  list-style-type: decimal;
}
.editor-wrap .wp-block-group {
  margin-bottom: 6rem;
}

.cms-area img {
  max-width: 100%;
  height: auto;
}

.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:not(.is-style-outline) a.wp-block-button__link {
  color: #fff;
  background-color: #00ae8b;
}
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:hover {
  color: #fff;
  opacity: 0.7;
}

a.wp-block-file__button {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=cms.css.map */