/* --------------------------
color
-------------------------- */
/* --------------------------
spacing
-------------------------- */
/* --------------------------
font
-------------------------- */
/* --------------------------
contents width
-------------------------- */
/* --------------------------
z-index order
-------------------------- */
/* --------------------------
media query
-------------------------- */
/* --------------------------
h with center-line
-------------------------- */
/*--Heding------------------------------------*/
.articles-contents {
  padding: 40px;
  background: white;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
}
.articles-contents .linkcolor a {
  color: revert;
}
@media screen and (max-width: 767px) {
  .articles-contents {
    padding: 20px;
  }
}

.articles-contents h1 {
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.articles-contents h2 {
  font-size: 26px;
  line-height: 1.5em;
  margin: 2.5em 0 0.7em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articles-contents h2 {
    font-size: 22px;
  }
}

.articles-contents h3 {
  font-size: 22px;
  margin: 2.6em 0 0.7em;
  padding: 10px 0 10px 10px;
  border-left: 5px solid #F2F2F2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articles-contents h3 {
    font-size: 20px;
  }
}

.articles-contents h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articles-contents h4 {
    font-size: 18px;
  }
}

.articles-contents h5 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articles-contents h5 {
    font-size: 16px;
  }
}

.articles-contents h6 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

.articles-contents p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.articles-contents p:nth-last-child(1) {
  margin-bottom: 0;
}

.articles-contents [id^="attachment"] {
  max-width: 100%;
  margin-bottom: 20px;
}

.articles-contents .aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.articles-contents iframe {
  height: revert-layer;
  max-width: 100%;
}

.articles-contents table {
  border: 1px solid #c5c5c5;
      width: 100%;
}

@media screen and (max-width: 767px) {
  .articles-contents table {
    display: block;
    width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .articles-contents table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .articles-contents table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto !important;
  }
}

.articles-contents table tbody tr:not(:nth-last-child(1)) {
  border-bottom: 1px solid #c5c5c5;
}

.articles-contents table tbody tr td {
  padding: 15px;
  line-height: 1.3em;
  word-wrap: break-word;
  width: 70%;
  border: none;
}

@media screen and (max-width: 767px) {
  .articles-contents table tbody tr td {
    min-width: 100%;
    display: block;
    height: auto !important;
  }
}

.articles-contents table tbody tr td:nth-child(1) {
  width: 30%;
  background: #FFE16C;
}

.articles-contents table tbody tr td:nth-last-child(1) {
  background: white;
}

.articles-contents table tbody tr iframe {
  height: 450px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .articles-contents table tbody tr iframe {
    height: 350px;
  }
}

.articles-contents .wp-block-image {
  margin-bottom: 20px;
}

.articles-contents .keiko_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 252, 107, 0.69)));
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.articles-contents .wp-block-columns .wp-block-image {
  margin: 0;
}

.articles-contents .wp-block-columns .wp-block-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .articles-contents .liquid-speech-balloon-text {
    padding: 13px;
  }
}

.articles-contents .liquid-speech-balloon-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .articles-contents .liquid-speech-balloon-text p {
    font-size: 12px;
  }
}

.articles-contents .wp-block-separator {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .articles-contents .wp-block-separator {
    margin: 40px 0;
  }
}

.articles-contents .wp-block-button {
  line-height: 1.4em;
}

.articles-contents figcaption {
  line-height: 1.4em;
}

.articles-contents .wp-block-heading {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .articles-contents .wp-block-heading {
    padding: 15px;
  }
}

.articles-contents .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.articles-contents .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .articles-contents .wp-block-columns {
    gap: 1em !important;
  }
}

.articles-contents .wp-block-list {
  list-style: disc;
  padding: 20px;
    padding-left: 40px;
}

.articles-contents .wp-block-list li:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.freepage h1 {
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.freepage h2 {
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.freepage h3 {
  font-size: 22px;
  margin: 2.6em 0 0.7em;
  line-height: 1.5;
  font-weight: bold;
}

.freepage h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

.freepage h5 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

.freepage h6 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

.freepage p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.freepage p:nth-last-child(1) {
  margin-bottom: 0;
}

.freepage .wp-block-separator {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
 .freepage .wp-block-separator {
    margin: 20px 0;
 }
 .freepage h2 {
    font-size: 22px;
  }

  .freepage h3 {
    font-size: 18px;
  }

  .freepage h4 {
    font-size: 16px;
  }

  .freepage h5 {
    font-size: 14px;
  }

  .freepage h6 {
    font-size: 12px;
  }
 .freepage p {
    font-size: 14px;
  }
}

blockquote.wp-embedded-content {
	display:none;
}

iframe.wp-embedded-content{
	position: static !important;
    visibility: visible !important;
	border: 1px solid #8C8F94;
    padding-bottom: 20px;
    height: 302px;
}

/* --------------------
 * ブログカード
-------------------- */
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  margin: 16px 0;
}

.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail img {
  width: 100px;
    height: 100px;
    object-fit: cover;
}
.blogcard_content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.blogcard_title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4; 
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  font-size: 11px;
}
.blogcard_url {
  color: blue;
  text-decoration: underline;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 5px;
}
.blogcard_link {
  font-size: 12px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.blogcard_link .favicon {
  margin-bottom: -4px;
}
.blogcard_link .icon-external-link-alt::before {
  font-size:0.75em;
}
@media screen and (max-width: 768px) {
  .blogcard_title {
    font-size: 12px;
  }
  .blogcard_thumbnail img {
    width: 70px;
    height: 100%;
  }
  .blogcard_content {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .blogcard_excerpt {
    font-size: 8px;
}
}


/* --------------------
 * 目次
-------------------- */
.mokuji {
padding:20px 60px 30px 60px; background-color:#eee; border:solid 1px #999;
}
.mokuji p{
    margin-bottom: 5px;
}
.mokuji p:nth-last-child(1){
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
   .mokuji {
padding:20px;
}
	
.mokuji p{
    font-size:14px;
}
}

/* --------------------
 * flex
-------------------- */

.articles .is-layout-flex {
    display: flex;
    gap: 20px;
        margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.articles .is-layout-flex {
  flex-wrap: wrap;
    gap: 10px !important;
        margin-bottom: 10px;
}
.articles .is-layout-flow {
    flex-basis: 100% !important;
}
}


/* --------------------
 * 文字色
-------------------- */
.has-black-color {
  color: #000;
}
.has-white-color {
  color: #fff;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-pale-pink-color {
  color: #f78da7;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-purple-color {
  color: #9b51e0;
}


/* --------------------
 * 文字色
-------------------- */