@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
body * {
  color: #314363;
}

/* サイトカラー */
body * {
  font-family: "IBM Plex Sans JP", sans-serif;
}

body {
  font-size: 0.9375rem;
} /* 15px */
/* ----------------------------------------------------------- */
/* blog */
/* ----------------------------------------------------------- */
.list_article_category {
  display: flex;
  justify-content: center;
}
.list_article_category li {
  width: 50%;
  padding: 0 5px;
  max-width: 240px;
}

.btn_blue_trans_half {
  position: relative;
  background-color: transparent;
  color: #314363;
  letter-spacing: 0.2rem;
  text-align: center;
}
.btn_blue_trans_half a {
  display: block;
  color: #314363;
  transition: all 0.3s;
  border: 1px solid #6180ad;
  border-radius: 0.4rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0.6em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.btn_blue_trans_half a:hover {
  background-color: #314363;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 0.4rem;
}

.list_article {
  margin-bottom: 1.5rem;
}
.list_article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #f3eddf;
}
.list_article::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #f3eddf;
}
.list_article li {
  position: relative;
}
.list_article li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #f3eddf;
}
.list_article li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #f3eddf;
}
@media screen and (min-width: 992px) {
  .list_article {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .list_article li {
    width: 33.3%;
  }
}

.search_form {
  position: relative;
  height: 40px;
}

.search_field {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  border: 1px solid #3fadd2;
  background: #fff;
  color: #314363;
}
.search_field:focus {
  outline: none;
  background: #fff;
}

input.search_field {
  background: #fff;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input.search_field::-webkit-input-placeholder {
  color: #314363;
  background: #fff;
}

/* Firefox 19+ */
input.search_field::-moz-placeholder {
  color: #314363;
  opacity: 1;
}

input.search_field::-webkit-input-placeholder {
  color: #314363;
}

.search_submit {
  width: 72px;
  height: 40px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  background-color: #3fadd2;
  color: #ffffff;
  border-radius: 0px 5px 5px 0px/0px 5px 5px 0px;
}

.column_tag {
  color: #3fadd2;
  margin-right: 8px;
}

.article_list_content {
  max-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.adjacent_post_links {
  display: flex;
  justify-content: space-between;
  padding-inline: 15%;
}

.arrow_right_gold::before, .arrow_right_gold::after {
  content: "";
  position: absolute;
  right: -2.3em;
}
.arrow_right_gold::before {
  width: 1.8em;
  height: 1px;
  border-top: 1px solid #d7c291;
}
.arrow_right_gold::after {
  width: 0.5em;
  height: calc(1em - 8px);
  border-top: 1px solid #d7c291;
  transform: rotate(45deg);
  right: calc(-1.6rem - 8px);
}

.arrow_left_gold::before, .arrow_left_gold::after {
  content: "";
  position: absolute;
  left: -2.3em;
}
.arrow_left_gold::before {
  width: 1.8em;
  height: 1px;
  border-top: 1px solid #d7c291;
}
.arrow_left_gold::after {
  width: 0.5em;
  height: calc(1em - 8px);
  border-top: 1px solid #d7c291;
  transform: rotate(320deg);
  left: calc(-1.6rem - 8px);
}

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7c291;
}
#pagination ul li a {
  color: #d7c291;
}
#pagination ul li a:hover {
  opacity: 0.6;
}
#pagination ul li span {
  color: #d7c291;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
#pagination ul li .current {
  border-bottom: 1px solid #d7c291;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination ul li .current:hover {
  opacity: 0.6;
}

.content_text h2, .content_text h3, .content_text h4, .content_text h5, .content_text h6 {
  margin-bottom: 1.3rem;
  margin-top: 3rem;
  line-height: 1.6;
}
.content_text h2 {
  color: #ffffff;
  background-color: #3fadd2;
  font-weight: 500;
  border-top: 2px solid #d7c291;
  border-bottom: 2px solid #d7c291;
  padding-inline: 10px;
  font-size: 22px;
}
.content_text h3 {
  font-size: 20px;
  color: #3fadd2;
  background-image: linear-gradient(90deg, #3fadd2 0 120px, #bae8f7 220px);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
}
.content_text h4 {
  font-size: 18px;
  position: relative;
  padding-left: 1rem;
  color: #3fadd2;
}
.content_text h4::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  border-left: 4px solid #3fadd2;
  height: 22px;
}
.content_text h5 {
  font-size: 17px;
  color: #3fadd2;
}
.content_text h6 {
  font-size: 16px;
  color: #3fadd2;
}
.content_text ul {
  padding-left: 30px;
}
.content_text ul li {
  list-style: disc !important;
}
.content_text ol {
  padding-left: 30px;
}
.content_text ol li {
  list-style: decimal !important;
}
.content_text blockquote {
  background-color: rgba(63, 173, 210, 0.1803921569);
  position: relative;
}
.content_text blockquote::before, .content_text blockquote::after {
  font-size: 50px;
  color: #3fadd2;
  position: absolute;
}
.content_text blockquote::before {
  content: "“";
  left: 10px;
  top: -5px;
}
.content_text blockquote::after {
  content: "” ";
  right: 15px;
  bottom: -40px;
}
.content_text blockquote > * {
  padding-inline: 15px;
}
.content_text blockquote > *:first-child {
  display: block;
  padding-top: 30px;
  position: relative;
}
.content_text blockquote > *:last-child {
  display: block;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .content_thumbnails {
    width: 61%;
    max-width: 700px;
    margin-inline: auto;
  }
}

.content_text #ez-toc-container {
  background-color: #f3eddf;
  padding: 1rem 1rem;
  border: none;
  width: 100%;
}
.content_text #ez-toc-container a {
  text-decoration: underline;
  font-size: 15px;
  color: #314363;
}
.content_text #ez-toc-container a:visited {
  color: #314363;
}

.content_text .wp-block-image {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .content_text .wp-block-image {
    width: 60%;
    max-width: 700px;
    margin-inline: auto;
  }
}/*# sourceMappingURL=article.css.map */