@charset "UTF-8";
/* [ 福井ファイバーテック ] editor-style.css */
/* [ 福井ファイバーテック ] setting */
/* [ 福井ファイバーテック ] component */
html.block-editor-iframe__html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 投稿画面全体をゴシック体にする（テーマに合わせてフォントを指定） */
.editor-styles-wrapper {
  font-family: sans-serif;
  font-size: 1.6em;
  /* Chrome対策でremにしない  */
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.wp-block-heading {
  margin-top: 1.5em;
}

h1.wp-block-heading {
  color: #003574;
  font-size: 1.8em;
}

h2.wp-block-heading {
  color: #003574;
  font-size: 1.8em;
}

h3.wp-block-heading {
  font-size: 1.6em;
}

h4.wp-block-heading {
  font-size: 1.4em;
}

h5.wp-block-heading {
  font-size: 1.2em;
}

h6.wp-block-heading {
  font-size: 1em;
}

.wp-element-caption {
  margin-top: 0.5em;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

p > a {
  color: #003574;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  p > a:hover {
    text-decoration: none;
  }
}

.wp-block-quote {
  margin: 1.5em 0;
  padding: 1.5em;
  background: #F5F5F5;
}
.wp-block-quote > *:first-child {
  margin-top: 0;
}
.wp-block-quote > *:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-size: calc(1em - 0.2rem);
}

.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.size-full {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-file {
  margin: 3em 0;
}
.wp-block-file object + a {
  display: inline-block;
  margin-right: 1em;
}
.wp-block-file a {
  font-size: 1.6rem;
}

.wp-block-video video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wp-block-table {
  margin: 1.5em 0;
}
.wp-block-table table {
  width: 100%;
  border: 1px solid #BCBCBC;
  /* */
  /* */
}
.wp-block-table table th, .wp-block-table table td {
  border: 1px solid #BCBCBC;
}
.wp-block-table table th {
  background: #F5F5F5;
}
.wp-block-table table td {
  line-height: 1.6;
}
.wp-block-table table td b {
  font-size: calc(1em + 0.2rem);
}
.wp-block-table table thead th {
  background: #E6E6E6;
}
@media screen and (min-width: 769px) {
  .wp-block-table table caption {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .wp-block-table table th, .wp-block-table table td {
    padding: 12px 30px;
  }
  .wp-block-table table th {
    font-size: 1.8rem;
  }
  .wp-block-table table td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-table table caption {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .wp-block-table table th, .wp-block-table table td {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}

.wp-block-embed {
  margin: 3em 0;
}
.wp-block-embed.is-type-wp-embed .wp-embedded-content {
  width: 100%;
}
.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.wp-block-embed-twitter .twitter-tweet {
  margin: 0 auto;
}
.wp-block-embed.wp-block-embed-twitter .wp-element-caption {
  text-align: center;
}

.has-fit-text {
  font-size: unset !important;
}
