@charset "UTF-8";
#sec-post .block-boder {
  border: 1px solid #333;
}
#sec-post .block-row {
  display: flex;
  justify-content: space-between;
}
#sec-post .block-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec-post .block-head {
  color: #2a3f5c;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
#sec-post .block-txt {
  line-height: 2;
  text-align: justify;
}
#sec-post .wp-block-table td {
  border: 1px solid #333;
  font-size: 18px;
  padding: 10px;
  vertical-align: middle;
}
#sec-post .block-table-stripe {
  background-color: #fff;
}
#sec-post .wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: #333; 
}
#sec-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #eee;
}
#sec-post .wp-block-columns {
  margin-bottom: 0;
}
#sec-post .block-reverse .wp-block-column:not(:first-child) {
  margin-left: 0px;
  margin-right: 32px;
}
#sec-post .wp-block-image {
  line-height: 0;
  margin-bottom: 0;
}
#sec-post .wp-block-image img {
  height: auto;
  width: 100%;
}
#sec-post .wp-block-image figcaption {
  margin-top:  1em;
  margin-bottom: 1em;
}
#sec-post .thum-lightbox {
  position: relative;
}
#sec-post .thum-lightbox::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../img/common/zoom.svg);
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #sec-post .block-txt {
  font-size: 16px;
  line-height: 2;
  }
  #sec-post .wp-block-image {
    line-height: 0;
    margin: 25px 0;
  }
  #sec-post .block-reverse .wp-block-column:not(:first-child) {
    margin-left: 0px;
    margin-right: 0px;
  }
  #sec-post .wp-block-table {
    margin-bottom: 25px;
  }
  #sec-post .wp-block-table td {
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #sec-post .wp-block-table td {
    font-size: 14px;
    line-height: 1.7;
  }
}